1
0
Fork 0
hoosiertransfer-mod-saigevers/desktopRuntime/resources/assets/minecraft/models/block/bed_inventory.json

71 lines
3.1 KiB
JSON

{
"textures": {
"particle": "blocks/planks_oak",
"bottom": "blocks/planks_oak",
"feet": "blocks/bed_feet",
"head": "blocks/bed_head"
},
"elements": [
{ "from": [ 4, 1.5, 0 ],
"to": [ 12, 4.5, 8 ],
"faces": {
"up": { "uv": [ 0, 0, 8, 8 ], "texture": "#feet" },
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom" },
"north": { "uv": [ 8, 8, 16, 11 ], "texture": "#feet" },
"west": { "uv": [ 8, 4, 16, 7 ], "texture": "#feet" },
"east": { "uv": [ 0, 8, 8, 11 ], "texture": "#feet" }
}
},
{ "from": [ 4, 0, 0 ],
"to": [ 5.5, 1.5, 1.5 ],
"faces": {
"down": { "uv": [ 8, 0, 9.5, 1.5 ], "texture": "#feet" },
"north": { "uv": [ 8, 2, 9.5, 3.5 ], "texture": "#feet" },
"west": { "uv": [ 10, 2, 11.5, 3.5 ], "texture": "#feet" },
"south": { "uv": [ 12, 2, 13.5, 3.5 ], "texture": "#feet" },
"east": { "uv": [ 14, 2, 15.5, 3.5 ], "texture": "#feet" }
}
},
{ "from": [ 10.5, 0, 0 ],
"to": [ 12, 1.5, 1.5 ],
"faces": {
"down": { "uv": [ 10, 0, 11.5, 1.5 ], "texture": "#feet" },
"north": { "uv": [ 10, 2, 11.5, 3.5 ], "texture": "#feet" },
"west": { "uv": [ 12, 2, 13.5, 3.5 ], "texture": "#feet" },
"south": { "uv": [ 14, 2, 15.5, 3.5 ], "texture": "#feet" },
"east": { "uv": [ 8, 2, 9.5, 3.5 ], "texture": "#feet" }
}
},
{ "from": [ 4, 1.5, 8 ],
"to": [ 12, 4.5, 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": [ 4, 0, 14.5 ],
"to": [ 5.5, 1.5, 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": [ 10.5, 0, 14.5 ],
"to": [ 12, 1.5, 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" }
}
}
]
}