Create/src/generated/resources/assets/create/blockstates/stockpile_switch.json
simibubi 785c79786d Get registrated, Part II
- Set up datagen and registrate chains for all remaining blocks
2020-05-22 20:02:07 +02:00

109 lines
2.8 KiB
JSON

{
"variants": {
"facing=north,indicator=0": {
"model": "create:block/stockpile_switch_0"
},
"facing=south,indicator=0": {
"model": "create:block/stockpile_switch_0",
"y": 180
},
"facing=west,indicator=0": {
"model": "create:block/stockpile_switch_0",
"y": 270
},
"facing=east,indicator=0": {
"model": "create:block/stockpile_switch_0",
"y": 90
},
"facing=north,indicator=1": {
"model": "create:block/stockpile_switch_1"
},
"facing=south,indicator=1": {
"model": "create:block/stockpile_switch_1",
"y": 180
},
"facing=west,indicator=1": {
"model": "create:block/stockpile_switch_1",
"y": 270
},
"facing=east,indicator=1": {
"model": "create:block/stockpile_switch_1",
"y": 90
},
"facing=north,indicator=2": {
"model": "create:block/stockpile_switch_2"
},
"facing=south,indicator=2": {
"model": "create:block/stockpile_switch_2",
"y": 180
},
"facing=west,indicator=2": {
"model": "create:block/stockpile_switch_2",
"y": 270
},
"facing=east,indicator=2": {
"model": "create:block/stockpile_switch_2",
"y": 90
},
"facing=north,indicator=3": {
"model": "create:block/stockpile_switch_3"
},
"facing=south,indicator=3": {
"model": "create:block/stockpile_switch_3",
"y": 180
},
"facing=west,indicator=3": {
"model": "create:block/stockpile_switch_3",
"y": 270
},
"facing=east,indicator=3": {
"model": "create:block/stockpile_switch_3",
"y": 90
},
"facing=north,indicator=4": {
"model": "create:block/stockpile_switch_4"
},
"facing=south,indicator=4": {
"model": "create:block/stockpile_switch_4",
"y": 180
},
"facing=west,indicator=4": {
"model": "create:block/stockpile_switch_4",
"y": 270
},
"facing=east,indicator=4": {
"model": "create:block/stockpile_switch_4",
"y": 90
},
"facing=north,indicator=5": {
"model": "create:block/stockpile_switch_5"
},
"facing=south,indicator=5": {
"model": "create:block/stockpile_switch_5",
"y": 180
},
"facing=west,indicator=5": {
"model": "create:block/stockpile_switch_5",
"y": 270
},
"facing=east,indicator=5": {
"model": "create:block/stockpile_switch_5",
"y": 90
},
"facing=north,indicator=6": {
"model": "create:block/stockpile_switch_6"
},
"facing=south,indicator=6": {
"model": "create:block/stockpile_switch_6",
"y": 180
},
"facing=west,indicator=6": {
"model": "create:block/stockpile_switch_6",
"y": 270
},
"facing=east,indicator=6": {
"model": "create:block/stockpile_switch_6",
"y": 90
}
}
}