Create/Update assets for version 1.10.1

This commit is contained in:
InventiveBot
2017-02-18 13:26:43 +00:00
parent edd2521bab
commit 27b541e90c
4452 changed files with 273226 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
{
"variants": {
"facing=south,in_wall=false,open=false": { "model": "birch_fence_gate_closed", "uvlock": true },
"facing=west,in_wall=false,open=false": { "model": "birch_fence_gate_closed", "uvlock": true, "y": 90 },
"facing=north,in_wall=false,open=false": { "model": "birch_fence_gate_closed", "uvlock": true, "y": 180 },
"facing=east,in_wall=false,open=false": { "model": "birch_fence_gate_closed", "uvlock": true, "y": 270 },
"facing=south,in_wall=false,open=true": { "model": "birch_fence_gate_open", "uvlock": true },
"facing=west,in_wall=false,open=true": { "model": "birch_fence_gate_open", "uvlock": true, "y": 90 },
"facing=north,in_wall=false,open=true": { "model": "birch_fence_gate_open", "uvlock": true, "y": 180 },
"facing=east,in_wall=false,open=true": { "model": "birch_fence_gate_open", "uvlock": true, "y": 270 },
"facing=south,in_wall=true,open=false": { "model": "birch_wall_gate_closed", "uvlock": true },
"facing=west,in_wall=true,open=false": { "model": "birch_wall_gate_closed", "uvlock": true, "y": 90 },
"facing=north,in_wall=true,open=false": { "model": "birch_wall_gate_closed", "uvlock": true, "y": 180 },
"facing=east,in_wall=true,open=false": { "model": "birch_wall_gate_closed", "uvlock": true, "y": 270 },
"facing=south,in_wall=true,open=true": { "model": "birch_wall_gate_open", "uvlock": true },
"facing=west,in_wall=true,open=true": { "model": "birch_wall_gate_open", "uvlock": true, "y": 90 },
"facing=north,in_wall=true,open=true": { "model": "birch_wall_gate_open", "uvlock": true, "y": 180 },
"facing=east,in_wall=true,open=true": { "model": "birch_wall_gate_open", "uvlock": true, "y": 270 }
}
}