resent-1.8/desktopRuntime/resources/assets/minecraft/models/block/cake_slice4.json
ThisIsALegitUsername 98a62293f2 decompile eaglercraft
2022-12-27 18:59:46 +00:00

23 lines
836 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": [ 9, 0, 1 ],
"to": [ 15, 8, 15 ],
"faces": {
"down": { "uv": [ 9, 1, 15, 15 ], "texture": "#bottom", "cullface": "down" },
"up": { "uv": [ 9, 1, 15, 15 ], "texture": "#top" },
"north": { "uv": [ 1, 8, 7, 16 ], "texture": "#side" },
"south": { "uv": [ 1, 8, 7, 16 ], "texture": "#side" },
"west": { "uv": [ 1, 8, 15, 16 ], "texture": "#inside" },
"east": { "uv": [ 1, 8, 15, 16 ], "texture": "#side" }
}
}
]
}