minecraft-assets/assets/minecraft/blockstates/redstone_torch.json

10 lines
371 B
JSON

{
"variants": {
"facing=up": { "model": "lit_redstone_torch" },
"facing=east": { "model": "lit_redstone_torch_wall" },
"facing=south": { "model": "lit_redstone_torch_wall", "y": 90 },
"facing=west": { "model": "lit_redstone_torch_wall", "y": 180 },
"facing=north": { "model": "lit_redstone_torch_wall", "y": 270 }
}
}