minecraft-src/assets/minecraft/blockstates/wall_torch.json
2025-07-04 01:41:11 +03:00

19 lines
No EOL
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
}
}
}