Create/src/main/resources/assets/create/blockstates/logistical_casing.json

20 lines
466 B
JSON
Raw Normal View History

{
"forge_marker": 1,
"variants": {
"active": {
"true": {},
"false": {}
},
"part": {
"none": { "model": "create:block/logistical_casing" },
"start": { "model": "create:block/logistical_casing_start" },
"middle": { "model": "create:block/logistical_casing_middle" },
"end": { "model": "create:block/logistical_casing_end" }
},
"axis": {
"y": {},
"x": { "x": 90, "y": 90 },
"z": { "x": 270 }
}
}
}