Flywheel/src/main/resources/assets/create/blockstates/logistical_controller.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

23 lines
No EOL
428 B
JSON

{
"forge_marker": 1,
"defaults": {
"model": "create:block/logistical_controller"
},
"variants": {
"type": {
"storage": { },
"calculation": { },
"supply": { },
"transactions": { },
"request": { }
},
"facing": {
"north": { "y": 180 },
"south": { },
"west": { "y": 90 },
"up": { "x": 90 },
"down": { "x": 270 },
"east": { "y": 270 }
}
}
}