You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
1.3 KiB
21 lines
1.3 KiB
6 years ago
|
{
|
||
|
"variants": {
|
||
|
"facing=north,half=bottom,open=false": {"model": "wooden_trapdoor_bottom"},
|
||
|
"facing=south,half=bottom,open=false": {"model": "wooden_trapdoor_bottom"},
|
||
|
"facing=east,half=bottom,open=false": {"model": "wooden_trapdoor_bottom"},
|
||
|
"facing=west,half=bottom,open=false": {"model": "wooden_trapdoor_bottom"},
|
||
|
"facing=north,half=top,open=false": {"model": "wooden_trapdoor_top"},
|
||
|
"facing=south,half=top,open=false": {"model": "wooden_trapdoor_top"},
|
||
|
"facing=east,half=top,open=false": {"model": "wooden_trapdoor_top"},
|
||
|
"facing=west,half=top,open=false": {"model": "wooden_trapdoor_top"},
|
||
|
"facing=north,half=bottom,open=true": {"model": "wooden_trapdoor_open"},
|
||
|
"facing=south,half=bottom,open=true": {"model": "wooden_trapdoor_open", "y": 180},
|
||
|
"facing=east,half=bottom,open=true": {"model": "wooden_trapdoor_open", "y": 90},
|
||
|
"facing=west,half=bottom,open=true": {"model": "wooden_trapdoor_open", "y": 270},
|
||
|
"facing=north,half=top,open=true": {"model": "wooden_trapdoor_open"},
|
||
|
"facing=south,half=top,open=true": {"model": "wooden_trapdoor_open", "y": 180},
|
||
|
"facing=east,half=top,open=true": {"model": "wooden_trapdoor_open", "y": 90},
|
||
|
"facing=west,half=top,open=true": {"model": "wooden_trapdoor_open", "y": 270}
|
||
|
}
|
||
|
}
|