Create/src/main/resources/assets/create/blockstates/stockswitch.json
simibubi f5f9ac7989 Logistics Part II
- 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
2019-08-26 20:17:16 +02:00

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 }
}
}
}