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

40 lines
1.6 KiB
JSON
Raw Normal View History

2024-03-15 14:25:40 -05:00
{
"textures": {
2024-03-21 14:05:04 -05:00
"particle": "blocks/planks_oak",
2024-03-15 14:25:40 -05:00
"bottom": "blocks/planks_oak",
2024-03-21 14:05:04 -05:00
"head": "blocks/bed_head"
2024-03-15 14:25:40 -05:00
},
"elements": [
2024-03-21 14:05:04 -05:00
{ "from": [ 0, 3, 0 ],
2024-03-15 14:25:40 -05:00
"to": [ 16, 9, 16 ],
"faces": {
2024-03-21 14:05:04 -05:00
"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" }
2024-03-15 14:25:40 -05:00
}
},
2024-03-21 14:05:04 -05:00
{ "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 ],
2024-03-15 14:25:40 -05:00
"to": [ 16, 3, 16 ],
"faces": {
2024-03-21 14:05:04 -05:00
"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" }
2024-03-15 14:25:40 -05:00
}
}
]
}