21 lines
1.3 KiB
JSON
21 lines
1.3 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 }
|
|
}
|
|
}
|