Create/Update assets for version 1.12.2

This commit is contained in:
InventiveBot
2018-01-13 19:17:52 +00:00
parent edd2521bab
commit 3360cc4a4e
5926 changed files with 352052 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
{
"variants": {
"facing=south,in_wall=false,open=false": { "model": "oak_fence_gate_closed", "uvlock": true },
"facing=west,in_wall=false,open=false": { "model": "oak_fence_gate_closed", "uvlock": true, "y": 90 },
"facing=north,in_wall=false,open=false": { "model": "oak_fence_gate_closed", "uvlock": true, "y": 180 },
"facing=east,in_wall=false,open=false": { "model": "oak_fence_gate_closed", "uvlock": true, "y": 270 },
"facing=south,in_wall=false,open=true": { "model": "oak_fence_gate_open", "uvlock": true },
"facing=west,in_wall=false,open=true": { "model": "oak_fence_gate_open", "uvlock": true, "y": 90 },
"facing=north,in_wall=false,open=true": { "model": "oak_fence_gate_open", "uvlock": true, "y": 180 },
"facing=east,in_wall=false,open=true": { "model": "oak_fence_gate_open", "uvlock": true, "y": 270 },
"facing=south,in_wall=true,open=false": { "model": "oak_wall_gate_closed", "uvlock": true },
"facing=west,in_wall=true,open=false": { "model": "oak_wall_gate_closed", "uvlock": true, "y": 90 },
"facing=north,in_wall=true,open=false": { "model": "oak_wall_gate_closed", "uvlock": true, "y": 180 },
"facing=east,in_wall=true,open=false": { "model": "oak_wall_gate_closed", "uvlock": true, "y": 270 },
"facing=south,in_wall=true,open=true": { "model": "oak_wall_gate_open", "uvlock": true },
"facing=west,in_wall=true,open=true": { "model": "oak_wall_gate_open", "uvlock": true, "y": 90 },
"facing=north,in_wall=true,open=true": { "model": "oak_wall_gate_open", "uvlock": true, "y": 180 },
"facing=east,in_wall=true,open=true": { "model": "oak_wall_gate_open", "uvlock": true, "y": 270 }
}
}