minecraft-assets/assets/minecraft/blockstates/soul_wall_torch.json

19 lines
379 B
JSON

{
"variants": {
"facing=east": {
"model": "minecraft:block/soul_wall_torch"
},
"facing=north": {
"model": "minecraft:block/soul_wall_torch",
"y": 270
},
"facing=south": {
"model": "minecraft:block/soul_wall_torch",
"y": 90
},
"facing=west": {
"model": "minecraft:block/soul_wall_torch",
"y": 180
}
}
}