RocketAssembler now creates rockets!

This commit is contained in:
XevianLight
2026-02-08 00:00:51 -07:00
parent af1efb5c57
commit c0daaf2cfa
28 changed files with 311 additions and 114 deletions

View File

@@ -0,0 +1,34 @@
{
"variants": {
"facing=east,formed=false": {
"model": "aphelion:block/rocket_assembler",
"y": 90
},
"facing=north,formed=false": {
"model": "aphelion:block/rocket_assembler"
},
"facing=south,formed=false": {
"model": "aphelion:block/rocket_assembler",
"y": 180
},
"facing=west,formed=false": {
"model": "aphelion:block/rocket_assembler",
"y": 270
},
"facing=east,formed=true": {
"model": "aphelion:block/rocket_assembler_formed",
"y": 90
},
"facing=north,formed=true": {
"model": "aphelion:block/rocket_assembler_formed"
},
"facing=south,formed=true": {
"model": "aphelion:block/rocket_assembler_formed",
"y": 180
},
"facing=west,formed=true": {
"model": "aphelion:block/rocket_assembler_formed",
"y": 270
}
}
}