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.7 KiB
21 lines
1.7 KiB
{
|
|
"variants": {
|
|
"facing=south,in_wall=false,open=false": {"model": "acacia_fence_gate_closed", "uvlock": true},
|
|
"facing=west,in_wall=false,open=false": {"model": "acacia_fence_gate_closed", "uvlock": true, "y": 90},
|
|
"facing=north,in_wall=false,open=false": {"model": "acacia_fence_gate_closed", "uvlock": true, "y": 180},
|
|
"facing=east,in_wall=false,open=false": {"model": "acacia_fence_gate_closed", "uvlock": true, "y": 270},
|
|
"facing=south,in_wall=false,open=true": {"model": "acacia_fence_gate_open", "uvlock": true},
|
|
"facing=west,in_wall=false,open=true": {"model": "acacia_fence_gate_open", "uvlock": true, "y": 90},
|
|
"facing=north,in_wall=false,open=true": {"model": "acacia_fence_gate_open", "uvlock": true, "y": 180},
|
|
"facing=east,in_wall=false,open=true": {"model": "acacia_fence_gate_open", "uvlock": true, "y": 270},
|
|
"facing=south,in_wall=true,open=false": {"model": "acacia_wall_gate_closed", "uvlock": true},
|
|
"facing=west,in_wall=true,open=false": {"model": "acacia_wall_gate_closed", "uvlock": true, "y": 90},
|
|
"facing=north,in_wall=true,open=false": {"model": "acacia_wall_gate_closed", "uvlock": true, "y": 180},
|
|
"facing=east,in_wall=true,open=false": {"model": "acacia_wall_gate_closed", "uvlock": true, "y": 270},
|
|
"facing=south,in_wall=true,open=true": {"model": "acacia_wall_gate_open", "uvlock": true},
|
|
"facing=west,in_wall=true,open=true": {"model": "acacia_wall_gate_open", "uvlock": true, "y": 90},
|
|
"facing=north,in_wall=true,open=true": {"model": "acacia_wall_gate_open", "uvlock": true, "y": 180},
|
|
"facing=east,in_wall=true,open=true": {"model": "acacia_wall_gate_open", "uvlock": true, "y": 270}
|
|
}
|
|
}
|