ActuallyAdditions/src/main/resources/assets/actuallyadditions/models/block/tiny_torch_block.json

34 lines
1 KiB
JSON
Raw Normal View History

2016-11-17 20:23:18 +01:00
{
"ambientocclusion": false,
"textures": {
"particle": "actuallyadditions:block/tiny_torch_block",
"torch": "actuallyadditions:block/tiny_torch_block"
2016-11-17 20:23:18 +01:00
},
"elements": [
{ "from": [ 7, 0, 7 ],
"to": [ 9, 5, 9 ],
"shade": false,
"faces": {
"down": { "uv": [ 7, 13, 9, 15 ], "texture": "#torch" },
"up": { "uv": [ 7, 11, 9, 13 ], "texture": "#torch" }
}
},
{ "from": [ 7, 0, 0 ],
"to": [ 9, 16, 16 ],
"shade": false,
"faces": {
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" },
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" }
}
},
{ "from": [ 0, 0, 7 ],
"to": [ 16, 16, 9 ],
"shade": false,
"faces": {
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" },
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" }
}
}
]
}