eaglercraft-1.8-workspace/desktopRuntime/resources/assets/minecraft/blockstates/torch.json

10 lines
345 B
JSON
Raw Normal View History

2024-02-14 20:52:11 -08:00
{
"variants": {
"facing=up": { "model": "normal_torch" },
"facing=east": { "model": "normal_torch_wall" },
"facing=south": { "model": "normal_torch_wall", "y": 90 },
"facing=west": { "model": "normal_torch_wall", "y": 180 },
"facing=north": { "model": "normal_torch_wall", "y": 270 }
}
}