This commit is contained in:
2026-01-02 04:23:32 +01:00
parent 31ea4af347
commit b8cdeb343a
13 changed files with 489 additions and 233 deletions

View File

@@ -0,0 +1,58 @@
{
"variants": {
"facing=east,half=bottom,open=false": {
"model": "minecraft:block/oak_trapdoor_bottom"
},
"facing=east,half=bottom,open=true": {
"model": "minecraft:block/oak_trapdoor_open",
"y": 90
},
"facing=east,half=top,open=false": {
"model": "minecraft:block/oak_trapdoor_top"
},
"facing=east,half=top,open=true": {
"model": "minecraft:block/oak_trapdoor_open",
"y": 90
},
"facing=north,half=bottom,open=false": {
"model": "minecraft:block/oak_trapdoor_bottom"
},
"facing=north,half=bottom,open=true": {
"model": "minecraft:block/oak_trapdoor_open"
},
"facing=north,half=top,open=false": {
"model": "minecraft:block/oak_trapdoor_top"
},
"facing=north,half=top,open=true": {
"model": "minecraft:block/oak_trapdoor_open"
},
"facing=south,half=bottom,open=false": {
"model": "minecraft:block/oak_trapdoor_bottom"
},
"facing=south,half=bottom,open=true": {
"model": "minecraft:block/oak_trapdoor_open",
"y": 180
},
"facing=south,half=top,open=false": {
"model": "minecraft:block/oak_trapdoor_top"
},
"facing=south,half=top,open=true": {
"model": "minecraft:block/oak_trapdoor_open",
"y": 180
},
"facing=west,half=bottom,open=false": {
"model": "minecraft:block/oak_trapdoor_bottom"
},
"facing=west,half=bottom,open=true": {
"model": "minecraft:block/oak_trapdoor_open",
"y": 270
},
"facing=west,half=top,open=false": {
"model": "minecraft:block/oak_trapdoor_top"
},
"facing=west,half=top,open=true": {
"model": "minecraft:block/oak_trapdoor_open",
"y": 270
}
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/template_trapdoor_open",
"textures": {
"texture": "minecraft:block/oak_trapdoor"
}
}

View File

@@ -0,0 +1,18 @@
{ "parent": "block/thin_block",
"textures": {
"particle": "#texture"
},
"elements": [
{ "from": [ 0, 0, 0 ],
"to": [ 16, 3, 16 ],
"faces": {
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" },
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" },
"north": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "north" },
"south": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "south" },
"west": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "west" },
"east": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "east" }
}
}
]
}

View File

@@ -0,0 +1,18 @@
{
"textures": {
"particle": "#texture"
},
"elements": [
{ "from": [ 0, 0, 13 ],
"to": [ 16, 16, 16 ],
"faces": {
"down": { "uv": [ 0, 13, 16, 16 ], "texture": "#texture", "cullface": "down" },
"up": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "up" },
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" },
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "south" },
"west": { "uv": [ 16, 0, 13, 16 ], "texture": "#texture", "cullface": "west" },
"east": { "uv": [ 13, 0, 16, 16 ], "texture": "#texture", "cullface": "east" }
}
}
]
}