Create/src/main/resources/assets/create/blockstates/logistical_casing.json
simibubi 0f9cb916cd Advanced Logistics Headstart
- Added Logistical Controllers
- Added Logistical Casings
- Added the Logistical Index
- Added a Logistical Dial
- Started laying out logic for Logistical Networks
2019-10-05 19:00:43 +02:00

20 lines
466 B
JSON

{
"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 }
}
}
}