Create/src/main/resources/assets/create/blockstates/redstone_latch.json

13 lines
815 B
JSON
Raw Normal View History

{
"variants": {
2020-05-08 05:42:54 +02:00
"powering=true,facing=north": { "model": "create:block/repeaters/redstone_latch_powered", "y": 180 },
"powering=true,facing=east": { "model": "create:block/repeaters/redstone_latch_powered", "y": 270 },
"powering=true,facing=south": { "model": "create:block/repeaters/redstone_latch_powered", "y": 0 },
"powering=true,facing=west": { "model": "create:block/repeaters/redstone_latch_powered", "y": 90 },
"powering=false,facing=north": { "model": "create:block/repeaters/redstone_latch", "y": 180 },
"powering=false,facing=east": { "model": "create:block/repeaters/redstone_latch", "y": 270 },
"powering=false,facing=south": { "model": "create:block/repeaters/redstone_latch", "y": 0 },
"powering=false,facing=west": { "model": "create:block/repeaters/redstone_latch", "y": 90 }
}
2020-05-08 05:42:54 +02:00
}