1.21.8
This commit is contained in:
58
assets/minecraft/blockstates/oak_trapdoor.json
Normal file
58
assets/minecraft/blockstates/oak_trapdoor.json
Normal 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
|
||||
}
|
||||
}
|
||||
}
|
||||
6
assets/minecraft/models/block/oak_trapdoor_open.json
Normal file
6
assets/minecraft/models/block/oak_trapdoor_open.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:block/template_trapdoor_open",
|
||||
"textures": {
|
||||
"texture": "minecraft:block/oak_trapdoor"
|
||||
}
|
||||
}
|
||||
18
assets/minecraft/models/block/template_trapdoor_bottom.json
Normal file
18
assets/minecraft/models/block/template_trapdoor_bottom.json
Normal 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" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
18
assets/minecraft/models/block/template_trapdoor_open.json
Normal file
18
assets/minecraft/models/block/template_trapdoor_open.json
Normal 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" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user