Create/src/generated/resources/assets/create/blockstates/pulse_repeater.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

64 lines
1.9 KiB
JSON

{
"variants": {
"facing=north,powered=false,pulsing=false": {
"model": "create:block/diodes/pulse_repeater",
"y": 180
},
"facing=south,powered=false,pulsing=false": {
"model": "create:block/diodes/pulse_repeater"
},
"facing=west,powered=false,pulsing=false": {
"model": "create:block/diodes/pulse_repeater",
"y": 90
},
"facing=east,powered=false,pulsing=false": {
"model": "create:block/diodes/pulse_repeater",
"y": 270
},
"facing=north,powered=true,pulsing=false": {
"model": "create:block/pulse_repeater_powered",
"y": 180
},
"facing=south,powered=true,pulsing=false": {
"model": "create:block/pulse_repeater_powered"
},
"facing=west,powered=true,pulsing=false": {
"model": "create:block/pulse_repeater_powered",
"y": 90
},
"facing=east,powered=true,pulsing=false": {
"model": "create:block/pulse_repeater_powered",
"y": 270
},
"facing=north,powered=false,pulsing=true": {
"model": "create:block/pulse_repeater_pulsing",
"y": 180
},
"facing=south,powered=false,pulsing=true": {
"model": "create:block/pulse_repeater_pulsing"
},
"facing=west,powered=false,pulsing=true": {
"model": "create:block/pulse_repeater_pulsing",
"y": 90
},
"facing=east,powered=false,pulsing=true": {
"model": "create:block/pulse_repeater_pulsing",
"y": 270
},
"facing=north,powered=true,pulsing=true": {
"model": "create:block/pulse_repeater_pulsing",
"y": 180
},
"facing=south,powered=true,pulsing=true": {
"model": "create:block/pulse_repeater_pulsing"
},
"facing=west,powered=true,pulsing=true": {
"model": "create:block/pulse_repeater_pulsing",
"y": 90
},
"facing=east,powered=true,pulsing=true": {
"model": "create:block/pulse_repeater_pulsing",
"y": 270
}
}
}