2025-01-20 11:24:16 -08:00

39 lines
1.4 KiB
JSON

{
"variants": {
"facing=north,half=bottom,open=false": { "model": "iron_trapdoor_bottom" },
"facing=south,half=bottom,open=false": { "model": "iron_trapdoor_bottom" },
"facing=east,half=bottom,open=false": { "model": "iron_trapdoor_bottom" },
"facing=west,half=bottom,open=false": { "model": "iron_trapdoor_bottom" },
"facing=north,half=top,open=false": { "model": "iron_trapdoor_top" },
"facing=south,half=top,open=false": { "model": "iron_trapdoor_top" },
"facing=east,half=top,open=false": { "model": "iron_trapdoor_top" },
"facing=west,half=top,open=false": { "model": "iron_trapdoor_top" },
"facing=north,half=bottom,open=true": { "model": "iron_trapdoor_open" },
"facing=south,half=bottom,open=true": {
"model": "iron_trapdoor_open",
"y": 180
},
"facing=east,half=bottom,open=true": {
"model": "iron_trapdoor_open",
"y": 90
},
"facing=west,half=bottom,open=true": {
"model": "iron_trapdoor_open",
"y": 270
},
"facing=north,half=top,open=true": { "model": "iron_trapdoor_open" },
"facing=south,half=top,open=true": {
"model": "iron_trapdoor_open",
"y": 180
},
"facing=east,half=top,open=true": {
"model": "iron_trapdoor_open",
"y": 90
},
"facing=west,half=top,open=true": {
"model": "iron_trapdoor_open",
"y": 270
}
}
}