hoosiertransfer-mod/desktopRuntime/resources/assets/minecraft/blockstates/unlit_redstone_torch.json

10 lines
381 B
JSON
Raw Normal View History

2024-08-26 10:45:56 -05:00
{
"variants": {
"facing=up": { "model": "unlit_redstone_torch" },
"facing=east": { "model": "unlit_redstone_torch_wall" },
"facing=south": { "model": "unlit_redstone_torch_wall", "y": 90 },
"facing=west": { "model": "unlit_redstone_torch_wall", "y": 180 },
"facing=north": { "model": "unlit_redstone_torch_wall", "y": 270 }
}
}