BlueMap/BlueMapCore/src/main/resourceExtensions/mc1_20_3/assets/minecraft/models/block/cake.json

21 lines
567 B
JSON

{
"credit": "Made with Blockbench by TyBraniff for Bluemaps support.",
"textures": {
"top": "block/cake_top",
"side": "block/cake_side"
},
"elements": [
{
"from": [1, 0, 1],
"to": [15, 8, 15],
"faces": {
"north": {"uv": [1, 8, 15, 16], "texture": "#side"},
"east": {"uv": [1, 8, 15, 16], "texture": "#side"},
"south": {"uv": [1, 8, 15, 16], "texture": "#side"},
"west": {"uv": [1, 8, 15, 16], "texture": "#side"},
"up": {"uv": [1, 1, 15, 15], "texture": "#top"},
"down": {"uv": [0, 0, 1, 1], "texture": "#top"}
}
}
]
}