mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-14 22:44:07 +01:00
0f9cb916cd
- Added Logistical Controllers - Added Logistical Casings - Added the Logistical Index - Added a Logistical Dial - Started laying out logic for Logistical Networks
20 lines
466 B
JSON
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 }
|
|
}
|
|
}
|
|
} |