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
14 lines
215 B
JSON
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 }
|
|
}
|
|
}
|
|
} |