10 lines
380 B
JSON
10 lines
380 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 }
|
||
|
}
|
||
|
}
|