first pass
This commit is contained in:
46
assets/minecraft/models/block/template_bed_head.json
Normal file
46
assets/minecraft/models/block/template_bed_head.json
Normal file
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"parent": "block/template_bed",
|
||||
"textures": {
|
||||
"particle": "minecraft:block/oak_planks",
|
||||
"north": "minecraft:block/bed_head_north",
|
||||
"east": "#east",
|
||||
"west": "#west",
|
||||
"up": "#up",
|
||||
"down": "minecraft:block/bed_down"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [ 0, 3, 0 ],
|
||||
"to": [ 16, 9, 16 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#down" },
|
||||
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#up" },
|
||||
"north": { "uv": [ 0, 7, 16, 13 ], "texture": "#north", "cullface": "north" },
|
||||
"west": { "uv": [ 0, 7, 16, 13 ], "texture": "#west", "cullface": "west" },
|
||||
"east": { "uv": [ 0, 7, 16, 13 ], "texture": "#east", "cullface": "east" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [ 0, 0, 0 ],
|
||||
"to": [ 3, 3, 3 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 6, 13, 9, 16 ], "texture": "#west", "cullface": "down" },
|
||||
"north": { "uv": [ 13, 13, 16, 16 ], "texture": "#north", "cullface": "north" },
|
||||
"south": { "uv": [ 3, 13, 6, 16 ], "texture": "#west" },
|
||||
"west": { "uv": [ 0, 13, 3, 16 ], "texture": "#west", "cullface": "west" },
|
||||
"east": { "uv": [ 10, 13, 13, 16 ], "texture": "#north" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [ 13, 0, 0 ],
|
||||
"to": [ 16, 3, 3 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 7, 13, 10, 16 ], "texture": "#east", "cullface": "down" },
|
||||
"north": { "uv": [ 0, 13, 3, 16 ], "texture": "#north", "cullface": "north" },
|
||||
"south": { "uv": [ 10, 13, 13, 16 ], "texture": "#east" },
|
||||
"west": { "uv": [ 3, 13, 6, 16 ], "texture": "#north" },
|
||||
"east": { "uv": [ 13, 13, 16, 16 ], "texture": "#east", "cullface": "east" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user