mirror of
https://github.com/Creators-of-Create/Create.git
synced 2025-01-25 20:38:11 +01:00
23 lines
428 B
JSON
23 lines
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 }
|
||
|
}
|
||
|
}
|
||
|
}
|