mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2025-01-09 13:56:04 +01:00
0f9cb916cd
- Added Logistical Controllers - Added Logistical Casings - Added the Logistical Index - Added a Logistical Dial - Started laying out logic for Logistical Networks
23 lines
No EOL
428 B
JSON
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 }
|
|
}
|
|
}
|
|
} |