Files
minecraft-assets/assets/minecraft/blockstates/wall_torch.json
2023-05-10 18:28:10 +02:00

19 lines
359 B
JSON

{
"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
}
}
}