mirror of
https://git.webmc.xyz/Starlike-Client/Starlike-Client
synced 2025-07-21 21:21:30 -09:00
43 lines
1.4 KiB
JSON
43 lines
1.4 KiB
JSON
{
|
|
"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
|
|
}
|
|
}
|
|
}
|