eaglercraft-1.8-workspace/desktopRuntime/resources/assets/minecraft/blockstates/redstone_torch.json
2024-02-14 20:52:11 -08:00

10 lines
380 B
JSON
Executable File

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