mirror of
https://github.com/Creators-of-Create/Create.git
synced 2025-01-11 06:46:27 +01:00
f5f9ac7989
- Added Screens for Flexcrate and Stockswitch - Added Models for Flexcrate and Stockswitch - Added Container and Inventory to Flexcrate - Redstone bridges are now divided into senders and receivers - Fixed some GUI inconsistencies and repetitive code
23 lines
No EOL
678 B
JSON
23 lines
No EOL
678 B
JSON
{
|
|
"forge_marker": 1,
|
|
"defaults": {
|
|
"model": "create:block/stockpile_switch"
|
|
},
|
|
"variants": {
|
|
"indicator": {
|
|
"0": { "model": "create:block/stockpile_switch" },
|
|
"1": { "model": "create:block/stockpile_switch_1" },
|
|
"2": { "model": "create:block/stockpile_switch_2" },
|
|
"3": { "model": "create:block/stockpile_switch_3" },
|
|
"4": { "model": "create:block/stockpile_switch_4" },
|
|
"5": { "model": "create:block/stockpile_switch_5" },
|
|
"6": { "model": "create:block/stockpile_switch_6" }
|
|
},
|
|
"facing": {
|
|
"south": { "y": 270 },
|
|
"east": { "y": 180 },
|
|
"north": { "y": 90 },
|
|
"west": { "y": 0 }
|
|
}
|
|
}
|
|
} |