minecraft-assets/assets/minecraft/blockstates/wall_torch.json

19 lines
359 B
JSON
Raw Normal View History

{
2020-06-23 09:13:26 -04:00
"variants": {
"facing=east": {
"model": "minecraft:block/wall_torch"
},
"facing=north": {
"model": "minecraft:block/wall_torch",
"y": 270
},
"facing=south": {
"model": "minecraft:block/wall_torch",
"y": 90
},
"facing=west": {
"model": "minecraft:block/wall_torch",
"y": 180
}
2020-06-23 09:13:26 -04:00
}
}