mirror of
https://git.webmc.xyz/Starlike-Client/Starlike-Client
synced 2025-06-05 18:32:01 -09:00
75 lines
1.9 KiB
JSON
75 lines
1.9 KiB
JSON
{
|
|
"variants": {
|
|
"facing=south,in_wall=false,open=false": {
|
|
"model": "birch_fence_gate_closed"
|
|
},
|
|
"facing=west,in_wall=false,open=false": {
|
|
"model": "birch_fence_gate_closed",
|
|
"y": 90,
|
|
"uvlock": true
|
|
},
|
|
"facing=north,in_wall=false,open=false": {
|
|
"model": "birch_fence_gate_closed",
|
|
"y": 180,
|
|
"uvlock": true
|
|
},
|
|
"facing=east,in_wall=false,open=false": {
|
|
"model": "birch_fence_gate_closed",
|
|
"y": 270,
|
|
"uvlock": true
|
|
},
|
|
"facing=south,in_wall=false,open=true": {
|
|
"model": "birch_fence_gate_open"
|
|
},
|
|
"facing=west,in_wall=false,open=true": {
|
|
"model": "birch_fence_gate_open",
|
|
"y": 90,
|
|
"uvlock": true
|
|
},
|
|
"facing=north,in_wall=false,open=true": {
|
|
"model": "birch_fence_gate_open",
|
|
"y": 180,
|
|
"uvlock": true
|
|
},
|
|
"facing=east,in_wall=false,open=true": {
|
|
"model": "birch_fence_gate_open",
|
|
"y": 270,
|
|
"uvlock": true
|
|
},
|
|
"facing=south,in_wall=true,open=false": {
|
|
"model": "birch_wall_gate_closed"
|
|
},
|
|
"facing=west,in_wall=true,open=false": {
|
|
"model": "birch_wall_gate_closed",
|
|
"y": 90,
|
|
"uvlock": true
|
|
},
|
|
"facing=north,in_wall=true,open=false": {
|
|
"model": "birch_wall_gate_closed",
|
|
"y": 180,
|
|
"uvlock": true
|
|
},
|
|
"facing=east,in_wall=true,open=false": {
|
|
"model": "birch_wall_gate_closed",
|
|
"y": 270,
|
|
"uvlock": true
|
|
},
|
|
"facing=south,in_wall=true,open=true": { "model": "birch_wall_gate_open" },
|
|
"facing=west,in_wall=true,open=true": {
|
|
"model": "birch_wall_gate_open",
|
|
"y": 90,
|
|
"uvlock": true
|
|
},
|
|
"facing=north,in_wall=true,open=true": {
|
|
"model": "birch_wall_gate_open",
|
|
"y": 180,
|
|
"uvlock": true
|
|
},
|
|
"facing=east,in_wall=true,open=true": {
|
|
"model": "birch_wall_gate_open",
|
|
"y": 270,
|
|
"uvlock": true
|
|
}
|
|
}
|
|
}
|