import sources from scattered branches

This commit is contained in:
2026-07-08 23:12:18 -04:00
parent a1cbd1657e
commit 5e9d8f1b34
9409 changed files with 97775 additions and 7 deletions

View 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" }
}
}
]
}