hoosiertransfer-mod/desktopRuntime/resources/assets/minecraft/models/block/bed_head.json

40 lines
1.6 KiB
JSON

{
"textures": {
"particle": "blocks/planks_oak",
"bottom": "blocks/planks_oak",
"head": "blocks/bed_head"
},
"elements": [
{ "from": [ 0, 3, 0 ],
"to": [ 16, 9, 16 ],
"faces": {
"up": { "uv": [ 0, 0, 8, 8 ], "texture": "#head" },
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom" },
"south": { "uv": [ 8, 8, 16, 11 ], "texture": "#head" },
"west": { "uv": [ 0, 8, 8, 11 ], "texture": "#head" },
"east": { "uv": [ 8, 4, 16, 7 ], "texture": "#head" }
}
},
{ "from": [ 0, 0, 13 ],
"to": [ 3, 3, 16 ],
"faces": {
"down": { "uv": [ 14, 0, 15.5, 1.5 ], "texture": "#head" },
"north": { "uv": [ 14, 2, 15.5, 3.5 ], "texture": "#head" },
"west": { "uv": [ 8, 2, 9.5, 3.5 ], "texture": "#head" },
"south": { "uv": [ 10, 2, 11.5, 3.5 ], "texture": "#head" },
"east": { "uv": [ 12, 2, 13.5, 3.5 ], "texture": "#head" }
}
},
{ "from": [ 13, 0, 13 ],
"to": [ 16, 3, 16 ],
"faces": {
"down": { "uv": [ 12, 0, 13.5, 1.5 ], "texture": "#head" },
"north": { "uv": [ 12, 2, 13.5, 3.5 ], "texture": "#head" },
"west": { "uv": [ 14, 2, 15.5, 3.5 ], "texture": "#head" },
"south": { "uv": [ 8, 2, 9.5, 3.5 ], "texture": "#head" },
"east": { "uv": [ 10, 2, 11.5, 3.5 ], "texture": "#head" }
}
}
]
}