resent-1.8/desktopRuntime/resources/assets/minecraft/models/block/cake_uneaten.json

22 lines
794 B
JSON
Raw Normal View History

2022-12-27 10:59:46 -08:00
{
"textures": {
"particle": "blocks/cake_side",
"bottom": "blocks/cake_bottom",
"top": "blocks/cake_top",
"side": "blocks/cake_side"
},
"elements": [
{ "from": [ 1, 0, 1 ],
"to": [ 15, 8, 15 ],
"faces": {
"down": { "uv": [ 1, 1, 15, 15 ], "texture": "#bottom", "cullface": "down" },
"up": { "uv": [ 1, 1, 15, 15 ], "texture": "#top" },
"north": { "uv": [ 1, 8, 15, 16 ], "texture": "#side" },
"south": { "uv": [ 1, 8, 15, 16 ], "texture": "#side" },
"west": { "uv": [ 1, 8, 15, 16 ], "texture": "#side" },
"east": { "uv": [ 1, 8, 15, 16 ], "texture": "#side" }
}
}
]
}