minecraft-assets/assets/minecraft/blockstates/oak_fence_gate.json

21 lines
1.8 KiB
JSON

{
"variants": {
"facing=south,in_wall=false,open=false": { "model": "block/oak_fence_gate", "uvlock": true },
"facing=west,in_wall=false,open=false": { "model": "block/oak_fence_gate", "uvlock": true, "y": 90 },
"facing=north,in_wall=false,open=false": { "model": "block/oak_fence_gate", "uvlock": true, "y": 180 },
"facing=east,in_wall=false,open=false": { "model": "block/oak_fence_gate", "uvlock": true, "y": 270 },
"facing=south,in_wall=false,open=true": { "model": "block/oak_fence_gate_open", "uvlock": true },
"facing=west,in_wall=false,open=true": { "model": "block/oak_fence_gate_open", "uvlock": true, "y": 90 },
"facing=north,in_wall=false,open=true": { "model": "block/oak_fence_gate_open", "uvlock": true, "y": 180 },
"facing=east,in_wall=false,open=true": { "model": "block/oak_fence_gate_open", "uvlock": true, "y": 270 },
"facing=south,in_wall=true,open=false": { "model": "block/oak_fence_gate_wall", "uvlock": true },
"facing=west,in_wall=true,open=false": { "model": "block/oak_fence_gate_wall", "uvlock": true, "y": 90 },
"facing=north,in_wall=true,open=false": { "model": "block/oak_fence_gate_wall", "uvlock": true, "y": 180 },
"facing=east,in_wall=true,open=false": { "model": "block/oak_fence_gate_wall", "uvlock": true, "y": 270 },
"facing=south,in_wall=true,open=true": { "model": "block/oak_fence_gate_wall_open", "uvlock": true },
"facing=west,in_wall=true,open=true": { "model": "block/oak_fence_gate_wall_open", "uvlock": true, "y": 90 },
"facing=north,in_wall=true,open=true": { "model": "block/oak_fence_gate_wall_open", "uvlock": true, "y": 180 },
"facing=east,in_wall=true,open=true": { "model": "block/oak_fence_gate_wall_open", "uvlock": true, "y": 270 }
}
}