minecraft-assets/assets/minecraft/models/block/cake_slice6.json

23 lines
671 B
JSON

{
"textures": {
"particle": "blocks/cake_side",
"bottom": "blocks/cake_bottom",
"top": "blocks/cake_top",
"side": "blocks/cake_side",
"inside": "blocks/cake_inner"
},
"elements": [
{ "from": [ 13, 0, 1 ],
"to": [ 15, 8, 15 ],
"faces": {
"down": { "texture": "#bottom", "cullface": "down" },
"up": { "texture": "#top" },
"north": { "texture": "#side" },
"south": { "texture": "#side" },
"west": { "texture": "#inside" },
"east": { "texture": "#side" }
}
}
]
}