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

14 lines
215 B
JSON

{
"forge_marker": 1,
"defaults": {
"model": "create:block/logistical_index"
},
"variants": {
"facing": {
"north": { "y": 180 },
"south": { },
"east": { "y": 270 },
"west": { "y": 90 }
}
}
}