Files
minecraft-assets/assets/minecraft/models/block/template_redstone_torch.json
2024-08-21 18:31:16 +02:00

32 lines
1.2 KiB
JSON

{
"ambientocclusion": false,
"textures": {
"particle": "#torch"
},
"elements": [
{ "from": [ 7, 0, 7 ],
"to": [ 9, 10, 9 ],
"shade": false,
"faces": {
"up": { "uv": [ 7, 6, 9, 8 ], "texture": "#torch" },
"north": { "uv": [ 7, 6, 9, 16 ], "texture": "#torch" },
"east": { "uv": [ 7, 6, 9, 16 ], "texture": "#torch" },
"south": { "uv": [ 7, 6, 9, 16 ], "texture": "#torch" },
"west": { "uv": [ 7, 6, 9, 16 ], "texture": "#torch" }
}
},
{ "from": [ 9.5, 7.5, 6.5 ],
"to": [ 6.5, 10.5, 9.5 ],
"shade": false,
"faces": {
"down": { "uv": [ 6, 5, 7, 6 ], "texture": "#torch" },
"up": { "uv": [ 6, 5, 7, 6 ], "texture": "#torch" },
"north": { "uv": [ 6, 5, 7, 6 ], "texture": "#torch" },
"east": { "uv": [ 6, 5, 7, 6 ], "texture": "#torch" },
"south": { "uv": [ 6, 5, 7, 6 ], "texture": "#torch" },
"west": { "uv": [ 6, 5, 7, 6 ], "texture": "#torch" }
}
}
]
}