Skip to content

Commit

Permalink
Animated oxygen sealer
Browse files Browse the repository at this point in the history
  • Loading branch information
DMgaming100 committed Sep 30, 2024
1 parent 1803e55 commit c744574
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"variants": {
"": {
"active=false": {
"model": "galacticraft:machine/oxygen_sealer"
},
"active=true": {
"model": "galacticraft:machine/oxygen_sealer_active"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"machinelib:generate": "galacticraft:oxygen_sealer",
"sprites": {
"top": "galacticraft:block/oxygen_sealer_top_active"
},
"textures": {
"up": "galacticraft:block/oxygen_sealer_top_active",
"down": "galacticraft:block/machine",
"north": "galacticraft:block/machine_side",
"south": "galacticraft:block/machine_side",
"east": "galacticraft:block/machine_side",
"west": "galacticraft:block/machine_side",
"particle": "galacticraft:block/machine"
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"animation": {
"frametime": 1
}
}

0 comments on commit c744574

Please sign in to comment.