diff --git a/assets/minecraft/blockstates/acacia_fence.json b/assets/minecraft/blockstates/acacia_fence.json deleted file mode 100755 index 79c2016..0000000 --- a/assets/minecraft/blockstates/acacia_fence.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "multipart": [ - { "apply": { "model": "acacia_fence_post" }}, - { "when": { "north": "true" }, - "apply": { "model": "acacia_fence_side", "uvlock": false } - }, - { "when": { "east": "true" }, - "apply": { "model": "acacia_fence_side", "y": 90, "uvlock": false } - }, - { "when": { "south": "true" }, - "apply": { "model": "acacia_fence_side", "y": 180, "uvlock": false } - }, - { "when": { "west": "true" }, - "apply": { "model": "acacia_fence_side", "y": 270, "uvlock": false } - } - ] -} diff --git a/assets/minecraft/blockstates/activator_rail.json b/assets/minecraft/blockstates/activator_rail.json deleted file mode 100755 index 1f48faa..0000000 --- a/assets/minecraft/blockstates/activator_rail.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "variants": { - "powered=false,shape=north_south": { "model": "activator_rail_flat" }, - "powered=false,shape=east_west": { "model": "activator_rail_flat", "y": 90 }, - "powered=false,shape=ascending_east": { "model": "activator_rail_raised_SW", "y": 270 }, - "powered=false,shape=ascending_west": { "model": "activator_rail_raised_sw", "y": 90 }, - "powered=false,shape=ascending_north": { "model": "activator_rail_raised_SW", "y": 180 }, - "powered=false,shape=ascending_south": { "model": "activator_rail_raised_sw" }, - "powered=true,shape=north_south": { "model": "activator_rail_active_flat" }, - "powered=true,shape=east_west": { "model": "activator_rail_active_flat", "y": 90 }, - "powered=true,shape=ascending_east": { "model": "activator_rail_active_raised_sw", "y": 270 }, - "powered=true,shape=ascending_west": { "model": "activator_rail_active_raised_sw", "y": 90 }, - "powered=true,shape=ascending_north": { "model": "activator_rail_active_raised_sw", "y": 180 }, - "powered=true,shape=ascending_south": { "model": "activator_rail_active_raised_sw" } - } -} diff --git a/assets/minecraft/blockstates/birch_fence.json b/assets/minecraft/blockstates/birch_fence.json deleted file mode 100755 index 9351417..0000000 --- a/assets/minecraft/blockstates/birch_fence.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "multipart": [ - { "apply": { "model": "birch_fence_post" }}, - { "when": { "north": "true" }, - "apply": { "model": "birch_fence_side", "uvlock": false } - }, - { "when": { "east": "true" }, - "apply": { "model": "birch_fence_side", "y": 90, "uvlock": false } - }, - { "when": { "south": "true" }, - "apply": { "model": "birch_fence_side", "y": 180, "uvlock": false } - }, - { "when": { "west": "true" }, - "apply": { "model": "birch_fence_side", "y": 270, "uvlock": false } - } - ] -} diff --git a/assets/minecraft/blockstates/dark_oak_fence.json b/assets/minecraft/blockstates/dark_oak_fence.json deleted file mode 100755 index c2e3346..0000000 --- a/assets/minecraft/blockstates/dark_oak_fence.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "multipart": [ - { "apply": { "model": "dark_oak_fence_post" }}, - { "when": { "north": "true" }, - "apply": { "model": "dark_oak_fence_side", "uvlock": false } - }, - { "when": { "east": "true" }, - "apply": { "model": "dark_oak_fence_side", "y": 90, "uvlock": false } - }, - { "when": { "south": "true" }, - "apply": { "model": "dark_oak_fence_side", "y": 180, "uvlock": false } - }, - { "when": { "west": "true" }, - "apply": { "model": "dark_oak_fence_side", "y": 270, "uvlock": false } - } - ] -} diff --git a/assets/minecraft/blockstates/detector_rail.json b/assets/minecraft/blockstates/detector_rail.json deleted file mode 100755 index 6e1ac0b..0000000 --- a/assets/minecraft/blockstates/detector_rail.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "variants": { - "powered=false,shape=north_south": { "model": "detector_rail_flat" }, - "powered=false,shape=east_west": { "model": "detector_rail_flat", "y": 90 }, - "powered=false,shape=ascending_east": { "model": "detector_rail_raised_sw", "y": 270 }, - "powered=false,shape=ascending_west": { "model": "detector_rail_raised_sw", "y": 90 }, - "powered=false,shape=ascending_north": { "model": "detector_rail_raised_sw", "y": 180 }, - "powered=false,shape=ascending_south": { "model": "detector_rail_raised_sw" }, - "powered=true,shape=north_south": { "model": "detector_rail_powered_flat" }, - "powered=true,shape=east_west": { "model": "detector_rail_powered_flat", "y": 90 }, - "powered=true,shape=ascending_east": { "model": "detector_rail_powered_raised_sw", "y": 270 }, - "powered=true,shape=ascending_west": { "model": "detector_rail_powered_raised_sw", "y": 90 }, - "powered=true,shape=ascending_north": { "model": "detector_rail_powered_raised_sw", "y": 180 }, - "powered=true,shape=ascending_south": { "model": "detector_rail_powered_raised_sw" } - } -} diff --git a/assets/minecraft/blockstates/fence.json b/assets/minecraft/blockstates/fence.json deleted file mode 100755 index cf4e1b6..0000000 --- a/assets/minecraft/blockstates/fence.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "multipart": [ - { "apply": { "model": "oak_fence_post" }}, - { "when": { "north": "true" }, - "apply": { "model": "oak_fence_side", "uvlock": false } - }, - { "when": { "east": "true" }, - "apply": { "model": "oak_fence_side", "y": 90, "uvlock": false } - }, - { "when": { "south": "true" }, - "apply": { "model": "oak_fence_side", "y": 180, "uvlock": false } - }, - { "when": { "west": "true" }, - "apply": { "model": "oak_fence_side", "y": 270, "uvlock": false } - } - ] -} diff --git a/assets/minecraft/blockstates/fence_gate.json b/assets/minecraft/blockstates/fence_gate.json deleted file mode 100755 index 043d21e..0000000 --- a/assets/minecraft/blockstates/fence_gate.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "variants": { - "facing=south,in_wall=false,open=false": { "model": "oak_fence_gate_closed" }, - "facing=west,in_wall=false,open=false": { "model": "oak_fence_gate_closed", "y": 90, "uvlock": true }, - "facing=north,in_wall=false,open=false": { "model": "oak_fence_gate_closed", "y": 180, "uvlock": true }, - "facing=east,in_wall=false,open=false": { "model": "oak_fence_gate_closed", "y": 270, "uvlock": true }, - "facing=south,in_wall=false,open=true": { "model": "oak_fence_gate_open" }, - "facing=west,in_wall=false,open=true": { "model": "oak_fence_gate_open", "y": 90, "uvlock": true }, - "facing=north,in_wall=false,open=true": { "model": "oak_fence_gate_open", "y": 180, "uvlock": true }, - "facing=east,in_wall=false,open=true": { "model": "oak_fence_gate_open", "y": 270, "uvlock": true }, - "facing=south,in_wall=true,open=false": { "model": "oak_wall_gate_closed" }, - "facing=west,in_wall=true,open=false": { "model": "oak_wall_gate_closed", "y": 90, "uvlock": true }, - "facing=north,in_wall=true,open=false": { "model": "oak_wall_gate_closed", "y": 180, "uvlock": true }, - "facing=east,in_wall=true,open=false": { "model": "oak_wall_gate_closed", "y": 270, "uvlock": true }, - "facing=south,in_wall=true,open=true": { "model": "oak_wall_gate_open" }, - "facing=west,in_wall=true,open=true": { "model": "oak_wall_gate_open", "y": 90, "uvlock": true }, - "facing=north,in_wall=true,open=true": { "model": "oak_wall_gate_open", "y": 180, "uvlock": true }, - "facing=east,in_wall=true,open=true": { "model": "oak_wall_gate_open", "y": 270, "uvlock": true } - } -} diff --git a/assets/minecraft/blockstates/golden_rail.json b/assets/minecraft/blockstates/golden_rail.json deleted file mode 100755 index f2d88f4..0000000 --- a/assets/minecraft/blockstates/golden_rail.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "variants": { - "powered=false,shape=north_south": { "model": "golden_rail_flat" }, - "powered=false,shape=east_west": { "model": "golden_rail_flat", "y": 90 }, - "powered=false,shape=ascending_east": { "model": "golden_rail_raised_sw", "y": 270 }, - "powered=false,shape=ascending_west": { "model": "golden_rail_raised_sw", "y": 90 }, - "powered=false,shape=ascending_north": { "model": "golden_rail_raised_sw", "y": 180 }, - "powered=false,shape=ascending_south": { "model": "golden_rail_raised_sw" }, - "powered=true,shape=north_south": { "model": "golden_rail_active_flat" }, - "powered=true,shape=east_west": { "model": "golden_rail_active_flat", "y": 90 }, - "powered=true,shape=ascending_east": { "model": "golden_rail_active_raised_sw", "y": 270 }, - "powered=true,shape=ascending_west": { "model": "golden_rail_active_raised_sw", "y": 90 }, - "powered=true,shape=ascending_north": { "model": "golden_rail_active_raised_sw", "y": 180 }, - "powered=true,shape=ascending_south": { "model": "golden_rail_active_raised_sw" } - } -} diff --git a/assets/minecraft/blockstates/grass.json b/assets/minecraft/blockstates/grass.json deleted file mode 100755 index cf84b64..0000000 --- a/assets/minecraft/blockstates/grass.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "variants": { - "snowy=false": [ - { "model": "grass_normal", "weight": 100 }, - { "model": "grass_1_1", "weight": 100 }, - { "model": "grass_1_2", "weight": 100 }, - { "model": "grass_1_3", "weight": 100 }, - { "model": "grass_2_1", "weight": 100 }, - { "model": "grass_2_2", "weight": 100 }, - { "model": "grass_2_3", "weight": 100 }, - { "model": "grass_3_1", "weight": 100 }, - { "model": "grass_3_2", "weight": 100 }, - { "model": "grass_3_3", "weight": 100 }, - { "model": "grass_4_1", "weight": 100 }, - { "model": "grass_4_2", "weight": 100 }, - { "model": "grass_4_3", "weight": 100 }, - { "model": "grass_5_1", "weight": 100 }, - { "model": "grass_5_2", "weight": 100 }, - { "model": "grass_5_3", "weight": 100 }, - { "model": "grass_6_1", "weight": 100 }, - { "model": "grass_6_2", "weight": 100 }, - { "model": "grass_6_3", "weight": 100 }, - { "model": "grass_7_1", "weight": 100 }, - { "model": "grass_7_2", "weight": 100 }, - { "model": "grass_7_3", "weight": 100 }, - { "model": "grass_8_1", "weight": 100 }, - { "model": "grass_8_2", "weight": 100 }, - { "model": "grass_8_3", "weight": 100 } - - ], - "snowy=true": { "model": "grass_snowed" } - } -} diff --git a/assets/minecraft/blockstates/jungle_door.json b/assets/minecraft/blockstates/jungle_door.json deleted file mode 100755 index f8f87eb..0000000 --- a/assets/minecraft/blockstates/jungle_door.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "variants": { - "facing=south,half=lower,hinge=left,open=false": { "model": "jungle_door_bottom" }, - "facing=west,half=lower,hinge=left,open=false": { "model": "jungle_door_bottom", "y": 90 }, - "facing=north,half=lower,hinge=left,open=false": { "model": "jungle_door_bottom", "y": 180 }, - "facing=east,half=lower,hinge=left,open=false": { "model": "jungle_door_bottom", "y": 270 }, - "facing=south,half=lower,hinge=right,open=false": { "model": "jungle_door_bottom_rh" }, - "facing=west,half=lower,hinge=right,open=false": { "model": "jungle_door_bottom_rh", "y": 90 }, - "facing=north,half=lower,hinge=right,open=false": { "model": "jungle_door_bottom_rh", "y": 180 }, - "facing=east,half=lower,hinge=right,open=false": { "model": "jungle_door_bottom_rh", "y": 270 }, - "facing=south,half=lower,hinge=left,open=true": { "model": "jungle_door_bottom_rh", "y": 90 }, - "facing=west,half=lower,hinge=left,open=true": { "model": "jungle_door_bottom_rh", "y": 180 }, - "facing=north,half=lower,hinge=left,open=true": { "model": "jungle_door_bottom_rh", "y": 270 }, - "facing=east,half=lower,hinge=left,open=true": { "model": "jungle_door_bottom_rh" }, - "facing=south,half=lower,hinge=right,open=true": { "model": "jungle_door_bottom", "y": 270 }, - "facing=west,half=lower,hinge=right,open=true": { "model": "jungle_door_bottom" }, - "facing=north,half=lower,hinge=right,open=true": { "model": "jungle_door_bottom", "y": 90 }, - "facing=east,half=lower,hinge=right,open=true": { "model": "jungle_door_bottom", "y": 180 }, - "facing=south,half=upper,hinge=left,open=false": { "model": "jungle_door_top" }, - "facing=west,half=upper,hinge=left,open=false": { "model": "jungle_door_top", "y": 90 }, - "facing=north,half=upper,hinge=left,open=false": { "model": "jungle_door_top", "y": 180 }, - "facing=east,half=upper,hinge=left,open=false": { "model": "jungle_door_top", "y": 270 }, - "facing=south,half=upper,hinge=right,open=false": { "model": "jungle_door_top_rh" }, - "facing=west,half=upper,hinge=right,open=false": { "model": "jungle_door_top_rh", "y": 90 }, - "facing=north,half=upper,hinge=right,open=false": { "model": "jungle_door_top_rh", "y": 180 }, - "facing=east,half=upper,hinge=right,open=false": { "model": "jungle_door_top_rh", "y": 270 }, - "facing=south,half=upper,hinge=left,open=true": { "model": "jungle_door_top_rh", "y": 90 }, - "facing=west,half=upper,hinge=left,open=true": { "model": "jungle_door_top_rh", "y": 180 }, - "facing=north,half=upper,hinge=left,open=true": { "model": "jungle_door_top_rh", "y": 270 }, - "facing=east,half=upper,hinge=left,open=true": { "model": "jungle_door_top_rh" }, - "facing=south,half=upper,hinge=right,open=true": { "model": "jungle_door_top", "y": 270 }, - "facing=west,half=upper,hinge=right,open=true": { "model": "jungle_door_top" }, - "facing=north,half=upper,hinge=right,open=true": { "model": "jungle_door_top", "y": 90 }, - "facing=east,half=upper,hinge=right,open=true": { "model": "jungle_door_top", "y": 180 } - } -} diff --git a/assets/minecraft/blockstates/jungle_fence.json b/assets/minecraft/blockstates/jungle_fence.json deleted file mode 100755 index b3fe7a9..0000000 --- a/assets/minecraft/blockstates/jungle_fence.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "multipart": [ - { "apply": { "model": "jungle_fence_post" }}, - { "when": { "north": "true" }, - "apply": { "model": "jungle_fence_side", "uvlock": false } - }, - { "when": { "east": "true" }, - "apply": { "model": "jungle_fence_side", "y": 90, "uvlock": false } - }, - { "when": { "south": "true" }, - "apply": { "model": "jungle_fence_side", "y": 180, "uvlock": false } - }, - { "when": { "west": "true" }, - "apply": { "model": "jungle_fence_side", "y": 270, "uvlock": false } - } - ] -} diff --git a/assets/minecraft/blockstates/nether_brick_fence.json b/assets/minecraft/blockstates/nether_brick_fence.json deleted file mode 100755 index baef635..0000000 --- a/assets/minecraft/blockstates/nether_brick_fence.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "multipart": [ - { "apply": { "model": "nether_brick_fence_post" }}, - { "when": { "north": true }, - "apply": { "model": "nether_brick_fence_side", "uvlock": false } - }, - { "when": { "east": true }, - "apply": { "model": "nether_brick_fence_side", "y": 90, "uvlock": false } - }, - { "when": { "south": true }, - "apply": { "model": "nether_brick_fence_side", "y": 180, "uvlock": false } - }, - { "when": { "west": true }, - "apply": { "model": "nether_brick_fence_side", "y": 270, "uvlock": false } - } - ] -} diff --git a/assets/minecraft/blockstates/rail.json b/assets/minecraft/blockstates/rail.json deleted file mode 100755 index 98a9b01..0000000 --- a/assets/minecraft/blockstates/rail.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "variants": { - "shape=north_south": { "model": "normal_rail_flat" }, - "shape=east_west": { "model": "normal_rail_flat", "y": 90 }, - "shape=ascending_east": { "model": "normal_rail_raised_sw", "y": 270 }, - "shape=ascending_west": { "model": "normal_rail_raised_sw", "y": 90 }, - "shape=ascending_north": { "model": "normal_rail_raised_sw", "y": 180 }, - "shape=ascending_south": { "model": "normal_rail_raised_sw" }, - "shape=south_east": { "model": "normal_rail_curved" }, - "shape=south_west": { "model": "normal_rail_curved", "y": 90 }, - "shape=north_west": { "model": "normal_rail_curved", "y": 180 }, - "shape=north_east": { "model": "normal_rail_curved", "y": 270 } - } -} diff --git a/assets/minecraft/blockstates/red_sand.json b/assets/minecraft/blockstates/red_sand.json deleted file mode 100755 index 3301da8..0000000 --- a/assets/minecraft/blockstates/red_sand.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "normal": [ - { "model": "red_sand" } - ] - } -} diff --git a/assets/minecraft/blockstates/red_sandstone_double_slab.json b/assets/minecraft/blockstates/red_sandstone_double_slab.json deleted file mode 100755 index cfc7c97..0000000 --- a/assets/minecraft/blockstates/red_sandstone_double_slab.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "variants": { - "normal": { "model": "red_sandstone_double_slab" }, - "all": { "model": "red_sandstone_all" } - } -} diff --git a/assets/minecraft/blockstates/redstone_torch.json b/assets/minecraft/blockstates/redstone_torch.json deleted file mode 100755 index 6c08abf..0000000 --- a/assets/minecraft/blockstates/redstone_torch.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "variants": { - "facing=up": { "model": "lit_redstone_torch" }, - "facing=east": { "model": "lit_redstone_torch_wall", "y": 180 }, - "facing=south": { "model": "lit_redstone_torch_wall", "y": 270 }, - "facing=west": { "model": "lit_redstone_torch_wall" }, - "facing=north": { "model": "lit_redstone_torch_wall", "y": 90 } - } -} diff --git a/assets/minecraft/blockstates/redstone_wire.json b/assets/minecraft/blockstates/redstone_wire.json deleted file mode 100755 index 3945bae..0000000 --- a/assets/minecraft/blockstates/redstone_wire.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "multipart": [ - { "when": { "OR": [ - {"north": "none", "east": "none", "south": "none", "west": "none"}, - {"north": "side|up", "east": "side|up" }, - {"east": "side|up", "south": "side|up" }, - {"south": "side|up", "west": "side|up"}, - {"west": "side|up", "north": "side|up"} - ]}, - "apply": { "model": "redstone_dot" } - }, - { "when": { "OR": [ - { "north": "side|up" }, - { "north": "none", "east": "none", "south": "side|up", "west": "none" } - ]}, - "apply": { "model": "redstone_side0" } - }, - { "when": { "OR": [ - { "south": "side|up" }, - { "north": "side|up", "east": "none", "south": "none", "west": "none" } - ]}, - "apply": { "model": "redstone_side_alt0" } - }, - { "when": { "OR": [ - { "east": "side|up" }, - { "north": "none", "east": "none", "south": "none", "west": "side|up" } - ]}, - "apply": { "model": "redstone_side_alt1", "y": 270 } - }, - { "when": { "OR": [ - { "west": "side|up" }, - { "north": "none", "east": "side|up", "south": "none", "west": "none" } - ]}, - "apply": { "model": "redstone_side1", "y": 270 } - }, - { "when": { "north": "up" }, - "apply": { "model": "redstone_up" } - }, - { "when": { "east": "up" }, - "apply": { "model": "redstone_up", "y": 90 } - }, - { "when": { "south": "up" }, - "apply": { "model": "redstone_up", "y": 180 } - }, - { "when": { "west": "up" }, - "apply": { "model": "redstone_up", "y": 270 } - } - ] -} diff --git a/assets/minecraft/blockstates/sand.json b/assets/minecraft/blockstates/sand.json deleted file mode 100755 index 12660d0..0000000 --- a/assets/minecraft/blockstates/sand.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "normal": [ - { "model": "sand" } - ] - } -} diff --git a/assets/minecraft/blockstates/sandstone_double_slab.json b/assets/minecraft/blockstates/sandstone_double_slab.json deleted file mode 100755 index 6215c0d..0000000 --- a/assets/minecraft/blockstates/sandstone_double_slab.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "variants": { - "normal": { "model": "sandstone_double_slab" }, - "all": { "model": "sandstone_all" } - } -} diff --git a/assets/minecraft/blockstates/spruce_fence.json b/assets/minecraft/blockstates/spruce_fence.json deleted file mode 100755 index ae3e069..0000000 --- a/assets/minecraft/blockstates/spruce_fence.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "multipart": [ - { "apply": { "model": "spruce_fence_post" }}, - { "when": { "north": "true" }, - "apply": { "model": "spruce_fence_side", "uvlock": false } - }, - { "when": { "east": "true" }, - "apply": { "model": "spruce_fence_side", "y": 90, "uvlock": false } - }, - { "when": { "south": "true" }, - "apply": { "model": "spruce_fence_side", "y": 180, "uvlock": false } - }, - { "when": { "west": "true" }, - "apply": { "model": "spruce_fence_side", "y": 270, "uvlock": false } - } - ] -} diff --git a/assets/minecraft/blockstates/stone.json b/assets/minecraft/blockstates/stone.json deleted file mode 100755 index 3edfdde..0000000 --- a/assets/minecraft/blockstates/stone.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "normal": [ - { "model": "stone" } - ] - } -} diff --git a/assets/minecraft/blockstates/stone_button.json b/assets/minecraft/blockstates/stone_button.json deleted file mode 100755 index 22ca5c2..0000000 --- a/assets/minecraft/blockstates/stone_button.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "variants": { - "facing=up,powered=false": { "model": "stone_button", "uvlock": false }, - "facing=down,powered=false": { "model": "stone_button", "uvlock": false, "x": 180 }, - "facing=east,powered=false": { "model": "stone_button", "uvlock": false, "x": 90, "y": 90 }, - "facing=west,powered=false": { "model": "stone_button", "uvlock": false, "x": 90, "y": 270 }, - "facing=south,powered=false": { "model": "stone_button", "uvlock": false, "x": 90, "y": 180 }, - "facing=north,powered=false": { "model": "stone_button", "uvlock": false, "x": 90 }, - "facing=up,powered=true": { "model": "stone_button_pressed", "uvlock": false }, - "facing=down,powered=true": { "model": "stone_button_pressed", "uvlock": false, "x": 180 }, - "facing=east,powered=true": { "model": "stone_button_pressed", "uvlock": false, "x": 90, "y": 90 }, - "facing=west,powered=true": { "model": "stone_button_pressed", "uvlock": false, "x": 90, "y": 270 }, - "facing=south,powered=true": { "model": "stone_button_pressed", "uvlock": false, "x": 90, "y": 180 }, - "facing=north,powered=true": { "model": "stone_button_pressed", "uvlock": false, "x": 90 } - } -} diff --git a/assets/minecraft/blockstates/unlit_redstone_torch.json b/assets/minecraft/blockstates/unlit_redstone_torch.json deleted file mode 100755 index 016f9c8..0000000 --- a/assets/minecraft/blockstates/unlit_redstone_torch.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "variants": { - "facing=up": { "model": "unlit_redstone_torch" }, - "facing=east": { "model": "unlit_redstone_torch_wall", "y": 180 }, - "facing=south": { "model": "unlit_redstone_torch_wall", "y": 270 }, - "facing=west": { "model": "unlit_redstone_torch_wall" }, - "facing=north": { "model": "unlit_redstone_torch_wall", "y": 90 } - } -} diff --git a/assets/minecraft/blockstates/wooden_button.json b/assets/minecraft/blockstates/wooden_button.json deleted file mode 100755 index db5d646..0000000 --- a/assets/minecraft/blockstates/wooden_button.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "variants": { - "facing=up,powered=false": { "model": "wooden_button", "uvlock": false }, - "facing=down,powered=false": { "model": "wooden_button", "uvlock": false, "x": 180 }, - "facing=east,powered=false": { "model": "wooden_button", "uvlock": false, "x": 90, "y": 90 }, - "facing=west,powered=false": { "model": "wooden_button", "uvlock": false, "x": 90, "y": 270 }, - "facing=south,powered=false": { "model": "wooden_button", "uvlock": false, "x": 90, "y": 180 }, - "facing=north,powered=false": { "model": "wooden_button", "uvlock": false, "x": 90 }, - "facing=up,powered=true": { "model": "wooden_button_pressed", "uvlock": false }, - "facing=down,powered=true": { "model": "wooden_button_pressed", "uvlock": false, "x": 180 }, - "facing=east,powered=true": { "model": "wooden_button_pressed", "uvlock": false, "x": 90, "y": 90 }, - "facing=west,powered=true": { "model": "wooden_button_pressed", "uvlock": false, "x": 90, "y": 270 }, - "facing=south,powered=true": { "model": "wooden_button_pressed", "uvlock": false, "x": 90, "y": 180 }, - "facing=north,powered=true": { "model": "wooden_button_pressed", "uvlock": false, "x": 90 } - } -} diff --git a/assets/minecraft/mcpatcher/lightmap/inverse square gamma corrected base.png b/assets/minecraft/mcpatcher/lightmap/inverse_square_gamma_corrected_base.png similarity index 100% rename from assets/minecraft/mcpatcher/lightmap/inverse square gamma corrected base.png rename to assets/minecraft/mcpatcher/lightmap/inverse_square_gamma_corrected_base.png diff --git a/assets/minecraft/models/block/acacia_door_bottom.json b/assets/minecraft/models/block/acacia_door_bottom.json index 21525d4..4448fd6 100755 --- a/assets/minecraft/models/block/acacia_door_bottom.json +++ b/assets/minecraft/models/block/acacia_door_bottom.json @@ -1,111 +1 @@ -{ -"ambientocclusion": false, -"textures": { - "particle": "blocks/door_acacia_lower", - "texture": "blocks/door_acacia_lower" -}, -"elements": [ -{ - "from": [ 0, 0, 0 ], - "to": [ 3, 16, 2.5 ], - "faces": { - "down": { "uv": [ 4.5, 16, 7.5, 13.5 ], "rotation": 90, "texture": "#texture", "cullface": "down" }, - "north": { "uv": [ 2.5, 0, 0, 16 ], "texture": "#texture", "cullface": "north" }, - "south": { "uv": [ 2.5, 0, 0, 16 ], "texture": "#texture", "cullface": "south" }, - "west": { "uv": [ 0, 0, 2.5, 16 ], "texture": "#texture", "cullface": "west" }, - "east": { "uv": [ 2.5, 0, 0, 16 ], "texture": "#texture" } - } -}, -{ - "from": [ 0, 0, 13 ], - "to": [ 3, 16, 16 ], - "faces": { - "down": { "uv": [ 10.5, 16, 13.5, 13.5 ], "rotation": 90, "texture": "#texture", "cullface": "down" }, - "north": { "uv": [ 0, 0, 2.5, 16 ], "texture": "#texture", "cullface": "north" }, - "south": { "uv": [ 0, 0, 2.5, 16 ], "texture": "#texture", "cullface": "south" }, - "west": { "uv": [ 13, 0, 16, 16 ], "texture": "#texture", "cullface": "west" }, - "east": { "uv": [ 16, 0, 13, 16 ], "texture": "#texture" } - } -}, -{ - "from": [ 0.5, 3, 9 ], - "to": [ 2.5, 16, 10.5 ], - "faces": { - "north": { "uv": [ 13, 0, 16, 13 ], "texture": "#texture", "cullface": "north" }, - "south": { "uv": [ 16, 0, 13, 13 ], "texture": "#texture", "cullface": "south" }, - "west": { "uv": [ 9, 0, 10.5, 13 ], "texture": "#texture", "cullface": "west" }, - "east": { "uv": [ 10.5, 0, 9, 13 ], "texture": "#texture" } - } -}, -{ - "from": [ 0.5, 3, 5 ], - "to": [ 2.5, 16, 6.5 ], - "faces": { - "north": { "uv": [ 13, 0, 16, 13 ], "texture": "#texture", "cullface": "north" }, - "south": { "uv": [ 16, 0, 13, 13 ], "texture": "#texture", "cullface": "south" }, - "west": { "uv": [ 5, 0, 6.5, 13 ], "texture": "#texture", "cullface": "west" }, - "east": { "uv": [ 6.5, 0, 5, 13 ], "texture": "#texture" } - } -}, -{ - "from": [ 0.5, 12, 2.5 ], - "to": [ 2.5, 13.5, 5 ], - "faces": { - "down": { "uv": [ 10.5, 16, 13.5, 13.5 ], "rotation": 90, "texture": "#texture", "cullface": "down" }, - "up": { "uv": [ 3.5, 13.5, 6.5, 16 ], "rotation": 90, "texture": "#texture" }, - "west": { "uv": [ 2.5, 2.5, 5, 4 ], "texture": "#texture", "cullface": "west" }, - "east": { "uv": [ 13, 2.5, 10.5, 4 ], "texture": "#texture" } - } -}, -{ - "from": [ 0.5, 5.5, 2.5 ], - "to": [ 2.5, 7, 5 ], - "faces": { - "down": { "uv": [ 4.5, 16, 7.5, 13.5 ], "rotation": 90, "texture": "#texture", "cullface": "down" }, - "up": { "uv": [ 9.5, 13.5, 12.5, 16 ], "rotation": 90, "texture": "#texture" }, - "west": { "uv": [ 2.5, 9, 5, 10.5 ], "texture": "#texture", "cullface": "west" }, - "east": { "uv": [ 11, 9, 13.5, 10.5 ], "texture": "#texture" } - } -}, -{ - "from": [ 0.5, 5.5, 6.5 ], - "to": [ 2.5, 7, 9 ], - "faces": { - "down": { "uv": [ 6, 16, 9, 13.5 ], "rotation": 90, "texture": "#texture", "cullface": "down" }, - "up": { "uv": [ 2, 13.5, 5, 16 ], "rotation": 90, "texture": "#texture" }, - "west": { "uv": [ 6.5, 9, 9, 10.5 ], "texture": "#texture", "cullface": "west" }, - "east": { "uv": [ 9, 9, 6.5, 10.5 ], "texture": "#texture" } - } -}, -{ - "from": [ 0.5, 5.5, 10.5 ], - "to": [ 2.5, 7, 13 ], - "faces": { - "down": { "uv": [ 7, 16, 10, 13.5 ], "rotation": 90, "texture": "#texture", "cullface": "down" }, - "up": { "uv": [ 4, 13.5, 7, 16 ], "rotation": 90, "texture": "#texture" }, - "west": { "uv": [ 10.5, 9, 13, 10.5 ], "texture": "#texture", "cullface": "west" }, - "east": { "uv": [ 5, 9, 2.5, 10.5 ], "texture": "#texture" } - } -}, -{ - "from": [ 0.5, 12, 10.5 ], - "to": [ 2.5, 13.5, 13 ], - "faces": { - "down": { "uv": [ 6, 16, 9, 13.5 ], "rotation": 90, "texture": "#texture", "cullface": "down" }, - "up": { "uv": [ 5.5, 13.5, 8.5, 16 ], "rotation": 90, "texture": "#texture" }, - "west": { "uv": [ 10.5, 2.5, 13, 4 ], "texture": "#texture", "cullface": "west" }, - "east": { "uv": [ 13, 2.5, 10.5, 4 ], "texture": "#texture" } - } -}, -{ - "from": [ 0, 0, 2.5 ], - "to": [ 3, 3, 13 ], - "faces": { - "down": { "uv": [ 2.5, 16, 13, 13.5 ], "rotation": 90, "texture": "#texture", "cullface": "down" }, - "up": { "uv": [ 2.5, 13.5, 13, 16 ], "rotation": 90, "texture": "#texture" }, - "west": { "uv": [ 2.5, 13, 13, 16 ], "texture": "#texture", "cullface": "west" }, - "east": { "uv": [ 3, 13, 13.5, 16 ], "texture": "#texture" } - } -} -] -} \ No newline at end of file +{"ambientocclusion":false,"textures":{"particle":"block/acacia_door_lower","texture":"block/acacia_door_lower"},"elements":[{"from":[0,0,0],"to":[3,16,2.5],"faces":{"down":{"uv":[4.5,16,7.5,13.5],"rotation":90,"texture":"#texture","cullface":"down"},"north":{"uv":[2.5,0,0,16],"texture":"#texture","cullface":"north"},"south":{"uv":[2.5,0,0,16],"texture":"#texture","cullface":"south"},"west":{"uv":[0,0,2.5,16],"texture":"#texture","cullface":"west"},"east":{"uv":[2.5,0,0,16],"texture":"#texture"}}},{"from":[0,0,13],"to":[3,16,16],"faces":{"down":{"uv":[10.5,16,13.5,13.5],"rotation":90,"texture":"#texture","cullface":"down"},"north":{"uv":[0,0,2.5,16],"texture":"#texture","cullface":"north"},"south":{"uv":[0,0,2.5,16],"texture":"#texture","cullface":"south"},"west":{"uv":[13,0,16,16],"texture":"#texture","cullface":"west"},"east":{"uv":[16,0,13,16],"texture":"#texture"}}},{"from":[0.5,3,9],"to":[2.5,16,10.5],"faces":{"north":{"uv":[13,0,16,13],"texture":"#texture","cullface":"north"},"south":{"uv":[16,0,13,13],"texture":"#texture","cullface":"south"},"west":{"uv":[9,0,10.5,13],"texture":"#texture","cullface":"west"},"east":{"uv":[10.5,0,9,13],"texture":"#texture"}}},{"from":[0.5,3,5],"to":[2.5,16,6.5],"faces":{"north":{"uv":[13,0,16,13],"texture":"#texture","cullface":"north"},"south":{"uv":[16,0,13,13],"texture":"#texture","cullface":"south"},"west":{"uv":[5,0,6.5,13],"texture":"#texture","cullface":"west"},"east":{"uv":[6.5,0,5,13],"texture":"#texture"}}},{"from":[0.5,12,2.5],"to":[2.5,13.5,5],"faces":{"down":{"uv":[10.5,16,13.5,13.5],"rotation":90,"texture":"#texture","cullface":"down"},"up":{"uv":[3.5,13.5,6.5,16],"rotation":90,"texture":"#texture"},"west":{"uv":[2.5,2.5,5,4],"texture":"#texture","cullface":"west"},"east":{"uv":[13,2.5,10.5,4],"texture":"#texture"}}},{"from":[0.5,5.5,2.5],"to":[2.5,7,5],"faces":{"down":{"uv":[4.5,16,7.5,13.5],"rotation":90,"texture":"#texture","cullface":"down"},"up":{"uv":[9.5,13.5,12.5,16],"rotation":90,"texture":"#texture"},"west":{"uv":[2.5,9,5,10.5],"texture":"#texture","cullface":"west"},"east":{"uv":[11,9,13.5,10.5],"texture":"#texture"}}},{"from":[0.5,5.5,6.5],"to":[2.5,7,9],"faces":{"down":{"uv":[6,16,9,13.5],"rotation":90,"texture":"#texture","cullface":"down"},"up":{"uv":[2,13.5,5,16],"rotation":90,"texture":"#texture"},"west":{"uv":[6.5,9,9,10.5],"texture":"#texture","cullface":"west"},"east":{"uv":[9,9,6.5,10.5],"texture":"#texture"}}},{"from":[0.5,5.5,10.5],"to":[2.5,7,13],"faces":{"down":{"uv":[7,16,10,13.5],"rotation":90,"texture":"#texture","cullface":"down"},"up":{"uv":[4,13.5,7,16],"rotation":90,"texture":"#texture"},"west":{"uv":[10.5,9,13,10.5],"texture":"#texture","cullface":"west"},"east":{"uv":[5,9,2.5,10.5],"texture":"#texture"}}},{"from":[0.5,12,10.5],"to":[2.5,13.5,13],"faces":{"down":{"uv":[6,16,9,13.5],"rotation":90,"texture":"#texture","cullface":"down"},"up":{"uv":[5.5,13.5,8.5,16],"rotation":90,"texture":"#texture"},"west":{"uv":[10.5,2.5,13,4],"texture":"#texture","cullface":"west"},"east":{"uv":[13,2.5,10.5,4],"texture":"#texture"}}},{"from":[0,0,2.5],"to":[3,3,13],"faces":{"down":{"uv":[2.5,16,13,13.5],"rotation":90,"texture":"#texture","cullface":"down"},"up":{"uv":[2.5,13.5,13,16],"rotation":90,"texture":"#texture"},"west":{"uv":[2.5,13,13,16],"texture":"#texture","cullface":"west"},"east":{"uv":[3,13,13.5,16],"texture":"#texture"}}}]} diff --git a/assets/minecraft/models/block/acacia_door_bottom_rh.json b/assets/minecraft/models/block/acacia_door_bottom_rh.json index f7c7f58..b5b3470 100755 --- a/assets/minecraft/models/block/acacia_door_bottom_rh.json +++ b/assets/minecraft/models/block/acacia_door_bottom_rh.json @@ -1,111 +1 @@ -{ -"ambientocclusion": false, -"textures": { - "particle": "blocks/door_acacia_lower", - "texture": "blocks/door_acacia_lower" -}, -"elements": [ -{ - "from": [ 0, 0, 13.5 ], - "to": [ 3, 16, 16 ], - "faces": { - "down": { "uv": [ 4.5, 16, 7.5, 13.5 ], "rotation": 270, "texture": "#texture", "cullface": "down" }, - "north": { "uv": [ 2.5, 0, 0, 16 ], "texture": "#texture", "cullface": "north" }, - "south": { "uv": [ 0, 0, 2.5, 16 ], "texture": "#texture", "cullface": "south" }, - "west": { "uv": [ 2.5, 0, 0, 16 ], "texture": "#texture", "cullface": "west" }, - "east": { "uv": [ 0, 0, 2.5, 16 ], "texture": "#texture" } - } -}, -{ - "from": [ 0, 0, 0 ], - "to": [ 3, 16, 3 ], - "faces": { - "down": { "uv": [ 10.5, 16, 13.5, 13.5 ], "rotation": 270, "texture": "#texture", "cullface": "down" }, - "north": { "uv": [ 0, 0, 2.5, 16 ], "texture": "#texture", "cullface": "north" }, - "south": { "uv": [ 0, 0, 2.5, 16 ], "texture": "#texture", "cullface": "south" }, - "west": { "uv": [ 16, 0, 13, 16 ], "texture": "#texture", "cullface": "west" }, - "east": { "uv": [ 13, 0, 16, 16 ], "texture": "#texture" } - } -}, -{ - "from": [ 0.5, 3, 5.5 ], - "to": [ 2.5, 16, 7 ], - "faces": { - "north": { "uv": [ 16, 0, 13, 13 ], "texture": "#texture", "cullface": "north" }, - "south": { "uv": [ 13, 0, 16, 13 ], "texture": "#texture", "cullface": "south" }, - "west": { "uv": [ 10.5, 0, 9, 13 ], "texture": "#texture", "cullface": "west" }, - "east": { "uv": [ 9, 0, 10.5, 13 ], "texture": "#texture" } - } -}, -{ - "from": [ 0.5, 3, 9.5 ], - "to": [ 2.5, 16, 11 ], - "faces": { - "north": { "uv": [ 16, 0, 13, 13 ], "texture": "#texture", "cullface": "north" }, - "south": { "uv": [ 13, 0, 16, 13 ], "texture": "#texture", "cullface": "south" }, - "west": { "uv": [ 6.5, 0, 5, 13 ], "texture": "#texture", "cullface": "west" }, - "east": { "uv": [ 5, 0, 6.5, 13 ], "texture": "#texture" } - } -}, -{ - "from": [ 0.5, 11.5, 11 ], - "to": [ 2.5, 13, 13.5 ], - "faces": { - "down": { "uv": [ 10.5, 16, 13.5, 13.5 ], "rotation": 270, "texture": "#texture", "cullface": "down" }, - "up": { "uv": [ 3.5, 13.5, 6.5, 16 ], "rotation": 270, "texture": "#texture" }, - "west": { "uv": [ 13, 2.5, 10.5, 4 ], "texture": "#texture", "cullface": "west" }, - "east": { "uv": [ 2.5, 2.5, 5, 4 ], "texture": "#texture" } - } -}, -{ - "from": [ 1, 5.5, 11 ], - "to": [ 3, 7, 13.5 ], - "faces": { - "down": { "uv": [ 4.5, 16, 7.5, 13.5 ], "rotation": 270, "texture": "#texture", "cullface": "down" }, - "up": { "uv": [ 9.5, 13.5, 12.5, 16 ], "rotation": 270, "texture": "#texture" }, - "west": { "uv": [ 11, 9, 13.5, 10.5 ], "texture": "#texture", "cullface": "west" }, - "east": { "uv": [ 2.5, 9, 5, 10.5 ], "texture": "#texture" } - } -}, -{ - "from": [ 0.5, 5.5, 7 ], - "to": [ 2.5, 7, 9.5 ], - "faces": { - "down": { "uv": [ 6, 16, 9, 13.5 ], "rotation": 270, "texture": "#texture", "cullface": "down" }, - "up": { "uv": [ 2, 13.5, 5, 16 ], "rotation": 270, "texture": "#texture" }, - "west": { "uv": [ 9, 9, 6.5, 10.5 ], "texture": "#texture", "cullface": "west" }, - "east": { "uv": [ 6.5, 9, 9, 10.5 ], "texture": "#texture" } - } -}, -{ - "from": [ 0.5, 5.5, 3 ], - "to": [ 2.5, 7, 5.5 ], - "faces": { - "down": { "uv": [ 7, 16, 10, 13.5 ], "rotation": 270, "texture": "#texture", "cullface": "down" }, - "up": { "uv": [ 4, 13.5, 7, 16 ], "rotation": 270, "texture": "#texture" }, - "west": { "uv": [ 5, 9, 2.5, 10.5 ], "texture": "#texture", "cullface": "west" }, - "east": { "uv": [ 10.5, 9, 13, 10.5 ], "texture": "#texture" } - } -}, -{ - "from": [ 0.5, 11.5, 3 ], - "to": [ 2.5, 13, 5.5 ], - "faces": { - "down": { "uv": [ 6, 16, 9, 13.5 ], "rotation": 270, "texture": "#texture", "cullface": "down" }, - "up": { "uv": [ 5.5, 13.5, 8.5, 16 ], "rotation": 270, "texture": "#texture" }, - "west": { "uv": [ 13, 2.5, 10.5, 4 ], "texture": "#texture", "cullface": "west" }, - "east": { "uv": [ 10.5, 2.5, 13, 4 ], "texture": "#texture" } - } -}, -{ - "from": [ 0, 0, 3 ], - "to": [ 3, 3, 13.5 ], - "faces": { - "down": { "uv": [ 2.5, 16, 13, 13.5 ], "rotation": 270, "texture": "#texture", "cullface": "down" }, - "up": { "uv": [ 2.5, 13.5, 13, 16 ], "rotation": 270, "texture": "#texture" }, - "west": { "uv": [ 3, 13, 13.5, 16 ], "texture": "#texture", "cullface": "west" }, - "east": { "uv": [ 2.5, 13, 13, 16 ], "texture": "#texture" } - } -} -] -} \ No newline at end of file +{"ambientocclusion":false,"textures":{"particle":"block/acacia_door_lower","texture":"block/acacia_door_lower"},"elements":[{"from":[0,0,13.5],"to":[3,16,16],"faces":{"down":{"uv":[4.5,16,7.5,13.5],"rotation":270,"texture":"#texture","cullface":"down"},"north":{"uv":[2.5,0,0,16],"texture":"#texture","cullface":"north"},"south":{"uv":[0,0,2.5,16],"texture":"#texture","cullface":"south"},"west":{"uv":[2.5,0,0,16],"texture":"#texture","cullface":"west"},"east":{"uv":[0,0,2.5,16],"texture":"#texture"}}},{"from":[0,0,0],"to":[3,16,3],"faces":{"down":{"uv":[10.5,16,13.5,13.5],"rotation":270,"texture":"#texture","cullface":"down"},"north":{"uv":[0,0,2.5,16],"texture":"#texture","cullface":"north"},"south":{"uv":[0,0,2.5,16],"texture":"#texture","cullface":"south"},"west":{"uv":[16,0,13,16],"texture":"#texture","cullface":"west"},"east":{"uv":[13,0,16,16],"texture":"#texture"}}},{"from":[0.5,3,5.5],"to":[2.5,16,7],"faces":{"north":{"uv":[16,0,13,13],"texture":"#texture","cullface":"north"},"south":{"uv":[13,0,16,13],"texture":"#texture","cullface":"south"},"west":{"uv":[10.5,0,9,13],"texture":"#texture","cullface":"west"},"east":{"uv":[9,0,10.5,13],"texture":"#texture"}}},{"from":[0.5,3,9.5],"to":[2.5,16,11],"faces":{"north":{"uv":[16,0,13,13],"texture":"#texture","cullface":"north"},"south":{"uv":[13,0,16,13],"texture":"#texture","cullface":"south"},"west":{"uv":[6.5,0,5,13],"texture":"#texture","cullface":"west"},"east":{"uv":[5,0,6.5,13],"texture":"#texture"}}},{"from":[0.5,11.5,11],"to":[2.5,13,13.5],"faces":{"down":{"uv":[10.5,16,13.5,13.5],"rotation":270,"texture":"#texture","cullface":"down"},"up":{"uv":[3.5,13.5,6.5,16],"rotation":270,"texture":"#texture"},"west":{"uv":[13,2.5,10.5,4],"texture":"#texture","cullface":"west"},"east":{"uv":[2.5,2.5,5,4],"texture":"#texture"}}},{"from":[1,5.5,11],"to":[3,7,13.5],"faces":{"down":{"uv":[4.5,16,7.5,13.5],"rotation":270,"texture":"#texture","cullface":"down"},"up":{"uv":[9.5,13.5,12.5,16],"rotation":270,"texture":"#texture"},"west":{"uv":[11,9,13.5,10.5],"texture":"#texture","cullface":"west"},"east":{"uv":[2.5,9,5,10.5],"texture":"#texture"}}},{"from":[0.5,5.5,7],"to":[2.5,7,9.5],"faces":{"down":{"uv":[6,16,9,13.5],"rotation":270,"texture":"#texture","cullface":"down"},"up":{"uv":[2,13.5,5,16],"rotation":270,"texture":"#texture"},"west":{"uv":[9,9,6.5,10.5],"texture":"#texture","cullface":"west"},"east":{"uv":[6.5,9,9,10.5],"texture":"#texture"}}},{"from":[0.5,5.5,3],"to":[2.5,7,5.5],"faces":{"down":{"uv":[7,16,10,13.5],"rotation":270,"texture":"#texture","cullface":"down"},"up":{"uv":[4,13.5,7,16],"rotation":270,"texture":"#texture"},"west":{"uv":[5,9,2.5,10.5],"texture":"#texture","cullface":"west"},"east":{"uv":[10.5,9,13,10.5],"texture":"#texture"}}},{"from":[0.5,11.5,3],"to":[2.5,13,5.5],"faces":{"down":{"uv":[6,16,9,13.5],"rotation":270,"texture":"#texture","cullface":"down"},"up":{"uv":[5.5,13.5,8.5,16],"rotation":270,"texture":"#texture"},"west":{"uv":[13,2.5,10.5,4],"texture":"#texture","cullface":"west"},"east":{"uv":[10.5,2.5,13,4],"texture":"#texture"}}},{"from":[0,0,3],"to":[3,3,13.5],"faces":{"down":{"uv":[2.5,16,13,13.5],"rotation":270,"texture":"#texture","cullface":"down"},"up":{"uv":[2.5,13.5,13,16],"rotation":270,"texture":"#texture"},"west":{"uv":[3,13,13.5,16],"texture":"#texture","cullface":"west"},"east":{"uv":[2.5,13,13,16],"texture":"#texture"}}}]} diff --git a/assets/minecraft/models/block/acacia_door_top.json b/assets/minecraft/models/block/acacia_door_top.json index 30e23ae..c1180fc 100755 --- a/assets/minecraft/models/block/acacia_door_top.json +++ b/assets/minecraft/models/block/acacia_door_top.json @@ -1,111 +1 @@ -{ -"ambientocclusion": false, -"textures": { - "particle": "blocks/door_acacia_upper", - "texture": "blocks/door_acacia_upper" -}, -"elements": [ -{ - "from": [ 0, 0, 0 ], - "to": [ 3, 16, 2.5 ], - "faces": { - "up": { "uv": [ 0.5, 0.5, 3.5, 3 ], "rotation": 90, "texture": "#texture" }, - "north": { "uv": [ 2.5, 0, 0, 16 ], "texture": "#texture", "cullface": "north" }, - "south": { "uv": [ 2.5, 0, 0, 16 ], "texture": "#texture", "cullface": "south" }, - "west": { "uv": [ 0, 0, 2.5, 16 ], "texture": "#texture", "cullface": "west" }, - "east": { "uv": [ 2.5, 0, 0, 16 ], "texture": "#texture" } - } -}, -{ - "from": [ 0, 0, 13 ], - "to": [ 3, 16, 16 ], - "faces": { - "up": { "uv": [ 12, 0.5, 15, 3 ], "rotation": 90, "texture": "#texture" }, - "north": { "uv": [ 0, 0, 2.5, 16 ], "texture": "#texture", "cullface": "north" }, - "south": { "uv": [ 0, 0, 2.5, 16 ], "texture": "#texture", "cullface": "south" }, - "west": { "uv": [ 13, 0, 16, 16 ], "texture": "#texture", "cullface": "west" }, - "east": { "uv": [ 16, 0, 13, 16 ], "texture": "#texture" } - } -}, -{ - "from": [ 0.5, 0, 9 ], - "to": [ 2.5, 13, 10.5 ], - "faces": { - "north": { "uv": [ 13, 0, 16, 13 ], "texture": "#texture", "cullface": "north" }, - "south": { "uv": [ 16, 0, 13, 13 ], "texture": "#texture", "cullface": "south" }, - "west": { "uv": [ 9, 3, 10.5, 16 ], "texture": "#texture", "cullface": "west" }, - "east": { "uv": [ 10.5, 3, 9, 16 ], "texture": "#texture" } - } -}, -{ - "from": [ 0.5, 0, 5 ], - "to": [ 2.5, 13, 6.5 ], - "faces": { - "north": { "uv": [ 13, 3, 16, 16 ], "texture": "#texture", "cullface": "north" }, - "south": { "uv": [ 16, 3, 13, 16 ], "texture": "#texture", "cullface": "south" }, - "west": { "uv": [ 5, 3, 6.5, 16 ], "texture": "#texture", "cullface": "west" }, - "east": { "uv": [ 6.5, 3, 5, 16 ], "texture": "#texture" } - } -}, -{ - "from": [ 0.5, 9, 2.5 ], - "to": [ 2.5, 10.5, 5 ], - "faces": { - "down": { "uv": [ 6.5, 0.5, 9.5, 3 ], "rotation": 90, "texture": "#texture", "cullface": "down" }, - "up": { "uv": [ 6, 3, 9, 0.5 ], "rotation": 90, "texture": "#texture" }, - "west": { "uv": [ 2.5, 5.5, 5, 7 ], "texture": "#texture", "cullface": "west" }, - "east": { "uv": [ 5, 5.5, 2.5, 7 ], "texture": "#texture" } - } -}, -{ - "from": [ 0.5, 2.5, 2.5 ], - "to": [ 2.5, 4, 5 ], - "faces": { - "down": { "uv": [ 6, 0.5, 9, 3 ], "rotation": 90, "texture": "#texture", "cullface": "down" }, - "up": { "uv": [ 6, 3, 9, 0.5 ], "rotation": 90, "texture": "#texture" }, - "west": { "uv": [ 2.5, 12, 5, 13.5 ], "texture": "#texture", "cullface": "west" }, - "east": { "uv": [ 2.5, 12, 5, 13.5 ], "texture": "#texture" } - } -}, -{ - "from": [ 0.5, 9, 6.5 ], - "to": [ 2.5, 10.5, 9 ], - "faces": { - "down": { "uv": [ 6, 0.5, 9, 3 ], "rotation": 90, "texture": "#texture", "cullface": "down" }, - "up": { "uv": [ 6, 3, 9, 0.5 ], "rotation": 90, "texture": "#texture" }, - "west": { "uv": [ 6.5, 5.5, 9, 7 ], "texture": "#texture", "cullface": "west" }, - "east": { "uv": [ 9, 5.5, 6.5, 7 ], "texture": "#texture" } - } -}, -{ - "from": [ 0.5, 2.5, 10.5 ], - "to": [ 2.5, 4, 13 ], - "faces": { - "down": { "uv": [ 6, 0.5, 9, 3 ], "rotation": 90, "texture": "#texture", "cullface": "down" }, - "up": { "uv": [ 6, 3, 9, 0.5 ], "rotation": 90, "texture": "#texture" }, - "west": { "uv": [ 10.5, 12, 13, 13.5 ], "texture": "#texture", "cullface": "west" }, - "east": { "uv": [ 13, 12, 10.5, 13.5 ], "texture": "#texture" } - } -}, -{ - "from": [ 0.5, 9, 10.5 ], - "to": [ 2.5, 10.5, 13 ], - "faces": { - "down": { "uv": [ 6.5, 0.5, 9.5, 3 ], "rotation": 90, "texture": "#texture", "cullface": "down" }, - "up": { "uv": [ 6, 3, 9, 0.5 ], "rotation": 90, "texture": "#texture" }, - "west": { "uv": [ 10.5, 5.5, 13, 7 ], "texture": "#texture", "cullface": "west" }, - "east": { "uv": [ 13, 5.5, 10.5, 7 ], "texture": "#texture" } - } -}, -{ - "from": [ 0, 13, 2.5 ], - "to": [ 3, 16, 13 ], - "faces": { - "down": { "uv": [ 2.5, 0.5, 13, 3 ], "rotation": 90, "texture": "#texture", "cullface": "down" }, - "up": { "uv": [ 2.5, 0.5, 13, 3 ], "rotation": 90, "texture": "#texture" }, - "west": { "uv": [ 2.5, 0, 13, 3 ], "texture": "#texture", "cullface": "west" }, - "east": { "uv": [ 13, 0, 2.5, 3 ], "texture": "#texture" } - } -} -] -} \ No newline at end of file +{"ambientocclusion":false,"textures":{"particle":"block/acacia_door_upper","texture":"block/acacia_door_upper"},"elements":[{"from":[0,0,0],"to":[3,16,2.5],"faces":{"up":{"uv":[0.5,0.5,3.5,3],"rotation":90,"texture":"#texture"},"north":{"uv":[2.5,0,0,16],"texture":"#texture","cullface":"north"},"south":{"uv":[2.5,0,0,16],"texture":"#texture","cullface":"south"},"west":{"uv":[0,0,2.5,16],"texture":"#texture","cullface":"west"},"east":{"uv":[2.5,0,0,16],"texture":"#texture"}}},{"from":[0,0,13],"to":[3,16,16],"faces":{"up":{"uv":[12,0.5,15,3],"rotation":90,"texture":"#texture"},"north":{"uv":[0,0,2.5,16],"texture":"#texture","cullface":"north"},"south":{"uv":[0,0,2.5,16],"texture":"#texture","cullface":"south"},"west":{"uv":[13,0,16,16],"texture":"#texture","cullface":"west"},"east":{"uv":[16,0,13,16],"texture":"#texture"}}},{"from":[0.5,0,9],"to":[2.5,13,10.5],"faces":{"north":{"uv":[13,0,16,13],"texture":"#texture","cullface":"north"},"south":{"uv":[16,0,13,13],"texture":"#texture","cullface":"south"},"west":{"uv":[9,3,10.5,16],"texture":"#texture","cullface":"west"},"east":{"uv":[10.5,3,9,16],"texture":"#texture"}}},{"from":[0.5,0,5],"to":[2.5,13,6.5],"faces":{"north":{"uv":[13,3,16,16],"texture":"#texture","cullface":"north"},"south":{"uv":[16,3,13,16],"texture":"#texture","cullface":"south"},"west":{"uv":[5,3,6.5,16],"texture":"#texture","cullface":"west"},"east":{"uv":[6.5,3,5,16],"texture":"#texture"}}},{"from":[0.5,9,2.5],"to":[2.5,10.5,5],"faces":{"down":{"uv":[6.5,0.5,9.5,3],"rotation":90,"texture":"#texture","cullface":"down"},"up":{"uv":[6,3,9,0.5],"rotation":90,"texture":"#texture"},"west":{"uv":[2.5,5.5,5,7],"texture":"#texture","cullface":"west"},"east":{"uv":[5,5.5,2.5,7],"texture":"#texture"}}},{"from":[0.5,2.5,2.5],"to":[2.5,4,5],"faces":{"down":{"uv":[6,0.5,9,3],"rotation":90,"texture":"#texture","cullface":"down"},"up":{"uv":[6,3,9,0.5],"rotation":90,"texture":"#texture"},"west":{"uv":[2.5,12,5,13.5],"texture":"#texture","cullface":"west"},"east":{"uv":[2.5,12,5,13.5],"texture":"#texture"}}},{"from":[0.5,9,6.5],"to":[2.5,10.5,9],"faces":{"down":{"uv":[6,0.5,9,3],"rotation":90,"texture":"#texture","cullface":"down"},"up":{"uv":[6,3,9,0.5],"rotation":90,"texture":"#texture"},"west":{"uv":[6.5,5.5,9,7],"texture":"#texture","cullface":"west"},"east":{"uv":[9,5.5,6.5,7],"texture":"#texture"}}},{"from":[0.5,2.5,10.5],"to":[2.5,4,13],"faces":{"down":{"uv":[6,0.5,9,3],"rotation":90,"texture":"#texture","cullface":"down"},"up":{"uv":[6,3,9,0.5],"rotation":90,"texture":"#texture"},"west":{"uv":[10.5,12,13,13.5],"texture":"#texture","cullface":"west"},"east":{"uv":[13,12,10.5,13.5],"texture":"#texture"}}},{"from":[0.5,9,10.5],"to":[2.5,10.5,13],"faces":{"down":{"uv":[6.5,0.5,9.5,3],"rotation":90,"texture":"#texture","cullface":"down"},"up":{"uv":[6,3,9,0.5],"rotation":90,"texture":"#texture"},"west":{"uv":[10.5,5.5,13,7],"texture":"#texture","cullface":"west"},"east":{"uv":[13,5.5,10.5,7],"texture":"#texture"}}},{"from":[0,13,2.5],"to":[3,16,13],"faces":{"down":{"uv":[2.5,0.5,13,3],"rotation":90,"texture":"#texture","cullface":"down"},"up":{"uv":[2.5,0.5,13,3],"rotation":90,"texture":"#texture"},"west":{"uv":[2.5,0,13,3],"texture":"#texture","cullface":"west"},"east":{"uv":[13,0,2.5,3],"texture":"#texture"}}}]} diff --git a/assets/minecraft/models/block/acacia_door_top_rh.json b/assets/minecraft/models/block/acacia_door_top_rh.json index 5ce1066..f0bead0 100755 --- a/assets/minecraft/models/block/acacia_door_top_rh.json +++ b/assets/minecraft/models/block/acacia_door_top_rh.json @@ -1,111 +1 @@ -{ -"ambientocclusion": false, -"textures": { - "particle": "blocks/door_acacia_upper", - "texture": "blocks/door_acacia_upper" -}, -"elements": [ -{ - "from": [ 0, 13, 3 ], - "to": [ 3, 16, 13.5 ], - "faces": { - "down": { "uv": [ 2.5, 0.5, 13, 3 ], "rotation": 270, "texture": "#texture", "cullface": "down" }, - "up": { "uv": [ 2.5, 0.5, 13, 3 ], "rotation": 270, "texture": "#texture" }, - "west": { "uv": [ 13, 0, 2.5, 3 ], "texture": "#texture", "cullface": "west" }, - "east": { "uv": [ 2.5, 0, 13, 3 ], "texture": "#texture" } - } -}, -{ - "from": [ 0.5, 9, 3 ], - "to": [ 2.5, 10.5, 5.5 ], - "faces": { - "down": { "uv": [ 6.5, 0.5, 9.5, 3 ], "rotation": 270, "texture": "#texture", "cullface": "down" }, - "up": { "uv": [ 6, 3, 9, 0.5 ], "rotation": 270, "texture": "#texture" }, - "west": { "uv": [ 13, 5.5, 10.5, 7 ], "texture": "#texture", "cullface": "west" }, - "east": { "uv": [ 10.5, 5.5, 13, 7 ], "texture": "#texture" } - } -}, -{ - "from": [ 0.5, 2.5, 3 ], - "to": [ 2.5, 4, 5.5 ], - "faces": { - "down": { "uv": [ 6, 0.5, 9, 3 ], "rotation": 270, "texture": "#texture", "cullface": "down" }, - "up": { "uv": [ 6, 3, 9, 0.5 ], "rotation": 270, "texture": "#texture" }, - "west": { "uv": [ 13, 12, 10.5, 13.5 ], "texture": "#texture", "cullface": "west" }, - "east": { "uv": [ 10.5, 12, 13, 13.5 ], "texture": "#texture" } - } -}, -{ - "from": [ 0.5, 9, 7 ], - "to": [ 2.5, 10.5, 9.5 ], - "faces": { - "down": { "uv": [ 6, 0.5, 9, 3 ], "rotation": 270, "texture": "#texture", "cullface": "down" }, - "up": { "uv": [ 6, 3, 9, 0.5 ], "rotation": 270, "texture": "#texture" }, - "west": { "uv": [ 9, 5.5, 6.5, 7 ], "texture": "#texture", "cullface": "west" }, - "east": { "uv": [ 6.5, 5.5, 9, 7 ], "texture": "#texture" } - } -}, -{ - "from": [ 0.5, 2.5, 11 ], - "to": [ 2.5, 4, 13.5 ], - "faces": { - "down": { "uv": [ 6, 0.5, 9, 3 ], "rotation": 270, "texture": "#texture", "cullface": "down" }, - "up": { "uv": [ 6, 3, 9, 0.5 ], "rotation": 270, "texture": "#texture" }, - "west": { "uv": [ 2.5, 12, 5, 13.5 ], "texture": "#texture", "cullface": "west" }, - "east": { "uv": [ 2.5, 12, 5, 13.5 ], "texture": "#texture" } - } -}, -{ - "from": [ 0.5, 9, 11 ], - "to": [ 2.5, 10.5, 13.5 ], - "faces": { - "down": { "uv": [ 6.5, 0.5, 9.5, 3 ], "rotation": 270, "texture": "#texture", "cullface": "down" }, - "up": { "uv": [ 6, 3, 9, 0.5 ], "rotation": 270, "texture": "#texture" }, - "west": { "uv": [ 5, 5.5, 2.5, 7 ], "texture": "#texture", "cullface": "west" }, - "east": { "uv": [ 2.5, 5.5, 5, 7 ], "texture": "#texture" } - } -}, -{ - "from": [ 0.5, 0, 9.5 ], - "to": [ 2.5, 13, 11 ], - "faces": { - "north": { "uv": [ 16, 3, 13, 16 ], "texture": "#texture", "cullface": "north" }, - "south": { "uv": [ 13, 3, 16, 16 ], "texture": "#texture", "cullface": "south" }, - "west": { "uv": [ 6.5, 3, 5, 16 ], "texture": "#texture", "cullface": "west" }, - "east": { "uv": [ 5, 3, 6.5, 16 ], "texture": "#texture" } - } -}, -{ - "from": [ 0.5, 0, 5.5 ], - "to": [ 2.5, 13, 7 ], - "faces": { - "north": { "uv": [ 16, 0, 13, 13 ], "texture": "#texture", "cullface": "north" }, - "south": { "uv": [ 13, 0, 16, 13 ], "texture": "#texture", "cullface": "south" }, - "west": { "uv": [ 10.5, 3, 9, 16 ], "texture": "#texture", "cullface": "west" }, - "east": { "uv": [ 9, 3, 10.5, 16 ], "texture": "#texture" } - } -}, -{ - "from": [ 0, 0, 0 ], - "to": [ 3, 16, 3 ], - "faces": { - "up": { "uv": [ 12, 0.5, 15, 3 ], "rotation": 270, "texture": "#texture" }, - "north": { "uv": [ 0, 0, 2.5, 16 ], "texture": "#texture", "cullface": "north" }, - "south": { "uv": [ 0, 0, 2.5, 16 ], "texture": "#texture", "cullface": "south" }, - "west": { "uv": [ 16, 0, 13, 16 ], "texture": "#texture", "cullface": "west" }, - "east": { "uv": [ 13, 0, 16, 16 ], "texture": "#texture" } - } -}, -{ - "from": [ 0, 0, 13.5 ], - "to": [ 3, 16, 16 ], - "faces": { - "up": { "uv": [ 0.5, 0.5, 3.5, 3 ], "rotation": 270, "texture": "#texture" }, - "north": { "uv": [ 2.5, 0, 0, 16 ], "texture": "#texture", "cullface": "north" }, - "south": { "uv": [ 0, 0, 2.5, 16 ], "texture": "#texture", "cullface": "south" }, - "west": { "uv": [ 2.5, 0, 0, 16 ], "texture": "#texture", "cullface": "west" }, - "east": { "uv": [ 0, 0, 2.5, 16 ], "texture": "#texture" } - } -} -] -} \ No newline at end of file +{"ambientocclusion":false,"textures":{"particle":"block/acacia_door_upper","texture":"block/acacia_door_upper"},"elements":[{"from":[0,13,3],"to":[3,16,13.5],"faces":{"down":{"uv":[2.5,0.5,13,3],"rotation":270,"texture":"#texture","cullface":"down"},"up":{"uv":[2.5,0.5,13,3],"rotation":270,"texture":"#texture"},"west":{"uv":[13,0,2.5,3],"texture":"#texture","cullface":"west"},"east":{"uv":[2.5,0,13,3],"texture":"#texture"}}},{"from":[0.5,9,3],"to":[2.5,10.5,5.5],"faces":{"down":{"uv":[6.5,0.5,9.5,3],"rotation":270,"texture":"#texture","cullface":"down"},"up":{"uv":[6,3,9,0.5],"rotation":270,"texture":"#texture"},"west":{"uv":[13,5.5,10.5,7],"texture":"#texture","cullface":"west"},"east":{"uv":[10.5,5.5,13,7],"texture":"#texture"}}},{"from":[0.5,2.5,3],"to":[2.5,4,5.5],"faces":{"down":{"uv":[6,0.5,9,3],"rotation":270,"texture":"#texture","cullface":"down"},"up":{"uv":[6,3,9,0.5],"rotation":270,"texture":"#texture"},"west":{"uv":[13,12,10.5,13.5],"texture":"#texture","cullface":"west"},"east":{"uv":[10.5,12,13,13.5],"texture":"#texture"}}},{"from":[0.5,9,7],"to":[2.5,10.5,9.5],"faces":{"down":{"uv":[6,0.5,9,3],"rotation":270,"texture":"#texture","cullface":"down"},"up":{"uv":[6,3,9,0.5],"rotation":270,"texture":"#texture"},"west":{"uv":[9,5.5,6.5,7],"texture":"#texture","cullface":"west"},"east":{"uv":[6.5,5.5,9,7],"texture":"#texture"}}},{"from":[0.5,2.5,11],"to":[2.5,4,13.5],"faces":{"down":{"uv":[6,0.5,9,3],"rotation":270,"texture":"#texture","cullface":"down"},"up":{"uv":[6,3,9,0.5],"rotation":270,"texture":"#texture"},"west":{"uv":[2.5,12,5,13.5],"texture":"#texture","cullface":"west"},"east":{"uv":[2.5,12,5,13.5],"texture":"#texture"}}},{"from":[0.5,9,11],"to":[2.5,10.5,13.5],"faces":{"down":{"uv":[6.5,0.5,9.5,3],"rotation":270,"texture":"#texture","cullface":"down"},"up":{"uv":[6,3,9,0.5],"rotation":270,"texture":"#texture"},"west":{"uv":[5,5.5,2.5,7],"texture":"#texture","cullface":"west"},"east":{"uv":[2.5,5.5,5,7],"texture":"#texture"}}},{"from":[0.5,0,9.5],"to":[2.5,13,11],"faces":{"north":{"uv":[16,3,13,16],"texture":"#texture","cullface":"north"},"south":{"uv":[13,3,16,16],"texture":"#texture","cullface":"south"},"west":{"uv":[6.5,3,5,16],"texture":"#texture","cullface":"west"},"east":{"uv":[5,3,6.5,16],"texture":"#texture"}}},{"from":[0.5,0,5.5],"to":[2.5,13,7],"faces":{"north":{"uv":[16,0,13,13],"texture":"#texture","cullface":"north"},"south":{"uv":[13,0,16,13],"texture":"#texture","cullface":"south"},"west":{"uv":[10.5,3,9,16],"texture":"#texture","cullface":"west"},"east":{"uv":[9,3,10.5,16],"texture":"#texture"}}},{"from":[0,0,0],"to":[3,16,3],"faces":{"up":{"uv":[12,0.5,15,3],"rotation":270,"texture":"#texture"},"north":{"uv":[0,0,2.5,16],"texture":"#texture","cullface":"north"},"south":{"uv":[0,0,2.5,16],"texture":"#texture","cullface":"south"},"west":{"uv":[16,0,13,16],"texture":"#texture","cullface":"west"},"east":{"uv":[13,0,16,16],"texture":"#texture"}}},{"from":[0,0,13.5],"to":[3,16,16],"faces":{"up":{"uv":[0.5,0.5,3.5,3],"rotation":270,"texture":"#texture"},"north":{"uv":[2.5,0,0,16],"texture":"#texture","cullface":"north"},"south":{"uv":[0,0,2.5,16],"texture":"#texture","cullface":"south"},"west":{"uv":[2.5,0,0,16],"texture":"#texture","cullface":"west"},"east":{"uv":[0,0,2.5,16],"texture":"#texture"}}}]} diff --git a/assets/minecraft/models/block/acacia_fence_post.json b/assets/minecraft/models/block/acacia_fence_post.json index bc78d2f..6b6eab6 100755 --- a/assets/minecraft/models/block/acacia_fence_post.json +++ b/assets/minecraft/models/block/acacia_fence_post.json @@ -1,6 +1 @@ -{ - "parent": "block/fence_post", - "textures": { - "texture": "blocks/planks_acacia" - } -} +{"parent":"block/fence_post","textures":{"texture":"block/acacia_planks"}} diff --git a/assets/minecraft/models/block/acacia_fence_side.json b/assets/minecraft/models/block/acacia_fence_side.json index 3ce2a0f..eccfd2e 100755 --- a/assets/minecraft/models/block/acacia_fence_side.json +++ b/assets/minecraft/models/block/acacia_fence_side.json @@ -1,6 +1 @@ -{ - "parent": "block/fence_side", - "textures": { - "texture": "blocks/planks_acacia" - } -} +{"parent":"block/fence_side","textures":{"texture":"block/acacia_planks"}} diff --git a/assets/minecraft/models/block/acacia_planks.json b/assets/minecraft/models/block/acacia_planks.json index 160a726..7a7a173 100755 --- a/assets/minecraft/models/block/acacia_planks.json +++ b/assets/minecraft/models/block/acacia_planks.json @@ -1,6 +1 @@ -{ - "parent": "block/plankse", - "textures": { - "texture": "blocks/planks_acacia" - } -} +{"parent":"block/plankse","textures":{"texture":"block/acacia_planks"}} diff --git a/assets/minecraft/models/block/activator_rail_active_flat.json b/assets/minecraft/models/block/activator_rail_active_flat.json index 9b69651..ef2401c 100755 --- a/assets/minecraft/models/block/activator_rail_active_flat.json +++ b/assets/minecraft/models/block/activator_rail_active_flat.json @@ -1,179 +1 @@ -{ -"__comment": "Designed by Filmjolk", -"ambientocclusion": false, -"textures": { - "particle": "blocks/rail_normal", - "texture": "blocks/rail_normal", - "rail_activator": "blocks/rail_activator_powered" -}, -"elements": [ -{ - "from": [ 7, 0.75, 1.75 ], - "to": [ 9.5, 1, 3.25 ], - "faces": { - "down": { "uv": [ 7, 14.5, 9.5, 13 ], "texture": "#rail_activator" }, - "up": { "uv": [ 7, 13, 9.5, 14.5 ], "texture": "#rail_activator" }, - "north": { "uv": [ 8.5, 12, 9, 12.5 ], "texture": "#rail_activator" }, - "south": { "uv": [ 8.5, 12, 9, 12.5 ], "texture": "#rail_activator" }, - "west": { "uv": [ 8.5, 12, 9, 12.5 ], "texture": "#rail_activator" }, - "east": { "uv": [ 8.5, 12, 9, 12.5 ], "texture": "#rail_activator" } - } -}, -{ - "from": [ 6.25, 0.25, 1 ], - "to": [ 10.25, 0.75, 4 ], - "faces": { - "down": { "uv": [ 6, 15.5, 10.5, 12 ], "texture": "#rail_activator" }, - "up": { "uv": [ 6, 12, 10.5, 15.5 ], "texture": "#rail_activator" }, - "north": { "uv": [ 8.5, 12, 9, 12.5 ], "texture": "#rail_activator" }, - "south": { "uv": [ 8.5, 12, 9, 12.5 ], "texture": "#rail_activator" }, - "west": { "uv": [ 8.5, 12, 9, 12.5 ], "texture": "#rail_activator" }, - "east": { "uv": [ 8.5, 12, 9, 12.5 ], "texture": "#rail_activator" } - } -}, -{ - "from": [ 7, 0.75, 7.25 ], - "to": [ 9.5, 1, 8.75 ], - "faces": { - "down": { "uv": [ 7, 14.5, 9.5, 13 ], "texture": "#rail_activator" }, - "up": { "uv": [ 7, 13, 9.5, 14.5 ], "texture": "#rail_activator" }, - "north": { "uv": [ 8.5, 12, 9, 12.5 ], "texture": "#rail_activator" }, - "south": { "uv": [ 8.5, 12, 9, 12.5 ], "texture": "#rail_activator" }, - "west": { "uv": [ 8.5, 12, 9, 12.5 ], "texture": "#rail_activator" }, - "east": { "uv": [ 8.5, 12, 9, 12.5 ], "texture": "#rail_activator" } - } -}, -{ - "from": [ 6.25, 0.25, 12 ], - "to": [ 10.25, 0.75, 15 ], - "faces": { - "down": { "uv": [ 6, 15.5, 10.5, 12 ], "texture": "#rail_activator" }, - "up": { "uv": [ 6, 12, 10.5, 15.5 ], "texture": "#rail_activator" }, - "north": { "uv": [ 8.5, 12, 9, 12.5 ], "texture": "#rail_activator" }, - "south": { "uv": [ 8.5, 12, 9, 12.5 ], "texture": "#rail_activator" }, - "west": { "uv": [ 8.5, 12, 9, 12.5 ], "texture": "#rail_activator" }, - "east": { "uv": [ 8.5, 12, 9, 12.5 ], "texture": "#rail_activator" } - } -}, -{ - "from": [ 7, 0.75, 12.75 ], - "to": [ 9.5, 1, 14.25 ], - "faces": { - "down": { "uv": [ 7, 14.5, 9.5, 13 ], "texture": "#rail_activator" }, - "up": { "uv": [ 7, 13, 9.5, 14.5 ], "texture": "#rail_activator" }, - "north": { "uv": [ 8.5, 12, 9, 12.5 ], "texture": "#rail_activator" }, - "south": { "uv": [ 8.5, 12, 9, 12.5 ], "texture": "#rail_activator" }, - "west": { "uv": [ 8.5, 12, 9, 12.5 ], "texture": "#rail_activator" }, - "east": { "uv": [ 8.5, 12, 9, 12.5 ], "texture": "#rail_activator" } - } -}, -{ - "from": [ 6.25, 0.25, 6.5 ], - "to": [ 10.25, 0.75, 9.5 ], - "faces": { - "down": { "uv": [ 6, 15.5, 10.5, 12 ], "texture": "#rail_activator" }, - "up": { "uv": [ 6, 12, 10.5, 15.5 ], "texture": "#rail_activator" }, - "north": { "uv": [ 8.5, 12, 9, 12.5 ], "texture": "#rail_activator" }, - "south": { "uv": [ 8.5, 12, 9, 12.5 ], "texture": "#rail_activator" }, - "west": { "uv": [ 8.5, 12, 9, 12.5 ], "texture": "#rail_activator" }, - "east": { "uv": [ 8.5, 12, 9, 12.5 ], "texture": "#rail_activator" } - } -}, -{ - "from": [ 3, 0, 0 ], - "to": [ 4.5, 1, 16 ], - "faces": { - "down": { "uv": [ 3, 16, 4.5, 0 ], "texture": "#texture" }, - "up": { "uv": [ 3, 0, 4.5, 16 ], "texture": "#texture" }, - "north": { "uv": [ 11.5, 15, 12, 15.5 ], "texture": "#texture" }, - "south": { "uv": [ 4, 11.5, 4.5, 12 ], "texture": "#texture" }, - "west": { "uv": [ 3, 14, 3.5, 13.5 ], "rotation": 90, "texture": "#texture" }, - "east": { "uv": [ 4, 8.5, 4.5, 8 ], "texture": "#texture" } - } -}, -{ - "from": [ 11.5, 0, 0 ], - "to": [ 13, 1, 16 ], - "faces": { - "down": { "uv": [ 11.5, 16, 13, 0 ], "texture": "#texture" }, - "up": { "uv": [ 11.5, 0, 13, 16 ], "texture": "#texture" }, - "north": { "uv": [ 3, 15, 3.5, 15.5 ], "texture": "#texture" }, - "south": { "uv": [ 11.5, 15, 12, 15.5 ], "texture": "#texture" }, - "west": { "uv": [ 3, 8, 3.5, 8.5 ], "rotation": 90, "texture": "#texture" }, - "east": { "uv": [ 4, 8, 4.5, 8.5 ], "texture": "#texture" } - } -}, -{ - "from": [ 1.5, 0, 12.5 ], - "to": [ 14.5, 0.5, 14.5 ], - "faces": { - "down": { "uv": [ 1.5, 15, 14.5, 12.5 ], "texture": "#texture" }, - "up": { "uv": [ 1.5, 12.5, 14.5, 15 ], "texture": "#texture" }, - "north": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "west": { "uv": [ 7.5, 14.5, 9.5, 15 ], "texture": "#texture" }, - "east": { "uv": [ 7, 14.5, 9, 15 ], "texture": "#texture" } - } -}, -{ - "from": [ 1.5, 0, 7 ], - "to": [ 14.5, 0.5, 9 ], - "faces": { - "down": { "uv": [ 1.5, 9.5, 14.5, 7 ], "texture": "#texture" }, - "up": { "uv": [ 1.5, 7, 14.5, 9.5 ], "texture": "#texture" }, - "north": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "west": { "uv": [ 7, 14.5, 9, 15 ], "texture": "#texture" }, - "east": { "uv": [ 7.5, 14.5, 9.5, 15 ], "texture": "#texture" } - } -}, -{ - "from": [ 1.5, 0, 1.5 ], - "to": [ 14.5, 0.5, 3.5 ], - "faces": { - "down": { "uv": [ 1.5, 4, 14.5, 1.5 ], "texture": "#texture" }, - "up": { "uv": [ 1.5, 1.5, 14.5, 4 ], "texture": "#texture" }, - "north": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "west": { "uv": [ 7.5, 14.5, 9.5, 15 ], "texture": "#texture" }, - "east": { "uv": [ 7.5, 14.5, 9.5, 15 ], "texture": "#texture" } - } -}, -{ - "from": [ 1, 0, 1.875 ], - "to": [ 15, 0.5, 3.125 ], - "faces": { - "down": { "uv": [ 1, 3.5, 15, 2 ], "texture": "#texture" }, - "up": { "uv": [ 1, 2, 15, 3.5 ], "texture": "#texture" }, - "north": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "west": { "uv": [ 7.5, 14.5, 9.5, 15 ], "texture": "#texture" }, - "east": { "uv": [ 7, 14.5, 9, 15 ], "texture": "#texture" } - } -}, -{ - "from": [ 1, 0, 7.375 ], - "to": [ 15, 0.5, 8.625 ], - "faces": { - "down": { "uv": [ 1, 9, 15, 7.5 ], "texture": "#texture" }, - "up": { "uv": [ 1, 7.5, 15, 9 ], "texture": "#texture" }, - "north": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "west": { "uv": [ 7.5, 14.5, 9.5, 15 ], "texture": "#texture" }, - "east": { "uv": [ 7, 14.5, 9, 15 ], "texture": "#texture" } - } -}, -{ - "from": [ 1, 0, 12.875 ], - "to": [ 15, 0.5, 14.125 ], - "faces": { - "down": { "uv": [ 1, 14.5, 15, 13 ], "texture": "#texture" }, - "up": { "uv": [ 1, 13, 15, 14.5 ], "texture": "#texture" }, - "north": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "west": { "uv": [ 7.5, 14.5, 9.5, 15 ], "texture": "#texture" }, - "east": { "uv": [ 7, 14.5, 9, 15 ], "texture": "#texture" } - } -} -] -} \ No newline at end of file +{"__comment":"Designed_by_Filmjolk","ambientocclusion":false,"textures":{"particle":"block/rail","texture":"block/rail","rail_activator":"block/activator_rail_on"},"elements":[{"from":[7,0.75,1.75],"to":[9.5,1,3.25],"faces":{"down":{"uv":[7,14.5,9.5,13],"texture":"#rail_activator"},"up":{"uv":[7,13,9.5,14.5],"texture":"#rail_activator"},"north":{"uv":[8.5,12,9,12.5],"texture":"#rail_activator"},"south":{"uv":[8.5,12,9,12.5],"texture":"#rail_activator"},"west":{"uv":[8.5,12,9,12.5],"texture":"#rail_activator"},"east":{"uv":[8.5,12,9,12.5],"texture":"#rail_activator"}}},{"from":[6.25,0.25,1],"to":[10.25,0.75,4],"faces":{"down":{"uv":[6,15.5,10.5,12],"texture":"#rail_activator"},"up":{"uv":[6,12,10.5,15.5],"texture":"#rail_activator"},"north":{"uv":[8.5,12,9,12.5],"texture":"#rail_activator"},"south":{"uv":[8.5,12,9,12.5],"texture":"#rail_activator"},"west":{"uv":[8.5,12,9,12.5],"texture":"#rail_activator"},"east":{"uv":[8.5,12,9,12.5],"texture":"#rail_activator"}}},{"from":[7,0.75,7.25],"to":[9.5,1,8.75],"faces":{"down":{"uv":[7,14.5,9.5,13],"texture":"#rail_activator"},"up":{"uv":[7,13,9.5,14.5],"texture":"#rail_activator"},"north":{"uv":[8.5,12,9,12.5],"texture":"#rail_activator"},"south":{"uv":[8.5,12,9,12.5],"texture":"#rail_activator"},"west":{"uv":[8.5,12,9,12.5],"texture":"#rail_activator"},"east":{"uv":[8.5,12,9,12.5],"texture":"#rail_activator"}}},{"from":[6.25,0.25,12],"to":[10.25,0.75,15],"faces":{"down":{"uv":[6,15.5,10.5,12],"texture":"#rail_activator"},"up":{"uv":[6,12,10.5,15.5],"texture":"#rail_activator"},"north":{"uv":[8.5,12,9,12.5],"texture":"#rail_activator"},"south":{"uv":[8.5,12,9,12.5],"texture":"#rail_activator"},"west":{"uv":[8.5,12,9,12.5],"texture":"#rail_activator"},"east":{"uv":[8.5,12,9,12.5],"texture":"#rail_activator"}}},{"from":[7,0.75,12.75],"to":[9.5,1,14.25],"faces":{"down":{"uv":[7,14.5,9.5,13],"texture":"#rail_activator"},"up":{"uv":[7,13,9.5,14.5],"texture":"#rail_activator"},"north":{"uv":[8.5,12,9,12.5],"texture":"#rail_activator"},"south":{"uv":[8.5,12,9,12.5],"texture":"#rail_activator"},"west":{"uv":[8.5,12,9,12.5],"texture":"#rail_activator"},"east":{"uv":[8.5,12,9,12.5],"texture":"#rail_activator"}}},{"from":[6.25,0.25,6.5],"to":[10.25,0.75,9.5],"faces":{"down":{"uv":[6,15.5,10.5,12],"texture":"#rail_activator"},"up":{"uv":[6,12,10.5,15.5],"texture":"#rail_activator"},"north":{"uv":[8.5,12,9,12.5],"texture":"#rail_activator"},"south":{"uv":[8.5,12,9,12.5],"texture":"#rail_activator"},"west":{"uv":[8.5,12,9,12.5],"texture":"#rail_activator"},"east":{"uv":[8.5,12,9,12.5],"texture":"#rail_activator"}}},{"from":[3,0,0],"to":[4.5,1,16],"faces":{"down":{"uv":[3,16,4.5,0],"texture":"#texture"},"up":{"uv":[3,0,4.5,16],"texture":"#texture"},"north":{"uv":[11.5,15,12,15.5],"texture":"#texture"},"south":{"uv":[4,11.5,4.5,12],"texture":"#texture"},"west":{"uv":[3,14,3.5,13.5],"rotation":90,"texture":"#texture"},"east":{"uv":[4,8.5,4.5,8],"texture":"#texture"}}},{"from":[11.5,0,0],"to":[13,1,16],"faces":{"down":{"uv":[11.5,16,13,0],"texture":"#texture"},"up":{"uv":[11.5,0,13,16],"texture":"#texture"},"north":{"uv":[3,15,3.5,15.5],"texture":"#texture"},"south":{"uv":[11.5,15,12,15.5],"texture":"#texture"},"west":{"uv":[3,8,3.5,8.5],"rotation":90,"texture":"#texture"},"east":{"uv":[4,8,4.5,8.5],"texture":"#texture"}}},{"from":[1.5,0,12.5],"to":[14.5,0.5,14.5],"faces":{"down":{"uv":[1.5,15,14.5,12.5],"texture":"#texture"},"up":{"uv":[1.5,12.5,14.5,15],"texture":"#texture"},"north":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"south":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"west":{"uv":[7.5,14.5,9.5,15],"texture":"#texture"},"east":{"uv":[7,14.5,9,15],"texture":"#texture"}}},{"from":[1.5,0,7],"to":[14.5,0.5,9],"faces":{"down":{"uv":[1.5,9.5,14.5,7],"texture":"#texture"},"up":{"uv":[1.5,7,14.5,9.5],"texture":"#texture"},"north":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"south":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"west":{"uv":[7,14.5,9,15],"texture":"#texture"},"east":{"uv":[7.5,14.5,9.5,15],"texture":"#texture"}}},{"from":[1.5,0,1.5],"to":[14.5,0.5,3.5],"faces":{"down":{"uv":[1.5,4,14.5,1.5],"texture":"#texture"},"up":{"uv":[1.5,1.5,14.5,4],"texture":"#texture"},"north":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"south":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"west":{"uv":[7.5,14.5,9.5,15],"texture":"#texture"},"east":{"uv":[7.5,14.5,9.5,15],"texture":"#texture"}}},{"from":[1,0,1.875],"to":[15,0.5,3.125],"faces":{"down":{"uv":[1,3.5,15,2],"texture":"#texture"},"up":{"uv":[1,2,15,3.5],"texture":"#texture"},"north":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"south":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"west":{"uv":[7.5,14.5,9.5,15],"texture":"#texture"},"east":{"uv":[7,14.5,9,15],"texture":"#texture"}}},{"from":[1,0,7.375],"to":[15,0.5,8.625],"faces":{"down":{"uv":[1,9,15,7.5],"texture":"#texture"},"up":{"uv":[1,7.5,15,9],"texture":"#texture"},"north":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"south":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"west":{"uv":[7.5,14.5,9.5,15],"texture":"#texture"},"east":{"uv":[7,14.5,9,15],"texture":"#texture"}}},{"from":[1,0,12.875],"to":[15,0.5,14.125],"faces":{"down":{"uv":[1,14.5,15,13],"texture":"#texture"},"up":{"uv":[1,13,15,14.5],"texture":"#texture"},"north":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"south":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"west":{"uv":[7.5,14.5,9.5,15],"texture":"#texture"},"east":{"uv":[7,14.5,9,15],"texture":"#texture"}}}]} diff --git a/assets/minecraft/models/block/activator_rail_active_raised_sw.json b/assets/minecraft/models/block/activator_rail_active_raised_sw.json index 5fb01e1..bdc507d 100755 --- a/assets/minecraft/models/block/activator_rail_active_raised_sw.json +++ b/assets/minecraft/models/block/activator_rail_active_raised_sw.json @@ -1,193 +1 @@ -{ -"__comment": "Designed by Filmjolk", -"ambientocclusion": false, -"textures": { - "particle": "blocks/rail_normal", - "texture": "blocks/rail_normal", - "rail_activator": "blocks/rail_activator_powered" -}, -"elements": [ -{ - "from": [ 7.13, 2.91, 2.8 ], - "to": [ 9, 3.41, 4.05 ], - "rotation": { "origin": [ 7.13, 3.41, 2.8 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 9.5, 9, 7, 7.5 ], "texture": "#rail_activator" }, - "up": { "uv": [ 9.5, 9, 7, 7.5 ], "texture": "#rail_activator" }, - "north": { "uv": [ 8.5, 12, 9, 12.5 ], "texture": "#rail_activator" }, - "south": { "uv": [ 8.5, 12, 9, 12.5 ], "texture": "#rail_activator" }, - "west": { "uv": [ 8.5, 12, 9, 12.5 ], "texture": "#rail_activator" }, - "east": { "uv": [ 8.5, 12, 9, 12.5 ], "texture": "#rail_activator" } - } -}, -{ - "from": [ 7.13, 7.41, 7.18 ], - "to": [ 9, 7.91, 8.43 ], - "rotation": { "origin": [ 7.13, 7.91, 7.18 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 9.5, 9, 7, 7.5 ], "texture": "#rail_activator" }, - "up": { "uv": [ 9.5, 9, 7, 7.5 ], "texture": "#rail_activator" }, - "north": { "uv": [ 8.5, 12, 9, 12.5 ], "texture": "#rail_activator" }, - "south": { "uv": [ 8.5, 12, 9, 12.5 ], "texture": "#rail_activator" }, - "west": { "uv": [ 8.5, 12, 9, 12.5 ], "texture": "#rail_activator" }, - "east": { "uv": [ 8.5, 12, 9, 12.5 ], "texture": "#rail_activator" } - } -}, -{ - "from": [ 7.13, 12.41, 12.05 ], - "to": [ 9, 12.91, 13.3 ], - "rotation": { "origin": [ 7.13, 12.91, 12.05 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 9.5, 9, 7, 7.5 ], "texture": "#rail_activator" }, - "up": { "uv": [ 9.5, 9, 7, 7.5 ], "texture": "#rail_activator" }, - "north": { "uv": [ 8.5, 12, 9, 12.5 ], "texture": "#rail_activator" }, - "south": { "uv": [ 8.5, 12, 9, 12.5 ], "texture": "#rail_activator" }, - "west": { "uv": [ 8.5, 12, 9, 12.5 ], "texture": "#rail_activator" }, - "east": { "uv": [ 8.5, 12, 9, 12.5 ], "texture": "#rail_activator" } - } -}, -{ - "from": [ 6.5, 2.16, 2.43 ], - "to": [ 9.63, 2.66, 5.18 ], - "rotation": { "origin": [ 6.5, 2.66, 2.43 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 10.5, 10, 6, 6.5 ], "texture": "#rail_activator" }, - "up": { "uv": [ 10.5, 10, 6, 6.5 ], "texture": "#rail_activator" }, - "north": { "uv": [ 8.5, 12, 9, 12.5 ], "texture": "#rail_activator" }, - "south": { "uv": [ 8.5, 12, 9, 12.5 ], "texture": "#rail_activator" }, - "west": { "uv": [ 8.5, 12, 9, 12.5 ], "texture": "#rail_activator" }, - "east": { "uv": [ 8.5, 12, 9, 12.5 ], "texture": "#rail_activator" } - } -}, -{ - "from": [ 6.5, 6.66, 6.8 ], - "to": [ 9.63, 7.16, 9.55 ], - "rotation": { "origin": [ 6.5, 7.16, 6.8 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 10.5, 10, 6, 6.5 ], "texture": "#rail_activator" }, - "up": { "uv": [ 10.5, 10, 6, 6.5 ], "texture": "#rail_activator" }, - "north": { "uv": [ 8.5, 12, 9, 12.5 ], "texture": "#rail_activator" }, - "south": { "uv": [ 8.5, 12, 9, 12.5 ], "texture": "#rail_activator" }, - "west": { "uv": [ 8.5, 12, 9, 12.5 ], "texture": "#rail_activator" }, - "east": { "uv": [ 8.5, 12, 9, 12.5 ], "texture": "#rail_activator" } - } -}, -{ - "from": [ 6.5, 11.66, 11.8 ], - "to": [ 9.63, 12.16, 14.55 ], - "rotation": { "origin": [ 6.5, 12.16, 11.8 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 10.5, 10, 6, 6.5 ], "texture": "#rail_activator" }, - "up": { "uv": [ 10.5, 10, 6, 6.5 ], "texture": "#rail_activator" }, - "north": { "uv": [ 8.5, 12, 9, 12.5 ], "texture": "#rail_activator" }, - "south": { "uv": [ 8.5, 12, 9, 12.5 ], "texture": "#rail_activator" }, - "west": { "uv": [ 8.5, 12, 9, 12.5 ], "texture": "#rail_activator" }, - "east": { "uv": [ 8.5, 12, 9, 12.5 ], "texture": "#rail_activator" } - } -}, -{ - "from": [ 1, 12.03, 12.55 ], - "to": [ 15, 12.53, 13.8 ], - "rotation": { "origin": [ 1, 12.53, 12.55 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 1, 14.5, 15, 13 ], "texture": "#texture" }, - "up": { "uv": [ 1, 13, 15, 14.5 ], "texture": "#texture" }, - "north": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "west": { "uv": [ 7.5, 14.5, 9.5, 15 ], "texture": "#texture" }, - "east": { "uv": [ 7, 14.5, 9, 15 ], "texture": "#texture" } - } -}, -{ - "from": [ 1, 7.03, 7.55 ], - "to": [ 15, 7.53, 8.8 ], - "rotation": { "origin": [ 1, 7.53, 7.55 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 1, 9, 15, 7.5 ], "texture": "#texture" }, - "up": { "uv": [ 1, 7.5, 15, 9 ], "texture": "#texture" }, - "north": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "west": { "uv": [ 7.5, 14.5, 9.5, 15 ], "texture": "#texture" }, - "east": { "uv": [ 7, 14.5, 9, 15 ], "texture": "#texture" } - } -}, -{ - "from": [ 1, 2.53, 3.05 ], - "to": [ 15, 3.03, 4.3 ], - "rotation": { "origin": [ 1, 3.03, 3.05 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 1, 3.5, 15, 2 ], "texture": "#texture" }, - "up": { "uv": [ 1, 2, 15, 3.5 ], "texture": "#texture" }, - "north": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "west": { "uv": [ 7.5, 14.5, 9.5, 15 ], "texture": "#texture" }, - "east": { "uv": [ 7, 14.5, 9, 15 ], "texture": "#texture" } - } -}, -{ - "from": [ 1.5, 2.28, 2.8 ], - "to": [ 14.5, 2.78, 4.8 ], - "rotation": { "origin": [ 1.5, 2.78, 2.8 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 1.5, 4, 14.5, 1.5 ], "texture": "#texture" }, - "up": { "uv": [ 1.5, 1.5, 14.5, 4 ], "texture": "#texture" }, - "north": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "west": { "uv": [ 7.5, 14.5, 9.5, 15 ], "texture": "#texture" }, - "east": { "uv": [ 7.5, 14.5, 9.5, 15 ], "texture": "#texture" } - } -}, -{ - "from": [ 1.5, 6.78, 7.3 ], - "to": [ 14.5, 7.28, 9.3 ], - "rotation": { "origin": [ 1.5, 7.28, 7.3 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 1.5, 9.5, 14.5, 7 ], "texture": "#texture" }, - "up": { "uv": [ 1.5, 7, 14.5, 9.5 ], "texture": "#texture" }, - "north": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "west": { "uv": [ 7, 14.5, 9, 15 ], "texture": "#texture" }, - "east": { "uv": [ 7.5, 14.5, 9.5, 15 ], "texture": "#texture" } - } -}, -{ - "from": [ 1.5, 11.78, 12.3 ], - "to": [ 14.5, 12.28, 14.3 ], - "rotation": { "origin": [ 1.5, 12.28, 12.3 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 1.5, 15, 14.5, 12.5 ], "texture": "#texture" }, - "up": { "uv": [ 1.5, 12.5, 14.5, 15 ], "texture": "#texture" }, - "north": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "west": { "uv": [ 7.5, 14.5, 9.5, 15 ], "texture": "#texture" }, - "east": { "uv": [ 7, 14.5, 9, 15 ], "texture": "#texture" } - } -}, -{ - "from": [ 11.5, -0.22, -0.2 ], - "to": [ 13, 0.78, 22.8 ], - "rotation": { "origin": [ 11.5, 0.78, -0.2 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 11.5, 16, 13, 0 ], "texture": "#texture" }, - "up": { "uv": [ 11.5, 0, 13, 16 ], "texture": "#texture" }, - "north": { "uv": [ 3, 15, 3.5, 15.5 ], "texture": "#texture" }, - "south": { "uv": [ 11.5, 15, 12, 15.5 ], "texture": "#texture" }, - "west": { "uv": [ 3, 8, 3.5, 8.5 ], "rotation": 90, "texture": "#texture" }, - "east": { "uv": [ 4, 8, 4.5, 8.5 ], "texture": "#texture" } - } -}, -{ - "from": [ 3, -0.22, -0.2 ], - "to": [ 4.5, 0.78, 22.8 ], - "rotation": { "origin": [ 3, 0.78, -0.2 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 3, 16, 4.5, 0 ], "texture": "#texture" }, - "up": { "uv": [ 3, 0, 4.5, 16 ], "texture": "#texture" }, - "north": { "uv": [ 11.5, 15, 12, 15.5 ], "texture": "#texture" }, - "south": { "uv": [ 4, 11.5, 4.5, 12 ], "texture": "#texture" }, - "west": { "uv": [ 3, 14, 3.5, 13.5 ], "rotation": 90, "texture": "#texture" }, - "east": { "uv": [ 4, 8.5, 4.5, 8 ], "texture": "#texture" } - } -} -] -} \ No newline at end of file +{"__comment":"Designed_by_Filmjolk","ambientocclusion":false,"textures":{"particle":"block/rail","texture":"block/rail","rail_activator":"block/activator_rail_on"},"elements":[{"from":[7.13,2.91,2.8],"to":[9,3.41,4.05],"rotation":{"origin":[7.13,3.41,2.8],"axis":"x","angle":-45},"faces":{"down":{"uv":[9.5,9,7,7.5],"texture":"#rail_activator"},"up":{"uv":[9.5,9,7,7.5],"texture":"#rail_activator"},"north":{"uv":[8.5,12,9,12.5],"texture":"#rail_activator"},"south":{"uv":[8.5,12,9,12.5],"texture":"#rail_activator"},"west":{"uv":[8.5,12,9,12.5],"texture":"#rail_activator"},"east":{"uv":[8.5,12,9,12.5],"texture":"#rail_activator"}}},{"from":[7.13,7.41,7.18],"to":[9,7.91,8.43],"rotation":{"origin":[7.13,7.91,7.18],"axis":"x","angle":-45},"faces":{"down":{"uv":[9.5,9,7,7.5],"texture":"#rail_activator"},"up":{"uv":[9.5,9,7,7.5],"texture":"#rail_activator"},"north":{"uv":[8.5,12,9,12.5],"texture":"#rail_activator"},"south":{"uv":[8.5,12,9,12.5],"texture":"#rail_activator"},"west":{"uv":[8.5,12,9,12.5],"texture":"#rail_activator"},"east":{"uv":[8.5,12,9,12.5],"texture":"#rail_activator"}}},{"from":[7.13,12.41,12.05],"to":[9,12.91,13.3],"rotation":{"origin":[7.13,12.91,12.05],"axis":"x","angle":-45},"faces":{"down":{"uv":[9.5,9,7,7.5],"texture":"#rail_activator"},"up":{"uv":[9.5,9,7,7.5],"texture":"#rail_activator"},"north":{"uv":[8.5,12,9,12.5],"texture":"#rail_activator"},"south":{"uv":[8.5,12,9,12.5],"texture":"#rail_activator"},"west":{"uv":[8.5,12,9,12.5],"texture":"#rail_activator"},"east":{"uv":[8.5,12,9,12.5],"texture":"#rail_activator"}}},{"from":[6.5,2.16,2.43],"to":[9.63,2.66,5.18],"rotation":{"origin":[6.5,2.66,2.43],"axis":"x","angle":-45},"faces":{"down":{"uv":[10.5,10,6,6.5],"texture":"#rail_activator"},"up":{"uv":[10.5,10,6,6.5],"texture":"#rail_activator"},"north":{"uv":[8.5,12,9,12.5],"texture":"#rail_activator"},"south":{"uv":[8.5,12,9,12.5],"texture":"#rail_activator"},"west":{"uv":[8.5,12,9,12.5],"texture":"#rail_activator"},"east":{"uv":[8.5,12,9,12.5],"texture":"#rail_activator"}}},{"from":[6.5,6.66,6.8],"to":[9.63,7.16,9.55],"rotation":{"origin":[6.5,7.16,6.8],"axis":"x","angle":-45},"faces":{"down":{"uv":[10.5,10,6,6.5],"texture":"#rail_activator"},"up":{"uv":[10.5,10,6,6.5],"texture":"#rail_activator"},"north":{"uv":[8.5,12,9,12.5],"texture":"#rail_activator"},"south":{"uv":[8.5,12,9,12.5],"texture":"#rail_activator"},"west":{"uv":[8.5,12,9,12.5],"texture":"#rail_activator"},"east":{"uv":[8.5,12,9,12.5],"texture":"#rail_activator"}}},{"from":[6.5,11.66,11.8],"to":[9.63,12.16,14.55],"rotation":{"origin":[6.5,12.16,11.8],"axis":"x","angle":-45},"faces":{"down":{"uv":[10.5,10,6,6.5],"texture":"#rail_activator"},"up":{"uv":[10.5,10,6,6.5],"texture":"#rail_activator"},"north":{"uv":[8.5,12,9,12.5],"texture":"#rail_activator"},"south":{"uv":[8.5,12,9,12.5],"texture":"#rail_activator"},"west":{"uv":[8.5,12,9,12.5],"texture":"#rail_activator"},"east":{"uv":[8.5,12,9,12.5],"texture":"#rail_activator"}}},{"from":[1,12.03,12.55],"to":[15,12.53,13.8],"rotation":{"origin":[1,12.53,12.55],"axis":"x","angle":-45},"faces":{"down":{"uv":[1,14.5,15,13],"texture":"#texture"},"up":{"uv":[1,13,15,14.5],"texture":"#texture"},"north":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"south":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"west":{"uv":[7.5,14.5,9.5,15],"texture":"#texture"},"east":{"uv":[7,14.5,9,15],"texture":"#texture"}}},{"from":[1,7.03,7.55],"to":[15,7.53,8.8],"rotation":{"origin":[1,7.53,7.55],"axis":"x","angle":-45},"faces":{"down":{"uv":[1,9,15,7.5],"texture":"#texture"},"up":{"uv":[1,7.5,15,9],"texture":"#texture"},"north":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"south":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"west":{"uv":[7.5,14.5,9.5,15],"texture":"#texture"},"east":{"uv":[7,14.5,9,15],"texture":"#texture"}}},{"from":[1,2.53,3.05],"to":[15,3.03,4.3],"rotation":{"origin":[1,3.03,3.05],"axis":"x","angle":-45},"faces":{"down":{"uv":[1,3.5,15,2],"texture":"#texture"},"up":{"uv":[1,2,15,3.5],"texture":"#texture"},"north":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"south":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"west":{"uv":[7.5,14.5,9.5,15],"texture":"#texture"},"east":{"uv":[7,14.5,9,15],"texture":"#texture"}}},{"from":[1.5,2.28,2.8],"to":[14.5,2.78,4.8],"rotation":{"origin":[1.5,2.78,2.8],"axis":"x","angle":-45},"faces":{"down":{"uv":[1.5,4,14.5,1.5],"texture":"#texture"},"up":{"uv":[1.5,1.5,14.5,4],"texture":"#texture"},"north":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"south":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"west":{"uv":[7.5,14.5,9.5,15],"texture":"#texture"},"east":{"uv":[7.5,14.5,9.5,15],"texture":"#texture"}}},{"from":[1.5,6.78,7.3],"to":[14.5,7.28,9.3],"rotation":{"origin":[1.5,7.28,7.3],"axis":"x","angle":-45},"faces":{"down":{"uv":[1.5,9.5,14.5,7],"texture":"#texture"},"up":{"uv":[1.5,7,14.5,9.5],"texture":"#texture"},"north":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"south":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"west":{"uv":[7,14.5,9,15],"texture":"#texture"},"east":{"uv":[7.5,14.5,9.5,15],"texture":"#texture"}}},{"from":[1.5,11.78,12.3],"to":[14.5,12.28,14.3],"rotation":{"origin":[1.5,12.28,12.3],"axis":"x","angle":-45},"faces":{"down":{"uv":[1.5,15,14.5,12.5],"texture":"#texture"},"up":{"uv":[1.5,12.5,14.5,15],"texture":"#texture"},"north":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"south":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"west":{"uv":[7.5,14.5,9.5,15],"texture":"#texture"},"east":{"uv":[7,14.5,9,15],"texture":"#texture"}}},{"from":[11.5,-0.22,-0.2],"to":[13,0.78,22.8],"rotation":{"origin":[11.5,0.78,-0.2],"axis":"x","angle":-45},"faces":{"down":{"uv":[11.5,16,13,0],"texture":"#texture"},"up":{"uv":[11.5,0,13,16],"texture":"#texture"},"north":{"uv":[3,15,3.5,15.5],"texture":"#texture"},"south":{"uv":[11.5,15,12,15.5],"texture":"#texture"},"west":{"uv":[3,8,3.5,8.5],"rotation":90,"texture":"#texture"},"east":{"uv":[4,8,4.5,8.5],"texture":"#texture"}}},{"from":[3,-0.22,-0.2],"to":[4.5,0.78,22.8],"rotation":{"origin":[3,0.78,-0.2],"axis":"x","angle":-45},"faces":{"down":{"uv":[3,16,4.5,0],"texture":"#texture"},"up":{"uv":[3,0,4.5,16],"texture":"#texture"},"north":{"uv":[11.5,15,12,15.5],"texture":"#texture"},"south":{"uv":[4,11.5,4.5,12],"texture":"#texture"},"west":{"uv":[3,14,3.5,13.5],"rotation":90,"texture":"#texture"},"east":{"uv":[4,8.5,4.5,8],"texture":"#texture"}}}]} diff --git a/assets/minecraft/models/block/activator_rail_flat.json b/assets/minecraft/models/block/activator_rail_flat.json index 7b6e408..1057d8e 100755 --- a/assets/minecraft/models/block/activator_rail_flat.json +++ b/assets/minecraft/models/block/activator_rail_flat.json @@ -1,179 +1 @@ -{ -"__comment": "Designed by Filmjolk", -"ambientocclusion": false, -"textures": { - "particle": "blocks/rail_normal", - "texture": "blocks/rail_normal", - "rail_activator": "blocks/rail_activator" -}, -"elements": [ -{ - "from": [ 7, 0.75, 1.75 ], - "to": [ 9.5, 1, 3.25 ], - "faces": { - "down": { "uv": [ 7, 14.5, 9.5, 13 ], "texture": "#rail_activator" }, - "up": { "uv": [ 7, 13, 9.5, 14.5 ], "texture": "#rail_activator" }, - "north": { "uv": [ 8.5, 12, 9, 12.5 ], "texture": "#rail_activator" }, - "south": { "uv": [ 8.5, 12, 9, 12.5 ], "texture": "#rail_activator" }, - "west": { "uv": [ 8.5, 12, 9, 12.5 ], "texture": "#rail_activator" }, - "east": { "uv": [ 8.5, 12, 9, 12.5 ], "texture": "#rail_activator" } - } -}, -{ - "from": [ 6.25, 0.25, 1 ], - "to": [ 10.25, 0.75, 4 ], - "faces": { - "down": { "uv": [ 6, 15.5, 10.5, 12 ], "texture": "#rail_activator" }, - "up": { "uv": [ 6, 12, 10.5, 15.5 ], "texture": "#rail_activator" }, - "north": { "uv": [ 8.5, 12, 9, 12.5 ], "texture": "#rail_activator" }, - "south": { "uv": [ 8.5, 12, 9, 12.5 ], "texture": "#rail_activator" }, - "west": { "uv": [ 8.5, 12, 9, 12.5 ], "texture": "#rail_activator" }, - "east": { "uv": [ 8.5, 12, 9, 12.5 ], "texture": "#rail_activator" } - } -}, -{ - "from": [ 7, 0.75, 7.25 ], - "to": [ 9.5, 1, 8.75 ], - "faces": { - "down": { "uv": [ 7, 14.5, 9.5, 13 ], "texture": "#rail_activator" }, - "up": { "uv": [ 7, 13, 9.5, 14.5 ], "texture": "#rail_activator" }, - "north": { "uv": [ 8.5, 12, 9, 12.5 ], "texture": "#rail_activator" }, - "south": { "uv": [ 8.5, 12, 9, 12.5 ], "texture": "#rail_activator" }, - "west": { "uv": [ 8.5, 12, 9, 12.5 ], "texture": "#rail_activator" }, - "east": { "uv": [ 8.5, 12, 9, 12.5 ], "texture": "#rail_activator" } - } -}, -{ - "from": [ 6.25, 0.25, 12 ], - "to": [ 10.25, 0.75, 15 ], - "faces": { - "down": { "uv": [ 6, 15.5, 10.5, 12 ], "texture": "#rail_activator" }, - "up": { "uv": [ 6, 12, 10.5, 15.5 ], "texture": "#rail_activator" }, - "north": { "uv": [ 8.5, 12, 9, 12.5 ], "texture": "#rail_activator" }, - "south": { "uv": [ 8.5, 12, 9, 12.5 ], "texture": "#rail_activator" }, - "west": { "uv": [ 8.5, 12, 9, 12.5 ], "texture": "#rail_activator" }, - "east": { "uv": [ 8.5, 12, 9, 12.5 ], "texture": "#rail_activator" } - } -}, -{ - "from": [ 7, 0.75, 12.75 ], - "to": [ 9.5, 1, 14.25 ], - "faces": { - "down": { "uv": [ 7, 14.5, 9.5, 13 ], "texture": "#rail_activator" }, - "up": { "uv": [ 7, 13, 9.5, 14.5 ], "texture": "#rail_activator" }, - "north": { "uv": [ 8.5, 12, 9, 12.5 ], "texture": "#rail_activator" }, - "south": { "uv": [ 8.5, 12, 9, 12.5 ], "texture": "#rail_activator" }, - "west": { "uv": [ 8.5, 12, 9, 12.5 ], "texture": "#rail_activator" }, - "east": { "uv": [ 8.5, 12, 9, 12.5 ], "texture": "#rail_activator" } - } -}, -{ - "from": [ 6.25, 0.25, 6.5 ], - "to": [ 10.25, 0.75, 9.5 ], - "faces": { - "down": { "uv": [ 6, 15.5, 10.5, 12 ], "texture": "#rail_activator" }, - "up": { "uv": [ 6, 12, 10.5, 15.5 ], "texture": "#rail_activator" }, - "north": { "uv": [ 8.5, 12, 9, 12.5 ], "texture": "#rail_activator" }, - "south": { "uv": [ 8.5, 12, 9, 12.5 ], "texture": "#rail_activator" }, - "west": { "uv": [ 8.5, 12, 9, 12.5 ], "texture": "#rail_activator" }, - "east": { "uv": [ 8.5, 12, 9, 12.5 ], "texture": "#rail_activator" } - } -}, -{ - "from": [ 3, 0, 0 ], - "to": [ 4.5, 1, 16 ], - "faces": { - "down": { "uv": [ 3, 16, 4.5, 0 ], "texture": "#texture" }, - "up": { "uv": [ 3, 0, 4.5, 16 ], "texture": "#texture" }, - "north": { "uv": [ 11.5, 15, 12, 15.5 ], "texture": "#texture" }, - "south": { "uv": [ 4, 11.5, 4.5, 12 ], "texture": "#texture" }, - "west": { "uv": [ 3, 14, 3.5, 13.5 ], "rotation": 90, "texture": "#texture" }, - "east": { "uv": [ 4, 8.5, 4.5, 8 ], "texture": "#texture" } - } -}, -{ - "from": [ 11.5, 0, 0 ], - "to": [ 13, 1, 16 ], - "faces": { - "down": { "uv": [ 11.5, 16, 13, 0 ], "texture": "#texture" }, - "up": { "uv": [ 11.5, 0, 13, 16 ], "texture": "#texture" }, - "north": { "uv": [ 3, 15, 3.5, 15.5 ], "texture": "#texture" }, - "south": { "uv": [ 11.5, 15, 12, 15.5 ], "texture": "#texture" }, - "west": { "uv": [ 3, 8, 3.5, 8.5 ], "rotation": 90, "texture": "#texture" }, - "east": { "uv": [ 4, 8, 4.5, 8.5 ], "texture": "#texture" } - } -}, -{ - "from": [ 1.5, 0, 12.5 ], - "to": [ 14.5, 0.5, 14.5 ], - "faces": { - "down": { "uv": [ 1.5, 15, 14.5, 12.5 ], "texture": "#texture" }, - "up": { "uv": [ 1.5, 12.5, 14.5, 15 ], "texture": "#texture" }, - "north": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "west": { "uv": [ 7.5, 14.5, 9.5, 15 ], "texture": "#texture" }, - "east": { "uv": [ 7, 14.5, 9, 15 ], "texture": "#texture" } - } -}, -{ - "from": [ 1.5, 0, 7 ], - "to": [ 14.5, 0.5, 9 ], - "faces": { - "down": { "uv": [ 1.5, 9.5, 14.5, 7 ], "texture": "#texture" }, - "up": { "uv": [ 1.5, 7, 14.5, 9.5 ], "texture": "#texture" }, - "north": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "west": { "uv": [ 7, 14.5, 9, 15 ], "texture": "#texture" }, - "east": { "uv": [ 7.5, 14.5, 9.5, 15 ], "texture": "#texture" } - } -}, -{ - "from": [ 1.5, 0, 1.5 ], - "to": [ 14.5, 0.5, 3.5 ], - "faces": { - "down": { "uv": [ 1.5, 4, 14.5, 1.5 ], "texture": "#texture" }, - "up": { "uv": [ 1.5, 1.5, 14.5, 4 ], "texture": "#texture" }, - "north": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "west": { "uv": [ 7.5, 14.5, 9.5, 15 ], "texture": "#texture" }, - "east": { "uv": [ 7.5, 14.5, 9.5, 15 ], "texture": "#texture" } - } -}, -{ - "from": [ 1, 0, 1.875 ], - "to": [ 15, 0.5, 3.125 ], - "faces": { - "down": { "uv": [ 1, 3.5, 15, 2 ], "texture": "#texture" }, - "up": { "uv": [ 1, 2, 15, 3.5 ], "texture": "#texture" }, - "north": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "west": { "uv": [ 7.5, 14.5, 9.5, 15 ], "texture": "#texture" }, - "east": { "uv": [ 7, 14.5, 9, 15 ], "texture": "#texture" } - } -}, -{ - "from": [ 1, 0, 7.375 ], - "to": [ 15, 0.5, 8.625 ], - "faces": { - "down": { "uv": [ 1, 9, 15, 7.5 ], "texture": "#texture" }, - "up": { "uv": [ 1, 7.5, 15, 9 ], "texture": "#texture" }, - "north": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "west": { "uv": [ 7.5, 14.5, 9.5, 15 ], "texture": "#texture" }, - "east": { "uv": [ 7, 14.5, 9, 15 ], "texture": "#texture" } - } -}, -{ - "from": [ 1, 0, 12.875 ], - "to": [ 15, 0.5, 14.125 ], - "faces": { - "down": { "uv": [ 1, 14.5, 15, 13 ], "texture": "#texture" }, - "up": { "uv": [ 1, 13, 15, 14.5 ], "texture": "#texture" }, - "north": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "west": { "uv": [ 7.5, 14.5, 9.5, 15 ], "texture": "#texture" }, - "east": { "uv": [ 7, 14.5, 9, 15 ], "texture": "#texture" } - } -} -] -} \ No newline at end of file +{"__comment":"Designed_by_Filmjolk","ambientocclusion":false,"textures":{"particle":"block/rail","texture":"block/rail","rail_activator":"block/activator_rail"},"elements":[{"from":[7,0.75,1.75],"to":[9.5,1,3.25],"faces":{"down":{"uv":[7,14.5,9.5,13],"texture":"#rail_activator"},"up":{"uv":[7,13,9.5,14.5],"texture":"#rail_activator"},"north":{"uv":[8.5,12,9,12.5],"texture":"#rail_activator"},"south":{"uv":[8.5,12,9,12.5],"texture":"#rail_activator"},"west":{"uv":[8.5,12,9,12.5],"texture":"#rail_activator"},"east":{"uv":[8.5,12,9,12.5],"texture":"#rail_activator"}}},{"from":[6.25,0.25,1],"to":[10.25,0.75,4],"faces":{"down":{"uv":[6,15.5,10.5,12],"texture":"#rail_activator"},"up":{"uv":[6,12,10.5,15.5],"texture":"#rail_activator"},"north":{"uv":[8.5,12,9,12.5],"texture":"#rail_activator"},"south":{"uv":[8.5,12,9,12.5],"texture":"#rail_activator"},"west":{"uv":[8.5,12,9,12.5],"texture":"#rail_activator"},"east":{"uv":[8.5,12,9,12.5],"texture":"#rail_activator"}}},{"from":[7,0.75,7.25],"to":[9.5,1,8.75],"faces":{"down":{"uv":[7,14.5,9.5,13],"texture":"#rail_activator"},"up":{"uv":[7,13,9.5,14.5],"texture":"#rail_activator"},"north":{"uv":[8.5,12,9,12.5],"texture":"#rail_activator"},"south":{"uv":[8.5,12,9,12.5],"texture":"#rail_activator"},"west":{"uv":[8.5,12,9,12.5],"texture":"#rail_activator"},"east":{"uv":[8.5,12,9,12.5],"texture":"#rail_activator"}}},{"from":[6.25,0.25,12],"to":[10.25,0.75,15],"faces":{"down":{"uv":[6,15.5,10.5,12],"texture":"#rail_activator"},"up":{"uv":[6,12,10.5,15.5],"texture":"#rail_activator"},"north":{"uv":[8.5,12,9,12.5],"texture":"#rail_activator"},"south":{"uv":[8.5,12,9,12.5],"texture":"#rail_activator"},"west":{"uv":[8.5,12,9,12.5],"texture":"#rail_activator"},"east":{"uv":[8.5,12,9,12.5],"texture":"#rail_activator"}}},{"from":[7,0.75,12.75],"to":[9.5,1,14.25],"faces":{"down":{"uv":[7,14.5,9.5,13],"texture":"#rail_activator"},"up":{"uv":[7,13,9.5,14.5],"texture":"#rail_activator"},"north":{"uv":[8.5,12,9,12.5],"texture":"#rail_activator"},"south":{"uv":[8.5,12,9,12.5],"texture":"#rail_activator"},"west":{"uv":[8.5,12,9,12.5],"texture":"#rail_activator"},"east":{"uv":[8.5,12,9,12.5],"texture":"#rail_activator"}}},{"from":[6.25,0.25,6.5],"to":[10.25,0.75,9.5],"faces":{"down":{"uv":[6,15.5,10.5,12],"texture":"#rail_activator"},"up":{"uv":[6,12,10.5,15.5],"texture":"#rail_activator"},"north":{"uv":[8.5,12,9,12.5],"texture":"#rail_activator"},"south":{"uv":[8.5,12,9,12.5],"texture":"#rail_activator"},"west":{"uv":[8.5,12,9,12.5],"texture":"#rail_activator"},"east":{"uv":[8.5,12,9,12.5],"texture":"#rail_activator"}}},{"from":[3,0,0],"to":[4.5,1,16],"faces":{"down":{"uv":[3,16,4.5,0],"texture":"#texture"},"up":{"uv":[3,0,4.5,16],"texture":"#texture"},"north":{"uv":[11.5,15,12,15.5],"texture":"#texture"},"south":{"uv":[4,11.5,4.5,12],"texture":"#texture"},"west":{"uv":[3,14,3.5,13.5],"rotation":90,"texture":"#texture"},"east":{"uv":[4,8.5,4.5,8],"texture":"#texture"}}},{"from":[11.5,0,0],"to":[13,1,16],"faces":{"down":{"uv":[11.5,16,13,0],"texture":"#texture"},"up":{"uv":[11.5,0,13,16],"texture":"#texture"},"north":{"uv":[3,15,3.5,15.5],"texture":"#texture"},"south":{"uv":[11.5,15,12,15.5],"texture":"#texture"},"west":{"uv":[3,8,3.5,8.5],"rotation":90,"texture":"#texture"},"east":{"uv":[4,8,4.5,8.5],"texture":"#texture"}}},{"from":[1.5,0,12.5],"to":[14.5,0.5,14.5],"faces":{"down":{"uv":[1.5,15,14.5,12.5],"texture":"#texture"},"up":{"uv":[1.5,12.5,14.5,15],"texture":"#texture"},"north":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"south":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"west":{"uv":[7.5,14.5,9.5,15],"texture":"#texture"},"east":{"uv":[7,14.5,9,15],"texture":"#texture"}}},{"from":[1.5,0,7],"to":[14.5,0.5,9],"faces":{"down":{"uv":[1.5,9.5,14.5,7],"texture":"#texture"},"up":{"uv":[1.5,7,14.5,9.5],"texture":"#texture"},"north":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"south":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"west":{"uv":[7,14.5,9,15],"texture":"#texture"},"east":{"uv":[7.5,14.5,9.5,15],"texture":"#texture"}}},{"from":[1.5,0,1.5],"to":[14.5,0.5,3.5],"faces":{"down":{"uv":[1.5,4,14.5,1.5],"texture":"#texture"},"up":{"uv":[1.5,1.5,14.5,4],"texture":"#texture"},"north":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"south":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"west":{"uv":[7.5,14.5,9.5,15],"texture":"#texture"},"east":{"uv":[7.5,14.5,9.5,15],"texture":"#texture"}}},{"from":[1,0,1.875],"to":[15,0.5,3.125],"faces":{"down":{"uv":[1,3.5,15,2],"texture":"#texture"},"up":{"uv":[1,2,15,3.5],"texture":"#texture"},"north":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"south":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"west":{"uv":[7.5,14.5,9.5,15],"texture":"#texture"},"east":{"uv":[7,14.5,9,15],"texture":"#texture"}}},{"from":[1,0,7.375],"to":[15,0.5,8.625],"faces":{"down":{"uv":[1,9,15,7.5],"texture":"#texture"},"up":{"uv":[1,7.5,15,9],"texture":"#texture"},"north":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"south":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"west":{"uv":[7.5,14.5,9.5,15],"texture":"#texture"},"east":{"uv":[7,14.5,9,15],"texture":"#texture"}}},{"from":[1,0,12.875],"to":[15,0.5,14.125],"faces":{"down":{"uv":[1,14.5,15,13],"texture":"#texture"},"up":{"uv":[1,13,15,14.5],"texture":"#texture"},"north":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"south":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"west":{"uv":[7.5,14.5,9.5,15],"texture":"#texture"},"east":{"uv":[7,14.5,9,15],"texture":"#texture"}}}]} diff --git a/assets/minecraft/models/block/activator_rail_raised_sw.json b/assets/minecraft/models/block/activator_rail_raised_sw.json index 73ce8c2..0b19a3f 100755 --- a/assets/minecraft/models/block/activator_rail_raised_sw.json +++ b/assets/minecraft/models/block/activator_rail_raised_sw.json @@ -1,193 +1 @@ -{ -"__comment": "Designed by Filmjolk", -"ambientocclusion": false, -"textures": { - "particle": "blocks/rail_normal", - "texture": "blocks/rail_normal", - "rail_activator": "blocks/rail_activator" -}, -"elements": [ -{ - "from": [ 7.13, 2.91, 2.8 ], - "to": [ 9, 3.41, 4.05 ], - "rotation": { "origin": [ 7.13, 3.41, 2.8 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 9.5, 9, 7, 7.5 ], "texture": "#rail_activator" }, - "up": { "uv": [ 9.5, 9, 7, 7.5 ], "texture": "#rail_activator" }, - "north": { "uv": [ 8.5, 12, 9, 12.5 ], "texture": "#rail_activator" }, - "south": { "uv": [ 8.5, 12, 9, 12.5 ], "texture": "#rail_activator" }, - "west": { "uv": [ 8.5, 12, 9, 12.5 ], "texture": "#rail_activator" }, - "east": { "uv": [ 8.5, 12, 9, 12.5 ], "texture": "#rail_activator" } - } -}, -{ - "from": [ 7.13, 7.41, 7.18 ], - "to": [ 9, 7.91, 8.43 ], - "rotation": { "origin": [ 7.13, 7.91, 7.18 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 9.5, 9, 7, 7.5 ], "texture": "#rail_activator" }, - "up": { "uv": [ 9.5, 9, 7, 7.5 ], "texture": "#rail_activator" }, - "north": { "uv": [ 8.5, 12, 9, 12.5 ], "texture": "#rail_activator" }, - "south": { "uv": [ 8.5, 12, 9, 12.5 ], "texture": "#rail_activator" }, - "west": { "uv": [ 8.5, 12, 9, 12.5 ], "texture": "#rail_activator" }, - "east": { "uv": [ 8.5, 12, 9, 12.5 ], "texture": "#rail_activator" } - } -}, -{ - "from": [ 7.13, 12.41, 12.05 ], - "to": [ 9, 12.91, 13.3 ], - "rotation": { "origin": [ 7.13, 12.91, 12.05 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 9.5, 9, 7, 7.5 ], "texture": "#rail_activator" }, - "up": { "uv": [ 9.5, 9, 7, 7.5 ], "texture": "#rail_activator" }, - "north": { "uv": [ 8.5, 12, 9, 12.5 ], "texture": "#rail_activator" }, - "south": { "uv": [ 8.5, 12, 9, 12.5 ], "texture": "#rail_activator" }, - "west": { "uv": [ 8.5, 12, 9, 12.5 ], "texture": "#rail_activator" }, - "east": { "uv": [ 8.5, 12, 9, 12.5 ], "texture": "#rail_activator" } - } -}, -{ - "from": [ 6.5, 2.16, 2.43 ], - "to": [ 9.63, 2.66, 5.18 ], - "rotation": { "origin": [ 6.5, 2.66, 2.43 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 10.5, 10, 6, 6.5 ], "texture": "#rail_activator" }, - "up": { "uv": [ 10.5, 10, 6, 6.5 ], "texture": "#rail_activator" }, - "north": { "uv": [ 8.5, 12, 9, 12.5 ], "texture": "#rail_activator" }, - "south": { "uv": [ 8.5, 12, 9, 12.5 ], "texture": "#rail_activator" }, - "west": { "uv": [ 8.5, 12, 9, 12.5 ], "texture": "#rail_activator" }, - "east": { "uv": [ 8.5, 12, 9, 12.5 ], "texture": "#rail_activator" } - } -}, -{ - "from": [ 6.5, 6.66, 6.8 ], - "to": [ 9.63, 7.16, 9.55 ], - "rotation": { "origin": [ 6.5, 7.16, 6.8 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 10.5, 10, 6, 6.5 ], "texture": "#rail_activator" }, - "up": { "uv": [ 10.5, 10, 6, 6.5 ], "texture": "#rail_activator" }, - "north": { "uv": [ 8.5, 12, 9, 12.5 ], "texture": "#rail_activator" }, - "south": { "uv": [ 8.5, 12, 9, 12.5 ], "texture": "#rail_activator" }, - "west": { "uv": [ 8.5, 12, 9, 12.5 ], "texture": "#rail_activator" }, - "east": { "uv": [ 8.5, 12, 9, 12.5 ], "texture": "#rail_activator" } - } -}, -{ - "from": [ 6.5, 11.66, 11.8 ], - "to": [ 9.63, 12.16, 14.55 ], - "rotation": { "origin": [ 6.5, 12.16, 11.8 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 10.5, 10, 6, 6.5 ], "texture": "#rail_activator" }, - "up": { "uv": [ 10.5, 10, 6, 6.5 ], "texture": "#rail_activator" }, - "north": { "uv": [ 8.5, 12, 9, 12.5 ], "texture": "#rail_activator" }, - "south": { "uv": [ 8.5, 12, 9, 12.5 ], "texture": "#rail_activator" }, - "west": { "uv": [ 8.5, 12, 9, 12.5 ], "texture": "#rail_activator" }, - "east": { "uv": [ 8.5, 12, 9, 12.5 ], "texture": "#rail_activator" } - } -}, -{ - "from": [ 1, 12.03, 12.55 ], - "to": [ 15, 12.53, 13.8 ], - "rotation": { "origin": [ 1, 12.53, 12.55 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 1, 14.5, 15, 13 ], "texture": "#texture" }, - "up": { "uv": [ 1, 13, 15, 14.5 ], "texture": "#texture" }, - "north": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "west": { "uv": [ 7.5, 14.5, 9.5, 15 ], "texture": "#texture" }, - "east": { "uv": [ 7, 14.5, 9, 15 ], "texture": "#texture" } - } -}, -{ - "from": [ 1, 7.03, 7.55 ], - "to": [ 15, 7.53, 8.8 ], - "rotation": { "origin": [ 1, 7.53, 7.55 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 1, 9, 15, 7.5 ], "texture": "#texture" }, - "up": { "uv": [ 1, 7.5, 15, 9 ], "texture": "#texture" }, - "north": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "west": { "uv": [ 7.5, 14.5, 9.5, 15 ], "texture": "#texture" }, - "east": { "uv": [ 7, 14.5, 9, 15 ], "texture": "#texture" } - } -}, -{ - "from": [ 1, 2.53, 3.05 ], - "to": [ 15, 3.03, 4.3 ], - "rotation": { "origin": [ 1, 3.03, 3.05 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 1, 3.5, 15, 2 ], "texture": "#texture" }, - "up": { "uv": [ 1, 2, 15, 3.5 ], "texture": "#texture" }, - "north": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "west": { "uv": [ 7.5, 14.5, 9.5, 15 ], "texture": "#texture" }, - "east": { "uv": [ 7, 14.5, 9, 15 ], "texture": "#texture" } - } -}, -{ - "from": [ 1.5, 2.28, 2.8 ], - "to": [ 14.5, 2.78, 4.8 ], - "rotation": { "origin": [ 1.5, 2.78, 2.8 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 1.5, 4, 14.5, 1.5 ], "texture": "#texture" }, - "up": { "uv": [ 1.5, 1.5, 14.5, 4 ], "texture": "#texture" }, - "north": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "west": { "uv": [ 7.5, 14.5, 9.5, 15 ], "texture": "#texture" }, - "east": { "uv": [ 7.5, 14.5, 9.5, 15 ], "texture": "#texture" } - } -}, -{ - "from": [ 1.5, 6.78, 7.3 ], - "to": [ 14.5, 7.28, 9.3 ], - "rotation": { "origin": [ 1.5, 7.28, 7.3 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 1.5, 9.5, 14.5, 7 ], "texture": "#texture" }, - "up": { "uv": [ 1.5, 7, 14.5, 9.5 ], "texture": "#texture" }, - "north": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "west": { "uv": [ 7, 14.5, 9, 15 ], "texture": "#texture" }, - "east": { "uv": [ 7.5, 14.5, 9.5, 15 ], "texture": "#texture" } - } -}, -{ - "from": [ 1.5, 11.78, 12.3 ], - "to": [ 14.5, 12.28, 14.3 ], - "rotation": { "origin": [ 1.5, 12.28, 12.3 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 1.5, 15, 14.5, 12.5 ], "texture": "#texture" }, - "up": { "uv": [ 1.5, 12.5, 14.5, 15 ], "texture": "#texture" }, - "north": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "west": { "uv": [ 7.5, 14.5, 9.5, 15 ], "texture": "#texture" }, - "east": { "uv": [ 7, 14.5, 9, 15 ], "texture": "#texture" } - } -}, -{ - "from": [ 11.5, -0.22, -0.2 ], - "to": [ 13, 0.78, 22.8 ], - "rotation": { "origin": [ 11.5, 0.78, -0.2 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 11.5, 16, 13, 0 ], "texture": "#texture" }, - "up": { "uv": [ 11.5, 0, 13, 16 ], "texture": "#texture" }, - "north": { "uv": [ 3, 15, 3.5, 15.5 ], "texture": "#texture" }, - "south": { "uv": [ 11.5, 15, 12, 15.5 ], "texture": "#texture" }, - "west": { "uv": [ 3, 8, 3.5, 8.5 ], "rotation": 90, "texture": "#texture" }, - "east": { "uv": [ 4, 8, 4.5, 8.5 ], "texture": "#texture" } - } -}, -{ - "from": [ 3, -0.22, -0.2 ], - "to": [ 4.5, 0.78, 22.8 ], - "rotation": { "origin": [ 3, 0.78, -0.2 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 3, 16, 4.5, 0 ], "texture": "#texture" }, - "up": { "uv": [ 3, 0, 4.5, 16 ], "texture": "#texture" }, - "north": { "uv": [ 11.5, 15, 12, 15.5 ], "texture": "#texture" }, - "south": { "uv": [ 4, 11.5, 4.5, 12 ], "texture": "#texture" }, - "west": { "uv": [ 3, 14, 3.5, 13.5 ], "rotation": 90, "texture": "#texture" }, - "east": { "uv": [ 4, 8.5, 4.5, 8 ], "texture": "#texture" } - } -} -] -} \ No newline at end of file +{"__comment":"Designed_by_Filmjolk","ambientocclusion":false,"textures":{"particle":"block/rail","texture":"block/rail","rail_activator":"block/activator_rail"},"elements":[{"from":[7.13,2.91,2.8],"to":[9,3.41,4.05],"rotation":{"origin":[7.13,3.41,2.8],"axis":"x","angle":-45},"faces":{"down":{"uv":[9.5,9,7,7.5],"texture":"#rail_activator"},"up":{"uv":[9.5,9,7,7.5],"texture":"#rail_activator"},"north":{"uv":[8.5,12,9,12.5],"texture":"#rail_activator"},"south":{"uv":[8.5,12,9,12.5],"texture":"#rail_activator"},"west":{"uv":[8.5,12,9,12.5],"texture":"#rail_activator"},"east":{"uv":[8.5,12,9,12.5],"texture":"#rail_activator"}}},{"from":[7.13,7.41,7.18],"to":[9,7.91,8.43],"rotation":{"origin":[7.13,7.91,7.18],"axis":"x","angle":-45},"faces":{"down":{"uv":[9.5,9,7,7.5],"texture":"#rail_activator"},"up":{"uv":[9.5,9,7,7.5],"texture":"#rail_activator"},"north":{"uv":[8.5,12,9,12.5],"texture":"#rail_activator"},"south":{"uv":[8.5,12,9,12.5],"texture":"#rail_activator"},"west":{"uv":[8.5,12,9,12.5],"texture":"#rail_activator"},"east":{"uv":[8.5,12,9,12.5],"texture":"#rail_activator"}}},{"from":[7.13,12.41,12.05],"to":[9,12.91,13.3],"rotation":{"origin":[7.13,12.91,12.05],"axis":"x","angle":-45},"faces":{"down":{"uv":[9.5,9,7,7.5],"texture":"#rail_activator"},"up":{"uv":[9.5,9,7,7.5],"texture":"#rail_activator"},"north":{"uv":[8.5,12,9,12.5],"texture":"#rail_activator"},"south":{"uv":[8.5,12,9,12.5],"texture":"#rail_activator"},"west":{"uv":[8.5,12,9,12.5],"texture":"#rail_activator"},"east":{"uv":[8.5,12,9,12.5],"texture":"#rail_activator"}}},{"from":[6.5,2.16,2.43],"to":[9.63,2.66,5.18],"rotation":{"origin":[6.5,2.66,2.43],"axis":"x","angle":-45},"faces":{"down":{"uv":[10.5,10,6,6.5],"texture":"#rail_activator"},"up":{"uv":[10.5,10,6,6.5],"texture":"#rail_activator"},"north":{"uv":[8.5,12,9,12.5],"texture":"#rail_activator"},"south":{"uv":[8.5,12,9,12.5],"texture":"#rail_activator"},"west":{"uv":[8.5,12,9,12.5],"texture":"#rail_activator"},"east":{"uv":[8.5,12,9,12.5],"texture":"#rail_activator"}}},{"from":[6.5,6.66,6.8],"to":[9.63,7.16,9.55],"rotation":{"origin":[6.5,7.16,6.8],"axis":"x","angle":-45},"faces":{"down":{"uv":[10.5,10,6,6.5],"texture":"#rail_activator"},"up":{"uv":[10.5,10,6,6.5],"texture":"#rail_activator"},"north":{"uv":[8.5,12,9,12.5],"texture":"#rail_activator"},"south":{"uv":[8.5,12,9,12.5],"texture":"#rail_activator"},"west":{"uv":[8.5,12,9,12.5],"texture":"#rail_activator"},"east":{"uv":[8.5,12,9,12.5],"texture":"#rail_activator"}}},{"from":[6.5,11.66,11.8],"to":[9.63,12.16,14.55],"rotation":{"origin":[6.5,12.16,11.8],"axis":"x","angle":-45},"faces":{"down":{"uv":[10.5,10,6,6.5],"texture":"#rail_activator"},"up":{"uv":[10.5,10,6,6.5],"texture":"#rail_activator"},"north":{"uv":[8.5,12,9,12.5],"texture":"#rail_activator"},"south":{"uv":[8.5,12,9,12.5],"texture":"#rail_activator"},"west":{"uv":[8.5,12,9,12.5],"texture":"#rail_activator"},"east":{"uv":[8.5,12,9,12.5],"texture":"#rail_activator"}}},{"from":[1,12.03,12.55],"to":[15,12.53,13.8],"rotation":{"origin":[1,12.53,12.55],"axis":"x","angle":-45},"faces":{"down":{"uv":[1,14.5,15,13],"texture":"#texture"},"up":{"uv":[1,13,15,14.5],"texture":"#texture"},"north":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"south":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"west":{"uv":[7.5,14.5,9.5,15],"texture":"#texture"},"east":{"uv":[7,14.5,9,15],"texture":"#texture"}}},{"from":[1,7.03,7.55],"to":[15,7.53,8.8],"rotation":{"origin":[1,7.53,7.55],"axis":"x","angle":-45},"faces":{"down":{"uv":[1,9,15,7.5],"texture":"#texture"},"up":{"uv":[1,7.5,15,9],"texture":"#texture"},"north":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"south":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"west":{"uv":[7.5,14.5,9.5,15],"texture":"#texture"},"east":{"uv":[7,14.5,9,15],"texture":"#texture"}}},{"from":[1,2.53,3.05],"to":[15,3.03,4.3],"rotation":{"origin":[1,3.03,3.05],"axis":"x","angle":-45},"faces":{"down":{"uv":[1,3.5,15,2],"texture":"#texture"},"up":{"uv":[1,2,15,3.5],"texture":"#texture"},"north":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"south":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"west":{"uv":[7.5,14.5,9.5,15],"texture":"#texture"},"east":{"uv":[7,14.5,9,15],"texture":"#texture"}}},{"from":[1.5,2.28,2.8],"to":[14.5,2.78,4.8],"rotation":{"origin":[1.5,2.78,2.8],"axis":"x","angle":-45},"faces":{"down":{"uv":[1.5,4,14.5,1.5],"texture":"#texture"},"up":{"uv":[1.5,1.5,14.5,4],"texture":"#texture"},"north":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"south":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"west":{"uv":[7.5,14.5,9.5,15],"texture":"#texture"},"east":{"uv":[7.5,14.5,9.5,15],"texture":"#texture"}}},{"from":[1.5,6.78,7.3],"to":[14.5,7.28,9.3],"rotation":{"origin":[1.5,7.28,7.3],"axis":"x","angle":-45},"faces":{"down":{"uv":[1.5,9.5,14.5,7],"texture":"#texture"},"up":{"uv":[1.5,7,14.5,9.5],"texture":"#texture"},"north":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"south":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"west":{"uv":[7,14.5,9,15],"texture":"#texture"},"east":{"uv":[7.5,14.5,9.5,15],"texture":"#texture"}}},{"from":[1.5,11.78,12.3],"to":[14.5,12.28,14.3],"rotation":{"origin":[1.5,12.28,12.3],"axis":"x","angle":-45},"faces":{"down":{"uv":[1.5,15,14.5,12.5],"texture":"#texture"},"up":{"uv":[1.5,12.5,14.5,15],"texture":"#texture"},"north":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"south":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"west":{"uv":[7.5,14.5,9.5,15],"texture":"#texture"},"east":{"uv":[7,14.5,9,15],"texture":"#texture"}}},{"from":[11.5,-0.22,-0.2],"to":[13,0.78,22.8],"rotation":{"origin":[11.5,0.78,-0.2],"axis":"x","angle":-45},"faces":{"down":{"uv":[11.5,16,13,0],"texture":"#texture"},"up":{"uv":[11.5,0,13,16],"texture":"#texture"},"north":{"uv":[3,15,3.5,15.5],"texture":"#texture"},"south":{"uv":[11.5,15,12,15.5],"texture":"#texture"},"west":{"uv":[3,8,3.5,8.5],"rotation":90,"texture":"#texture"},"east":{"uv":[4,8,4.5,8.5],"texture":"#texture"}}},{"from":[3,-0.22,-0.2],"to":[4.5,0.78,22.8],"rotation":{"origin":[3,0.78,-0.2],"axis":"x","angle":-45},"faces":{"down":{"uv":[3,16,4.5,0],"texture":"#texture"},"up":{"uv":[3,0,4.5,16],"texture":"#texture"},"north":{"uv":[11.5,15,12,15.5],"texture":"#texture"},"south":{"uv":[4,11.5,4.5,12],"texture":"#texture"},"west":{"uv":[3,14,3.5,13.5],"rotation":90,"texture":"#texture"},"east":{"uv":[4,8.5,4.5,8],"texture":"#texture"}}}]} diff --git a/assets/minecraft/models/block/bed_foot.json b/assets/minecraft/models/block/bed_foot.json index 1a76d27..ecd4959 100755 --- a/assets/minecraft/models/block/bed_foot.json +++ b/assets/minecraft/models/block/bed_foot.json @@ -1,117 +1 @@ -{ -"ambientocclusion": false, -"textures": { - "particle": "blocks/bed_feet_top", - "top": "blocks/bed_feet_top", - "end": "blocks/bed_feet_end", - "side": "blocks/bed_feet_side", - "bottom": "blocks/planks_big_oak" -}, -"elements": [ -{ - "from": [ 0, 3, 0 ], - "to": [ 16, 4.5, 16 ], - "faces": { - "down": { "uv": [ 0, 16, 16, 0 ], "texture": "#bottom" }, - "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" }, - "north": { "uv": [ 0, 11.5, 16, 13 ], "texture": "#end" }, - "west": { "uv": [ 0, 11.5, 16, 13 ], "texture": "#side" }, - "east": { "uv": [ 16, 11.5, 0, 13 ], "texture": "#side" } - } -}, -{ - "from": [ 0.5, 4.5, 0.5 ], - "to": [ 15.5, 5, 16 ], - "faces": { - "down": { "uv": [ 0.5, 16, 15.5, 0.5 ], "texture": "#bottom" }, - "up": { "uv": [ 0.5, 0.5, 15.5, 16 ], "texture": "#top" }, - "north": { "uv": [ 0.5, 11, 15.5, 11.5 ], "texture": "#end" }, - "west": { "uv": [ 0.5, 11, 16, 11.5 ], "texture": "#side" }, - "east": { "uv": [ 0, 11, 15.5, 11.5 ], "texture": "#side" } - } -}, -{ - "from": [ 0, 5, 0 ], - "to": [ 16, 9, 16 ], - "faces": { - "down": { "uv": [ 0, 16, 16, 0 ], "texture": "#top" }, - "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" }, - "north": { "uv": [ 0, 7, 16, 11 ], "texture": "#end" }, - "west": { "uv": [ 0, 7, 16, 11 ], "texture": "#side" }, - "east": { "uv": [ 16, 7, 0, 11 ], "texture": "#side" } - } -}, -{ - "from": [ 12, 2.5, 0 ], - "to": [ 16, 3, 4 ], - "faces": { - "down": { "uv": [ 0, 4, 4, 0 ], "rotation": 270, "texture": "#bottom" }, - "up": { "uv": [ 0, 0, 4, 4 ], "rotation": 90, "texture": "#up" }, - "north": { "uv": [ 0, 13, 4, 13.5 ], "texture": "#side" }, - "south": { "uv": [ 0, 13, 4, 13.5 ], "texture": "#side" }, - "west": { "uv": [ 0, 13, 4, 13.5 ], "texture": "#end" }, - "east": { "uv": [ 4, 13, 0, 13.5 ], "texture": "#end" } - } -}, -{ - "from": [ 12.5, 2, 0 ], - "to": [ 16, 2.5, 3.5 ], - "faces": { - "down": { "uv": [ 0, 3.5, 3.5, 0 ], "rotation": 270, "texture": "#bottom" }, - "up": { "uv": [ 0, 0, 3.5, 3.5 ], "rotation": 90, "texture": "#up" }, - "north": { "uv": [ 0, 13.5, 3.5, 14 ], "texture": "#side" }, - "south": { "uv": [ 0, 13.5, 3.5, 14 ], "texture": "#side" }, - "west": { "uv": [ 0, 13.5, 3.5, 14 ], "texture": "#end" }, - "east": { "uv": [ 12.5, 13.5, 16, 14 ], "texture": "#end" } - } -}, -{ - "from": [ 13, 0, 0 ], - "to": [ 16, 2, 3 ], - "faces": { - "down": { "uv": [ 0, 3, 3, 0 ], "rotation": 270, "texture": "#bottom" }, - "up": { "uv": [ 0, 0, 3, 3 ], "rotation": 90, "texture": "#up" }, - "north": { "uv": [ 0, 14, 3, 16 ], "texture": "#side" }, - "south": { "uv": [ 0, 14, 3, 16 ], "texture": "#side" }, - "west": { "uv": [ 0, 14, 3, 16 ], "texture": "#end" }, - "east": { "uv": [ 13, 14, 16, 16 ], "texture": "#end" } - } -}, -{ - "from": [ 0, 2.5, 0 ], - "to": [ 4, 3, 4 ], - "faces": { - "down": { "uv": [ 0, 4, 4, 0 ], "texture": "#bottom" }, - "up": { "uv": [ 0, 0, 4, 4 ], "texture": "#up" }, - "north": { "uv": [ 12, 13, 16, 13.5 ], "texture": "#end" }, - "south": { "uv": [ 0, 13, 4, 13.5 ], "texture": "#end" }, - "west": { "uv": [ 0, 13, 4, 13.5 ], "texture": "#side" }, - "east": { "uv": [ 0, 13, 4, 13.5 ], "texture": "#side" } - } -}, -{ - "from": [ 0, 2, 0 ], - "to": [ 3.5, 3, 3.5 ], - "faces": { - "down": { "uv": [ 0, 3.5, 3.5, 0 ], "texture": "#bottom" }, - "up": { "uv": [ 0, 0, 3.5, 3.5 ], "texture": "#up" }, - "north": { "uv": [ 12.5, 13, 16, 14 ], "texture": "#end" }, - "south": { "uv": [ 0, 13, 3.5, 14 ], "texture": "#end" }, - "west": { "uv": [ 0, 13, 3.5, 14 ], "texture": "#side" }, - "east": { "uv": [ 0, 13, 3.5, 14 ], "texture": "#side" } - } -}, -{ - "from": [ 0, 0, 0 ], - "to": [ 3, 3, 3 ], - "faces": { - "down": { "uv": [ 0, 3, 3, 0 ], "texture": "#bottom" }, - "up": { "uv": [ 0, 0, 3, 3 ], "texture": "#up" }, - "north": { "uv": [ 13, 13, 16, 16 ], "texture": "#end" }, - "south": { "uv": [ 0, 13, 3, 16 ], "texture": "#end" }, - "west": { "uv": [ 0, 13, 3, 16 ], "texture": "#side" }, - "east": { "uv": [ 0, 13, 3, 16 ], "texture": "#side" } - } -} -] -} \ No newline at end of file +{"ambientocclusion":false,"textures":{"particle":"block/bed_feet_top","top":"block/bed_feet_top","end":"block/bed_feet_end","side":"block/bed_feet_side","bottom":"block/dark_oak_planks"},"elements":[{"from":[0,3,0],"to":[16,4.5,16],"faces":{"down":{"uv":[0,16,16,0],"texture":"#bottom"},"up":{"uv":[0,0,16,16],"texture":"#top"},"north":{"uv":[0,11.5,16,13],"texture":"#end"},"west":{"uv":[0,11.5,16,13],"texture":"#side"},"east":{"uv":[16,11.5,0,13],"texture":"#side"}}},{"from":[0.5,4.5,0.5],"to":[15.5,5,16],"faces":{"down":{"uv":[0.5,16,15.5,0.5],"texture":"#bottom"},"up":{"uv":[0.5,0.5,15.5,16],"texture":"#top"},"north":{"uv":[0.5,11,15.5,11.5],"texture":"#end"},"west":{"uv":[0.5,11,16,11.5],"texture":"#side"},"east":{"uv":[0,11,15.5,11.5],"texture":"#side"}}},{"from":[0,5,0],"to":[16,9,16],"faces":{"down":{"uv":[0,16,16,0],"texture":"#top"},"up":{"uv":[0,0,16,16],"texture":"#top"},"north":{"uv":[0,7,16,11],"texture":"#end"},"west":{"uv":[0,7,16,11],"texture":"#side"},"east":{"uv":[16,7,0,11],"texture":"#side"}}},{"from":[12,2.5,0],"to":[16,3,4],"faces":{"down":{"uv":[0,4,4,0],"rotation":270,"texture":"#bottom"},"up":{"uv":[0,0,4,4],"rotation":90,"texture":"#up"},"north":{"uv":[0,13,4,13.5],"texture":"#side"},"south":{"uv":[0,13,4,13.5],"texture":"#side"},"west":{"uv":[0,13,4,13.5],"texture":"#end"},"east":{"uv":[4,13,0,13.5],"texture":"#end"}}},{"from":[12.5,2,0],"to":[16,2.5,3.5],"faces":{"down":{"uv":[0,3.5,3.5,0],"rotation":270,"texture":"#bottom"},"up":{"uv":[0,0,3.5,3.5],"rotation":90,"texture":"#up"},"north":{"uv":[0,13.5,3.5,14],"texture":"#side"},"south":{"uv":[0,13.5,3.5,14],"texture":"#side"},"west":{"uv":[0,13.5,3.5,14],"texture":"#end"},"east":{"uv":[12.5,13.5,16,14],"texture":"#end"}}},{"from":[13,0,0],"to":[16,2,3],"faces":{"down":{"uv":[0,3,3,0],"rotation":270,"texture":"#bottom"},"up":{"uv":[0,0,3,3],"rotation":90,"texture":"#up"},"north":{"uv":[0,14,3,16],"texture":"#side"},"south":{"uv":[0,14,3,16],"texture":"#side"},"west":{"uv":[0,14,3,16],"texture":"#end"},"east":{"uv":[13,14,16,16],"texture":"#end"}}},{"from":[0,2.5,0],"to":[4,3,4],"faces":{"down":{"uv":[0,4,4,0],"texture":"#bottom"},"up":{"uv":[0,0,4,4],"texture":"#up"},"north":{"uv":[12,13,16,13.5],"texture":"#end"},"south":{"uv":[0,13,4,13.5],"texture":"#end"},"west":{"uv":[0,13,4,13.5],"texture":"#side"},"east":{"uv":[0,13,4,13.5],"texture":"#side"}}},{"from":[0,2,0],"to":[3.5,3,3.5],"faces":{"down":{"uv":[0,3.5,3.5,0],"texture":"#bottom"},"up":{"uv":[0,0,3.5,3.5],"texture":"#up"},"north":{"uv":[12.5,13,16,14],"texture":"#end"},"south":{"uv":[0,13,3.5,14],"texture":"#end"},"west":{"uv":[0,13,3.5,14],"texture":"#side"},"east":{"uv":[0,13,3.5,14],"texture":"#side"}}},{"from":[0,0,0],"to":[3,3,3],"faces":{"down":{"uv":[0,3,3,0],"texture":"#bottom"},"up":{"uv":[0,0,3,3],"texture":"#up"},"north":{"uv":[13,13,16,16],"texture":"#end"},"south":{"uv":[0,13,3,16],"texture":"#end"},"west":{"uv":[0,13,3,16],"texture":"#side"},"east":{"uv":[0,13,3,16],"texture":"#side"}}}]} diff --git a/assets/minecraft/models/block/bed_head.json b/assets/minecraft/models/block/bed_head.json index 7872727..159ad7b 100755 --- a/assets/minecraft/models/block/bed_head.json +++ b/assets/minecraft/models/block/bed_head.json @@ -1,183 +1 @@ -{ -"ambientocclusion": false, -"textures": { - "particle": "blocks/bed_feet_top", - "top": "blocks/bed_head_top", - "end": "blocks/bed_head_end", - "side": "blocks/bed_head_side", - "bottom": "blocks/planks_big_oak" -}, -"elements": [ -{ - "from": [ 13, 0, 13 ], - "to": [ 16, 2, 16 ], - "faces": { - "down": { "uv": [ 0, 3, 3, 0 ], "rotation": 180, "texture": "#bottom" }, - "up": { "uv": [ 0, 0, 3, 3 ], "rotation": 180, "texture": "#up" }, - "north": { "uv": [ 13, 14, 16, 16 ], "texture": "#end" }, - "south": { "uv": [ 13, 14, 16, 16 ], "texture": "#end" }, - "west": { "uv": [ 13, 14, 16, 16 ], "texture": "#side" }, - "east": { "uv": [ 16, 14, 13, 16 ], "texture": "#side" } - } -}, -{ - "from": [ 12.5, 2, 12.5 ], - "to": [ 16, 2.5, 16 ], - "faces": { - "down": { "uv": [ 0, 3.5, 3.5, 0 ], "rotation": 180, "texture": "#bottom" }, - "up": { "uv": [ 0, 0, 3.5, 3.5 ], "rotation": 180, "texture": "#up" }, - "north": { "uv": [ 12.5, 13.5, 16, 14 ], "texture": "#end" }, - "south": { "uv": [ 12.5, 13.5, 16, 14 ], "texture": "#end" }, - "west": { "uv": [ 12.5, 13.5, 16, 14 ], "texture": "#side" }, - "east": { "uv": [ 16, 13.5, 12.5, 14 ], "texture": "#side" } - } -}, -{ - "from": [ 12, 2.5, 12 ], - "to": [ 16, 3, 16 ], - "faces": { - "down": { "uv": [ 0, 4, 4, 0 ], "rotation": 180, "texture": "#bottom" }, - "up": { "uv": [ 0, 0, 4, 4 ], "rotation": 180, "texture": "#up" }, - "north": { "uv": [ 12, 13, 16, 13.5 ], "texture": "#end" }, - "south": { "uv": [ 12, 13, 16, 13.5 ], "texture": "#end" }, - "west": { "uv": [ 12, 13, 16, 13.5 ], "texture": "#side" }, - "east": { "uv": [ 16, 13, 12, 13.5 ], "texture": "#side" } - } -}, -{ - "from": [ 0, 0, 13 ], - "to": [ 3, 2, 16 ], - "faces": { - "down": { "uv": [ 0, 16, 3, 13 ], "texture": "#bottom" }, - "up": { "uv": [ 0, 13, 3, 16 ], "texture": "#up" }, - "north": { "uv": [ 13, 14, 16, 16 ], "texture": "#end" }, - "south": { "uv": [ 0, 14, 3, 16 ], "texture": "#end" }, - "west": { "uv": [ 13, 14, 16, 16 ], "texture": "#end" }, - "east": { "uv": [ 16, 14, 13, 16 ], "texture": "#end" } - } -}, -{ - "from": [ 0, 2, 12.5 ], - "to": [ 3.5, 2.5, 16 ], - "faces": { - "down": { "uv": [ 0, 3.5, 3.5, 0 ], "rotation": 90, "texture": "#bottom" }, - "up": { "uv": [ 3, 5.5, 6.5, 9 ], "rotation": 270, "texture": "#up" }, - "north": { "uv": [ 0, 13.5, 3.5, 14 ], "texture": "#end" }, - "south": { "uv": [ 0, 13.5, 3.5, 14 ], "texture": "#end" }, - "west": { "uv": [ 12.5, 13.5, 16, 14 ], "texture": "#side" }, - "east": { "uv": [ 16, 13.5, 12.5, 14 ], "texture": "#side" } - } -}, -{ - "from": [ 0, 2.5, 12 ], - "to": [ 4, 3, 16 ], - "faces": { - "down": { "uv": [ 0, 4, 4, 0 ], "rotation": 90, "texture": "#bottom" }, - "up": { "uv": [ 5.5, 9, 9.5, 13 ], "rotation": 270, "texture": "#up" }, - "north": { "uv": [ 0, 13, 4, 13.5 ], "texture": "#end" }, - "south": { "uv": [ 0, 13, 4, 13.5 ], "texture": "#end" }, - "west": { "uv": [ 12, 13, 16, 13.5 ], "texture": "#side" }, - "east": { "uv": [ 16, 13, 12, 13.5 ], "texture": "#side" } - } -}, -{ - "from": [ 0, 5, 0 ], - "to": [ 16, 9, 6 ], - "faces": { - "down": { "uv": [ 0, 16, 6, 0 ], "texture": "#top" }, - "up": { "uv": [ 0, 0, 6, 16 ], "rotation": 90, "texture": "#top" }, - "south": { "uv": [ 0, 0, 5.5, 16 ], "rotation": 90, "texture": "#top" }, - "west": { "uv": [ 0, 7, 6, 11 ], "texture": "#side" }, - "east": { "uv": [ 0, 7, 6, 11 ], "texture": "#side" } - } -}, -{ - "from": [ 0.5, 4.5, 0 ], - "to": [ 15.5, 5, 15.5 ], - "faces": { - "south": { "uv": [ 0.5, 11, 15.5, 11.5 ], "texture": "#end" }, - "west": { "uv": [ 0, 11, 15.5, 11.5 ], "texture": "#side" }, - "east": { "uv": [ 0.5, 11, 16, 11.5 ], "texture": "#side" } - } -}, -{ - "from": [ 0, 3, 0 ], - "to": [ 16, 4.5, 16 ], - "faces": { - "down": { "uv": [ 0, 16, 16, 0 ], "rotation": 180, "texture": "#bottom" }, - "up": { "uv": [ 0, 0, 16, 16 ], "rotation": 180, "texture": "#bottom" }, - "south": { "uv": [ 0, 11.5, 16, 13 ], "texture": "#end" }, - "west": { "uv": [ 0, 11.5, 16, 13 ], "texture": "#side" }, - "east": { "uv": [ 16, 11.5, 0, 13 ], "texture": "#side" } - } -}, -{ - "from": [ 0.5, 5, 6 ], - "to": [ 15.5, 8.5, 15.5 ], - "faces": { - "down": { "uv": [ 0, 6, 16, 0 ], "texture": "#top" }, - "up": { "uv": [ 6, 0, 16, 16 ], "rotation": 90, "texture": "#top" }, - "south": { "uv": [ 0, 7, 16, 11 ], "texture": "#end" }, - "west": { "uv": [ 6, 7, 16, 11 ], "texture": "#side" }, - "east": { "uv": [ 6, 7, 16, 11 ], "texture": "#side" } - } -}, -{ - "from": [ 1.5, 8.5, 6 ], - "to": [ 15.5, 9, 6.5 ], - "faces": { - "down": { "uv": [ 0, 6, 16, 0 ], "texture": "#top" }, - "up": { "uv": [ 6, 0.5, 6.5, 15 ], "rotation": 90, "texture": "#top" }, - "south": { "uv": [ 0, 0, 0.5, 16 ], "rotation": 90, "texture": "#top" }, - "west": { "uv": [ 4, 7, 4.5, 7.5 ], "texture": "#side" }, - "east": { "uv": [ 1.5, 7, 2, 7.5 ], "texture": "#side" } - } -}, -{ - "from": [ 3, 8.5, 6.5 ], - "to": [ 5, 9, 7 ], - "faces": { - "down": { "uv": [ 0, 6, 16, 0 ], "texture": "#top" }, - "up": { "uv": [ 5.5, 7.5, 6, 9.5 ], "rotation": 90, "texture": "#top" }, - "south": { "uv": [ 0.5, 6.5, 1, 8.5 ], "rotation": 90, "texture": "#top" }, - "west": { "uv": [ 2.5, 7, 3, 7.5 ], "texture": "#side" }, - "east": { "uv": [ 3.5, 7, 4, 7.5 ], "texture": "#side" } - } -}, -{ - "from": [ 9, 8.5, 6.5 ], - "to": [ 15, 9, 7 ], - "faces": { - "down": { "uv": [ 0, 6, 16, 0 ], "texture": "#top" }, - "up": { "uv": [ 0, 9, 0.5, 3 ], "rotation": 90, "texture": "#top" }, - "south": { "uv": [ 0, 0, 0.5, 6 ], "rotation": 90, "texture": "#top" }, - "west": { "uv": [ 3.5, 7, 4, 7.5 ], "texture": "#side" }, - "east": { "uv": [ 3, 7, 3.5, 7.5 ], "texture": "#side" } - } -}, -{ - "from": [ 2, 9, 8.5 ], - "to": [ 14, 9.5, 14.5 ], - "faces": { - "down": { "uv": [ 1.5, 14.5, 14.5, 8 ], "texture": "#top" }, - "up": { "uv": [ 7.5, 1.5, 15, 15 ], "rotation": 90, "texture": "#top" }, - "north": { "uv": [ 1.5, 7, 14.5, 7.5 ], "texture": "#end" }, - "south": { "uv": [ 1.5, 7, 14.5, 7.5 ], "texture": "#end" }, - "west": { "uv": [ 8, 7, 14.5, 7.5 ], "texture": "#side" }, - "east": { "uv": [ 8, 7, 14.5, 7.5 ], "texture": "#side" } - } -}, -{ - "from": [ 1.5, 8.5, 8 ], - "to": [ 14.5, 9, 15 ], - "faces": { - "down": { "uv": [ 1.5, 14.5, 14.5, 8 ], "texture": "#top" }, - "up": { "uv": [ 7.5, 1.5, 15, 15 ], "rotation": 90, "texture": "#top" }, - "north": { "uv": [ 1.5, 7, 14.5, 7.5 ], "texture": "#end" }, - "south": { "uv": [ 1.5, 7, 14.5, 7.5 ], "texture": "#end" }, - "west": { "uv": [ 8, 7, 14.5, 7.5 ], "texture": "#side" }, - "east": { "uv": [ 8, 7, 14.5, 7.5 ], "texture": "#side" } - } -} -] -} \ No newline at end of file +{"ambientocclusion":false,"textures":{"particle":"block/bed_feet_top","top":"block/bed_head_top","end":"block/bed_head_end","side":"block/bed_head_side","bottom":"block/dark_oak_planks"},"elements":[{"from":[13,0,13],"to":[16,2,16],"faces":{"down":{"uv":[0,3,3,0],"rotation":180,"texture":"#bottom"},"up":{"uv":[0,0,3,3],"rotation":180,"texture":"#up"},"north":{"uv":[13,14,16,16],"texture":"#end"},"south":{"uv":[13,14,16,16],"texture":"#end"},"west":{"uv":[13,14,16,16],"texture":"#side"},"east":{"uv":[16,14,13,16],"texture":"#side"}}},{"from":[12.5,2,12.5],"to":[16,2.5,16],"faces":{"down":{"uv":[0,3.5,3.5,0],"rotation":180,"texture":"#bottom"},"up":{"uv":[0,0,3.5,3.5],"rotation":180,"texture":"#up"},"north":{"uv":[12.5,13.5,16,14],"texture":"#end"},"south":{"uv":[12.5,13.5,16,14],"texture":"#end"},"west":{"uv":[12.5,13.5,16,14],"texture":"#side"},"east":{"uv":[16,13.5,12.5,14],"texture":"#side"}}},{"from":[12,2.5,12],"to":[16,3,16],"faces":{"down":{"uv":[0,4,4,0],"rotation":180,"texture":"#bottom"},"up":{"uv":[0,0,4,4],"rotation":180,"texture":"#up"},"north":{"uv":[12,13,16,13.5],"texture":"#end"},"south":{"uv":[12,13,16,13.5],"texture":"#end"},"west":{"uv":[12,13,16,13.5],"texture":"#side"},"east":{"uv":[16,13,12,13.5],"texture":"#side"}}},{"from":[0,0,13],"to":[3,2,16],"faces":{"down":{"uv":[0,16,3,13],"texture":"#bottom"},"up":{"uv":[0,13,3,16],"texture":"#up"},"north":{"uv":[13,14,16,16],"texture":"#end"},"south":{"uv":[0,14,3,16],"texture":"#end"},"west":{"uv":[13,14,16,16],"texture":"#end"},"east":{"uv":[16,14,13,16],"texture":"#end"}}},{"from":[0,2,12.5],"to":[3.5,2.5,16],"faces":{"down":{"uv":[0,3.5,3.5,0],"rotation":90,"texture":"#bottom"},"up":{"uv":[3,5.5,6.5,9],"rotation":270,"texture":"#up"},"north":{"uv":[0,13.5,3.5,14],"texture":"#end"},"south":{"uv":[0,13.5,3.5,14],"texture":"#end"},"west":{"uv":[12.5,13.5,16,14],"texture":"#side"},"east":{"uv":[16,13.5,12.5,14],"texture":"#side"}}},{"from":[0,2.5,12],"to":[4,3,16],"faces":{"down":{"uv":[0,4,4,0],"rotation":90,"texture":"#bottom"},"up":{"uv":[5.5,9,9.5,13],"rotation":270,"texture":"#up"},"north":{"uv":[0,13,4,13.5],"texture":"#end"},"south":{"uv":[0,13,4,13.5],"texture":"#end"},"west":{"uv":[12,13,16,13.5],"texture":"#side"},"east":{"uv":[16,13,12,13.5],"texture":"#side"}}},{"from":[0,5,0],"to":[16,9,6],"faces":{"down":{"uv":[0,16,6,0],"texture":"#top"},"up":{"uv":[0,0,6,16],"rotation":90,"texture":"#top"},"south":{"uv":[0,0,5.5,16],"rotation":90,"texture":"#top"},"west":{"uv":[0,7,6,11],"texture":"#side"},"east":{"uv":[0,7,6,11],"texture":"#side"}}},{"from":[0.5,4.5,0],"to":[15.5,5,15.5],"faces":{"south":{"uv":[0.5,11,15.5,11.5],"texture":"#end"},"west":{"uv":[0,11,15.5,11.5],"texture":"#side"},"east":{"uv":[0.5,11,16,11.5],"texture":"#side"}}},{"from":[0,3,0],"to":[16,4.5,16],"faces":{"down":{"uv":[0,16,16,0],"rotation":180,"texture":"#bottom"},"up":{"uv":[0,0,16,16],"rotation":180,"texture":"#bottom"},"south":{"uv":[0,11.5,16,13],"texture":"#end"},"west":{"uv":[0,11.5,16,13],"texture":"#side"},"east":{"uv":[16,11.5,0,13],"texture":"#side"}}},{"from":[0.5,5,6],"to":[15.5,8.5,15.5],"faces":{"down":{"uv":[0,6,16,0],"texture":"#top"},"up":{"uv":[6,0,16,16],"rotation":90,"texture":"#top"},"south":{"uv":[0,7,16,11],"texture":"#end"},"west":{"uv":[6,7,16,11],"texture":"#side"},"east":{"uv":[6,7,16,11],"texture":"#side"}}},{"from":[1.5,8.5,6],"to":[15.5,9,6.5],"faces":{"down":{"uv":[0,6,16,0],"texture":"#top"},"up":{"uv":[6,0.5,6.5,15],"rotation":90,"texture":"#top"},"south":{"uv":[0,0,0.5,16],"rotation":90,"texture":"#top"},"west":{"uv":[4,7,4.5,7.5],"texture":"#side"},"east":{"uv":[1.5,7,2,7.5],"texture":"#side"}}},{"from":[3,8.5,6.5],"to":[5,9,7],"faces":{"down":{"uv":[0,6,16,0],"texture":"#top"},"up":{"uv":[5.5,7.5,6,9.5],"rotation":90,"texture":"#top"},"south":{"uv":[0.5,6.5,1,8.5],"rotation":90,"texture":"#top"},"west":{"uv":[2.5,7,3,7.5],"texture":"#side"},"east":{"uv":[3.5,7,4,7.5],"texture":"#side"}}},{"from":[9,8.5,6.5],"to":[15,9,7],"faces":{"down":{"uv":[0,6,16,0],"texture":"#top"},"up":{"uv":[0,9,0.5,3],"rotation":90,"texture":"#top"},"south":{"uv":[0,0,0.5,6],"rotation":90,"texture":"#top"},"west":{"uv":[3.5,7,4,7.5],"texture":"#side"},"east":{"uv":[3,7,3.5,7.5],"texture":"#side"}}},{"from":[2,9,8.5],"to":[14,9.5,14.5],"faces":{"down":{"uv":[1.5,14.5,14.5,8],"texture":"#top"},"up":{"uv":[7.5,1.5,15,15],"rotation":90,"texture":"#top"},"north":{"uv":[1.5,7,14.5,7.5],"texture":"#end"},"south":{"uv":[1.5,7,14.5,7.5],"texture":"#end"},"west":{"uv":[8,7,14.5,7.5],"texture":"#side"},"east":{"uv":[8,7,14.5,7.5],"texture":"#side"}}},{"from":[1.5,8.5,8],"to":[14.5,9,15],"faces":{"down":{"uv":[1.5,14.5,14.5,8],"texture":"#top"},"up":{"uv":[7.5,1.5,15,15],"rotation":90,"texture":"#top"},"north":{"uv":[1.5,7,14.5,7.5],"texture":"#end"},"south":{"uv":[1.5,7,14.5,7.5],"texture":"#end"},"west":{"uv":[8,7,14.5,7.5],"texture":"#side"},"east":{"uv":[8,7,14.5,7.5],"texture":"#side"}}}]} diff --git a/assets/minecraft/models/block/birch_door_bottom.json b/assets/minecraft/models/block/birch_door_bottom.json index c1f1717..26b3345 100755 --- a/assets/minecraft/models/block/birch_door_bottom.json +++ b/assets/minecraft/models/block/birch_door_bottom.json @@ -1,51 +1 @@ -{ -"__comment": "Designed by Filmjolk", -"textures": { - "particle": "blocks/door_birch_lower", - "texture": "blocks/door_birch_lower" -}, -"elements": [ -{ - "from": [ 0.5, 10.5, 7.5 ], - "to": [ 2.5, 16, 8.5 ], - "faces": { - "north": { "uv": [ 13.5, 0, 15.5, 5.5 ], "texture": "#texture" }, - "south": { "uv": [ 0.5, 0, 2.5, 5.5 ], "texture": "#texture" }, - "west": { "uv": [ 7.5, 0, 8.5, 5.5 ], "texture": "#texture" }, - "east": { "uv": [ 8.5, 0, 7.5, 5.5 ], "texture": "#texture" } - } -}, -{ - "from": [ 0, 10.5, 12.5 ], - "to": [ 3, 16, 16 ], - "faces": { - "north": { "uv": [ 13, 0, 16, 5.5 ], "texture": "#texture" }, - "south": { "uv": [ 0, 0, 3, 5.5 ], "texture": "#texture" }, - "west": { "uv": [ 12.5, 0, 16, 5.5 ], "texture": "#texture" }, - "east": { "uv": [ 16, 0, 12.5, 5.5 ], "texture": "#texture" } - } -}, -{ - "from": [ 0, 10.5, 0 ], - "to": [ 3, 16, 3.5 ], - "faces": { - "north": { "uv": [ 13, 0, 16, 5.5 ], "texture": "#texture" }, - "south": { "uv": [ 0, 0, 3, 5.5 ], "texture": "#texture" }, - "west": { "uv": [ 0, 0, 3.5, 5.5 ], "texture": "#texture" }, - "east": { "uv": [ 3.5, 0, 0, 5.5 ], "texture": "#texture" } - } -}, -{ - "from": [ 0, 0, 0 ], - "to": [ 3, 10.5, 16 ], - "faces": { - "down": { "uv": [ 0, 16, 3, 0 ], "texture": "#texture" }, - "up": { "uv": [ 0, 0, 3, 16 ], "texture": "#texture" }, - "north": { "uv": [ 13, 5.5, 16, 16 ], "texture": "#texture" }, - "south": { "uv": [ 0, 5.5, 3, 16 ], "texture": "#texture" }, - "west": { "uv": [ 0, 5.5, 16, 16 ], "texture": "#texture" }, - "east": { "uv": [ 16, 5.5, 0, 16 ], "texture": "#texture" } - } -} -] -} \ No newline at end of file +{"__comment":"Designed_by_Filmjolk","textures":{"particle":"block/birch_door_lower","texture":"block/birch_door_lower"},"elements":[{"from":[0.5,10.5,7.5],"to":[2.5,16,8.5],"faces":{"north":{"uv":[13.5,0,15.5,5.5],"texture":"#texture"},"south":{"uv":[0.5,0,2.5,5.5],"texture":"#texture"},"west":{"uv":[7.5,0,8.5,5.5],"texture":"#texture"},"east":{"uv":[8.5,0,7.5,5.5],"texture":"#texture"}}},{"from":[0,10.5,12.5],"to":[3,16,16],"faces":{"north":{"uv":[13,0,16,5.5],"texture":"#texture"},"south":{"uv":[0,0,3,5.5],"texture":"#texture"},"west":{"uv":[12.5,0,16,5.5],"texture":"#texture"},"east":{"uv":[16,0,12.5,5.5],"texture":"#texture"}}},{"from":[0,10.5,0],"to":[3,16,3.5],"faces":{"north":{"uv":[13,0,16,5.5],"texture":"#texture"},"south":{"uv":[0,0,3,5.5],"texture":"#texture"},"west":{"uv":[0,0,3.5,5.5],"texture":"#texture"},"east":{"uv":[3.5,0,0,5.5],"texture":"#texture"}}},{"from":[0,0,0],"to":[3,10.5,16],"faces":{"down":{"uv":[0,16,3,0],"texture":"#texture"},"up":{"uv":[0,0,3,16],"texture":"#texture"},"north":{"uv":[13,5.5,16,16],"texture":"#texture"},"south":{"uv":[0,5.5,3,16],"texture":"#texture"},"west":{"uv":[0,5.5,16,16],"texture":"#texture"},"east":{"uv":[16,5.5,0,16],"texture":"#texture"}}}]} diff --git a/assets/minecraft/models/block/birch_door_bottom_rh.json b/assets/minecraft/models/block/birch_door_bottom_rh.json index a904142..b1694d5 100755 --- a/assets/minecraft/models/block/birch_door_bottom_rh.json +++ b/assets/minecraft/models/block/birch_door_bottom_rh.json @@ -1,51 +1 @@ -{ -"__comment": "Designed by Filmjolk", -"textures": { - "particle": "blocks/door_birch_lower", - "texture": "blocks/door_birch_lower" -}, -"elements": [ -{ - "from": [ 0.5, 10.5, 7.5 ], - "to": [ 2.5, 16, 8.5 ], - "faces": { - "north": { "uv": [ 0.5, 0, 2.5, 5.5 ], "texture": "#texture" }, - "south": { "uv": [ 13.5, 0, 15.5, 5.5 ], "texture": "#texture" }, - "west": { "uv": [ 8.5, 0, 7.5, 5.5 ], "texture": "#texture" }, - "east": { "uv": [ 7.5, 0, 8.5, 5.5 ], "texture": "#texture" } - } -}, -{ - "from": [ 0, 10.5, 0 ], - "to": [ 3, 16, 3.5 ], - "faces": { - "north": { "uv": [ 0, 0, 3, 5.5 ], "texture": "#texture" }, - "south": { "uv": [ 13, 0, 16, 5.5 ], "texture": "#texture" }, - "west": { "uv": [ 16, 0, 12.5, 5.5 ], "texture": "#texture" }, - "east": { "uv": [ 12.5, 0, 16, 5.5 ], "texture": "#texture" } - } -}, -{ - "from": [ 0, 10.5, 12.5 ], - "to": [ 3, 16, 16 ], - "faces": { - "north": { "uv": [ 0, 0, 3, 5.5 ], "texture": "#texture" }, - "south": { "uv": [ 0, 0, 3, 5.5 ], "texture": "#texture" }, - "west": { "uv": [ 3.5, 0, 0, 5.5 ], "texture": "#texture" }, - "east": { "uv": [ 0, 0, 3.5, 5.5 ], "texture": "#texture" } - } -}, -{ - "from": [ 0, 0, 0 ], - "to": [ 3, 10.5, 16 ], - "faces": { - "down": { "uv": [ 0, 16, 3, 0 ], "rotation": 180, "texture": "#texture" }, - "up": { "uv": [ 0, 0, 3, 16 ], "rotation": 180, "texture": "#texture" }, - "north": { "uv": [ 0, 5.5, 3, 16 ], "texture": "#texture" }, - "south": { "uv": [ 0, 5.5, 3, 16 ], "texture": "#texture" }, - "west": { "uv": [ 16, 5.5, 0, 16 ], "texture": "#texture" }, - "east": { "uv": [ 0, 5.5, 16, 16 ], "texture": "#texture" } - } -} -] -} \ No newline at end of file +{"__comment":"Designed_by_Filmjolk","textures":{"particle":"block/birch_door_lower","texture":"block/birch_door_lower"},"elements":[{"from":[0.5,10.5,7.5],"to":[2.5,16,8.5],"faces":{"north":{"uv":[0.5,0,2.5,5.5],"texture":"#texture"},"south":{"uv":[13.5,0,15.5,5.5],"texture":"#texture"},"west":{"uv":[8.5,0,7.5,5.5],"texture":"#texture"},"east":{"uv":[7.5,0,8.5,5.5],"texture":"#texture"}}},{"from":[0,10.5,0],"to":[3,16,3.5],"faces":{"north":{"uv":[0,0,3,5.5],"texture":"#texture"},"south":{"uv":[13,0,16,5.5],"texture":"#texture"},"west":{"uv":[16,0,12.5,5.5],"texture":"#texture"},"east":{"uv":[12.5,0,16,5.5],"texture":"#texture"}}},{"from":[0,10.5,12.5],"to":[3,16,16],"faces":{"north":{"uv":[0,0,3,5.5],"texture":"#texture"},"south":{"uv":[0,0,3,5.5],"texture":"#texture"},"west":{"uv":[3.5,0,0,5.5],"texture":"#texture"},"east":{"uv":[0,0,3.5,5.5],"texture":"#texture"}}},{"from":[0,0,0],"to":[3,10.5,16],"faces":{"down":{"uv":[0,16,3,0],"rotation":180,"texture":"#texture"},"up":{"uv":[0,0,3,16],"rotation":180,"texture":"#texture"},"north":{"uv":[0,5.5,3,16],"texture":"#texture"},"south":{"uv":[0,5.5,3,16],"texture":"#texture"},"west":{"uv":[16,5.5,0,16],"texture":"#texture"},"east":{"uv":[0,5.5,16,16],"texture":"#texture"}}}]} diff --git a/assets/minecraft/models/block/birch_door_top.json b/assets/minecraft/models/block/birch_door_top.json index 4a8333e..1b992a9 100755 --- a/assets/minecraft/models/block/birch_door_top.json +++ b/assets/minecraft/models/block/birch_door_top.json @@ -1,79 +1 @@ -{ -"__comment": "Designed by Filmjolk", -"textures": { - "particle": "blocks/door_birch_upper", - "texture": "blocks/door_birch_upper" -}, -"elements": [ -{ - "from": [ 0.5, 0, 3.5 ], - "to": [ 2.5, 1, 12.5 ], - "faces": { - "down": { "uv": [ 0.5, 12.5, 2.5, 3.5 ], "texture": "#texture" }, - "up": { "uv": [ 0.5, 3.5, 2.5, 12.5 ], "texture": "#texture" }, - "north": { "uv": [ 13.5, 15, 15.5, 16 ], "texture": "#texture" }, - "south": { "uv": [ 0.5, 15, 2.5, 16 ], "texture": "#texture" }, - "west": { "uv": [ 3.5, 15, 12.5, 16 ], "texture": "#texture" }, - "east": { "uv": [ 12.5, 15, 3.5, 16 ], "texture": "#texture" } - } -}, -{ - "from": [ 0.5, 6.5, 3.5 ], - "to": [ 2.5, 7.5, 12.5 ], - "faces": { - "down": { "uv": [ 0.5, 12.5, 2.5, 3.5 ], "texture": "#texture" }, - "up": { "uv": [ 0.5, 3.5, 2.5, 12.5 ], "texture": "#texture" }, - "north": { "uv": [ 13.5, 8.5, 15.5, 9.5 ], "texture": "#texture" }, - "south": { "uv": [ 0.5, 8.5, 2.5, 9.5 ], "texture": "#texture" }, - "west": { "uv": [ 3.5, 8.5, 12.5, 9.5 ], "texture": "#texture" }, - "east": { "uv": [ 12.5, 8.5, 3.5, 9.5 ], "texture": "#texture" } - } -}, -{ - "from": [ 0.5, 1, 7.5 ], - "to": [ 2.5, 13, 8.5 ], - "faces": { - "down": { "uv": [ 0.5, 8.5, 2.5, 7.5 ], "texture": "#texture" }, - "up": { "uv": [ 0.5, 7.5, 2.5, 8.5 ], "texture": "#texture" }, - "north": { "uv": [ 2.5, 3, 0.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 0.5, 3, 2.5, 15 ], "texture": "#texture" }, - "west": { "uv": [ 7.5, 3, 8.5, 15 ], "texture": "#texture" }, - "east": { "uv": [ 8.5, 3, 7.5, 15 ], "texture": "#texture" } - } -}, -{ - "from": [ 0, 0, 12.5 ], - "to": [ 3, 16, 16 ], - "faces": { - "up": { "uv": [ 0, 12.5, 3, 16 ], "texture": "#texture" }, - "north": { "uv": [ 3, 0, 0, 16 ], "texture": "#texture" }, - "south": { "uv": [ 0, 0, 3, 16 ], "texture": "#texture" }, - "west": { "uv": [ 12.5, 0, 16, 16 ], "texture": "#texture" }, - "east": { "uv": [ 16, 0, 12.5, 16 ], "texture": "#texture" } - } -}, -{ - "from": [ 0, 0, 0 ], - "to": [ 3, 16, 3.5 ], - "faces": { - "up": { "uv": [ 0, 0, 3, 3.5 ], "texture": "#texture" }, - "north": { "uv": [ 3, 0, 0, 16 ], "texture": "#texture" }, - "south": { "uv": [ 0, 0, 3, 16 ], "texture": "#texture" }, - "west": { "uv": [ 0, 0, 3.5, 16 ], "texture": "#texture" }, - "east": { "uv": [ 3.5, 0, 0, 16 ], "texture": "#texture" } - } -}, -{ - "from": [ 0, 13, 3.5 ], - "to": [ 3, 16, 12.5 ], - "faces": { - "down": { "uv": [ 0, 12.5, 3, 3.5 ], "texture": "#texture" }, - "up": { "uv": [ 0, 3.5, 3, 12.5 ], "texture": "#texture" }, - "north": { "uv": [ 13, 0, 16, 3 ], "texture": "#texture" }, - "south": { "uv": [ 0, 0, 3, 3 ], "texture": "#texture" }, - "west": { "uv": [ 3.5, 0, 12.5, 3 ], "texture": "#texture" }, - "east": { "uv": [ 12.5, 0, 3.5, 3 ], "texture": "#texture" } - } -} -] -} \ No newline at end of file +{"__comment":"Designed_by_Filmjolk","textures":{"particle":"block/birch_door_upper","texture":"block/birch_door_upper"},"elements":[{"from":[0.5,0,3.5],"to":[2.5,1,12.5],"faces":{"down":{"uv":[0.5,12.5,2.5,3.5],"texture":"#texture"},"up":{"uv":[0.5,3.5,2.5,12.5],"texture":"#texture"},"north":{"uv":[13.5,15,15.5,16],"texture":"#texture"},"south":{"uv":[0.5,15,2.5,16],"texture":"#texture"},"west":{"uv":[3.5,15,12.5,16],"texture":"#texture"},"east":{"uv":[12.5,15,3.5,16],"texture":"#texture"}}},{"from":[0.5,6.5,3.5],"to":[2.5,7.5,12.5],"faces":{"down":{"uv":[0.5,12.5,2.5,3.5],"texture":"#texture"},"up":{"uv":[0.5,3.5,2.5,12.5],"texture":"#texture"},"north":{"uv":[13.5,8.5,15.5,9.5],"texture":"#texture"},"south":{"uv":[0.5,8.5,2.5,9.5],"texture":"#texture"},"west":{"uv":[3.5,8.5,12.5,9.5],"texture":"#texture"},"east":{"uv":[12.5,8.5,3.5,9.5],"texture":"#texture"}}},{"from":[0.5,1,7.5],"to":[2.5,13,8.5],"faces":{"down":{"uv":[0.5,8.5,2.5,7.5],"texture":"#texture"},"up":{"uv":[0.5,7.5,2.5,8.5],"texture":"#texture"},"north":{"uv":[2.5,3,0.5,15],"texture":"#texture"},"south":{"uv":[0.5,3,2.5,15],"texture":"#texture"},"west":{"uv":[7.5,3,8.5,15],"texture":"#texture"},"east":{"uv":[8.5,3,7.5,15],"texture":"#texture"}}},{"from":[0,0,12.5],"to":[3,16,16],"faces":{"up":{"uv":[0,12.5,3,16],"texture":"#texture"},"north":{"uv":[3,0,0,16],"texture":"#texture"},"south":{"uv":[0,0,3,16],"texture":"#texture"},"west":{"uv":[12.5,0,16,16],"texture":"#texture"},"east":{"uv":[16,0,12.5,16],"texture":"#texture"}}},{"from":[0,0,0],"to":[3,16,3.5],"faces":{"up":{"uv":[0,0,3,3.5],"texture":"#texture"},"north":{"uv":[3,0,0,16],"texture":"#texture"},"south":{"uv":[0,0,3,16],"texture":"#texture"},"west":{"uv":[0,0,3.5,16],"texture":"#texture"},"east":{"uv":[3.5,0,0,16],"texture":"#texture"}}},{"from":[0,13,3.5],"to":[3,16,12.5],"faces":{"down":{"uv":[0,12.5,3,3.5],"texture":"#texture"},"up":{"uv":[0,3.5,3,12.5],"texture":"#texture"},"north":{"uv":[13,0,16,3],"texture":"#texture"},"south":{"uv":[0,0,3,3],"texture":"#texture"},"west":{"uv":[3.5,0,12.5,3],"texture":"#texture"},"east":{"uv":[12.5,0,3.5,3],"texture":"#texture"}}}]} diff --git a/assets/minecraft/models/block/birch_door_top_rh.json b/assets/minecraft/models/block/birch_door_top_rh.json index 10cf0fa..ede5278 100755 --- a/assets/minecraft/models/block/birch_door_top_rh.json +++ b/assets/minecraft/models/block/birch_door_top_rh.json @@ -1,79 +1 @@ -{ -"__comment": "Designed by Filmjolk", -"textures": { - "particle": "blocks/door_birch_upper", - "texture": "blocks/door_birch_upper" -}, -"elements": [ -{ - "from": [ 0, 13, 3.5 ], - "to": [ 3, 16, 12.5 ], - "faces": { - "down": { "uv": [ 0, 12.5, 3, 3.5 ], "rotation": 180, "texture": "#texture" }, - "up": { "uv": [ 0, 3.5, 3, 12.5 ], "rotation": 180, "texture": "#texture" }, - "north": { "uv": [ 0, 0, 3, 3 ], "texture": "#texture" }, - "south": { "uv": [ 13, 0, 16, 3 ], "texture": "#texture" }, - "west": { "uv": [ 12.5, 0, 3.5, 3 ], "texture": "#texture" }, - "east": { "uv": [ 3.5, 0, 12.5, 3 ], "texture": "#texture" } - } -}, -{ - "from": [ 0, 0, 12.5 ], - "to": [ 3, 16, 16 ], - "faces": { - "up": { "uv": [ 0, 0, 3, 3.5 ], "rotation": 180, "texture": "#texture" }, - "north": { "uv": [ 0, 0, 3, 16 ], "texture": "#texture" }, - "south": { "uv": [ 0, 0, 3, 16 ], "texture": "#texture" }, - "west": { "uv": [ 3.5, 0, 0, 16 ], "texture": "#texture" }, - "east": { "uv": [ 0, 0, 3.5, 16 ], "texture": "#texture" } - } -}, -{ - "from": [ 0, 0, 0 ], - "to": [ 3, 16, 3.5 ], - "faces": { - "up": { "uv": [ 0, 12.5, 3, 16 ], "rotation": 180, "texture": "#texture" }, - "north": { "uv": [ 0, 0, 3, 16 ], "texture": "#texture" }, - "south": { "uv": [ 3, 0, 0, 16 ], "texture": "#texture" }, - "west": { "uv": [ 16, 0, 12.5, 16 ], "texture": "#texture" }, - "east": { "uv": [ 12.5, 0, 16, 16 ], "texture": "#texture" } - } -}, -{ - "from": [ 0.5, 1, 7.5 ], - "to": [ 2.5, 13, 8.5 ], - "faces": { - "down": { "uv": [ 0.5, 8.5, 2.5, 7.5 ], "rotation": 180, "texture": "#texture" }, - "up": { "uv": [ 0.5, 7.5, 2.5, 8.5 ], "rotation": 180, "texture": "#texture" }, - "north": { "uv": [ 0.5, 3, 2.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 2.5, 3, 0.5, 15 ], "texture": "#texture" }, - "west": { "uv": [ 8.5, 3, 7.5, 15 ], "texture": "#texture" }, - "east": { "uv": [ 7.5, 3, 8.5, 15 ], "texture": "#texture" } - } -}, -{ - "from": [ 0.5, 6.5, 3.5 ], - "to": [ 2.5, 7.5, 12.5 ], - "faces": { - "down": { "uv": [ 0.5, 12.5, 2.5, 3.5 ], "rotation": 180, "texture": "#texture" }, - "up": { "uv": [ 0.5, 3.5, 2.5, 12.5 ], "rotation": 180, "texture": "#texture" }, - "north": { "uv": [ 0.5, 8.5, 2.5, 9.5 ], "texture": "#texture" }, - "south": { "uv": [ 13.5, 8.5, 15.5, 9.5 ], "texture": "#texture" }, - "west": { "uv": [ 12.5, 8.5, 3.5, 9.5 ], "texture": "#texture" }, - "east": { "uv": [ 3.5, 8.5, 12.5, 9.5 ], "texture": "#texture" } - } -}, -{ - "from": [ 0.5, 0, 3.5 ], - "to": [ 2.5, 1, 12.5 ], - "faces": { - "down": { "uv": [ 0.5, 12.5, 2.5, 3.5 ], "rotation": 180, "texture": "#texture" }, - "up": { "uv": [ 0.5, 3.5, 2.5, 12.5 ], "rotation": 180, "texture": "#texture" }, - "north": { "uv": [ 0.5, 15, 2.5, 16 ], "texture": "#texture" }, - "south": { "uv": [ 13.5, 15, 15.5, 16 ], "texture": "#texture" }, - "west": { "uv": [ 12.5, 15, 3.5, 16 ], "texture": "#texture" }, - "east": { "uv": [ 3.5, 15, 12.5, 16 ], "texture": "#texture" } - } -} -] -} \ No newline at end of file +{"__comment":"Designed_by_Filmjolk","textures":{"particle":"block/birch_door_upper","texture":"block/birch_door_upper"},"elements":[{"from":[0,13,3.5],"to":[3,16,12.5],"faces":{"down":{"uv":[0,12.5,3,3.5],"rotation":180,"texture":"#texture"},"up":{"uv":[0,3.5,3,12.5],"rotation":180,"texture":"#texture"},"north":{"uv":[0,0,3,3],"texture":"#texture"},"south":{"uv":[13,0,16,3],"texture":"#texture"},"west":{"uv":[12.5,0,3.5,3],"texture":"#texture"},"east":{"uv":[3.5,0,12.5,3],"texture":"#texture"}}},{"from":[0,0,12.5],"to":[3,16,16],"faces":{"up":{"uv":[0,0,3,3.5],"rotation":180,"texture":"#texture"},"north":{"uv":[0,0,3,16],"texture":"#texture"},"south":{"uv":[0,0,3,16],"texture":"#texture"},"west":{"uv":[3.5,0,0,16],"texture":"#texture"},"east":{"uv":[0,0,3.5,16],"texture":"#texture"}}},{"from":[0,0,0],"to":[3,16,3.5],"faces":{"up":{"uv":[0,12.5,3,16],"rotation":180,"texture":"#texture"},"north":{"uv":[0,0,3,16],"texture":"#texture"},"south":{"uv":[3,0,0,16],"texture":"#texture"},"west":{"uv":[16,0,12.5,16],"texture":"#texture"},"east":{"uv":[12.5,0,16,16],"texture":"#texture"}}},{"from":[0.5,1,7.5],"to":[2.5,13,8.5],"faces":{"down":{"uv":[0.5,8.5,2.5,7.5],"rotation":180,"texture":"#texture"},"up":{"uv":[0.5,7.5,2.5,8.5],"rotation":180,"texture":"#texture"},"north":{"uv":[0.5,3,2.5,15],"texture":"#texture"},"south":{"uv":[2.5,3,0.5,15],"texture":"#texture"},"west":{"uv":[8.5,3,7.5,15],"texture":"#texture"},"east":{"uv":[7.5,3,8.5,15],"texture":"#texture"}}},{"from":[0.5,6.5,3.5],"to":[2.5,7.5,12.5],"faces":{"down":{"uv":[0.5,12.5,2.5,3.5],"rotation":180,"texture":"#texture"},"up":{"uv":[0.5,3.5,2.5,12.5],"rotation":180,"texture":"#texture"},"north":{"uv":[0.5,8.5,2.5,9.5],"texture":"#texture"},"south":{"uv":[13.5,8.5,15.5,9.5],"texture":"#texture"},"west":{"uv":[12.5,8.5,3.5,9.5],"texture":"#texture"},"east":{"uv":[3.5,8.5,12.5,9.5],"texture":"#texture"}}},{"from":[0.5,0,3.5],"to":[2.5,1,12.5],"faces":{"down":{"uv":[0.5,12.5,2.5,3.5],"rotation":180,"texture":"#texture"},"up":{"uv":[0.5,3.5,2.5,12.5],"rotation":180,"texture":"#texture"},"north":{"uv":[0.5,15,2.5,16],"texture":"#texture"},"south":{"uv":[13.5,15,15.5,16],"texture":"#texture"},"west":{"uv":[12.5,15,3.5,16],"texture":"#texture"},"east":{"uv":[3.5,15,12.5,16],"texture":"#texture"}}}]} diff --git a/assets/minecraft/models/block/birch_planks.json b/assets/minecraft/models/block/birch_planks.json index 2bffeff..b6c76f3 100755 --- a/assets/minecraft/models/block/birch_planks.json +++ b/assets/minecraft/models/block/birch_planks.json @@ -1,6 +1 @@ -{ - "parent": "block/plankse", - "textures": { - "texture": "blocks/planks_birch" - } -} +{"parent":"block/plankse","textures":{"texture":"block/birch_planks"}} diff --git a/assets/minecraft/models/block/brewing_stand_bottles_1.json b/assets/minecraft/models/block/brewing_stand_bottles_1.json index 2ff5792..a320cfd 100755 --- a/assets/minecraft/models/block/brewing_stand_bottles_1.json +++ b/assets/minecraft/models/block/brewing_stand_bottles_1.json @@ -1,320 +1 @@ -{ -"ambientocclusion": false, -"textures": { - "particle": "blocks/brewing_stand_base", - "stand": "blocks/brewing_stand", - "base": "blocks/brewing_stand_base" -}, -"elements": [ -{ - "from": [ 3, 4.5, 3.5 ], - "to": [ 5, 14, 4.5 ], - "faces": { - "down": { "uv": [ 3, 12, 3.5, 11.5 ], "rotation": 270, "texture": "#stand" }, - "up": { "uv": [ 3, 2, 3.5, 2.5 ], "rotation": 90, "texture": "#stand" }, - "north": { "uv": [ 2, 2, 4, 11.5 ], "texture": "#stand" }, - "south": { "uv": [ 2, 2, 4, 11.5 ], "texture": "#stand" }, - "west": { "uv": [ 2.5, 2, 3.5, 11.5 ], "texture": "#stand" }, - "east": { "uv": [ 2.5, 2, 3.5, 11.5 ], "texture": "#stand" } - } -}, -{ - "from": [ 3.5, 4.5, 3 ], - "to": [ 4.5, 14, 5 ], - "faces": { - "down": { "uv": [ 3, 12, 3.5, 11.5 ], "rotation": 270, "texture": "#stand" }, - "up": { "uv": [ 3, 2, 3.5, 2.5 ], "rotation": 90, "texture": "#stand" }, - "north": { "uv": [ 2.5, 2, 3.5, 11.5 ], "texture": "#stand" }, - "south": { "uv": [ 2.5, 2, 3.5, 11.5 ], "texture": "#stand" }, - "west": { "uv": [ 2, 2, 4, 11.5 ], "texture": "#stand" }, - "east": { "uv": [ 2, 2, 4, 11.5 ], "texture": "#stand" } - } -}, -{ - "from": [ 6.5, 0, 6.5 ], - "to": [ 9.75, 1, 9.5 ], - "faces": { - "down": { "uv": [ 5.5, 3, 6, 2.5 ], "texture": "#stand" }, - "up": { "uv": [ 4, 3, 4.5, 3.5 ], "texture": "#stand" }, - "north": { "uv": [ 6.5, 15, 9.5, 16 ], "texture": "#stand" }, - "south": { "uv": [ 6.5, 15, 9.5, 16 ], "texture": "#stand" }, - "west": { "uv": [ 6.5, 15, 9.5, 16 ], "texture": "#stand" }, - "east": { "uv": [ 6.5, 15, 9.5, 16 ], "texture": "#stand" } - } -}, -{ - "from": [ 2.5, 12, 1.75 ], - "to": [ 3, 13.5, 2.75 ], - "rotation": { "origin": [ 2.5, 12, 1.75 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 4.5, 3, 5.5, 3.5 ], "rotation": 270, "texture": "#stand" }, - "up": { "uv": [ 4.5, 3.5, 5.5, 3 ], "rotation": 90, "texture": "#stand" }, - "north": { "uv": [ 0.5, 2.5, 1, 4 ], "texture": "#stand" }, - "south": { "uv": [ 0.5, 2.5, 1, 4 ], "texture": "#stand" }, - "west": { "uv": [ 7, 2.5, 8, 4 ], "texture": "#stand" }, - "east": { "uv": [ 8, 2.5, 9, 4 ], "texture": "#stand" } - } -}, -{ - "from": [ 6.75, 13, 8.75 ], - "to": [ 7.75, 13.5, 10 ], - "rotation": { "origin": [ 6.75, 13, 8.75 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 3, 3, 4, 3.5 ], "texture": "#stand" }, - "up": { "uv": [ 3, 3.5, 4, 3 ], "texture": "#stand" }, - "north": { "uv": [ 6.5, 2.5, 7.5, 3 ], "texture": "#stand" }, - "south": { "uv": [ 6.5, 2.5, 7.5, 3 ], "texture": "#stand" }, - "west": { "uv": [ 6.5, 2.5, 7.5, 3 ], "texture": "#stand" }, - "east": { "uv": [ 6.5, 2.5, 7.5, 3 ], "texture": "#stand" } - } -}, -{ - "from": [ 6.5, 13, 5.75 ], - "to": [ 7.75, 13.5, 6.75 ], - "rotation": { "origin": [ 6.5, 13, 5.75 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 3, 3, 4, 3.5 ], "rotation": 270, "texture": "#stand" }, - "up": { "uv": [ 3, 3.5, 4, 3 ], "rotation": 90, "texture": "#stand" }, - "north": { "uv": [ 6.5, 2.5, 7.5, 3 ], "texture": "#stand" }, - "south": { "uv": [ 6.5, 2.5, 7.5, 3 ], "texture": "#stand" }, - "west": { "uv": [ 6.5, 2.5, 7.5, 3 ], "texture": "#stand" }, - "east": { "uv": [ 6.5, 2.5, 7.5, 3 ], "texture": "#stand" } - } -}, -{ - "from": [ 2.75, 12.5, 2 ], - "to": [ 9.5, 13, 3 ], - "rotation": { "origin": [ 2.75, 12.5, 2 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 1, 3.5, 6.5, 3 ], "rotation": 180, "texture": "#stand" }, - "up": { "uv": [ 1, 3, 6.5, 3.5 ], "texture": "#stand" }, - "north": { "uv": [ 9.5, 3, 15, 3.5 ], "texture": "#stand" }, - "south": { "uv": [ 9.5, 3, 15, 3.5 ], "texture": "#stand" }, - "west": { "uv": [ 9.5, 3, 10.5, 3.5 ], "texture": "#stand" }, - "east": { "uv": [ 9.5, 3, 10.5, 3.5 ], "texture": "#stand" } - } -}, -{ - "from": [ 2, 12, 13.5 ], - "to": [ 3, 13.5, 14 ], - "rotation": { "origin": [ 2, 12, 13.5 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 4.5, 3, 5.5, 3.5 ], "texture": "#stand" }, - "up": { "uv": [ 4.5, 3.5, 5.5, 3 ], "texture": "#stand" }, - "north": { "uv": [ 8, 2.5, 9, 4 ], "texture": "#stand" }, - "south": { "uv": [ 7, 2.5, 8, 4 ], "texture": "#stand" }, - "west": { "uv": [ 0.5, 2.5, 1, 4 ], "texture": "#stand" }, - "east": { "uv": [ 0.5, 2.5, 1, 4 ], "texture": "#stand" } - } -}, -{ - "from": [ 7, 0, 6.75 ], - "to": [ 7.25, 14.25, 7 ], - "rotation": { "origin": [ 7, 0, 6.75 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 6.5, 5.5, 7, 5 ], "rotation": 90, "texture": "#stand" }, - "up": { "uv": [ 6.5, 4.5, 7, 5 ], "rotation": 270, "texture": "#stand" }, - "north": { "uv": [ 9, 3.25, 9.5, 16 ], "texture": "#stand" }, - "south": { "uv": [ 9, 3.25, 9.5, 16 ], "texture": "#stand" }, - "west": { "uv": [ 6.5, 3.5, 7, 16 ], "texture": "#stand" }, - "east": { "uv": [ 9, 3.5, 9.5, 16 ], "texture": "#stand" } - } -}, -{ - "from": [ 7, 0, 9 ], - "to": [ 7.25, 14.25, 9.25 ], - "rotation": { "origin": [ 7, 0, 9 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 6.5, 5.5, 7, 5 ], "rotation": 180, "texture": "#stand" }, - "up": { "uv": [ 6.5, 4.5, 7, 5 ], "rotation": 180, "texture": "#stand" }, - "north": { "uv": [ 9, 3.5, 9.5, 16 ], "texture": "#stand" }, - "south": { "uv": [ 6.5, 3.5, 7, 16 ], "texture": "#stand" }, - "west": { "uv": [ 9, 3.25, 9.5, 16 ], "texture": "#stand" }, - "east": { "uv": [ 9, 3.25, 9.5, 16 ], "texture": "#stand" } - } -}, -{ - "from": [ 9, 0, 9 ], - "to": [ 9.25, 14.25, 9.25 ], - "rotation": { "origin": [ 9, 0, 9 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 6.5, 5.5, 7, 5 ], "rotation": 270, "texture": "#stand" }, - "up": { "uv": [ 6.5, 4.5, 7, 5 ], "rotation": 90, "texture": "#stand" }, - "north": { "uv": [ 9, 3.25, 9.5, 16 ], "texture": "#stand" }, - "south": { "uv": [ 9, 3.25, 9.5, 16 ], "texture": "#stand" }, - "west": { "uv": [ 9, 3.5, 9.5, 16 ], "texture": "#stand" }, - "east": { "uv": [ 6.5, 3.5, 7, 16 ], "texture": "#stand" } - } -}, -{ - "from": [ 9, 0, 6.75 ], - "to": [ 9.25, 14.25, 7 ], - "rotation": { "origin": [ 9, 0, 6.75 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 6.5, 5.5, 7, 5 ], "texture": "#stand" }, - "up": { "uv": [ 6.5, 4.5, 7, 5 ], "texture": "#stand" }, - "north": { "uv": [ 6.5, 3.5, 7, 16 ], "texture": "#stand" }, - "south": { "uv": [ 9, 3.5, 9.5, 16 ], "texture": "#stand" }, - "west": { "uv": [ 9, 3.25, 9.5, 16 ], "texture": "#stand" }, - "east": { "uv": [ 9, 3.25, 9.5, 16 ], "texture": "#stand" } - } -}, -{ - "from": [ 15, 12, 7.5 ], - "to": [ 15.5, 13.5, 8.5 ], - "faces": { - "down": { "uv": [ 6.5, 6, 7, 5 ], "texture": "#stand" }, - "up": { "uv": [ 6.5, 5, 7, 6 ], "texture": "#stand" }, - "north": { "uv": [ 0.5, 2.5, 1, 4 ], "texture": "#stand" }, - "south": { "uv": [ 15, 2.5, 15.5, 4 ], "texture": "#stand" }, - "west": { "uv": [ 7.5, 2.5, 8.5, 4 ], "texture": "#stand" }, - "east": { "uv": [ 7.5, 2.5, 8.5, 4 ], "texture": "#stand" } - } -}, -{ - "from": [ 9.5, 12.5, 7.5 ], - "to": [ 10.5, 13.5, 8.5 ], - "faces": { - "down": { "uv": [ 8, 3.5, 9, 3 ], "texture": "#stand" }, - "up": { "uv": [ 9.5, 2.5, 10.5, 3 ], "rotation": 90, "texture": "#stand" }, - "north": { "uv": [ 10.5, 2.5, 9.5, 3.5 ], "texture": "#stand" }, - "south": { "uv": [ 9.5, 2.5, 10.5, 3.5 ], "texture": "#stand" }, - "west": { "uv": [ 7.5, 2.5, 8.5, 3.5 ], "texture": "#stand" }, - "east": { "uv": [ 7.5, 2.5, 8.5, 3.5 ], "texture": "#stand" } - } -}, -{ - "from": [ 6.5, 12, 7 ], - "to": [ 7, 13.5, 9 ], - "faces": { - "down": { "uv": [ 6.5, 5.5, 7, 3.5 ], "texture": "#stand" }, - "up": { "uv": [ 6.5, 9, 7, 11 ], "texture": "#stand" }, - "north": { "uv": [ 9, 2.5, 9.5, 4 ], "texture": "#stand" }, - "south": { "uv": [ 6.5, 2.5, 7, 4 ], "texture": "#stand" }, - "west": { "uv": [ 7, 2.5, 9, 4 ], "texture": "#stand" }, - "east": { "uv": [ 7, 2.5, 9, 4 ], "texture": "#stand" } - } -}, -{ - "from": [ 9, 12, 7 ], - "to": [ 9.5, 13.5, 9 ], - "faces": { - "down": { "uv": [ 9, 9, 9.5, 7 ], "texture": "#stand" }, - "up": { "uv": [ 9, 7, 9.5, 9 ], "texture": "#stand" }, - "north": { "uv": [ 6.5, 2.5, 7, 4 ], "texture": "#stand" }, - "south": { "uv": [ 9, 2.5, 9.5, 4 ], "texture": "#stand" }, - "west": { "uv": [ 7, 2.5, 9, 4 ], "texture": "#stand" }, - "east": { "uv": [ 7, 2.5, 9, 4 ], "texture": "#stand" } - } -}, -{ - "from": [ 7, 12, 9 ], - "to": [ 9, 13.5, 9.5 ], - "faces": { - "down": { "uv": [ 7, 3.5, 9, 3 ], "texture": "#stand" }, - "up": { "uv": [ 5.5, 2.5, 7.5, 3 ], "texture": "#stand" }, - "north": { "uv": [ 7, 2.5, 9, 4 ], "texture": "#stand" }, - "south": { "uv": [ 7, 2.5, 9, 4 ], "texture": "#stand" }, - "west": { "uv": [ 9, 2.5, 9.5, 4 ], "texture": "#stand" }, - "east": { "uv": [ 6.5, 2.5, 7, 4 ], "texture": "#stand" } - } -}, -{ - "from": [ 7, 12, 6.5 ], - "to": [ 9, 13.5, 7 ], - "faces": { - "down": { "uv": [ 5.5, 3.5, 7.5, 3 ], "texture": "#stand" }, - "up": { "uv": [ 3.5, 3, 5.5, 3.5 ], "texture": "#stand" }, - "north": { "uv": [ 7, 2.5, 9, 4 ], "texture": "#stand" }, - "south": { "uv": [ 7, 2.5, 9, 4 ], "texture": "#stand" }, - "west": { "uv": [ 6.5, 2.5, 7, 4 ], "texture": "#stand" }, - "east": { "uv": [ 9, 2.5, 9.5, 4 ], "texture": "#stand" } - } -}, -{ - "from": [ 10.5, 12.5, 7.5 ], - "to": [ 15, 13, 8.5 ], - "faces": { - "down": { "uv": [ 1, 3.5, 5.5, 3 ], "texture": "#stand" }, - "up": { "uv": [ 1, 3, 5.5, 3.5 ], "texture": "#stand" }, - "north": { "uv": [ 1, 3, 5.5, 3.5 ], "texture": "#stand" }, - "south": { "uv": [ 10.5, 3, 15, 3.5 ], "texture": "#stand" }, - "west": { "uv": [ 7.5, 3, 8.5, 3.5 ], "texture": "#stand" }, - "east": { "uv": [ 7.5, 3, 8.5, 3.5 ], "texture": "#stand" } - } -}, -{ - "from": [ 6.75, 12.5, 8.75 ], - "to": [ 7.75, 13, 15.5 ], - "rotation": { "origin": [ 6.75, 12.5, 8.75 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 1, 3.5, 6.5, 3 ], "rotation": 270, "texture": "#stand" }, - "up": { "uv": [ 1, 3, 6.5, 3.5 ], "rotation": 270, "texture": "#stand" }, - "north": { "uv": [ 9.5, 3, 10.5, 3.5 ], "texture": "#stand" }, - "south": { "uv": [ 9.5, 3, 10.5, 3.5 ], "texture": "#stand" }, - "west": { "uv": [ 9.5, 3, 15, 3.5 ], "texture": "#stand" }, - "east": { "uv": [ 9.5, 3, 15, 3.5 ], "texture": "#stand" } - } -}, -{ - "from": [ 1, 0, 9.25 ], - "to": [ 7, 2, 15.25 ], - "faces": { - "down": { "uv": [ 2, 9, 8, 15 ], "texture": "#base" }, - "up": { "uv": [ 2, 9, 8, 15 ], "texture": "#base" }, - "north": { "uv": [ 2, 14, 8, 16 ], "texture": "#base" }, - "south": { "uv": [ 2, 14, 8, 16 ], "texture": "#base" }, - "west": { "uv": [ 9, 14, 15, 16 ], "texture": "#base" }, - "east": { "uv": [ 9, 14, 15, 16 ], "texture": "#base" } - } -}, -{ - "from": [ 1, 0, 1 ], - "to": [ 7, 2, 7 ], - "faces": { - "down": { "uv": [ 2, 1, 8, 7 ], "texture": "#base" }, - "up": { "uv": [ 2, 1, 8, 7 ], "texture": "#base" }, - "north": { "uv": [ 2, 14, 8, 16 ], "texture": "#base" }, - "south": { "uv": [ 2, 14, 8, 16 ], "texture": "#base" }, - "west": { "uv": [ 1, 14, 7, 16 ], "texture": "#base" }, - "east": { "uv": [ 1, 14, 7, 16 ], "texture": "#base" } - } -}, -{ - "from": [ 10, 0, 5 ], - "to": [ 16, 2, 11 ], - "faces": { - "down": { "uv": [ 9, 5, 15, 11 ], "texture": "#base" }, - "up": { "uv": [ 9, 5, 15, 11 ], "texture": "#base" }, - "north": { "uv": [ 9, 14, 15, 16 ], "texture": "#base" }, - "south": { "uv": [ 9, 14, 15, 16 ], "texture": "#base" }, - "west": { "uv": [ 5, 14, 11, 16 ], "texture": "#base" }, - "east": { "uv": [ 5, 14, 11, 16 ], "texture": "#base" } - } -}, -{ - "from": [ 7, 0, 7 ], - "to": [ 9, 14, 9 ], - "faces": { - "down": { "uv": [ 7, 7, 9, 9 ], "texture": "#stand" }, - "up": { "uv": [ 7, 7, 9, 9 ], "texture": "#stand" }, - "north": { "uv": [ 7, 2, 9, 16 ], "texture": "#stand" }, - "south": { "uv": [ 7, 2, 9, 16 ], "texture": "#stand" }, - "west": { "uv": [ 7, 2, 9, 16 ], "texture": "#stand" }, - "east": { "uv": [ 7, 2, 9, 16 ], "texture": "#stand" } - } -}, -{ - "from": [ 3.5, 4, 3.5 ], - "to": [ 4.5, 4.5, 4.5 ], - "faces": { - "down": { "uv": [ 3, 12, 3.5, 11.5 ], "texture": "#stand" }, - "up": { "uv": [ 3, 2, 3.5, 2.5 ], "texture": "#stand" }, - "north": { "uv": [ 2.5, 11.5, 3.5, 12 ], "texture": "#stand" }, - "south": { "uv": [ 2.5, 11.5, 3.5, 12 ], "texture": "#stand" }, - "west": { "uv": [ 2.5, 11.5, 3.5, 12 ], "texture": "#stand" }, - "east": { "uv": [ 2.5, 11.5, 3.5, 12 ], "texture": "#stand" } - } -} -] -} \ No newline at end of file +{"ambientocclusion":false,"textures":{"particle":"block/brewing_stand_base","stand":"block/brewing_stand","base":"block/brewing_stand_base"},"elements":[{"from":[3,4.5,3.5],"to":[5,14,4.5],"faces":{"down":{"uv":[3,12,3.5,11.5],"rotation":270,"texture":"#stand"},"up":{"uv":[3,2,3.5,2.5],"rotation":90,"texture":"#stand"},"north":{"uv":[2,2,4,11.5],"texture":"#stand"},"south":{"uv":[2,2,4,11.5],"texture":"#stand"},"west":{"uv":[2.5,2,3.5,11.5],"texture":"#stand"},"east":{"uv":[2.5,2,3.5,11.5],"texture":"#stand"}}},{"from":[3.5,4.5,3],"to":[4.5,14,5],"faces":{"down":{"uv":[3,12,3.5,11.5],"rotation":270,"texture":"#stand"},"up":{"uv":[3,2,3.5,2.5],"rotation":90,"texture":"#stand"},"north":{"uv":[2.5,2,3.5,11.5],"texture":"#stand"},"south":{"uv":[2.5,2,3.5,11.5],"texture":"#stand"},"west":{"uv":[2,2,4,11.5],"texture":"#stand"},"east":{"uv":[2,2,4,11.5],"texture":"#stand"}}},{"from":[6.5,0,6.5],"to":[9.75,1,9.5],"faces":{"down":{"uv":[5.5,3,6,2.5],"texture":"#stand"},"up":{"uv":[4,3,4.5,3.5],"texture":"#stand"},"north":{"uv":[6.5,15,9.5,16],"texture":"#stand"},"south":{"uv":[6.5,15,9.5,16],"texture":"#stand"},"west":{"uv":[6.5,15,9.5,16],"texture":"#stand"},"east":{"uv":[6.5,15,9.5,16],"texture":"#stand"}}},{"from":[2.5,12,1.75],"to":[3,13.5,2.75],"rotation":{"origin":[2.5,12,1.75],"axis":"y","angle":-45},"faces":{"down":{"uv":[4.5,3,5.5,3.5],"rotation":270,"texture":"#stand"},"up":{"uv":[4.5,3.5,5.5,3],"rotation":90,"texture":"#stand"},"north":{"uv":[0.5,2.5,1,4],"texture":"#stand"},"south":{"uv":[0.5,2.5,1,4],"texture":"#stand"},"west":{"uv":[7,2.5,8,4],"texture":"#stand"},"east":{"uv":[8,2.5,9,4],"texture":"#stand"}}},{"from":[6.75,13,8.75],"to":[7.75,13.5,10],"rotation":{"origin":[6.75,13,8.75],"axis":"y","angle":-45},"faces":{"down":{"uv":[3,3,4,3.5],"texture":"#stand"},"up":{"uv":[3,3.5,4,3],"texture":"#stand"},"north":{"uv":[6.5,2.5,7.5,3],"texture":"#stand"},"south":{"uv":[6.5,2.5,7.5,3],"texture":"#stand"},"west":{"uv":[6.5,2.5,7.5,3],"texture":"#stand"},"east":{"uv":[6.5,2.5,7.5,3],"texture":"#stand"}}},{"from":[6.5,13,5.75],"to":[7.75,13.5,6.75],"rotation":{"origin":[6.5,13,5.75],"axis":"y","angle":-45},"faces":{"down":{"uv":[3,3,4,3.5],"rotation":270,"texture":"#stand"},"up":{"uv":[3,3.5,4,3],"rotation":90,"texture":"#stand"},"north":{"uv":[6.5,2.5,7.5,3],"texture":"#stand"},"south":{"uv":[6.5,2.5,7.5,3],"texture":"#stand"},"west":{"uv":[6.5,2.5,7.5,3],"texture":"#stand"},"east":{"uv":[6.5,2.5,7.5,3],"texture":"#stand"}}},{"from":[2.75,12.5,2],"to":[9.5,13,3],"rotation":{"origin":[2.75,12.5,2],"axis":"y","angle":-45},"faces":{"down":{"uv":[1,3.5,6.5,3],"rotation":180,"texture":"#stand"},"up":{"uv":[1,3,6.5,3.5],"texture":"#stand"},"north":{"uv":[9.5,3,15,3.5],"texture":"#stand"},"south":{"uv":[9.5,3,15,3.5],"texture":"#stand"},"west":{"uv":[9.5,3,10.5,3.5],"texture":"#stand"},"east":{"uv":[9.5,3,10.5,3.5],"texture":"#stand"}}},{"from":[2,12,13.5],"to":[3,13.5,14],"rotation":{"origin":[2,12,13.5],"axis":"y","angle":-45},"faces":{"down":{"uv":[4.5,3,5.5,3.5],"texture":"#stand"},"up":{"uv":[4.5,3.5,5.5,3],"texture":"#stand"},"north":{"uv":[8,2.5,9,4],"texture":"#stand"},"south":{"uv":[7,2.5,8,4],"texture":"#stand"},"west":{"uv":[0.5,2.5,1,4],"texture":"#stand"},"east":{"uv":[0.5,2.5,1,4],"texture":"#stand"}}},{"from":[7,0,6.75],"to":[7.25,14.25,7],"rotation":{"origin":[7,0,6.75],"axis":"y","angle":-45},"faces":{"down":{"uv":[6.5,5.5,7,5],"rotation":90,"texture":"#stand"},"up":{"uv":[6.5,4.5,7,5],"rotation":270,"texture":"#stand"},"north":{"uv":[9,3.25,9.5,16],"texture":"#stand"},"south":{"uv":[9,3.25,9.5,16],"texture":"#stand"},"west":{"uv":[6.5,3.5,7,16],"texture":"#stand"},"east":{"uv":[9,3.5,9.5,16],"texture":"#stand"}}},{"from":[7,0,9],"to":[7.25,14.25,9.25],"rotation":{"origin":[7,0,9],"axis":"y","angle":-45},"faces":{"down":{"uv":[6.5,5.5,7,5],"rotation":180,"texture":"#stand"},"up":{"uv":[6.5,4.5,7,5],"rotation":180,"texture":"#stand"},"north":{"uv":[9,3.5,9.5,16],"texture":"#stand"},"south":{"uv":[6.5,3.5,7,16],"texture":"#stand"},"west":{"uv":[9,3.25,9.5,16],"texture":"#stand"},"east":{"uv":[9,3.25,9.5,16],"texture":"#stand"}}},{"from":[9,0,9],"to":[9.25,14.25,9.25],"rotation":{"origin":[9,0,9],"axis":"y","angle":-45},"faces":{"down":{"uv":[6.5,5.5,7,5],"rotation":270,"texture":"#stand"},"up":{"uv":[6.5,4.5,7,5],"rotation":90,"texture":"#stand"},"north":{"uv":[9,3.25,9.5,16],"texture":"#stand"},"south":{"uv":[9,3.25,9.5,16],"texture":"#stand"},"west":{"uv":[9,3.5,9.5,16],"texture":"#stand"},"east":{"uv":[6.5,3.5,7,16],"texture":"#stand"}}},{"from":[9,0,6.75],"to":[9.25,14.25,7],"rotation":{"origin":[9,0,6.75],"axis":"y","angle":-45},"faces":{"down":{"uv":[6.5,5.5,7,5],"texture":"#stand"},"up":{"uv":[6.5,4.5,7,5],"texture":"#stand"},"north":{"uv":[6.5,3.5,7,16],"texture":"#stand"},"south":{"uv":[9,3.5,9.5,16],"texture":"#stand"},"west":{"uv":[9,3.25,9.5,16],"texture":"#stand"},"east":{"uv":[9,3.25,9.5,16],"texture":"#stand"}}},{"from":[15,12,7.5],"to":[15.5,13.5,8.5],"faces":{"down":{"uv":[6.5,6,7,5],"texture":"#stand"},"up":{"uv":[6.5,5,7,6],"texture":"#stand"},"north":{"uv":[0.5,2.5,1,4],"texture":"#stand"},"south":{"uv":[15,2.5,15.5,4],"texture":"#stand"},"west":{"uv":[7.5,2.5,8.5,4],"texture":"#stand"},"east":{"uv":[7.5,2.5,8.5,4],"texture":"#stand"}}},{"from":[9.5,12.5,7.5],"to":[10.5,13.5,8.5],"faces":{"down":{"uv":[8,3.5,9,3],"texture":"#stand"},"up":{"uv":[9.5,2.5,10.5,3],"rotation":90,"texture":"#stand"},"north":{"uv":[10.5,2.5,9.5,3.5],"texture":"#stand"},"south":{"uv":[9.5,2.5,10.5,3.5],"texture":"#stand"},"west":{"uv":[7.5,2.5,8.5,3.5],"texture":"#stand"},"east":{"uv":[7.5,2.5,8.5,3.5],"texture":"#stand"}}},{"from":[6.5,12,7],"to":[7,13.5,9],"faces":{"down":{"uv":[6.5,5.5,7,3.5],"texture":"#stand"},"up":{"uv":[6.5,9,7,11],"texture":"#stand"},"north":{"uv":[9,2.5,9.5,4],"texture":"#stand"},"south":{"uv":[6.5,2.5,7,4],"texture":"#stand"},"west":{"uv":[7,2.5,9,4],"texture":"#stand"},"east":{"uv":[7,2.5,9,4],"texture":"#stand"}}},{"from":[9,12,7],"to":[9.5,13.5,9],"faces":{"down":{"uv":[9,9,9.5,7],"texture":"#stand"},"up":{"uv":[9,7,9.5,9],"texture":"#stand"},"north":{"uv":[6.5,2.5,7,4],"texture":"#stand"},"south":{"uv":[9,2.5,9.5,4],"texture":"#stand"},"west":{"uv":[7,2.5,9,4],"texture":"#stand"},"east":{"uv":[7,2.5,9,4],"texture":"#stand"}}},{"from":[7,12,9],"to":[9,13.5,9.5],"faces":{"down":{"uv":[7,3.5,9,3],"texture":"#stand"},"up":{"uv":[5.5,2.5,7.5,3],"texture":"#stand"},"north":{"uv":[7,2.5,9,4],"texture":"#stand"},"south":{"uv":[7,2.5,9,4],"texture":"#stand"},"west":{"uv":[9,2.5,9.5,4],"texture":"#stand"},"east":{"uv":[6.5,2.5,7,4],"texture":"#stand"}}},{"from":[7,12,6.5],"to":[9,13.5,7],"faces":{"down":{"uv":[5.5,3.5,7.5,3],"texture":"#stand"},"up":{"uv":[3.5,3,5.5,3.5],"texture":"#stand"},"north":{"uv":[7,2.5,9,4],"texture":"#stand"},"south":{"uv":[7,2.5,9,4],"texture":"#stand"},"west":{"uv":[6.5,2.5,7,4],"texture":"#stand"},"east":{"uv":[9,2.5,9.5,4],"texture":"#stand"}}},{"from":[10.5,12.5,7.5],"to":[15,13,8.5],"faces":{"down":{"uv":[1,3.5,5.5,3],"texture":"#stand"},"up":{"uv":[1,3,5.5,3.5],"texture":"#stand"},"north":{"uv":[1,3,5.5,3.5],"texture":"#stand"},"south":{"uv":[10.5,3,15,3.5],"texture":"#stand"},"west":{"uv":[7.5,3,8.5,3.5],"texture":"#stand"},"east":{"uv":[7.5,3,8.5,3.5],"texture":"#stand"}}},{"from":[6.75,12.5,8.75],"to":[7.75,13,15.5],"rotation":{"origin":[6.75,12.5,8.75],"axis":"y","angle":-45},"faces":{"down":{"uv":[1,3.5,6.5,3],"rotation":270,"texture":"#stand"},"up":{"uv":[1,3,6.5,3.5],"rotation":270,"texture":"#stand"},"north":{"uv":[9.5,3,10.5,3.5],"texture":"#stand"},"south":{"uv":[9.5,3,10.5,3.5],"texture":"#stand"},"west":{"uv":[9.5,3,15,3.5],"texture":"#stand"},"east":{"uv":[9.5,3,15,3.5],"texture":"#stand"}}},{"from":[1,0,9.25],"to":[7,2,15.25],"faces":{"down":{"uv":[2,9,8,15],"texture":"#base"},"up":{"uv":[2,9,8,15],"texture":"#base"},"north":{"uv":[2,14,8,16],"texture":"#base"},"south":{"uv":[2,14,8,16],"texture":"#base"},"west":{"uv":[9,14,15,16],"texture":"#base"},"east":{"uv":[9,14,15,16],"texture":"#base"}}},{"from":[1,0,1],"to":[7,2,7],"faces":{"down":{"uv":[2,1,8,7],"texture":"#base"},"up":{"uv":[2,1,8,7],"texture":"#base"},"north":{"uv":[2,14,8,16],"texture":"#base"},"south":{"uv":[2,14,8,16],"texture":"#base"},"west":{"uv":[1,14,7,16],"texture":"#base"},"east":{"uv":[1,14,7,16],"texture":"#base"}}},{"from":[10,0,5],"to":[16,2,11],"faces":{"down":{"uv":[9,5,15,11],"texture":"#base"},"up":{"uv":[9,5,15,11],"texture":"#base"},"north":{"uv":[9,14,15,16],"texture":"#base"},"south":{"uv":[9,14,15,16],"texture":"#base"},"west":{"uv":[5,14,11,16],"texture":"#base"},"east":{"uv":[5,14,11,16],"texture":"#base"}}},{"from":[7,0,7],"to":[9,14,9],"faces":{"down":{"uv":[7,7,9,9],"texture":"#stand"},"up":{"uv":[7,7,9,9],"texture":"#stand"},"north":{"uv":[7,2,9,16],"texture":"#stand"},"south":{"uv":[7,2,9,16],"texture":"#stand"},"west":{"uv":[7,2,9,16],"texture":"#stand"},"east":{"uv":[7,2,9,16],"texture":"#stand"}}},{"from":[3.5,4,3.5],"to":[4.5,4.5,4.5],"faces":{"down":{"uv":[3,12,3.5,11.5],"texture":"#stand"},"up":{"uv":[3,2,3.5,2.5],"texture":"#stand"},"north":{"uv":[2.5,11.5,3.5,12],"texture":"#stand"},"south":{"uv":[2.5,11.5,3.5,12],"texture":"#stand"},"west":{"uv":[2.5,11.5,3.5,12],"texture":"#stand"},"east":{"uv":[2.5,11.5,3.5,12],"texture":"#stand"}}}]} diff --git a/assets/minecraft/models/block/brewing_stand_bottles_12.json b/assets/minecraft/models/block/brewing_stand_bottles_12.json index 32fbeed..b6ff01e 100755 --- a/assets/minecraft/models/block/brewing_stand_bottles_12.json +++ b/assets/minecraft/models/block/brewing_stand_bottles_12.json @@ -1,332 +1 @@ -{ -"ambientocclusion": false, -"textures": { - "particle": "blocks/brewing_stand_base", - "stand": "blocks/brewing_stand", - "base": "blocks/brewing_stand_base" -}, -"elements": [ -{ - "from": [ 7, 0, 7 ], - "to": [ 9, 14, 9 ], - "faces": { - "down": { "uv": [ 7, 7, 9, 9 ], "texture": "#stand" }, - "up": { "uv": [ 7, 7, 9, 9 ], "texture": "#stand" }, - "north": { "uv": [ 7, 2, 9, 16 ], "texture": "#stand" }, - "south": { "uv": [ 7, 2, 9, 16 ], "texture": "#stand" }, - "west": { "uv": [ 7, 2, 9, 16 ], "texture": "#stand" }, - "east": { "uv": [ 7, 2, 9, 16 ], "texture": "#stand" } - } -}, -{ - "from": [ 10, 0, 5 ], - "to": [ 16, 2, 11 ], - "faces": { - "down": { "uv": [ 9, 5, 15, 11 ], "texture": "#base" }, - "up": { "uv": [ 9, 5, 15, 11 ], "texture": "#base" }, - "north": { "uv": [ 9, 14, 15, 16 ], "texture": "#base" }, - "south": { "uv": [ 9, 14, 15, 16 ], "texture": "#base" }, - "west": { "uv": [ 5, 14, 11, 16 ], "texture": "#base" }, - "east": { "uv": [ 5, 14, 11, 16 ], "texture": "#base" } - } -}, -{ - "from": [ 1, 0, 1 ], - "to": [ 7, 2, 7 ], - "faces": { - "down": { "uv": [ 2, 1, 8, 7 ], "texture": "#base" }, - "up": { "uv": [ 2, 1, 8, 7 ], "texture": "#base" }, - "north": { "uv": [ 2, 14, 8, 16 ], "texture": "#base" }, - "south": { "uv": [ 2, 14, 8, 16 ], "texture": "#base" }, - "west": { "uv": [ 1, 14, 7, 16 ], "texture": "#base" }, - "east": { "uv": [ 1, 14, 7, 16 ], "texture": "#base" } - } -}, -{ - "from": [ 1, 0, 9.25 ], - "to": [ 7, 2, 15.25 ], - "faces": { - "down": { "uv": [ 2, 9, 8, 15 ], "texture": "#base" }, - "up": { "uv": [ 2, 9, 8, 15 ], "texture": "#base" }, - "north": { "uv": [ 2, 14, 8, 16 ], "texture": "#base" }, - "south": { "uv": [ 2, 14, 8, 16 ], "texture": "#base" }, - "west": { "uv": [ 9, 14, 15, 16 ], "texture": "#base" }, - "east": { "uv": [ 9, 14, 15, 16 ], "texture": "#base" } - } -}, -{ - "from": [ 6.75, 12.5, 8.75 ], - "to": [ 7.75, 13, 15.5 ], - "rotation": { "origin": [ 6.75, 12.5, 8.75 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 1, 3.5, 6.5, 3 ], "rotation": 270, "texture": "#stand" }, - "up": { "uv": [ 1, 3, 6.5, 3.5 ], "rotation": 270, "texture": "#stand" }, - "north": { "uv": [ 9.5, 3, 10.5, 3.5 ], "texture": "#stand" }, - "south": { "uv": [ 9.5, 3, 10.5, 3.5 ], "texture": "#stand" }, - "west": { "uv": [ 9.5, 3, 15, 3.5 ], "texture": "#stand" }, - "east": { "uv": [ 9.5, 3, 15, 3.5 ], "texture": "#stand" } - } -}, -{ - "from": [ 10.5, 12.5, 7.5 ], - "to": [ 15, 13, 8.5 ], - "faces": { - "down": { "uv": [ 1, 3.5, 5.5, 3 ], "texture": "#stand" }, - "up": { "uv": [ 1, 3, 5.5, 3.5 ], "texture": "#stand" }, - "north": { "uv": [ 1, 3, 5.5, 3.5 ], "texture": "#stand" }, - "south": { "uv": [ 10.5, 3, 15, 3.5 ], "texture": "#stand" }, - "west": { "uv": [ 7.5, 3, 8.5, 3.5 ], "texture": "#stand" }, - "east": { "uv": [ 7.5, 3, 8.5, 3.5 ], "texture": "#stand" } - } -}, -{ - "from": [ 7, 12, 6.5 ], - "to": [ 9, 13.5, 7 ], - "faces": { - "down": { "uv": [ 5.5, 3.5, 7.5, 3 ], "texture": "#stand" }, - "up": { "uv": [ 3.5, 3, 5.5, 3.5 ], "texture": "#stand" }, - "north": { "uv": [ 7, 2.5, 9, 4 ], "texture": "#stand" }, - "south": { "uv": [ 7, 2.5, 9, 4 ], "texture": "#stand" }, - "west": { "uv": [ 6.5, 2.5, 7, 4 ], "texture": "#stand" }, - "east": { "uv": [ 9, 2.5, 9.5, 4 ], "texture": "#stand" } - } -}, -{ - "from": [ 7, 12, 9 ], - "to": [ 9, 13.5, 9.5 ], - "faces": { - "down": { "uv": [ 7, 3.5, 9, 3 ], "texture": "#stand" }, - "up": { "uv": [ 5.5, 2.5, 7.5, 3 ], "texture": "#stand" }, - "north": { "uv": [ 7, 2.5, 9, 4 ], "texture": "#stand" }, - "south": { "uv": [ 7, 2.5, 9, 4 ], "texture": "#stand" }, - "west": { "uv": [ 9, 2.5, 9.5, 4 ], "texture": "#stand" }, - "east": { "uv": [ 6.5, 2.5, 7, 4 ], "texture": "#stand" } - } -}, -{ - "from": [ 9, 12, 7 ], - "to": [ 9.5, 13.5, 9 ], - "faces": { - "down": { "uv": [ 9, 9, 9.5, 7 ], "texture": "#stand" }, - "up": { "uv": [ 9, 7, 9.5, 9 ], "texture": "#stand" }, - "north": { "uv": [ 6.5, 2.5, 7, 4 ], "texture": "#stand" }, - "south": { "uv": [ 9, 2.5, 9.5, 4 ], "texture": "#stand" }, - "west": { "uv": [ 7, 2.5, 9, 4 ], "texture": "#stand" }, - "east": { "uv": [ 7, 2.5, 9, 4 ], "texture": "#stand" } - } -}, -{ - "from": [ 6.5, 12, 7 ], - "to": [ 7, 13.5, 9 ], - "faces": { - "down": { "uv": [ 6.5, 5.5, 7, 3.5 ], "texture": "#stand" }, - "up": { "uv": [ 6.5, 9, 7, 11 ], "texture": "#stand" }, - "north": { "uv": [ 9, 2.5, 9.5, 4 ], "texture": "#stand" }, - "south": { "uv": [ 6.5, 2.5, 7, 4 ], "texture": "#stand" }, - "west": { "uv": [ 7, 2.5, 9, 4 ], "texture": "#stand" }, - "east": { "uv": [ 7, 2.5, 9, 4 ], "texture": "#stand" } - } -}, -{ - "from": [ 9.5, 12.5, 7.5 ], - "to": [ 10.5, 13.5, 8.5 ], - "faces": { - "down": { "uv": [ 8, 3.5, 9, 3 ], "texture": "#stand" }, - "up": { "uv": [ 9.5, 2.5, 10.5, 3 ], "rotation": 90, "texture": "#stand" }, - "north": { "uv": [ 10.5, 2.5, 9.5, 3.5 ], "texture": "#stand" }, - "south": { "uv": [ 9.5, 2.5, 10.5, 3.5 ], "texture": "#stand" }, - "west": { "uv": [ 7.5, 2.5, 8.5, 3.5 ], "texture": "#stand" }, - "east": { "uv": [ 7.5, 2.5, 8.5, 3.5 ], "texture": "#stand" } - } -}, -{ - "from": [ 15, 12, 7.5 ], - "to": [ 15.5, 13.5, 8.5 ], - "faces": { - "down": { "uv": [ 6.5, 6, 7, 5 ], "texture": "#stand" }, - "up": { "uv": [ 6.5, 5, 7, 6 ], "texture": "#stand" }, - "north": { "uv": [ 0.5, 2.5, 1, 4 ], "texture": "#stand" }, - "south": { "uv": [ 15, 2.5, 15.5, 4 ], "texture": "#stand" }, - "west": { "uv": [ 7.5, 2.5, 8.5, 4 ], "texture": "#stand" }, - "east": { "uv": [ 7.5, 2.5, 8.5, 4 ], "texture": "#stand" } - } -}, -{ - "from": [ 9, 0, 6.75 ], - "to": [ 9.25, 14.25, 7 ], - "rotation": { "origin": [ 9, 0, 6.75 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 6.5, 5.5, 7, 5 ], "texture": "#stand" }, - "up": { "uv": [ 6.5, 4.5, 7, 5 ], "texture": "#stand" }, - "north": { "uv": [ 6.5, 3.5, 7, 16 ], "texture": "#stand" }, - "south": { "uv": [ 9, 3.5, 9.5, 16 ], "texture": "#stand" }, - "west": { "uv": [ 9, 3.25, 9.5, 16 ], "texture": "#stand" }, - "east": { "uv": [ 9, 3.25, 9.5, 16 ], "texture": "#stand" } - } -}, -{ - "from": [ 9, 0, 9 ], - "to": [ 9.25, 14.25, 9.25 ], - "rotation": { "origin": [ 9, 0, 9 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 6.5, 5.5, 7, 5 ], "rotation": 270, "texture": "#stand" }, - "up": { "uv": [ 6.5, 4.5, 7, 5 ], "rotation": 90, "texture": "#stand" }, - "north": { "uv": [ 9, 3.25, 9.5, 16 ], "texture": "#stand" }, - "south": { "uv": [ 9, 3.25, 9.5, 16 ], "texture": "#stand" }, - "west": { "uv": [ 9, 3.5, 9.5, 16 ], "texture": "#stand" }, - "east": { "uv": [ 6.5, 3.5, 7, 16 ], "texture": "#stand" } - } -}, -{ - "from": [ 7, 0, 9 ], - "to": [ 7.25, 14.25, 9.25 ], - "rotation": { "origin": [ 7, 0, 9 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 6.5, 5.5, 7, 5 ], "rotation": 180, "texture": "#stand" }, - "up": { "uv": [ 6.5, 4.5, 7, 5 ], "rotation": 180, "texture": "#stand" }, - "north": { "uv": [ 9, 3.5, 9.5, 16 ], "texture": "#stand" }, - "south": { "uv": [ 6.5, 3.5, 7, 16 ], "texture": "#stand" }, - "west": { "uv": [ 9, 3.25, 9.5, 16 ], "texture": "#stand" }, - "east": { "uv": [ 9, 3.25, 9.5, 16 ], "texture": "#stand" } - } -}, -{ - "from": [ 7, 0, 6.75 ], - "to": [ 7.25, 14.25, 7 ], - "rotation": { "origin": [ 7, 0, 6.75 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 6.5, 5.5, 7, 5 ], "rotation": 90, "texture": "#stand" }, - "up": { "uv": [ 6.5, 4.5, 7, 5 ], "rotation": 270, "texture": "#stand" }, - "north": { "uv": [ 9, 3.25, 9.5, 16 ], "texture": "#stand" }, - "south": { "uv": [ 9, 3.25, 9.5, 16 ], "texture": "#stand" }, - "west": { "uv": [ 6.5, 3.5, 7, 16 ], "texture": "#stand" }, - "east": { "uv": [ 9, 3.5, 9.5, 16 ], "texture": "#stand" } - } -}, -{ - "from": [ 2, 12, 13.5 ], - "to": [ 3, 13.5, 14 ], - "rotation": { "origin": [ 2, 12, 13.5 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 4.5, 3, 5.5, 3.5 ], "texture": "#stand" }, - "up": { "uv": [ 4.5, 3.5, 5.5, 3 ], "texture": "#stand" }, - "north": { "uv": [ 8, 2.5, 9, 4 ], "texture": "#stand" }, - "south": { "uv": [ 7, 2.5, 8, 4 ], "texture": "#stand" }, - "west": { "uv": [ 0.5, 2.5, 1, 4 ], "texture": "#stand" }, - "east": { "uv": [ 0.5, 2.5, 1, 4 ], "texture": "#stand" } - } -}, -{ - "from": [ 2.75, 12.5, 2 ], - "to": [ 9.5, 13, 3 ], - "rotation": { "origin": [ 2.75, 12.5, 2 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 1, 3.5, 6.5, 3 ], "rotation": 180, "texture": "#stand" }, - "up": { "uv": [ 1, 3, 6.5, 3.5 ], "texture": "#stand" }, - "north": { "uv": [ 9.5, 3, 15, 3.5 ], "texture": "#stand" }, - "south": { "uv": [ 9.5, 3, 15, 3.5 ], "texture": "#stand" }, - "west": { "uv": [ 9.5, 3, 10.5, 3.5 ], "texture": "#stand" }, - "east": { "uv": [ 9.5, 3, 10.5, 3.5 ], "texture": "#stand" } - } -}, -{ - "from": [ 6.5, 13, 5.75 ], - "to": [ 7.75, 13.5, 6.75 ], - "rotation": { "origin": [ 6.5, 13, 5.75 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 3, 3, 4, 3.5 ], "rotation": 270, "texture": "#stand" }, - "up": { "uv": [ 3, 3.5, 4, 3 ], "rotation": 90, "texture": "#stand" }, - "north": { "uv": [ 6.5, 2.5, 7.5, 3 ], "texture": "#stand" }, - "south": { "uv": [ 6.5, 2.5, 7.5, 3 ], "texture": "#stand" }, - "west": { "uv": [ 6.5, 2.5, 7.5, 3 ], "texture": "#stand" }, - "east": { "uv": [ 6.5, 2.5, 7.5, 3 ], "texture": "#stand" } - } -}, -{ - "from": [ 6.75, 13, 8.75 ], - "to": [ 7.75, 13.5, 10 ], - "rotation": { "origin": [ 6.75, 13, 8.75 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 3, 3, 4, 3.5 ], "texture": "#stand" }, - "up": { "uv": [ 3, 3.5, 4, 3 ], "texture": "#stand" }, - "north": { "uv": [ 6.5, 2.5, 7.5, 3 ], "texture": "#stand" }, - "south": { "uv": [ 6.5, 2.5, 7.5, 3 ], "texture": "#stand" }, - "west": { "uv": [ 6.5, 2.5, 7.5, 3 ], "texture": "#stand" }, - "east": { "uv": [ 6.5, 2.5, 7.5, 3 ], "texture": "#stand" } - } -}, -{ - "from": [ 2.5, 12, 1.75 ], - "to": [ 3, 13.5, 2.75 ], - "rotation": { "origin": [ 2.5, 12, 1.75 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 4.5, 3, 5.5, 3.5 ], "rotation": 270, "texture": "#stand" }, - "up": { "uv": [ 4.5, 3.5, 5.5, 3 ], "rotation": 90, "texture": "#stand" }, - "north": { "uv": [ 0.5, 2.5, 1, 4 ], "texture": "#stand" }, - "south": { "uv": [ 0.5, 2.5, 1, 4 ], "texture": "#stand" }, - "west": { "uv": [ 7, 2.5, 8, 4 ], "texture": "#stand" }, - "east": { "uv": [ 8, 2.5, 9, 4 ], "texture": "#stand" } - } -}, -{ - "from": [ 6.5, 0, 6.5 ], - "to": [ 9.75, 1, 9.5 ], - "faces": { - "down": { "uv": [ 5.5, 3, 6, 2.5 ], "texture": "#stand" }, - "up": { "uv": [ 4, 3, 4.5, 3.5 ], "texture": "#stand" }, - "north": { "uv": [ 6.5, 15, 9.5, 16 ], "texture": "#stand" }, - "south": { "uv": [ 6.5, 15, 9.5, 16 ], "texture": "#stand" }, - "west": { "uv": [ 6.5, 15, 9.5, 16 ], "texture": "#stand" }, - "east": { "uv": [ 6.5, 15, 9.5, 16 ], "texture": "#stand" } - } -}, -{ - "from": [ 3.5, 4.5, 3 ], - "to": [ 4.5, 14, 5 ], - "faces": { - "down": { "uv": [ 3, 12, 3.5, 11.5 ], "rotation": 270, "texture": "#stand" }, - "up": { "uv": [ 3, 2, 3.5, 2.5 ], "rotation": 90, "texture": "#stand" }, - "north": { "uv": [ 2.5, 2, 3.5, 11.5 ], "texture": "#stand" }, - "south": { "uv": [ 2.5, 2, 3.5, 11.5 ], "texture": "#stand" }, - "west": { "uv": [ 2, 2, 4, 11.5 ], "texture": "#stand" }, - "east": { "uv": [ 2, 2, 4, 11.5 ], "texture": "#stand" } - } -}, -{ - "from": [ 3, 4.5, 3.5 ], - "to": [ 5, 14, 4.5 ], - "faces": { - "down": { "uv": [ 3, 12, 3.5, 11.5 ], "rotation": 270, "texture": "#stand" }, - "up": { "uv": [ 3, 2, 3.5, 2.5 ], "rotation": 90, "texture": "#stand" }, - "north": { "uv": [ 2, 2, 4, 11.5 ], "texture": "#stand" }, - "south": { "uv": [ 2, 2, 4, 11.5 ], "texture": "#stand" }, - "west": { "uv": [ 2.5, 2, 3.5, 11.5 ], "texture": "#stand" }, - "east": { "uv": [ 2.5, 2, 3.5, 11.5 ], "texture": "#stand" } - } -}, -{ - "from": [ 12, 4.5, 7.5 ], - "to": [ 14, 14, 8.5 ], - "faces": { - "down": { "uv": [ 3, 12, 3.5, 11.5 ], "rotation": 180, "texture": "#stand" }, - "up": { "uv": [ 3, 2, 3.5, 2.5 ], "rotation": 180, "texture": "#stand" }, - "north": { "uv": [ 2, 2, 4, 11.5 ], "texture": "#stand" }, - "south": { "uv": [ 2, 2, 4, 11.5 ], "texture": "#stand" }, - "west": { "uv": [ 2.5, 2, 3.5, 11.5 ], "texture": "#stand" }, - "east": { "uv": [ 2.5, 2, 3.5, 11.5 ], "texture": "#stand" } - } -}, -{ - "from": [ 12.5, 4.5, 7 ], - "to": [ 13.5, 14, 9 ], - "faces": { - "down": { "uv": [ 3, 12, 3.5, 11.5 ], "rotation": 180, "texture": "#stand" }, - "up": { "uv": [ 3, 2, 3.5, 2.5 ], "rotation": 180, "texture": "#stand" }, - "north": { "uv": [ 2.5, 2, 3.5, 11.5 ], "texture": "#stand" }, - "south": { "uv": [ 2.5, 2, 3.5, 11.5 ], "texture": "#stand" }, - "west": { "uv": [ 2, 2, 4, 11.5 ], "texture": "#stand" }, - "east": { "uv": [ 2, 2, 4, 11.5 ], "texture": "#stand" } - } -} -] -} \ No newline at end of file +{"ambientocclusion":false,"textures":{"particle":"block/brewing_stand_base","stand":"block/brewing_stand","base":"block/brewing_stand_base"},"elements":[{"from":[7,0,7],"to":[9,14,9],"faces":{"down":{"uv":[7,7,9,9],"texture":"#stand"},"up":{"uv":[7,7,9,9],"texture":"#stand"},"north":{"uv":[7,2,9,16],"texture":"#stand"},"south":{"uv":[7,2,9,16],"texture":"#stand"},"west":{"uv":[7,2,9,16],"texture":"#stand"},"east":{"uv":[7,2,9,16],"texture":"#stand"}}},{"from":[10,0,5],"to":[16,2,11],"faces":{"down":{"uv":[9,5,15,11],"texture":"#base"},"up":{"uv":[9,5,15,11],"texture":"#base"},"north":{"uv":[9,14,15,16],"texture":"#base"},"south":{"uv":[9,14,15,16],"texture":"#base"},"west":{"uv":[5,14,11,16],"texture":"#base"},"east":{"uv":[5,14,11,16],"texture":"#base"}}},{"from":[1,0,1],"to":[7,2,7],"faces":{"down":{"uv":[2,1,8,7],"texture":"#base"},"up":{"uv":[2,1,8,7],"texture":"#base"},"north":{"uv":[2,14,8,16],"texture":"#base"},"south":{"uv":[2,14,8,16],"texture":"#base"},"west":{"uv":[1,14,7,16],"texture":"#base"},"east":{"uv":[1,14,7,16],"texture":"#base"}}},{"from":[1,0,9.25],"to":[7,2,15.25],"faces":{"down":{"uv":[2,9,8,15],"texture":"#base"},"up":{"uv":[2,9,8,15],"texture":"#base"},"north":{"uv":[2,14,8,16],"texture":"#base"},"south":{"uv":[2,14,8,16],"texture":"#base"},"west":{"uv":[9,14,15,16],"texture":"#base"},"east":{"uv":[9,14,15,16],"texture":"#base"}}},{"from":[6.75,12.5,8.75],"to":[7.75,13,15.5],"rotation":{"origin":[6.75,12.5,8.75],"axis":"y","angle":-45},"faces":{"down":{"uv":[1,3.5,6.5,3],"rotation":270,"texture":"#stand"},"up":{"uv":[1,3,6.5,3.5],"rotation":270,"texture":"#stand"},"north":{"uv":[9.5,3,10.5,3.5],"texture":"#stand"},"south":{"uv":[9.5,3,10.5,3.5],"texture":"#stand"},"west":{"uv":[9.5,3,15,3.5],"texture":"#stand"},"east":{"uv":[9.5,3,15,3.5],"texture":"#stand"}}},{"from":[10.5,12.5,7.5],"to":[15,13,8.5],"faces":{"down":{"uv":[1,3.5,5.5,3],"texture":"#stand"},"up":{"uv":[1,3,5.5,3.5],"texture":"#stand"},"north":{"uv":[1,3,5.5,3.5],"texture":"#stand"},"south":{"uv":[10.5,3,15,3.5],"texture":"#stand"},"west":{"uv":[7.5,3,8.5,3.5],"texture":"#stand"},"east":{"uv":[7.5,3,8.5,3.5],"texture":"#stand"}}},{"from":[7,12,6.5],"to":[9,13.5,7],"faces":{"down":{"uv":[5.5,3.5,7.5,3],"texture":"#stand"},"up":{"uv":[3.5,3,5.5,3.5],"texture":"#stand"},"north":{"uv":[7,2.5,9,4],"texture":"#stand"},"south":{"uv":[7,2.5,9,4],"texture":"#stand"},"west":{"uv":[6.5,2.5,7,4],"texture":"#stand"},"east":{"uv":[9,2.5,9.5,4],"texture":"#stand"}}},{"from":[7,12,9],"to":[9,13.5,9.5],"faces":{"down":{"uv":[7,3.5,9,3],"texture":"#stand"},"up":{"uv":[5.5,2.5,7.5,3],"texture":"#stand"},"north":{"uv":[7,2.5,9,4],"texture":"#stand"},"south":{"uv":[7,2.5,9,4],"texture":"#stand"},"west":{"uv":[9,2.5,9.5,4],"texture":"#stand"},"east":{"uv":[6.5,2.5,7,4],"texture":"#stand"}}},{"from":[9,12,7],"to":[9.5,13.5,9],"faces":{"down":{"uv":[9,9,9.5,7],"texture":"#stand"},"up":{"uv":[9,7,9.5,9],"texture":"#stand"},"north":{"uv":[6.5,2.5,7,4],"texture":"#stand"},"south":{"uv":[9,2.5,9.5,4],"texture":"#stand"},"west":{"uv":[7,2.5,9,4],"texture":"#stand"},"east":{"uv":[7,2.5,9,4],"texture":"#stand"}}},{"from":[6.5,12,7],"to":[7,13.5,9],"faces":{"down":{"uv":[6.5,5.5,7,3.5],"texture":"#stand"},"up":{"uv":[6.5,9,7,11],"texture":"#stand"},"north":{"uv":[9,2.5,9.5,4],"texture":"#stand"},"south":{"uv":[6.5,2.5,7,4],"texture":"#stand"},"west":{"uv":[7,2.5,9,4],"texture":"#stand"},"east":{"uv":[7,2.5,9,4],"texture":"#stand"}}},{"from":[9.5,12.5,7.5],"to":[10.5,13.5,8.5],"faces":{"down":{"uv":[8,3.5,9,3],"texture":"#stand"},"up":{"uv":[9.5,2.5,10.5,3],"rotation":90,"texture":"#stand"},"north":{"uv":[10.5,2.5,9.5,3.5],"texture":"#stand"},"south":{"uv":[9.5,2.5,10.5,3.5],"texture":"#stand"},"west":{"uv":[7.5,2.5,8.5,3.5],"texture":"#stand"},"east":{"uv":[7.5,2.5,8.5,3.5],"texture":"#stand"}}},{"from":[15,12,7.5],"to":[15.5,13.5,8.5],"faces":{"down":{"uv":[6.5,6,7,5],"texture":"#stand"},"up":{"uv":[6.5,5,7,6],"texture":"#stand"},"north":{"uv":[0.5,2.5,1,4],"texture":"#stand"},"south":{"uv":[15,2.5,15.5,4],"texture":"#stand"},"west":{"uv":[7.5,2.5,8.5,4],"texture":"#stand"},"east":{"uv":[7.5,2.5,8.5,4],"texture":"#stand"}}},{"from":[9,0,6.75],"to":[9.25,14.25,7],"rotation":{"origin":[9,0,6.75],"axis":"y","angle":-45},"faces":{"down":{"uv":[6.5,5.5,7,5],"texture":"#stand"},"up":{"uv":[6.5,4.5,7,5],"texture":"#stand"},"north":{"uv":[6.5,3.5,7,16],"texture":"#stand"},"south":{"uv":[9,3.5,9.5,16],"texture":"#stand"},"west":{"uv":[9,3.25,9.5,16],"texture":"#stand"},"east":{"uv":[9,3.25,9.5,16],"texture":"#stand"}}},{"from":[9,0,9],"to":[9.25,14.25,9.25],"rotation":{"origin":[9,0,9],"axis":"y","angle":-45},"faces":{"down":{"uv":[6.5,5.5,7,5],"rotation":270,"texture":"#stand"},"up":{"uv":[6.5,4.5,7,5],"rotation":90,"texture":"#stand"},"north":{"uv":[9,3.25,9.5,16],"texture":"#stand"},"south":{"uv":[9,3.25,9.5,16],"texture":"#stand"},"west":{"uv":[9,3.5,9.5,16],"texture":"#stand"},"east":{"uv":[6.5,3.5,7,16],"texture":"#stand"}}},{"from":[7,0,9],"to":[7.25,14.25,9.25],"rotation":{"origin":[7,0,9],"axis":"y","angle":-45},"faces":{"down":{"uv":[6.5,5.5,7,5],"rotation":180,"texture":"#stand"},"up":{"uv":[6.5,4.5,7,5],"rotation":180,"texture":"#stand"},"north":{"uv":[9,3.5,9.5,16],"texture":"#stand"},"south":{"uv":[6.5,3.5,7,16],"texture":"#stand"},"west":{"uv":[9,3.25,9.5,16],"texture":"#stand"},"east":{"uv":[9,3.25,9.5,16],"texture":"#stand"}}},{"from":[7,0,6.75],"to":[7.25,14.25,7],"rotation":{"origin":[7,0,6.75],"axis":"y","angle":-45},"faces":{"down":{"uv":[6.5,5.5,7,5],"rotation":90,"texture":"#stand"},"up":{"uv":[6.5,4.5,7,5],"rotation":270,"texture":"#stand"},"north":{"uv":[9,3.25,9.5,16],"texture":"#stand"},"south":{"uv":[9,3.25,9.5,16],"texture":"#stand"},"west":{"uv":[6.5,3.5,7,16],"texture":"#stand"},"east":{"uv":[9,3.5,9.5,16],"texture":"#stand"}}},{"from":[2,12,13.5],"to":[3,13.5,14],"rotation":{"origin":[2,12,13.5],"axis":"y","angle":-45},"faces":{"down":{"uv":[4.5,3,5.5,3.5],"texture":"#stand"},"up":{"uv":[4.5,3.5,5.5,3],"texture":"#stand"},"north":{"uv":[8,2.5,9,4],"texture":"#stand"},"south":{"uv":[7,2.5,8,4],"texture":"#stand"},"west":{"uv":[0.5,2.5,1,4],"texture":"#stand"},"east":{"uv":[0.5,2.5,1,4],"texture":"#stand"}}},{"from":[2.75,12.5,2],"to":[9.5,13,3],"rotation":{"origin":[2.75,12.5,2],"axis":"y","angle":-45},"faces":{"down":{"uv":[1,3.5,6.5,3],"rotation":180,"texture":"#stand"},"up":{"uv":[1,3,6.5,3.5],"texture":"#stand"},"north":{"uv":[9.5,3,15,3.5],"texture":"#stand"},"south":{"uv":[9.5,3,15,3.5],"texture":"#stand"},"west":{"uv":[9.5,3,10.5,3.5],"texture":"#stand"},"east":{"uv":[9.5,3,10.5,3.5],"texture":"#stand"}}},{"from":[6.5,13,5.75],"to":[7.75,13.5,6.75],"rotation":{"origin":[6.5,13,5.75],"axis":"y","angle":-45},"faces":{"down":{"uv":[3,3,4,3.5],"rotation":270,"texture":"#stand"},"up":{"uv":[3,3.5,4,3],"rotation":90,"texture":"#stand"},"north":{"uv":[6.5,2.5,7.5,3],"texture":"#stand"},"south":{"uv":[6.5,2.5,7.5,3],"texture":"#stand"},"west":{"uv":[6.5,2.5,7.5,3],"texture":"#stand"},"east":{"uv":[6.5,2.5,7.5,3],"texture":"#stand"}}},{"from":[6.75,13,8.75],"to":[7.75,13.5,10],"rotation":{"origin":[6.75,13,8.75],"axis":"y","angle":-45},"faces":{"down":{"uv":[3,3,4,3.5],"texture":"#stand"},"up":{"uv":[3,3.5,4,3],"texture":"#stand"},"north":{"uv":[6.5,2.5,7.5,3],"texture":"#stand"},"south":{"uv":[6.5,2.5,7.5,3],"texture":"#stand"},"west":{"uv":[6.5,2.5,7.5,3],"texture":"#stand"},"east":{"uv":[6.5,2.5,7.5,3],"texture":"#stand"}}},{"from":[2.5,12,1.75],"to":[3,13.5,2.75],"rotation":{"origin":[2.5,12,1.75],"axis":"y","angle":-45},"faces":{"down":{"uv":[4.5,3,5.5,3.5],"rotation":270,"texture":"#stand"},"up":{"uv":[4.5,3.5,5.5,3],"rotation":90,"texture":"#stand"},"north":{"uv":[0.5,2.5,1,4],"texture":"#stand"},"south":{"uv":[0.5,2.5,1,4],"texture":"#stand"},"west":{"uv":[7,2.5,8,4],"texture":"#stand"},"east":{"uv":[8,2.5,9,4],"texture":"#stand"}}},{"from":[6.5,0,6.5],"to":[9.75,1,9.5],"faces":{"down":{"uv":[5.5,3,6,2.5],"texture":"#stand"},"up":{"uv":[4,3,4.5,3.5],"texture":"#stand"},"north":{"uv":[6.5,15,9.5,16],"texture":"#stand"},"south":{"uv":[6.5,15,9.5,16],"texture":"#stand"},"west":{"uv":[6.5,15,9.5,16],"texture":"#stand"},"east":{"uv":[6.5,15,9.5,16],"texture":"#stand"}}},{"from":[3.5,4.5,3],"to":[4.5,14,5],"faces":{"down":{"uv":[3,12,3.5,11.5],"rotation":270,"texture":"#stand"},"up":{"uv":[3,2,3.5,2.5],"rotation":90,"texture":"#stand"},"north":{"uv":[2.5,2,3.5,11.5],"texture":"#stand"},"south":{"uv":[2.5,2,3.5,11.5],"texture":"#stand"},"west":{"uv":[2,2,4,11.5],"texture":"#stand"},"east":{"uv":[2,2,4,11.5],"texture":"#stand"}}},{"from":[3,4.5,3.5],"to":[5,14,4.5],"faces":{"down":{"uv":[3,12,3.5,11.5],"rotation":270,"texture":"#stand"},"up":{"uv":[3,2,3.5,2.5],"rotation":90,"texture":"#stand"},"north":{"uv":[2,2,4,11.5],"texture":"#stand"},"south":{"uv":[2,2,4,11.5],"texture":"#stand"},"west":{"uv":[2.5,2,3.5,11.5],"texture":"#stand"},"east":{"uv":[2.5,2,3.5,11.5],"texture":"#stand"}}},{"from":[12,4.5,7.5],"to":[14,14,8.5],"faces":{"down":{"uv":[3,12,3.5,11.5],"rotation":180,"texture":"#stand"},"up":{"uv":[3,2,3.5,2.5],"rotation":180,"texture":"#stand"},"north":{"uv":[2,2,4,11.5],"texture":"#stand"},"south":{"uv":[2,2,4,11.5],"texture":"#stand"},"west":{"uv":[2.5,2,3.5,11.5],"texture":"#stand"},"east":{"uv":[2.5,2,3.5,11.5],"texture":"#stand"}}},{"from":[12.5,4.5,7],"to":[13.5,14,9],"faces":{"down":{"uv":[3,12,3.5,11.5],"rotation":180,"texture":"#stand"},"up":{"uv":[3,2,3.5,2.5],"rotation":180,"texture":"#stand"},"north":{"uv":[2.5,2,3.5,11.5],"texture":"#stand"},"south":{"uv":[2.5,2,3.5,11.5],"texture":"#stand"},"west":{"uv":[2,2,4,11.5],"texture":"#stand"},"east":{"uv":[2,2,4,11.5],"texture":"#stand"}}}]} diff --git a/assets/minecraft/models/block/brewing_stand_bottles_123.json b/assets/minecraft/models/block/brewing_stand_bottles_123.json index feab404..8ad7fca 100755 --- a/assets/minecraft/models/block/brewing_stand_bottles_123.json +++ b/assets/minecraft/models/block/brewing_stand_bottles_123.json @@ -1,392 +1 @@ -{ -"ambientocclusion": false, -"textures": { - "particle": "blocks/brewing_stand_base", - "stand": "blocks/brewing_stand", - "base": "blocks/brewing_stand_base" -}, -"elements": [ -{ - "from": [ 12.5, 4.5, 7 ], - "to": [ 13.5, 14, 9 ], - "faces": { - "down": { "uv": [ 3, 12, 3.5, 11.5 ], "rotation": 180, "texture": "#stand" }, - "up": { "uv": [ 3, 2, 3.5, 2.5 ], "rotation": 180, "texture": "#stand" }, - "north": { "uv": [ 2.5, 2, 3.5, 11.5 ], "texture": "#stand" }, - "south": { "uv": [ 2.5, 2, 3.5, 11.5 ], "texture": "#stand" }, - "west": { "uv": [ 2, 2, 4, 11.5 ], "texture": "#stand" }, - "east": { "uv": [ 2, 2, 4, 11.5 ], "texture": "#stand" } - } -}, -{ - "from": [ 12, 4.5, 7.5 ], - "to": [ 14, 14, 8.5 ], - "faces": { - "down": { "uv": [ 3, 12, 3.5, 11.5 ], "rotation": 180, "texture": "#stand" }, - "up": { "uv": [ 3, 2, 3.5, 2.5 ], "rotation": 180, "texture": "#stand" }, - "north": { "uv": [ 2, 2, 4, 11.5 ], "texture": "#stand" }, - "south": { "uv": [ 2, 2, 4, 11.5 ], "texture": "#stand" }, - "west": { "uv": [ 2.5, 2, 3.5, 11.5 ], "texture": "#stand" }, - "east": { "uv": [ 2.5, 2, 3.5, 11.5 ], "texture": "#stand" } - } -}, -{ - "from": [ 3, 4.5, 3.5 ], - "to": [ 5, 14, 4.5 ], - "faces": { - "down": { "uv": [ 3, 12, 3.5, 11.5 ], "rotation": 270, "texture": "#stand" }, - "up": { "uv": [ 3, 2, 3.5, 2.5 ], "rotation": 90, "texture": "#stand" }, - "north": { "uv": [ 2, 2, 4, 11.5 ], "texture": "#stand" }, - "south": { "uv": [ 2, 2, 4, 11.5 ], "texture": "#stand" }, - "west": { "uv": [ 2.5, 2, 3.5, 11.5 ], "texture": "#stand" }, - "east": { "uv": [ 2.5, 2, 3.5, 11.5 ], "texture": "#stand" } - } -}, -{ - "from": [ 3.5, 4.5, 3 ], - "to": [ 4.5, 14, 5 ], - "faces": { - "down": { "uv": [ 3, 12, 3.5, 11.5 ], "rotation": 270, "texture": "#stand" }, - "up": { "uv": [ 3, 2, 3.5, 2.5 ], "rotation": 90, "texture": "#stand" }, - "north": { "uv": [ 2.5, 2, 3.5, 11.5 ], "texture": "#stand" }, - "south": { "uv": [ 2.5, 2, 3.5, 11.5 ], "texture": "#stand" }, - "west": { "uv": [ 2, 2, 4, 11.5 ], "texture": "#stand" }, - "east": { "uv": [ 2, 2, 4, 11.5 ], "texture": "#stand" } - } -}, -{ - "from": [ 3.5, 4.5, 11.25 ], - "to": [ 4.5, 14, 13.25 ], - "faces": { - "down": { "uv": [ 3, 12, 3.5, 11.5 ], "texture": "#stand" }, - "up": { "uv": [ 3, 2, 3.5, 2.5 ], "texture": "#stand" }, - "north": { "uv": [ 2.5, 2, 3.5, 11.5 ], "texture": "#stand" }, - "south": { "uv": [ 2.5, 2, 3.5, 11.5 ], "texture": "#stand" }, - "west": { "uv": [ 2, 2, 4, 11.5 ], "texture": "#stand" }, - "east": { "uv": [ 2, 2, 4, 11.5 ], "texture": "#stand" } - } -}, -{ - "from": [ 3, 4.5, 11.75 ], - "to": [ 5, 14, 12.75 ], - "faces": { - "down": { "uv": [ 3, 12, 3.5, 11.5 ], "texture": "#stand" }, - "up": { "uv": [ 3, 2, 3.5, 2.5 ], "texture": "#stand" }, - "north": { "uv": [ 2, 2, 4, 11.5 ], "texture": "#stand" }, - "south": { "uv": [ 2, 2, 4, 11.5 ], "texture": "#stand" }, - "west": { "uv": [ 2.5, 2, 3.5, 11.5 ], "texture": "#stand" }, - "east": { "uv": [ 2.5, 2, 3.5, 11.5 ], "texture": "#stand" } - } -}, -{ - "from": [ 6.5, 0, 6.5 ], - "to": [ 9.75, 1, 9.5 ], - "faces": { - "down": { "uv": [ 5.5, 3, 6, 2.5 ], "texture": "#stand" }, - "up": { "uv": [ 4, 3, 4.5, 3.5 ], "texture": "#stand" }, - "north": { "uv": [ 6.5, 15, 9.5, 16 ], "texture": "#stand" }, - "south": { "uv": [ 6.5, 15, 9.5, 16 ], "texture": "#stand" }, - "west": { "uv": [ 6.5, 15, 9.5, 16 ], "texture": "#stand" }, - "east": { "uv": [ 6.5, 15, 9.5, 16 ], "texture": "#stand" } - } -}, -{ - "from": [ 2.5, 12, 1.75 ], - "to": [ 3, 13.5, 2.75 ], - "rotation": { "origin": [ 2.5, 12, 1.75 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 4.5, 3, 5.5, 3.5 ], "rotation": 270, "texture": "#stand" }, - "up": { "uv": [ 4.5, 3.5, 5.5, 3 ], "rotation": 90, "texture": "#stand" }, - "north": { "uv": [ 0.5, 2.5, 1, 4 ], "texture": "#stand" }, - "south": { "uv": [ 0.5, 2.5, 1, 4 ], "texture": "#stand" }, - "west": { "uv": [ 7, 2.5, 8, 4 ], "texture": "#stand" }, - "east": { "uv": [ 8, 2.5, 9, 4 ], "texture": "#stand" } - } -}, -{ - "from": [ 6.75, 13, 8.75 ], - "to": [ 7.75, 13.5, 10 ], - "rotation": { "origin": [ 6.75, 13, 8.75 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 3, 3, 4, 3.5 ], "texture": "#stand" }, - "up": { "uv": [ 3, 3.5, 4, 3 ], "texture": "#stand" }, - "north": { "uv": [ 6.5, 2.5, 7.5, 3 ], "texture": "#stand" }, - "south": { "uv": [ 6.5, 2.5, 7.5, 3 ], "texture": "#stand" }, - "west": { "uv": [ 6.5, 2.5, 7.5, 3 ], "texture": "#stand" }, - "east": { "uv": [ 6.5, 2.5, 7.5, 3 ], "texture": "#stand" } - } -}, -{ - "from": [ 6.5, 13, 5.75 ], - "to": [ 7.75, 13.5, 6.75 ], - "rotation": { "origin": [ 6.5, 13, 5.75 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 3, 3, 4, 3.5 ], "rotation": 270, "texture": "#stand" }, - "up": { "uv": [ 3, 3.5, 4, 3 ], "rotation": 90, "texture": "#stand" }, - "north": { "uv": [ 6.5, 2.5, 7.5, 3 ], "texture": "#stand" }, - "south": { "uv": [ 6.5, 2.5, 7.5, 3 ], "texture": "#stand" }, - "west": { "uv": [ 6.5, 2.5, 7.5, 3 ], "texture": "#stand" }, - "east": { "uv": [ 6.5, 2.5, 7.5, 3 ], "texture": "#stand" } - } -}, -{ - "from": [ 2.75, 12.5, 2 ], - "to": [ 9.5, 13, 3 ], - "rotation": { "origin": [ 2.75, 12.5, 2 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 1, 3.5, 6.5, 3 ], "rotation": 180, "texture": "#stand" }, - "up": { "uv": [ 1, 3, 6.5, 3.5 ], "texture": "#stand" }, - "north": { "uv": [ 9.5, 3, 15, 3.5 ], "texture": "#stand" }, - "south": { "uv": [ 9.5, 3, 15, 3.5 ], "texture": "#stand" }, - "west": { "uv": [ 9.5, 3, 10.5, 3.5 ], "texture": "#stand" }, - "east": { "uv": [ 9.5, 3, 10.5, 3.5 ], "texture": "#stand" } - } -}, -{ - "from": [ 2, 12, 13.5 ], - "to": [ 3, 13.5, 14 ], - "rotation": { "origin": [ 2, 12, 13.5 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 4.5, 3, 5.5, 3.5 ], "texture": "#stand" }, - "up": { "uv": [ 4.5, 3.5, 5.5, 3 ], "texture": "#stand" }, - "north": { "uv": [ 8, 2.5, 9, 4 ], "texture": "#stand" }, - "south": { "uv": [ 7, 2.5, 8, 4 ], "texture": "#stand" }, - "west": { "uv": [ 0.5, 2.5, 1, 4 ], "texture": "#stand" }, - "east": { "uv": [ 0.5, 2.5, 1, 4 ], "texture": "#stand" } - } -}, -{ - "from": [ 7, 0, 6.75 ], - "to": [ 7.25, 14.25, 7 ], - "rotation": { "origin": [ 7, 0, 6.75 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 6.5, 5.5, 7, 5 ], "rotation": 90, "texture": "#stand" }, - "up": { "uv": [ 6.5, 4.5, 7, 5 ], "rotation": 270, "texture": "#stand" }, - "north": { "uv": [ 9, 3.25, 9.5, 16 ], "texture": "#stand" }, - "south": { "uv": [ 9, 3.25, 9.5, 16 ], "texture": "#stand" }, - "west": { "uv": [ 6.5, 3.5, 7, 16 ], "texture": "#stand" }, - "east": { "uv": [ 9, 3.5, 9.5, 16 ], "texture": "#stand" } - } -}, -{ - "from": [ 7, 0, 9 ], - "to": [ 7.25, 14.25, 9.25 ], - "rotation": { "origin": [ 7, 0, 9 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 6.5, 5.5, 7, 5 ], "rotation": 180, "texture": "#stand" }, - "up": { "uv": [ 6.5, 4.5, 7, 5 ], "rotation": 180, "texture": "#stand" }, - "north": { "uv": [ 9, 3.5, 9.5, 16 ], "texture": "#stand" }, - "south": { "uv": [ 6.5, 3.5, 7, 16 ], "texture": "#stand" }, - "west": { "uv": [ 9, 3.25, 9.5, 16 ], "texture": "#stand" }, - "east": { "uv": [ 9, 3.25, 9.5, 16 ], "texture": "#stand" } - } -}, -{ - "from": [ 9, 0, 9 ], - "to": [ 9.25, 14.25, 9.25 ], - "rotation": { "origin": [ 9, 0, 9 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 6.5, 5.5, 7, 5 ], "rotation": 270, "texture": "#stand" }, - "up": { "uv": [ 6.5, 4.5, 7, 5 ], "rotation": 90, "texture": "#stand" }, - "north": { "uv": [ 9, 3.25, 9.5, 16 ], "texture": "#stand" }, - "south": { "uv": [ 9, 3.25, 9.5, 16 ], "texture": "#stand" }, - "west": { "uv": [ 9, 3.5, 9.5, 16 ], "texture": "#stand" }, - "east": { "uv": [ 6.5, 3.5, 7, 16 ], "texture": "#stand" } - } -}, -{ - "from": [ 9, 0, 6.75 ], - "to": [ 9.25, 14.25, 7 ], - "rotation": { "origin": [ 9, 0, 6.75 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 6.5, 5.5, 7, 5 ], "texture": "#stand" }, - "up": { "uv": [ 6.5, 4.5, 7, 5 ], "texture": "#stand" }, - "north": { "uv": [ 6.5, 3.5, 7, 16 ], "texture": "#stand" }, - "south": { "uv": [ 9, 3.5, 9.5, 16 ], "texture": "#stand" }, - "west": { "uv": [ 9, 3.25, 9.5, 16 ], "texture": "#stand" }, - "east": { "uv": [ 9, 3.25, 9.5, 16 ], "texture": "#stand" } - } -}, -{ - "from": [ 15, 12, 7.5 ], - "to": [ 15.5, 13.5, 8.5 ], - "faces": { - "down": { "uv": [ 6.5, 6, 7, 5 ], "texture": "#stand" }, - "up": { "uv": [ 6.5, 5, 7, 6 ], "texture": "#stand" }, - "north": { "uv": [ 0.5, 2.5, 1, 4 ], "texture": "#stand" }, - "south": { "uv": [ 15, 2.5, 15.5, 4 ], "texture": "#stand" }, - "west": { "uv": [ 7.5, 2.5, 8.5, 4 ], "texture": "#stand" }, - "east": { "uv": [ 7.5, 2.5, 8.5, 4 ], "texture": "#stand" } - } -}, -{ - "from": [ 9.5, 12.5, 7.5 ], - "to": [ 10.5, 13.5, 8.5 ], - "faces": { - "down": { "uv": [ 8, 3.5, 9, 3 ], "texture": "#stand" }, - "up": { "uv": [ 9.5, 2.5, 10.5, 3 ], "rotation": 90, "texture": "#stand" }, - "north": { "uv": [ 10.5, 2.5, 9.5, 3.5 ], "texture": "#stand" }, - "south": { "uv": [ 9.5, 2.5, 10.5, 3.5 ], "texture": "#stand" }, - "west": { "uv": [ 7.5, 2.5, 8.5, 3.5 ], "texture": "#stand" }, - "east": { "uv": [ 7.5, 2.5, 8.5, 3.5 ], "texture": "#stand" } - } -}, -{ - "from": [ 6.5, 12, 7 ], - "to": [ 7, 13.5, 9 ], - "faces": { - "down": { "uv": [ 6.5, 5.5, 7, 3.5 ], "texture": "#stand" }, - "up": { "uv": [ 6.5, 9, 7, 11 ], "texture": "#stand" }, - "north": { "uv": [ 9, 2.5, 9.5, 4 ], "texture": "#stand" }, - "south": { "uv": [ 6.5, 2.5, 7, 4 ], "texture": "#stand" }, - "west": { "uv": [ 7, 2.5, 9, 4 ], "texture": "#stand" }, - "east": { "uv": [ 7, 2.5, 9, 4 ], "texture": "#stand" } - } -}, -{ - "from": [ 9, 12, 7 ], - "to": [ 9.5, 13.5, 9 ], - "faces": { - "down": { "uv": [ 9, 9, 9.5, 7 ], "texture": "#stand" }, - "up": { "uv": [ 9, 7, 9.5, 9 ], "texture": "#stand" }, - "north": { "uv": [ 6.5, 2.5, 7, 4 ], "texture": "#stand" }, - "south": { "uv": [ 9, 2.5, 9.5, 4 ], "texture": "#stand" }, - "west": { "uv": [ 7, 2.5, 9, 4 ], "texture": "#stand" }, - "east": { "uv": [ 7, 2.5, 9, 4 ], "texture": "#stand" } - } -}, -{ - "from": [ 7, 12, 9 ], - "to": [ 9, 13.5, 9.5 ], - "faces": { - "down": { "uv": [ 7, 3.5, 9, 3 ], "texture": "#stand" }, - "up": { "uv": [ 5.5, 2.5, 7.5, 3 ], "texture": "#stand" }, - "north": { "uv": [ 7, 2.5, 9, 4 ], "texture": "#stand" }, - "south": { "uv": [ 7, 2.5, 9, 4 ], "texture": "#stand" }, - "west": { "uv": [ 9, 2.5, 9.5, 4 ], "texture": "#stand" }, - "east": { "uv": [ 6.5, 2.5, 7, 4 ], "texture": "#stand" } - } -}, -{ - "from": [ 7, 12, 6.5 ], - "to": [ 9, 13.5, 7 ], - "faces": { - "down": { "uv": [ 5.5, 3.5, 7.5, 3 ], "texture": "#stand" }, - "up": { "uv": [ 3.5, 3, 5.5, 3.5 ], "texture": "#stand" }, - "north": { "uv": [ 7, 2.5, 9, 4 ], "texture": "#stand" }, - "south": { "uv": [ 7, 2.5, 9, 4 ], "texture": "#stand" }, - "west": { "uv": [ 6.5, 2.5, 7, 4 ], "texture": "#stand" }, - "east": { "uv": [ 9, 2.5, 9.5, 4 ], "texture": "#stand" } - } -}, -{ - "from": [ 10.5, 12.5, 7.5 ], - "to": [ 15, 13, 8.5 ], - "faces": { - "down": { "uv": [ 1, 3.5, 5.5, 3 ], "texture": "#stand" }, - "up": { "uv": [ 1, 3, 5.5, 3.5 ], "texture": "#stand" }, - "north": { "uv": [ 1, 3, 5.5, 3.5 ], "texture": "#stand" }, - "south": { "uv": [ 10.5, 3, 15, 3.5 ], "texture": "#stand" }, - "west": { "uv": [ 7.5, 3, 8.5, 3.5 ], "texture": "#stand" }, - "east": { "uv": [ 7.5, 3, 8.5, 3.5 ], "texture": "#stand" } - } -}, -{ - "from": [ 6.75, 12.5, 8.75 ], - "to": [ 7.75, 13, 15.5 ], - "rotation": { "origin": [ 6.75, 12.5, 8.75 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 1, 3.5, 6.5, 3 ], "rotation": 270, "texture": "#stand" }, - "up": { "uv": [ 1, 3, 6.5, 3.5 ], "rotation": 270, "texture": "#stand" }, - "north": { "uv": [ 9.5, 3, 10.5, 3.5 ], "texture": "#stand" }, - "south": { "uv": [ 9.5, 3, 10.5, 3.5 ], "texture": "#stand" }, - "west": { "uv": [ 9.5, 3, 15, 3.5 ], "texture": "#stand" }, - "east": { "uv": [ 9.5, 3, 15, 3.5 ], "texture": "#stand" } - } -}, -{ - "from": [ 1, 0, 9.25 ], - "to": [ 7, 2, 15.25 ], - "faces": { - "down": { "uv": [ 2, 9, 8, 15 ], "texture": "#base" }, - "up": { "uv": [ 2, 9, 8, 15 ], "texture": "#base" }, - "north": { "uv": [ 2, 14, 8, 16 ], "texture": "#base" }, - "south": { "uv": [ 2, 14, 8, 16 ], "texture": "#base" }, - "west": { "uv": [ 9, 14, 15, 16 ], "texture": "#base" }, - "east": { "uv": [ 9, 14, 15, 16 ], "texture": "#base" } - } -}, -{ - "from": [ 1, 0, 1 ], - "to": [ 7, 2, 7 ], - "faces": { - "down": { "uv": [ 2, 1, 8, 7 ], "texture": "#base" }, - "up": { "uv": [ 2, 1, 8, 7 ], "texture": "#base" }, - "north": { "uv": [ 2, 14, 8, 16 ], "texture": "#base" }, - "south": { "uv": [ 2, 14, 8, 16 ], "texture": "#base" }, - "west": { "uv": [ 1, 14, 7, 16 ], "texture": "#base" }, - "east": { "uv": [ 1, 14, 7, 16 ], "texture": "#base" } - } -}, -{ - "from": [ 10, 0, 5 ], - "to": [ 16, 2, 11 ], - "faces": { - "down": { "uv": [ 9, 5, 15, 11 ], "texture": "#base" }, - "up": { "uv": [ 9, 5, 15, 11 ], "texture": "#base" }, - "north": { "uv": [ 9, 14, 15, 16 ], "texture": "#base" }, - "south": { "uv": [ 9, 14, 15, 16 ], "texture": "#base" }, - "west": { "uv": [ 5, 14, 11, 16 ], "texture": "#base" }, - "east": { "uv": [ 5, 14, 11, 16 ], "texture": "#base" } - } -}, -{ - "from": [ 7, 0, 7 ], - "to": [ 9, 14, 9 ], - "faces": { - "down": { "uv": [ 7, 7, 9, 9 ], "texture": "#stand" }, - "up": { "uv": [ 7, 7, 9, 9 ], "texture": "#stand" }, - "north": { "uv": [ 7, 2, 9, 16 ], "texture": "#stand" }, - "south": { "uv": [ 7, 2, 9, 16 ], "texture": "#stand" }, - "west": { "uv": [ 7, 2, 9, 16 ], "texture": "#stand" }, - "east": { "uv": [ 7, 2, 9, 16 ], "texture": "#stand" } - } -}, -{ - "from": [ 3.5, 4, 11.75 ], - "to": [ 4.5, 4.5, 12.75 ], - "faces": { - "down": { "uv": [ 3, 12, 3.5, 11.5 ], "texture": "#stand" }, - "up": { "uv": [ 3, 2, 3.5, 2.5 ], "texture": "#stand" }, - "north": { "uv": [ 2.5, 11.5, 3.5, 12 ], "texture": "#stand" }, - "south": { "uv": [ 2.5, 11.5, 3.5, 12 ], "texture": "#stand" }, - "west": { "uv": [ 2.5, 11.5, 3.5, 12 ], "texture": "#stand" }, - "east": { "uv": [ 2.5, 11.5, 3.5, 12 ], "texture": "#stand" } - } -}, -{ - "from": [ 12.5, 4, 7.5 ], - "to": [ 13.5, 4.5, 8.5 ], - "faces": { - "down": { "uv": [ 3, 12, 3.5, 11.5 ], "texture": "#stand" }, - "up": { "uv": [ 3, 2, 3.5, 2.5 ], "texture": "#stand" }, - "north": { "uv": [ 2.5, 11.5, 3.5, 12 ], "texture": "#stand" }, - "south": { "uv": [ 2.5, 11.5, 3.5, 12 ], "texture": "#stand" }, - "west": { "uv": [ 2.5, 11.5, 3.5, 12 ], "texture": "#stand" }, - "east": { "uv": [ 2.5, 11.5, 3.5, 12 ], "texture": "#stand" } - } -}, -{ - "from": [ 3.5, 4, 3.5 ], - "to": [ 4.5, 4.5, 4.5 ], - "faces": { - "down": { "uv": [ 3, 12, 3.5, 11.5 ], "texture": "#stand" }, - "up": { "uv": [ 3, 2, 3.5, 2.5 ], "texture": "#stand" }, - "north": { "uv": [ 2.5, 11.5, 3.5, 12 ], "texture": "#stand" }, - "south": { "uv": [ 2.5, 11.5, 3.5, 12 ], "texture": "#stand" }, - "west": { "uv": [ 2.5, 11.5, 3.5, 12 ], "texture": "#stand" }, - "east": { "uv": [ 2.5, 11.5, 3.5, 12 ], "texture": "#stand" } - } -} -] -} \ No newline at end of file +{"ambientocclusion":false,"textures":{"particle":"block/brewing_stand_base","stand":"block/brewing_stand","base":"block/brewing_stand_base"},"elements":[{"from":[12.5,4.5,7],"to":[13.5,14,9],"faces":{"down":{"uv":[3,12,3.5,11.5],"rotation":180,"texture":"#stand"},"up":{"uv":[3,2,3.5,2.5],"rotation":180,"texture":"#stand"},"north":{"uv":[2.5,2,3.5,11.5],"texture":"#stand"},"south":{"uv":[2.5,2,3.5,11.5],"texture":"#stand"},"west":{"uv":[2,2,4,11.5],"texture":"#stand"},"east":{"uv":[2,2,4,11.5],"texture":"#stand"}}},{"from":[12,4.5,7.5],"to":[14,14,8.5],"faces":{"down":{"uv":[3,12,3.5,11.5],"rotation":180,"texture":"#stand"},"up":{"uv":[3,2,3.5,2.5],"rotation":180,"texture":"#stand"},"north":{"uv":[2,2,4,11.5],"texture":"#stand"},"south":{"uv":[2,2,4,11.5],"texture":"#stand"},"west":{"uv":[2.5,2,3.5,11.5],"texture":"#stand"},"east":{"uv":[2.5,2,3.5,11.5],"texture":"#stand"}}},{"from":[3,4.5,3.5],"to":[5,14,4.5],"faces":{"down":{"uv":[3,12,3.5,11.5],"rotation":270,"texture":"#stand"},"up":{"uv":[3,2,3.5,2.5],"rotation":90,"texture":"#stand"},"north":{"uv":[2,2,4,11.5],"texture":"#stand"},"south":{"uv":[2,2,4,11.5],"texture":"#stand"},"west":{"uv":[2.5,2,3.5,11.5],"texture":"#stand"},"east":{"uv":[2.5,2,3.5,11.5],"texture":"#stand"}}},{"from":[3.5,4.5,3],"to":[4.5,14,5],"faces":{"down":{"uv":[3,12,3.5,11.5],"rotation":270,"texture":"#stand"},"up":{"uv":[3,2,3.5,2.5],"rotation":90,"texture":"#stand"},"north":{"uv":[2.5,2,3.5,11.5],"texture":"#stand"},"south":{"uv":[2.5,2,3.5,11.5],"texture":"#stand"},"west":{"uv":[2,2,4,11.5],"texture":"#stand"},"east":{"uv":[2,2,4,11.5],"texture":"#stand"}}},{"from":[3.5,4.5,11.25],"to":[4.5,14,13.25],"faces":{"down":{"uv":[3,12,3.5,11.5],"texture":"#stand"},"up":{"uv":[3,2,3.5,2.5],"texture":"#stand"},"north":{"uv":[2.5,2,3.5,11.5],"texture":"#stand"},"south":{"uv":[2.5,2,3.5,11.5],"texture":"#stand"},"west":{"uv":[2,2,4,11.5],"texture":"#stand"},"east":{"uv":[2,2,4,11.5],"texture":"#stand"}}},{"from":[3,4.5,11.75],"to":[5,14,12.75],"faces":{"down":{"uv":[3,12,3.5,11.5],"texture":"#stand"},"up":{"uv":[3,2,3.5,2.5],"texture":"#stand"},"north":{"uv":[2,2,4,11.5],"texture":"#stand"},"south":{"uv":[2,2,4,11.5],"texture":"#stand"},"west":{"uv":[2.5,2,3.5,11.5],"texture":"#stand"},"east":{"uv":[2.5,2,3.5,11.5],"texture":"#stand"}}},{"from":[6.5,0,6.5],"to":[9.75,1,9.5],"faces":{"down":{"uv":[5.5,3,6,2.5],"texture":"#stand"},"up":{"uv":[4,3,4.5,3.5],"texture":"#stand"},"north":{"uv":[6.5,15,9.5,16],"texture":"#stand"},"south":{"uv":[6.5,15,9.5,16],"texture":"#stand"},"west":{"uv":[6.5,15,9.5,16],"texture":"#stand"},"east":{"uv":[6.5,15,9.5,16],"texture":"#stand"}}},{"from":[2.5,12,1.75],"to":[3,13.5,2.75],"rotation":{"origin":[2.5,12,1.75],"axis":"y","angle":-45},"faces":{"down":{"uv":[4.5,3,5.5,3.5],"rotation":270,"texture":"#stand"},"up":{"uv":[4.5,3.5,5.5,3],"rotation":90,"texture":"#stand"},"north":{"uv":[0.5,2.5,1,4],"texture":"#stand"},"south":{"uv":[0.5,2.5,1,4],"texture":"#stand"},"west":{"uv":[7,2.5,8,4],"texture":"#stand"},"east":{"uv":[8,2.5,9,4],"texture":"#stand"}}},{"from":[6.75,13,8.75],"to":[7.75,13.5,10],"rotation":{"origin":[6.75,13,8.75],"axis":"y","angle":-45},"faces":{"down":{"uv":[3,3,4,3.5],"texture":"#stand"},"up":{"uv":[3,3.5,4,3],"texture":"#stand"},"north":{"uv":[6.5,2.5,7.5,3],"texture":"#stand"},"south":{"uv":[6.5,2.5,7.5,3],"texture":"#stand"},"west":{"uv":[6.5,2.5,7.5,3],"texture":"#stand"},"east":{"uv":[6.5,2.5,7.5,3],"texture":"#stand"}}},{"from":[6.5,13,5.75],"to":[7.75,13.5,6.75],"rotation":{"origin":[6.5,13,5.75],"axis":"y","angle":-45},"faces":{"down":{"uv":[3,3,4,3.5],"rotation":270,"texture":"#stand"},"up":{"uv":[3,3.5,4,3],"rotation":90,"texture":"#stand"},"north":{"uv":[6.5,2.5,7.5,3],"texture":"#stand"},"south":{"uv":[6.5,2.5,7.5,3],"texture":"#stand"},"west":{"uv":[6.5,2.5,7.5,3],"texture":"#stand"},"east":{"uv":[6.5,2.5,7.5,3],"texture":"#stand"}}},{"from":[2.75,12.5,2],"to":[9.5,13,3],"rotation":{"origin":[2.75,12.5,2],"axis":"y","angle":-45},"faces":{"down":{"uv":[1,3.5,6.5,3],"rotation":180,"texture":"#stand"},"up":{"uv":[1,3,6.5,3.5],"texture":"#stand"},"north":{"uv":[9.5,3,15,3.5],"texture":"#stand"},"south":{"uv":[9.5,3,15,3.5],"texture":"#stand"},"west":{"uv":[9.5,3,10.5,3.5],"texture":"#stand"},"east":{"uv":[9.5,3,10.5,3.5],"texture":"#stand"}}},{"from":[2,12,13.5],"to":[3,13.5,14],"rotation":{"origin":[2,12,13.5],"axis":"y","angle":-45},"faces":{"down":{"uv":[4.5,3,5.5,3.5],"texture":"#stand"},"up":{"uv":[4.5,3.5,5.5,3],"texture":"#stand"},"north":{"uv":[8,2.5,9,4],"texture":"#stand"},"south":{"uv":[7,2.5,8,4],"texture":"#stand"},"west":{"uv":[0.5,2.5,1,4],"texture":"#stand"},"east":{"uv":[0.5,2.5,1,4],"texture":"#stand"}}},{"from":[7,0,6.75],"to":[7.25,14.25,7],"rotation":{"origin":[7,0,6.75],"axis":"y","angle":-45},"faces":{"down":{"uv":[6.5,5.5,7,5],"rotation":90,"texture":"#stand"},"up":{"uv":[6.5,4.5,7,5],"rotation":270,"texture":"#stand"},"north":{"uv":[9,3.25,9.5,16],"texture":"#stand"},"south":{"uv":[9,3.25,9.5,16],"texture":"#stand"},"west":{"uv":[6.5,3.5,7,16],"texture":"#stand"},"east":{"uv":[9,3.5,9.5,16],"texture":"#stand"}}},{"from":[7,0,9],"to":[7.25,14.25,9.25],"rotation":{"origin":[7,0,9],"axis":"y","angle":-45},"faces":{"down":{"uv":[6.5,5.5,7,5],"rotation":180,"texture":"#stand"},"up":{"uv":[6.5,4.5,7,5],"rotation":180,"texture":"#stand"},"north":{"uv":[9,3.5,9.5,16],"texture":"#stand"},"south":{"uv":[6.5,3.5,7,16],"texture":"#stand"},"west":{"uv":[9,3.25,9.5,16],"texture":"#stand"},"east":{"uv":[9,3.25,9.5,16],"texture":"#stand"}}},{"from":[9,0,9],"to":[9.25,14.25,9.25],"rotation":{"origin":[9,0,9],"axis":"y","angle":-45},"faces":{"down":{"uv":[6.5,5.5,7,5],"rotation":270,"texture":"#stand"},"up":{"uv":[6.5,4.5,7,5],"rotation":90,"texture":"#stand"},"north":{"uv":[9,3.25,9.5,16],"texture":"#stand"},"south":{"uv":[9,3.25,9.5,16],"texture":"#stand"},"west":{"uv":[9,3.5,9.5,16],"texture":"#stand"},"east":{"uv":[6.5,3.5,7,16],"texture":"#stand"}}},{"from":[9,0,6.75],"to":[9.25,14.25,7],"rotation":{"origin":[9,0,6.75],"axis":"y","angle":-45},"faces":{"down":{"uv":[6.5,5.5,7,5],"texture":"#stand"},"up":{"uv":[6.5,4.5,7,5],"texture":"#stand"},"north":{"uv":[6.5,3.5,7,16],"texture":"#stand"},"south":{"uv":[9,3.5,9.5,16],"texture":"#stand"},"west":{"uv":[9,3.25,9.5,16],"texture":"#stand"},"east":{"uv":[9,3.25,9.5,16],"texture":"#stand"}}},{"from":[15,12,7.5],"to":[15.5,13.5,8.5],"faces":{"down":{"uv":[6.5,6,7,5],"texture":"#stand"},"up":{"uv":[6.5,5,7,6],"texture":"#stand"},"north":{"uv":[0.5,2.5,1,4],"texture":"#stand"},"south":{"uv":[15,2.5,15.5,4],"texture":"#stand"},"west":{"uv":[7.5,2.5,8.5,4],"texture":"#stand"},"east":{"uv":[7.5,2.5,8.5,4],"texture":"#stand"}}},{"from":[9.5,12.5,7.5],"to":[10.5,13.5,8.5],"faces":{"down":{"uv":[8,3.5,9,3],"texture":"#stand"},"up":{"uv":[9.5,2.5,10.5,3],"rotation":90,"texture":"#stand"},"north":{"uv":[10.5,2.5,9.5,3.5],"texture":"#stand"},"south":{"uv":[9.5,2.5,10.5,3.5],"texture":"#stand"},"west":{"uv":[7.5,2.5,8.5,3.5],"texture":"#stand"},"east":{"uv":[7.5,2.5,8.5,3.5],"texture":"#stand"}}},{"from":[6.5,12,7],"to":[7,13.5,9],"faces":{"down":{"uv":[6.5,5.5,7,3.5],"texture":"#stand"},"up":{"uv":[6.5,9,7,11],"texture":"#stand"},"north":{"uv":[9,2.5,9.5,4],"texture":"#stand"},"south":{"uv":[6.5,2.5,7,4],"texture":"#stand"},"west":{"uv":[7,2.5,9,4],"texture":"#stand"},"east":{"uv":[7,2.5,9,4],"texture":"#stand"}}},{"from":[9,12,7],"to":[9.5,13.5,9],"faces":{"down":{"uv":[9,9,9.5,7],"texture":"#stand"},"up":{"uv":[9,7,9.5,9],"texture":"#stand"},"north":{"uv":[6.5,2.5,7,4],"texture":"#stand"},"south":{"uv":[9,2.5,9.5,4],"texture":"#stand"},"west":{"uv":[7,2.5,9,4],"texture":"#stand"},"east":{"uv":[7,2.5,9,4],"texture":"#stand"}}},{"from":[7,12,9],"to":[9,13.5,9.5],"faces":{"down":{"uv":[7,3.5,9,3],"texture":"#stand"},"up":{"uv":[5.5,2.5,7.5,3],"texture":"#stand"},"north":{"uv":[7,2.5,9,4],"texture":"#stand"},"south":{"uv":[7,2.5,9,4],"texture":"#stand"},"west":{"uv":[9,2.5,9.5,4],"texture":"#stand"},"east":{"uv":[6.5,2.5,7,4],"texture":"#stand"}}},{"from":[7,12,6.5],"to":[9,13.5,7],"faces":{"down":{"uv":[5.5,3.5,7.5,3],"texture":"#stand"},"up":{"uv":[3.5,3,5.5,3.5],"texture":"#stand"},"north":{"uv":[7,2.5,9,4],"texture":"#stand"},"south":{"uv":[7,2.5,9,4],"texture":"#stand"},"west":{"uv":[6.5,2.5,7,4],"texture":"#stand"},"east":{"uv":[9,2.5,9.5,4],"texture":"#stand"}}},{"from":[10.5,12.5,7.5],"to":[15,13,8.5],"faces":{"down":{"uv":[1,3.5,5.5,3],"texture":"#stand"},"up":{"uv":[1,3,5.5,3.5],"texture":"#stand"},"north":{"uv":[1,3,5.5,3.5],"texture":"#stand"},"south":{"uv":[10.5,3,15,3.5],"texture":"#stand"},"west":{"uv":[7.5,3,8.5,3.5],"texture":"#stand"},"east":{"uv":[7.5,3,8.5,3.5],"texture":"#stand"}}},{"from":[6.75,12.5,8.75],"to":[7.75,13,15.5],"rotation":{"origin":[6.75,12.5,8.75],"axis":"y","angle":-45},"faces":{"down":{"uv":[1,3.5,6.5,3],"rotation":270,"texture":"#stand"},"up":{"uv":[1,3,6.5,3.5],"rotation":270,"texture":"#stand"},"north":{"uv":[9.5,3,10.5,3.5],"texture":"#stand"},"south":{"uv":[9.5,3,10.5,3.5],"texture":"#stand"},"west":{"uv":[9.5,3,15,3.5],"texture":"#stand"},"east":{"uv":[9.5,3,15,3.5],"texture":"#stand"}}},{"from":[1,0,9.25],"to":[7,2,15.25],"faces":{"down":{"uv":[2,9,8,15],"texture":"#base"},"up":{"uv":[2,9,8,15],"texture":"#base"},"north":{"uv":[2,14,8,16],"texture":"#base"},"south":{"uv":[2,14,8,16],"texture":"#base"},"west":{"uv":[9,14,15,16],"texture":"#base"},"east":{"uv":[9,14,15,16],"texture":"#base"}}},{"from":[1,0,1],"to":[7,2,7],"faces":{"down":{"uv":[2,1,8,7],"texture":"#base"},"up":{"uv":[2,1,8,7],"texture":"#base"},"north":{"uv":[2,14,8,16],"texture":"#base"},"south":{"uv":[2,14,8,16],"texture":"#base"},"west":{"uv":[1,14,7,16],"texture":"#base"},"east":{"uv":[1,14,7,16],"texture":"#base"}}},{"from":[10,0,5],"to":[16,2,11],"faces":{"down":{"uv":[9,5,15,11],"texture":"#base"},"up":{"uv":[9,5,15,11],"texture":"#base"},"north":{"uv":[9,14,15,16],"texture":"#base"},"south":{"uv":[9,14,15,16],"texture":"#base"},"west":{"uv":[5,14,11,16],"texture":"#base"},"east":{"uv":[5,14,11,16],"texture":"#base"}}},{"from":[7,0,7],"to":[9,14,9],"faces":{"down":{"uv":[7,7,9,9],"texture":"#stand"},"up":{"uv":[7,7,9,9],"texture":"#stand"},"north":{"uv":[7,2,9,16],"texture":"#stand"},"south":{"uv":[7,2,9,16],"texture":"#stand"},"west":{"uv":[7,2,9,16],"texture":"#stand"},"east":{"uv":[7,2,9,16],"texture":"#stand"}}},{"from":[3.5,4,11.75],"to":[4.5,4.5,12.75],"faces":{"down":{"uv":[3,12,3.5,11.5],"texture":"#stand"},"up":{"uv":[3,2,3.5,2.5],"texture":"#stand"},"north":{"uv":[2.5,11.5,3.5,12],"texture":"#stand"},"south":{"uv":[2.5,11.5,3.5,12],"texture":"#stand"},"west":{"uv":[2.5,11.5,3.5,12],"texture":"#stand"},"east":{"uv":[2.5,11.5,3.5,12],"texture":"#stand"}}},{"from":[12.5,4,7.5],"to":[13.5,4.5,8.5],"faces":{"down":{"uv":[3,12,3.5,11.5],"texture":"#stand"},"up":{"uv":[3,2,3.5,2.5],"texture":"#stand"},"north":{"uv":[2.5,11.5,3.5,12],"texture":"#stand"},"south":{"uv":[2.5,11.5,3.5,12],"texture":"#stand"},"west":{"uv":[2.5,11.5,3.5,12],"texture":"#stand"},"east":{"uv":[2.5,11.5,3.5,12],"texture":"#stand"}}},{"from":[3.5,4,3.5],"to":[4.5,4.5,4.5],"faces":{"down":{"uv":[3,12,3.5,11.5],"texture":"#stand"},"up":{"uv":[3,2,3.5,2.5],"texture":"#stand"},"north":{"uv":[2.5,11.5,3.5,12],"texture":"#stand"},"south":{"uv":[2.5,11.5,3.5,12],"texture":"#stand"},"west":{"uv":[2.5,11.5,3.5,12],"texture":"#stand"},"east":{"uv":[2.5,11.5,3.5,12],"texture":"#stand"}}}]} diff --git a/assets/minecraft/models/block/brewing_stand_bottles_13.json b/assets/minecraft/models/block/brewing_stand_bottles_13.json index 3d677da..b6cdc35 100755 --- a/assets/minecraft/models/block/brewing_stand_bottles_13.json +++ b/assets/minecraft/models/block/brewing_stand_bottles_13.json @@ -1,356 +1 @@ -{ -"ambientocclusion": false, -"textures": { - "particle": "blocks/brewing_stand_base", - "stand": "blocks/brewing_stand", - "base": "blocks/brewing_stand_base" -}, -"elements": [ -{ - "from": [ 3.5, 4, 3.5 ], - "to": [ 4.5, 4.5, 4.5 ], - "faces": { - "down": { "uv": [ 3, 12, 3.5, 11.5 ], "texture": "#stand" }, - "up": { "uv": [ 3, 2, 3.5, 2.5 ], "texture": "#stand" }, - "north": { "uv": [ 2.5, 11.5, 3.5, 12 ], "texture": "#stand" }, - "south": { "uv": [ 2.5, 11.5, 3.5, 12 ], "texture": "#stand" }, - "west": { "uv": [ 2.5, 11.5, 3.5, 12 ], "texture": "#stand" }, - "east": { "uv": [ 2.5, 11.5, 3.5, 12 ], "texture": "#stand" } - } -}, -{ - "from": [ 3.5, 4, 11.75 ], - "to": [ 4.5, 4.5, 12.75 ], - "faces": { - "down": { "uv": [ 3, 12, 3.5, 11.5 ], "texture": "#stand" }, - "up": { "uv": [ 3, 2, 3.5, 2.5 ], "texture": "#stand" }, - "north": { "uv": [ 2.5, 11.5, 3.5, 12 ], "texture": "#stand" }, - "south": { "uv": [ 2.5, 11.5, 3.5, 12 ], "texture": "#stand" }, - "west": { "uv": [ 2.5, 11.5, 3.5, 12 ], "texture": "#stand" }, - "east": { "uv": [ 2.5, 11.5, 3.5, 12 ], "texture": "#stand" } - } -}, -{ - "from": [ 7, 0, 7 ], - "to": [ 9, 14, 9 ], - "faces": { - "down": { "uv": [ 7, 7, 9, 9 ], "texture": "#stand" }, - "up": { "uv": [ 7, 7, 9, 9 ], "texture": "#stand" }, - "north": { "uv": [ 7, 2, 9, 16 ], "texture": "#stand" }, - "south": { "uv": [ 7, 2, 9, 16 ], "texture": "#stand" }, - "west": { "uv": [ 7, 2, 9, 16 ], "texture": "#stand" }, - "east": { "uv": [ 7, 2, 9, 16 ], "texture": "#stand" } - } -}, -{ - "from": [ 10, 0, 5 ], - "to": [ 16, 2, 11 ], - "faces": { - "down": { "uv": [ 9, 5, 15, 11 ], "texture": "#base" }, - "up": { "uv": [ 9, 5, 15, 11 ], "texture": "#base" }, - "north": { "uv": [ 9, 14, 15, 16 ], "texture": "#base" }, - "south": { "uv": [ 9, 14, 15, 16 ], "texture": "#base" }, - "west": { "uv": [ 5, 14, 11, 16 ], "texture": "#base" }, - "east": { "uv": [ 5, 14, 11, 16 ], "texture": "#base" } - } -}, -{ - "from": [ 1, 0, 1 ], - "to": [ 7, 2, 7 ], - "faces": { - "down": { "uv": [ 2, 1, 8, 7 ], "texture": "#base" }, - "up": { "uv": [ 2, 1, 8, 7 ], "texture": "#base" }, - "north": { "uv": [ 2, 14, 8, 16 ], "texture": "#base" }, - "south": { "uv": [ 2, 14, 8, 16 ], "texture": "#base" }, - "west": { "uv": [ 1, 14, 7, 16 ], "texture": "#base" }, - "east": { "uv": [ 1, 14, 7, 16 ], "texture": "#base" } - } -}, -{ - "from": [ 1, 0, 9.25 ], - "to": [ 7, 2, 15.25 ], - "faces": { - "down": { "uv": [ 2, 9, 8, 15 ], "texture": "#base" }, - "up": { "uv": [ 2, 9, 8, 15 ], "texture": "#base" }, - "north": { "uv": [ 2, 14, 8, 16 ], "texture": "#base" }, - "south": { "uv": [ 2, 14, 8, 16 ], "texture": "#base" }, - "west": { "uv": [ 9, 14, 15, 16 ], "texture": "#base" }, - "east": { "uv": [ 9, 14, 15, 16 ], "texture": "#base" } - } -}, -{ - "from": [ 6.75, 12.5, 8.75 ], - "to": [ 7.75, 13, 15.5 ], - "rotation": { "origin": [ 6.75, 12.5, 8.75 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 1, 3.5, 6.5, 3 ], "rotation": 270, "texture": "#stand" }, - "up": { "uv": [ 1, 3, 6.5, 3.5 ], "rotation": 270, "texture": "#stand" }, - "north": { "uv": [ 9.5, 3, 10.5, 3.5 ], "texture": "#stand" }, - "south": { "uv": [ 9.5, 3, 10.5, 3.5 ], "texture": "#stand" }, - "west": { "uv": [ 9.5, 3, 15, 3.5 ], "texture": "#stand" }, - "east": { "uv": [ 9.5, 3, 15, 3.5 ], "texture": "#stand" } - } -}, -{ - "from": [ 10.5, 12.5, 7.5 ], - "to": [ 15, 13, 8.5 ], - "faces": { - "down": { "uv": [ 1, 3.5, 5.5, 3 ], "texture": "#stand" }, - "up": { "uv": [ 1, 3, 5.5, 3.5 ], "texture": "#stand" }, - "north": { "uv": [ 1, 3, 5.5, 3.5 ], "texture": "#stand" }, - "south": { "uv": [ 10.5, 3, 15, 3.5 ], "texture": "#stand" }, - "west": { "uv": [ 7.5, 3, 8.5, 3.5 ], "texture": "#stand" }, - "east": { "uv": [ 7.5, 3, 8.5, 3.5 ], "texture": "#stand" } - } -}, -{ - "from": [ 7, 12, 6.5 ], - "to": [ 9, 13.5, 7 ], - "faces": { - "down": { "uv": [ 5.5, 3.5, 7.5, 3 ], "texture": "#stand" }, - "up": { "uv": [ 3.5, 3, 5.5, 3.5 ], "texture": "#stand" }, - "north": { "uv": [ 7, 2.5, 9, 4 ], "texture": "#stand" }, - "south": { "uv": [ 7, 2.5, 9, 4 ], "texture": "#stand" }, - "west": { "uv": [ 6.5, 2.5, 7, 4 ], "texture": "#stand" }, - "east": { "uv": [ 9, 2.5, 9.5, 4 ], "texture": "#stand" } - } -}, -{ - "from": [ 7, 12, 9 ], - "to": [ 9, 13.5, 9.5 ], - "faces": { - "down": { "uv": [ 7, 3.5, 9, 3 ], "texture": "#stand" }, - "up": { "uv": [ 5.5, 2.5, 7.5, 3 ], "texture": "#stand" }, - "north": { "uv": [ 7, 2.5, 9, 4 ], "texture": "#stand" }, - "south": { "uv": [ 7, 2.5, 9, 4 ], "texture": "#stand" }, - "west": { "uv": [ 9, 2.5, 9.5, 4 ], "texture": "#stand" }, - "east": { "uv": [ 6.5, 2.5, 7, 4 ], "texture": "#stand" } - } -}, -{ - "from": [ 9, 12, 7 ], - "to": [ 9.5, 13.5, 9 ], - "faces": { - "down": { "uv": [ 9, 9, 9.5, 7 ], "texture": "#stand" }, - "up": { "uv": [ 9, 7, 9.5, 9 ], "texture": "#stand" }, - "north": { "uv": [ 6.5, 2.5, 7, 4 ], "texture": "#stand" }, - "south": { "uv": [ 9, 2.5, 9.5, 4 ], "texture": "#stand" }, - "west": { "uv": [ 7, 2.5, 9, 4 ], "texture": "#stand" }, - "east": { "uv": [ 7, 2.5, 9, 4 ], "texture": "#stand" } - } -}, -{ - "from": [ 6.5, 12, 7 ], - "to": [ 7, 13.5, 9 ], - "faces": { - "down": { "uv": [ 6.5, 5.5, 7, 3.5 ], "texture": "#stand" }, - "up": { "uv": [ 6.5, 9, 7, 11 ], "texture": "#stand" }, - "north": { "uv": [ 9, 2.5, 9.5, 4 ], "texture": "#stand" }, - "south": { "uv": [ 6.5, 2.5, 7, 4 ], "texture": "#stand" }, - "west": { "uv": [ 7, 2.5, 9, 4 ], "texture": "#stand" }, - "east": { "uv": [ 7, 2.5, 9, 4 ], "texture": "#stand" } - } -}, -{ - "from": [ 9.5, 12.5, 7.5 ], - "to": [ 10.5, 13.5, 8.5 ], - "faces": { - "down": { "uv": [ 8, 3.5, 9, 3 ], "texture": "#stand" }, - "up": { "uv": [ 9.5, 2.5, 10.5, 3 ], "rotation": 90, "texture": "#stand" }, - "north": { "uv": [ 10.5, 2.5, 9.5, 3.5 ], "texture": "#stand" }, - "south": { "uv": [ 9.5, 2.5, 10.5, 3.5 ], "texture": "#stand" }, - "west": { "uv": [ 7.5, 2.5, 8.5, 3.5 ], "texture": "#stand" }, - "east": { "uv": [ 7.5, 2.5, 8.5, 3.5 ], "texture": "#stand" } - } -}, -{ - "from": [ 15, 12, 7.5 ], - "to": [ 15.5, 13.5, 8.5 ], - "faces": { - "down": { "uv": [ 6.5, 6, 7, 5 ], "texture": "#stand" }, - "up": { "uv": [ 6.5, 5, 7, 6 ], "texture": "#stand" }, - "north": { "uv": [ 0.5, 2.5, 1, 4 ], "texture": "#stand" }, - "south": { "uv": [ 15, 2.5, 15.5, 4 ], "texture": "#stand" }, - "west": { "uv": [ 7.5, 2.5, 8.5, 4 ], "texture": "#stand" }, - "east": { "uv": [ 7.5, 2.5, 8.5, 4 ], "texture": "#stand" } - } -}, -{ - "from": [ 9, 0, 6.75 ], - "to": [ 9.25, 14.25, 7 ], - "rotation": { "origin": [ 9, 0, 6.75 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 6.5, 5.5, 7, 5 ], "texture": "#stand" }, - "up": { "uv": [ 6.5, 4.5, 7, 5 ], "texture": "#stand" }, - "north": { "uv": [ 6.5, 3.5, 7, 16 ], "texture": "#stand" }, - "south": { "uv": [ 9, 3.5, 9.5, 16 ], "texture": "#stand" }, - "west": { "uv": [ 9, 3.25, 9.5, 16 ], "texture": "#stand" }, - "east": { "uv": [ 9, 3.25, 9.5, 16 ], "texture": "#stand" } - } -}, -{ - "from": [ 9, 0, 9 ], - "to": [ 9.25, 14.25, 9.25 ], - "rotation": { "origin": [ 9, 0, 9 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 6.5, 5.5, 7, 5 ], "rotation": 270, "texture": "#stand" }, - "up": { "uv": [ 6.5, 4.5, 7, 5 ], "rotation": 90, "texture": "#stand" }, - "north": { "uv": [ 9, 3.25, 9.5, 16 ], "texture": "#stand" }, - "south": { "uv": [ 9, 3.25, 9.5, 16 ], "texture": "#stand" }, - "west": { "uv": [ 9, 3.5, 9.5, 16 ], "texture": "#stand" }, - "east": { "uv": [ 6.5, 3.5, 7, 16 ], "texture": "#stand" } - } -}, -{ - "from": [ 7, 0, 9 ], - "to": [ 7.25, 14.25, 9.25 ], - "rotation": { "origin": [ 7, 0, 9 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 6.5, 5.5, 7, 5 ], "rotation": 180, "texture": "#stand" }, - "up": { "uv": [ 6.5, 4.5, 7, 5 ], "rotation": 180, "texture": "#stand" }, - "north": { "uv": [ 9, 3.5, 9.5, 16 ], "texture": "#stand" }, - "south": { "uv": [ 6.5, 3.5, 7, 16 ], "texture": "#stand" }, - "west": { "uv": [ 9, 3.25, 9.5, 16 ], "texture": "#stand" }, - "east": { "uv": [ 9, 3.25, 9.5, 16 ], "texture": "#stand" } - } -}, -{ - "from": [ 7, 0, 6.75 ], - "to": [ 7.25, 14.25, 7 ], - "rotation": { "origin": [ 7, 0, 6.75 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 6.5, 5.5, 7, 5 ], "rotation": 90, "texture": "#stand" }, - "up": { "uv": [ 6.5, 4.5, 7, 5 ], "rotation": 270, "texture": "#stand" }, - "north": { "uv": [ 9, 3.25, 9.5, 16 ], "texture": "#stand" }, - "south": { "uv": [ 9, 3.25, 9.5, 16 ], "texture": "#stand" }, - "west": { "uv": [ 6.5, 3.5, 7, 16 ], "texture": "#stand" }, - "east": { "uv": [ 9, 3.5, 9.5, 16 ], "texture": "#stand" } - } -}, -{ - "from": [ 2, 12, 13.5 ], - "to": [ 3, 13.5, 14 ], - "rotation": { "origin": [ 2, 12, 13.5 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 4.5, 3, 5.5, 3.5 ], "texture": "#stand" }, - "up": { "uv": [ 4.5, 3.5, 5.5, 3 ], "texture": "#stand" }, - "north": { "uv": [ 8, 2.5, 9, 4 ], "texture": "#stand" }, - "south": { "uv": [ 7, 2.5, 8, 4 ], "texture": "#stand" }, - "west": { "uv": [ 0.5, 2.5, 1, 4 ], "texture": "#stand" }, - "east": { "uv": [ 0.5, 2.5, 1, 4 ], "texture": "#stand" } - } -}, -{ - "from": [ 2.75, 12.5, 2 ], - "to": [ 9.5, 13, 3 ], - "rotation": { "origin": [ 2.75, 12.5, 2 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 1, 3.5, 6.5, 3 ], "rotation": 180, "texture": "#stand" }, - "up": { "uv": [ 1, 3, 6.5, 3.5 ], "texture": "#stand" }, - "north": { "uv": [ 9.5, 3, 15, 3.5 ], "texture": "#stand" }, - "south": { "uv": [ 9.5, 3, 15, 3.5 ], "texture": "#stand" }, - "west": { "uv": [ 9.5, 3, 10.5, 3.5 ], "texture": "#stand" }, - "east": { "uv": [ 9.5, 3, 10.5, 3.5 ], "texture": "#stand" } - } -}, -{ - "from": [ 6.5, 13, 5.75 ], - "to": [ 7.75, 13.5, 6.75 ], - "rotation": { "origin": [ 6.5, 13, 5.75 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 3, 3, 4, 3.5 ], "rotation": 270, "texture": "#stand" }, - "up": { "uv": [ 3, 3.5, 4, 3 ], "rotation": 90, "texture": "#stand" }, - "north": { "uv": [ 6.5, 2.5, 7.5, 3 ], "texture": "#stand" }, - "south": { "uv": [ 6.5, 2.5, 7.5, 3 ], "texture": "#stand" }, - "west": { "uv": [ 6.5, 2.5, 7.5, 3 ], "texture": "#stand" }, - "east": { "uv": [ 6.5, 2.5, 7.5, 3 ], "texture": "#stand" } - } -}, -{ - "from": [ 6.75, 13, 8.75 ], - "to": [ 7.75, 13.5, 10 ], - "rotation": { "origin": [ 6.75, 13, 8.75 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 3, 3, 4, 3.5 ], "texture": "#stand" }, - "up": { "uv": [ 3, 3.5, 4, 3 ], "texture": "#stand" }, - "north": { "uv": [ 6.5, 2.5, 7.5, 3 ], "texture": "#stand" }, - "south": { "uv": [ 6.5, 2.5, 7.5, 3 ], "texture": "#stand" }, - "west": { "uv": [ 6.5, 2.5, 7.5, 3 ], "texture": "#stand" }, - "east": { "uv": [ 6.5, 2.5, 7.5, 3 ], "texture": "#stand" } - } -}, -{ - "from": [ 2.5, 12, 1.75 ], - "to": [ 3, 13.5, 2.75 ], - "rotation": { "origin": [ 2.5, 12, 1.75 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 4.5, 3, 5.5, 3.5 ], "rotation": 270, "texture": "#stand" }, - "up": { "uv": [ 4.5, 3.5, 5.5, 3 ], "rotation": 90, "texture": "#stand" }, - "north": { "uv": [ 0.5, 2.5, 1, 4 ], "texture": "#stand" }, - "south": { "uv": [ 0.5, 2.5, 1, 4 ], "texture": "#stand" }, - "west": { "uv": [ 7, 2.5, 8, 4 ], "texture": "#stand" }, - "east": { "uv": [ 8, 2.5, 9, 4 ], "texture": "#stand" } - } -}, -{ - "from": [ 6.5, 0, 6.5 ], - "to": [ 9.75, 1, 9.5 ], - "faces": { - "down": { "uv": [ 5.5, 3, 6, 2.5 ], "texture": "#stand" }, - "up": { "uv": [ 4, 3, 4.5, 3.5 ], "texture": "#stand" }, - "north": { "uv": [ 6.5, 15, 9.5, 16 ], "texture": "#stand" }, - "south": { "uv": [ 6.5, 15, 9.5, 16 ], "texture": "#stand" }, - "west": { "uv": [ 6.5, 15, 9.5, 16 ], "texture": "#stand" }, - "east": { "uv": [ 6.5, 15, 9.5, 16 ], "texture": "#stand" } - } -}, -{ - "from": [ 3, 4.5, 11.75 ], - "to": [ 5, 14, 12.75 ], - "faces": { - "down": { "uv": [ 3, 12, 3.5, 11.5 ], "texture": "#stand" }, - "up": { "uv": [ 3, 2, 3.5, 2.5 ], "texture": "#stand" }, - "north": { "uv": [ 2, 2, 4, 11.5 ], "texture": "#stand" }, - "south": { "uv": [ 2, 2, 4, 11.5 ], "texture": "#stand" }, - "west": { "uv": [ 2.5, 2, 3.5, 11.5 ], "texture": "#stand" }, - "east": { "uv": [ 2.5, 2, 3.5, 11.5 ], "texture": "#stand" } - } -}, -{ - "from": [ 3.5, 4.5, 11.25 ], - "to": [ 4.5, 14, 13.25 ], - "faces": { - "down": { "uv": [ 3, 12, 3.5, 11.5 ], "texture": "#stand" }, - "up": { "uv": [ 3, 2, 3.5, 2.5 ], "texture": "#stand" }, - "north": { "uv": [ 2.5, 2, 3.5, 11.5 ], "texture": "#stand" }, - "south": { "uv": [ 2.5, 2, 3.5, 11.5 ], "texture": "#stand" }, - "west": { "uv": [ 2, 2, 4, 11.5 ], "texture": "#stand" }, - "east": { "uv": [ 2, 2, 4, 11.5 ], "texture": "#stand" } - } -}, -{ - "from": [ 3.5, 4.5, 3 ], - "to": [ 4.5, 14, 5 ], - "faces": { - "down": { "uv": [ 3, 12, 3.5, 11.5 ], "rotation": 270, "texture": "#stand" }, - "up": { "uv": [ 3, 2, 3.5, 2.5 ], "rotation": 90, "texture": "#stand" }, - "north": { "uv": [ 2.5, 2, 3.5, 11.5 ], "texture": "#stand" }, - "south": { "uv": [ 2.5, 2, 3.5, 11.5 ], "texture": "#stand" }, - "west": { "uv": [ 2, 2, 4, 11.5 ], "texture": "#stand" }, - "east": { "uv": [ 2, 2, 4, 11.5 ], "texture": "#stand" } - } -}, -{ - "from": [ 3, 4.5, 3.5 ], - "to": [ 5, 14, 4.5 ], - "faces": { - "down": { "uv": [ 3, 12, 3.5, 11.5 ], "rotation": 270, "texture": "#stand" }, - "up": { "uv": [ 3, 2, 3.5, 2.5 ], "rotation": 90, "texture": "#stand" }, - "north": { "uv": [ 2, 2, 4, 11.5 ], "texture": "#stand" }, - "south": { "uv": [ 2, 2, 4, 11.5 ], "texture": "#stand" }, - "west": { "uv": [ 2.5, 2, 3.5, 11.5 ], "texture": "#stand" }, - "east": { "uv": [ 2.5, 2, 3.5, 11.5 ], "texture": "#stand" } - } -} -] -} \ No newline at end of file +{"ambientocclusion":false,"textures":{"particle":"block/brewing_stand_base","stand":"block/brewing_stand","base":"block/brewing_stand_base"},"elements":[{"from":[3.5,4,3.5],"to":[4.5,4.5,4.5],"faces":{"down":{"uv":[3,12,3.5,11.5],"texture":"#stand"},"up":{"uv":[3,2,3.5,2.5],"texture":"#stand"},"north":{"uv":[2.5,11.5,3.5,12],"texture":"#stand"},"south":{"uv":[2.5,11.5,3.5,12],"texture":"#stand"},"west":{"uv":[2.5,11.5,3.5,12],"texture":"#stand"},"east":{"uv":[2.5,11.5,3.5,12],"texture":"#stand"}}},{"from":[3.5,4,11.75],"to":[4.5,4.5,12.75],"faces":{"down":{"uv":[3,12,3.5,11.5],"texture":"#stand"},"up":{"uv":[3,2,3.5,2.5],"texture":"#stand"},"north":{"uv":[2.5,11.5,3.5,12],"texture":"#stand"},"south":{"uv":[2.5,11.5,3.5,12],"texture":"#stand"},"west":{"uv":[2.5,11.5,3.5,12],"texture":"#stand"},"east":{"uv":[2.5,11.5,3.5,12],"texture":"#stand"}}},{"from":[7,0,7],"to":[9,14,9],"faces":{"down":{"uv":[7,7,9,9],"texture":"#stand"},"up":{"uv":[7,7,9,9],"texture":"#stand"},"north":{"uv":[7,2,9,16],"texture":"#stand"},"south":{"uv":[7,2,9,16],"texture":"#stand"},"west":{"uv":[7,2,9,16],"texture":"#stand"},"east":{"uv":[7,2,9,16],"texture":"#stand"}}},{"from":[10,0,5],"to":[16,2,11],"faces":{"down":{"uv":[9,5,15,11],"texture":"#base"},"up":{"uv":[9,5,15,11],"texture":"#base"},"north":{"uv":[9,14,15,16],"texture":"#base"},"south":{"uv":[9,14,15,16],"texture":"#base"},"west":{"uv":[5,14,11,16],"texture":"#base"},"east":{"uv":[5,14,11,16],"texture":"#base"}}},{"from":[1,0,1],"to":[7,2,7],"faces":{"down":{"uv":[2,1,8,7],"texture":"#base"},"up":{"uv":[2,1,8,7],"texture":"#base"},"north":{"uv":[2,14,8,16],"texture":"#base"},"south":{"uv":[2,14,8,16],"texture":"#base"},"west":{"uv":[1,14,7,16],"texture":"#base"},"east":{"uv":[1,14,7,16],"texture":"#base"}}},{"from":[1,0,9.25],"to":[7,2,15.25],"faces":{"down":{"uv":[2,9,8,15],"texture":"#base"},"up":{"uv":[2,9,8,15],"texture":"#base"},"north":{"uv":[2,14,8,16],"texture":"#base"},"south":{"uv":[2,14,8,16],"texture":"#base"},"west":{"uv":[9,14,15,16],"texture":"#base"},"east":{"uv":[9,14,15,16],"texture":"#base"}}},{"from":[6.75,12.5,8.75],"to":[7.75,13,15.5],"rotation":{"origin":[6.75,12.5,8.75],"axis":"y","angle":-45},"faces":{"down":{"uv":[1,3.5,6.5,3],"rotation":270,"texture":"#stand"},"up":{"uv":[1,3,6.5,3.5],"rotation":270,"texture":"#stand"},"north":{"uv":[9.5,3,10.5,3.5],"texture":"#stand"},"south":{"uv":[9.5,3,10.5,3.5],"texture":"#stand"},"west":{"uv":[9.5,3,15,3.5],"texture":"#stand"},"east":{"uv":[9.5,3,15,3.5],"texture":"#stand"}}},{"from":[10.5,12.5,7.5],"to":[15,13,8.5],"faces":{"down":{"uv":[1,3.5,5.5,3],"texture":"#stand"},"up":{"uv":[1,3,5.5,3.5],"texture":"#stand"},"north":{"uv":[1,3,5.5,3.5],"texture":"#stand"},"south":{"uv":[10.5,3,15,3.5],"texture":"#stand"},"west":{"uv":[7.5,3,8.5,3.5],"texture":"#stand"},"east":{"uv":[7.5,3,8.5,3.5],"texture":"#stand"}}},{"from":[7,12,6.5],"to":[9,13.5,7],"faces":{"down":{"uv":[5.5,3.5,7.5,3],"texture":"#stand"},"up":{"uv":[3.5,3,5.5,3.5],"texture":"#stand"},"north":{"uv":[7,2.5,9,4],"texture":"#stand"},"south":{"uv":[7,2.5,9,4],"texture":"#stand"},"west":{"uv":[6.5,2.5,7,4],"texture":"#stand"},"east":{"uv":[9,2.5,9.5,4],"texture":"#stand"}}},{"from":[7,12,9],"to":[9,13.5,9.5],"faces":{"down":{"uv":[7,3.5,9,3],"texture":"#stand"},"up":{"uv":[5.5,2.5,7.5,3],"texture":"#stand"},"north":{"uv":[7,2.5,9,4],"texture":"#stand"},"south":{"uv":[7,2.5,9,4],"texture":"#stand"},"west":{"uv":[9,2.5,9.5,4],"texture":"#stand"},"east":{"uv":[6.5,2.5,7,4],"texture":"#stand"}}},{"from":[9,12,7],"to":[9.5,13.5,9],"faces":{"down":{"uv":[9,9,9.5,7],"texture":"#stand"},"up":{"uv":[9,7,9.5,9],"texture":"#stand"},"north":{"uv":[6.5,2.5,7,4],"texture":"#stand"},"south":{"uv":[9,2.5,9.5,4],"texture":"#stand"},"west":{"uv":[7,2.5,9,4],"texture":"#stand"},"east":{"uv":[7,2.5,9,4],"texture":"#stand"}}},{"from":[6.5,12,7],"to":[7,13.5,9],"faces":{"down":{"uv":[6.5,5.5,7,3.5],"texture":"#stand"},"up":{"uv":[6.5,9,7,11],"texture":"#stand"},"north":{"uv":[9,2.5,9.5,4],"texture":"#stand"},"south":{"uv":[6.5,2.5,7,4],"texture":"#stand"},"west":{"uv":[7,2.5,9,4],"texture":"#stand"},"east":{"uv":[7,2.5,9,4],"texture":"#stand"}}},{"from":[9.5,12.5,7.5],"to":[10.5,13.5,8.5],"faces":{"down":{"uv":[8,3.5,9,3],"texture":"#stand"},"up":{"uv":[9.5,2.5,10.5,3],"rotation":90,"texture":"#stand"},"north":{"uv":[10.5,2.5,9.5,3.5],"texture":"#stand"},"south":{"uv":[9.5,2.5,10.5,3.5],"texture":"#stand"},"west":{"uv":[7.5,2.5,8.5,3.5],"texture":"#stand"},"east":{"uv":[7.5,2.5,8.5,3.5],"texture":"#stand"}}},{"from":[15,12,7.5],"to":[15.5,13.5,8.5],"faces":{"down":{"uv":[6.5,6,7,5],"texture":"#stand"},"up":{"uv":[6.5,5,7,6],"texture":"#stand"},"north":{"uv":[0.5,2.5,1,4],"texture":"#stand"},"south":{"uv":[15,2.5,15.5,4],"texture":"#stand"},"west":{"uv":[7.5,2.5,8.5,4],"texture":"#stand"},"east":{"uv":[7.5,2.5,8.5,4],"texture":"#stand"}}},{"from":[9,0,6.75],"to":[9.25,14.25,7],"rotation":{"origin":[9,0,6.75],"axis":"y","angle":-45},"faces":{"down":{"uv":[6.5,5.5,7,5],"texture":"#stand"},"up":{"uv":[6.5,4.5,7,5],"texture":"#stand"},"north":{"uv":[6.5,3.5,7,16],"texture":"#stand"},"south":{"uv":[9,3.5,9.5,16],"texture":"#stand"},"west":{"uv":[9,3.25,9.5,16],"texture":"#stand"},"east":{"uv":[9,3.25,9.5,16],"texture":"#stand"}}},{"from":[9,0,9],"to":[9.25,14.25,9.25],"rotation":{"origin":[9,0,9],"axis":"y","angle":-45},"faces":{"down":{"uv":[6.5,5.5,7,5],"rotation":270,"texture":"#stand"},"up":{"uv":[6.5,4.5,7,5],"rotation":90,"texture":"#stand"},"north":{"uv":[9,3.25,9.5,16],"texture":"#stand"},"south":{"uv":[9,3.25,9.5,16],"texture":"#stand"},"west":{"uv":[9,3.5,9.5,16],"texture":"#stand"},"east":{"uv":[6.5,3.5,7,16],"texture":"#stand"}}},{"from":[7,0,9],"to":[7.25,14.25,9.25],"rotation":{"origin":[7,0,9],"axis":"y","angle":-45},"faces":{"down":{"uv":[6.5,5.5,7,5],"rotation":180,"texture":"#stand"},"up":{"uv":[6.5,4.5,7,5],"rotation":180,"texture":"#stand"},"north":{"uv":[9,3.5,9.5,16],"texture":"#stand"},"south":{"uv":[6.5,3.5,7,16],"texture":"#stand"},"west":{"uv":[9,3.25,9.5,16],"texture":"#stand"},"east":{"uv":[9,3.25,9.5,16],"texture":"#stand"}}},{"from":[7,0,6.75],"to":[7.25,14.25,7],"rotation":{"origin":[7,0,6.75],"axis":"y","angle":-45},"faces":{"down":{"uv":[6.5,5.5,7,5],"rotation":90,"texture":"#stand"},"up":{"uv":[6.5,4.5,7,5],"rotation":270,"texture":"#stand"},"north":{"uv":[9,3.25,9.5,16],"texture":"#stand"},"south":{"uv":[9,3.25,9.5,16],"texture":"#stand"},"west":{"uv":[6.5,3.5,7,16],"texture":"#stand"},"east":{"uv":[9,3.5,9.5,16],"texture":"#stand"}}},{"from":[2,12,13.5],"to":[3,13.5,14],"rotation":{"origin":[2,12,13.5],"axis":"y","angle":-45},"faces":{"down":{"uv":[4.5,3,5.5,3.5],"texture":"#stand"},"up":{"uv":[4.5,3.5,5.5,3],"texture":"#stand"},"north":{"uv":[8,2.5,9,4],"texture":"#stand"},"south":{"uv":[7,2.5,8,4],"texture":"#stand"},"west":{"uv":[0.5,2.5,1,4],"texture":"#stand"},"east":{"uv":[0.5,2.5,1,4],"texture":"#stand"}}},{"from":[2.75,12.5,2],"to":[9.5,13,3],"rotation":{"origin":[2.75,12.5,2],"axis":"y","angle":-45},"faces":{"down":{"uv":[1,3.5,6.5,3],"rotation":180,"texture":"#stand"},"up":{"uv":[1,3,6.5,3.5],"texture":"#stand"},"north":{"uv":[9.5,3,15,3.5],"texture":"#stand"},"south":{"uv":[9.5,3,15,3.5],"texture":"#stand"},"west":{"uv":[9.5,3,10.5,3.5],"texture":"#stand"},"east":{"uv":[9.5,3,10.5,3.5],"texture":"#stand"}}},{"from":[6.5,13,5.75],"to":[7.75,13.5,6.75],"rotation":{"origin":[6.5,13,5.75],"axis":"y","angle":-45},"faces":{"down":{"uv":[3,3,4,3.5],"rotation":270,"texture":"#stand"},"up":{"uv":[3,3.5,4,3],"rotation":90,"texture":"#stand"},"north":{"uv":[6.5,2.5,7.5,3],"texture":"#stand"},"south":{"uv":[6.5,2.5,7.5,3],"texture":"#stand"},"west":{"uv":[6.5,2.5,7.5,3],"texture":"#stand"},"east":{"uv":[6.5,2.5,7.5,3],"texture":"#stand"}}},{"from":[6.75,13,8.75],"to":[7.75,13.5,10],"rotation":{"origin":[6.75,13,8.75],"axis":"y","angle":-45},"faces":{"down":{"uv":[3,3,4,3.5],"texture":"#stand"},"up":{"uv":[3,3.5,4,3],"texture":"#stand"},"north":{"uv":[6.5,2.5,7.5,3],"texture":"#stand"},"south":{"uv":[6.5,2.5,7.5,3],"texture":"#stand"},"west":{"uv":[6.5,2.5,7.5,3],"texture":"#stand"},"east":{"uv":[6.5,2.5,7.5,3],"texture":"#stand"}}},{"from":[2.5,12,1.75],"to":[3,13.5,2.75],"rotation":{"origin":[2.5,12,1.75],"axis":"y","angle":-45},"faces":{"down":{"uv":[4.5,3,5.5,3.5],"rotation":270,"texture":"#stand"},"up":{"uv":[4.5,3.5,5.5,3],"rotation":90,"texture":"#stand"},"north":{"uv":[0.5,2.5,1,4],"texture":"#stand"},"south":{"uv":[0.5,2.5,1,4],"texture":"#stand"},"west":{"uv":[7,2.5,8,4],"texture":"#stand"},"east":{"uv":[8,2.5,9,4],"texture":"#stand"}}},{"from":[6.5,0,6.5],"to":[9.75,1,9.5],"faces":{"down":{"uv":[5.5,3,6,2.5],"texture":"#stand"},"up":{"uv":[4,3,4.5,3.5],"texture":"#stand"},"north":{"uv":[6.5,15,9.5,16],"texture":"#stand"},"south":{"uv":[6.5,15,9.5,16],"texture":"#stand"},"west":{"uv":[6.5,15,9.5,16],"texture":"#stand"},"east":{"uv":[6.5,15,9.5,16],"texture":"#stand"}}},{"from":[3,4.5,11.75],"to":[5,14,12.75],"faces":{"down":{"uv":[3,12,3.5,11.5],"texture":"#stand"},"up":{"uv":[3,2,3.5,2.5],"texture":"#stand"},"north":{"uv":[2,2,4,11.5],"texture":"#stand"},"south":{"uv":[2,2,4,11.5],"texture":"#stand"},"west":{"uv":[2.5,2,3.5,11.5],"texture":"#stand"},"east":{"uv":[2.5,2,3.5,11.5],"texture":"#stand"}}},{"from":[3.5,4.5,11.25],"to":[4.5,14,13.25],"faces":{"down":{"uv":[3,12,3.5,11.5],"texture":"#stand"},"up":{"uv":[3,2,3.5,2.5],"texture":"#stand"},"north":{"uv":[2.5,2,3.5,11.5],"texture":"#stand"},"south":{"uv":[2.5,2,3.5,11.5],"texture":"#stand"},"west":{"uv":[2,2,4,11.5],"texture":"#stand"},"east":{"uv":[2,2,4,11.5],"texture":"#stand"}}},{"from":[3.5,4.5,3],"to":[4.5,14,5],"faces":{"down":{"uv":[3,12,3.5,11.5],"rotation":270,"texture":"#stand"},"up":{"uv":[3,2,3.5,2.5],"rotation":90,"texture":"#stand"},"north":{"uv":[2.5,2,3.5,11.5],"texture":"#stand"},"south":{"uv":[2.5,2,3.5,11.5],"texture":"#stand"},"west":{"uv":[2,2,4,11.5],"texture":"#stand"},"east":{"uv":[2,2,4,11.5],"texture":"#stand"}}},{"from":[3,4.5,3.5],"to":[5,14,4.5],"faces":{"down":{"uv":[3,12,3.5,11.5],"rotation":270,"texture":"#stand"},"up":{"uv":[3,2,3.5,2.5],"rotation":90,"texture":"#stand"},"north":{"uv":[2,2,4,11.5],"texture":"#stand"},"south":{"uv":[2,2,4,11.5],"texture":"#stand"},"west":{"uv":[2.5,2,3.5,11.5],"texture":"#stand"},"east":{"uv":[2.5,2,3.5,11.5],"texture":"#stand"}}}]} diff --git a/assets/minecraft/models/block/brewing_stand_bottles_2.json b/assets/minecraft/models/block/brewing_stand_bottles_2.json index 91f37ff..6539738 100755 --- a/assets/minecraft/models/block/brewing_stand_bottles_2.json +++ b/assets/minecraft/models/block/brewing_stand_bottles_2.json @@ -1,320 +1 @@ -{ -"ambientocclusion": false, -"textures": { - "particle": "blocks/brewing_stand_base", - "stand": "blocks/brewing_stand", - "base": "blocks/brewing_stand_base" -}, -"elements": [ -{ - "from": [ 12.5, 4, 7.5 ], - "to": [ 13.5, 4.5, 8.5 ], - "faces": { - "down": { "uv": [ 3, 12, 3.5, 11.5 ], "texture": "#stand" }, - "up": { "uv": [ 3, 2, 3.5, 2.5 ], "texture": "#stand" }, - "north": { "uv": [ 2.5, 11.5, 3.5, 12 ], "texture": "#stand" }, - "south": { "uv": [ 2.5, 11.5, 3.5, 12 ], "texture": "#stand" }, - "west": { "uv": [ 2.5, 11.5, 3.5, 12 ], "texture": "#stand" }, - "east": { "uv": [ 2.5, 11.5, 3.5, 12 ], "texture": "#stand" } - } -}, -{ - "from": [ 7, 0, 7 ], - "to": [ 9, 14, 9 ], - "faces": { - "down": { "uv": [ 7, 7, 9, 9 ], "texture": "#stand" }, - "up": { "uv": [ 7, 7, 9, 9 ], "texture": "#stand" }, - "north": { "uv": [ 7, 2, 9, 16 ], "texture": "#stand" }, - "south": { "uv": [ 7, 2, 9, 16 ], "texture": "#stand" }, - "west": { "uv": [ 7, 2, 9, 16 ], "texture": "#stand" }, - "east": { "uv": [ 7, 2, 9, 16 ], "texture": "#stand" } - } -}, -{ - "from": [ 10, 0, 5 ], - "to": [ 16, 2, 11 ], - "faces": { - "down": { "uv": [ 9, 5, 15, 11 ], "texture": "#base" }, - "up": { "uv": [ 9, 5, 15, 11 ], "texture": "#base" }, - "north": { "uv": [ 9, 14, 15, 16 ], "texture": "#base" }, - "south": { "uv": [ 9, 14, 15, 16 ], "texture": "#base" }, - "west": { "uv": [ 5, 14, 11, 16 ], "texture": "#base" }, - "east": { "uv": [ 5, 14, 11, 16 ], "texture": "#base" } - } -}, -{ - "from": [ 1, 0, 1 ], - "to": [ 7, 2, 7 ], - "faces": { - "down": { "uv": [ 2, 1, 8, 7 ], "texture": "#base" }, - "up": { "uv": [ 2, 1, 8, 7 ], "texture": "#base" }, - "north": { "uv": [ 2, 14, 8, 16 ], "texture": "#base" }, - "south": { "uv": [ 2, 14, 8, 16 ], "texture": "#base" }, - "west": { "uv": [ 1, 14, 7, 16 ], "texture": "#base" }, - "east": { "uv": [ 1, 14, 7, 16 ], "texture": "#base" } - } -}, -{ - "from": [ 1, 0, 9.25 ], - "to": [ 7, 2, 15.25 ], - "faces": { - "down": { "uv": [ 2, 9, 8, 15 ], "texture": "#base" }, - "up": { "uv": [ 2, 9, 8, 15 ], "texture": "#base" }, - "north": { "uv": [ 2, 14, 8, 16 ], "texture": "#base" }, - "south": { "uv": [ 2, 14, 8, 16 ], "texture": "#base" }, - "west": { "uv": [ 9, 14, 15, 16 ], "texture": "#base" }, - "east": { "uv": [ 9, 14, 15, 16 ], "texture": "#base" } - } -}, -{ - "from": [ 6.75, 12.5, 8.75 ], - "to": [ 7.75, 13, 15.5 ], - "rotation": { "origin": [ 6.75, 12.5, 8.75 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 1, 3.5, 6.5, 3 ], "rotation": 270, "texture": "#stand" }, - "up": { "uv": [ 1, 3, 6.5, 3.5 ], "rotation": 270, "texture": "#stand" }, - "north": { "uv": [ 9.5, 3, 10.5, 3.5 ], "texture": "#stand" }, - "south": { "uv": [ 9.5, 3, 10.5, 3.5 ], "texture": "#stand" }, - "west": { "uv": [ 9.5, 3, 15, 3.5 ], "texture": "#stand" }, - "east": { "uv": [ 9.5, 3, 15, 3.5 ], "texture": "#stand" } - } -}, -{ - "from": [ 10.5, 12.5, 7.5 ], - "to": [ 15, 13, 8.5 ], - "faces": { - "down": { "uv": [ 1, 3.5, 5.5, 3 ], "texture": "#stand" }, - "up": { "uv": [ 1, 3, 5.5, 3.5 ], "texture": "#stand" }, - "north": { "uv": [ 1, 3, 5.5, 3.5 ], "texture": "#stand" }, - "south": { "uv": [ 10.5, 3, 15, 3.5 ], "texture": "#stand" }, - "west": { "uv": [ 7.5, 3, 8.5, 3.5 ], "texture": "#stand" }, - "east": { "uv": [ 7.5, 3, 8.5, 3.5 ], "texture": "#stand" } - } -}, -{ - "from": [ 7, 12, 6.5 ], - "to": [ 9, 13.5, 7 ], - "faces": { - "down": { "uv": [ 5.5, 3.5, 7.5, 3 ], "texture": "#stand" }, - "up": { "uv": [ 3.5, 3, 5.5, 3.5 ], "texture": "#stand" }, - "north": { "uv": [ 7, 2.5, 9, 4 ], "texture": "#stand" }, - "south": { "uv": [ 7, 2.5, 9, 4 ], "texture": "#stand" }, - "west": { "uv": [ 6.5, 2.5, 7, 4 ], "texture": "#stand" }, - "east": { "uv": [ 9, 2.5, 9.5, 4 ], "texture": "#stand" } - } -}, -{ - "from": [ 7, 12, 9 ], - "to": [ 9, 13.5, 9.5 ], - "faces": { - "down": { "uv": [ 7, 3.5, 9, 3 ], "texture": "#stand" }, - "up": { "uv": [ 5.5, 2.5, 7.5, 3 ], "texture": "#stand" }, - "north": { "uv": [ 7, 2.5, 9, 4 ], "texture": "#stand" }, - "south": { "uv": [ 7, 2.5, 9, 4 ], "texture": "#stand" }, - "west": { "uv": [ 9, 2.5, 9.5, 4 ], "texture": "#stand" }, - "east": { "uv": [ 6.5, 2.5, 7, 4 ], "texture": "#stand" } - } -}, -{ - "from": [ 9, 12, 7 ], - "to": [ 9.5, 13.5, 9 ], - "faces": { - "down": { "uv": [ 9, 9, 9.5, 7 ], "texture": "#stand" }, - "up": { "uv": [ 9, 7, 9.5, 9 ], "texture": "#stand" }, - "north": { "uv": [ 6.5, 2.5, 7, 4 ], "texture": "#stand" }, - "south": { "uv": [ 9, 2.5, 9.5, 4 ], "texture": "#stand" }, - "west": { "uv": [ 7, 2.5, 9, 4 ], "texture": "#stand" }, - "east": { "uv": [ 7, 2.5, 9, 4 ], "texture": "#stand" } - } -}, -{ - "from": [ 6.5, 12, 7 ], - "to": [ 7, 13.5, 9 ], - "faces": { - "down": { "uv": [ 6.5, 5.5, 7, 3.5 ], "texture": "#stand" }, - "up": { "uv": [ 6.5, 9, 7, 11 ], "texture": "#stand" }, - "north": { "uv": [ 9, 2.5, 9.5, 4 ], "texture": "#stand" }, - "south": { "uv": [ 6.5, 2.5, 7, 4 ], "texture": "#stand" }, - "west": { "uv": [ 7, 2.5, 9, 4 ], "texture": "#stand" }, - "east": { "uv": [ 7, 2.5, 9, 4 ], "texture": "#stand" } - } -}, -{ - "from": [ 9.5, 12.5, 7.5 ], - "to": [ 10.5, 13.5, 8.5 ], - "faces": { - "down": { "uv": [ 8, 3.5, 9, 3 ], "texture": "#stand" }, - "up": { "uv": [ 9.5, 2.5, 10.5, 3 ], "rotation": 90, "texture": "#stand" }, - "north": { "uv": [ 10.5, 2.5, 9.5, 3.5 ], "texture": "#stand" }, - "south": { "uv": [ 9.5, 2.5, 10.5, 3.5 ], "texture": "#stand" }, - "west": { "uv": [ 7.5, 2.5, 8.5, 3.5 ], "texture": "#stand" }, - "east": { "uv": [ 7.5, 2.5, 8.5, 3.5 ], "texture": "#stand" } - } -}, -{ - "from": [ 15, 12, 7.5 ], - "to": [ 15.5, 13.5, 8.5 ], - "faces": { - "down": { "uv": [ 6.5, 6, 7, 5 ], "texture": "#stand" }, - "up": { "uv": [ 6.5, 5, 7, 6 ], "texture": "#stand" }, - "north": { "uv": [ 0.5, 2.5, 1, 4 ], "texture": "#stand" }, - "south": { "uv": [ 15, 2.5, 15.5, 4 ], "texture": "#stand" }, - "west": { "uv": [ 7.5, 2.5, 8.5, 4 ], "texture": "#stand" }, - "east": { "uv": [ 7.5, 2.5, 8.5, 4 ], "texture": "#stand" } - } -}, -{ - "from": [ 9, 0, 6.75 ], - "to": [ 9.25, 14.25, 7 ], - "rotation": { "origin": [ 9, 0, 6.75 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 6.5, 5.5, 7, 5 ], "texture": "#stand" }, - "up": { "uv": [ 6.5, 4.5, 7, 5 ], "texture": "#stand" }, - "north": { "uv": [ 6.5, 3.5, 7, 16 ], "texture": "#stand" }, - "south": { "uv": [ 9, 3.5, 9.5, 16 ], "texture": "#stand" }, - "west": { "uv": [ 9, 3.25, 9.5, 16 ], "texture": "#stand" }, - "east": { "uv": [ 9, 3.25, 9.5, 16 ], "texture": "#stand" } - } -}, -{ - "from": [ 9, 0, 9 ], - "to": [ 9.25, 14.25, 9.25 ], - "rotation": { "origin": [ 9, 0, 9 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 6.5, 5.5, 7, 5 ], "rotation": 270, "texture": "#stand" }, - "up": { "uv": [ 6.5, 4.5, 7, 5 ], "rotation": 90, "texture": "#stand" }, - "north": { "uv": [ 9, 3.25, 9.5, 16 ], "texture": "#stand" }, - "south": { "uv": [ 9, 3.25, 9.5, 16 ], "texture": "#stand" }, - "west": { "uv": [ 9, 3.5, 9.5, 16 ], "texture": "#stand" }, - "east": { "uv": [ 6.5, 3.5, 7, 16 ], "texture": "#stand" } - } -}, -{ - "from": [ 7, 0, 9 ], - "to": [ 7.25, 14.25, 9.25 ], - "rotation": { "origin": [ 7, 0, 9 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 6.5, 5.5, 7, 5 ], "rotation": 180, "texture": "#stand" }, - "up": { "uv": [ 6.5, 4.5, 7, 5 ], "rotation": 180, "texture": "#stand" }, - "north": { "uv": [ 9, 3.5, 9.5, 16 ], "texture": "#stand" }, - "south": { "uv": [ 6.5, 3.5, 7, 16 ], "texture": "#stand" }, - "west": { "uv": [ 9, 3.25, 9.5, 16 ], "texture": "#stand" }, - "east": { "uv": [ 9, 3.25, 9.5, 16 ], "texture": "#stand" } - } -}, -{ - "from": [ 7, 0, 6.75 ], - "to": [ 7.25, 14.25, 7 ], - "rotation": { "origin": [ 7, 0, 6.75 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 6.5, 5.5, 7, 5 ], "rotation": 90, "texture": "#stand" }, - "up": { "uv": [ 6.5, 4.5, 7, 5 ], "rotation": 270, "texture": "#stand" }, - "north": { "uv": [ 9, 3.25, 9.5, 16 ], "texture": "#stand" }, - "south": { "uv": [ 9, 3.25, 9.5, 16 ], "texture": "#stand" }, - "west": { "uv": [ 6.5, 3.5, 7, 16 ], "texture": "#stand" }, - "east": { "uv": [ 9, 3.5, 9.5, 16 ], "texture": "#stand" } - } -}, -{ - "from": [ 2, 12, 13.5 ], - "to": [ 3, 13.5, 14 ], - "rotation": { "origin": [ 2, 12, 13.5 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 4.5, 3, 5.5, 3.5 ], "texture": "#stand" }, - "up": { "uv": [ 4.5, 3.5, 5.5, 3 ], "texture": "#stand" }, - "north": { "uv": [ 8, 2.5, 9, 4 ], "texture": "#stand" }, - "south": { "uv": [ 7, 2.5, 8, 4 ], "texture": "#stand" }, - "west": { "uv": [ 0.5, 2.5, 1, 4 ], "texture": "#stand" }, - "east": { "uv": [ 0.5, 2.5, 1, 4 ], "texture": "#stand" } - } -}, -{ - "from": [ 2.75, 12.5, 2 ], - "to": [ 9.5, 13, 3 ], - "rotation": { "origin": [ 2.75, 12.5, 2 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 1, 3.5, 6.5, 3 ], "rotation": 180, "texture": "#stand" }, - "up": { "uv": [ 1, 3, 6.5, 3.5 ], "texture": "#stand" }, - "north": { "uv": [ 9.5, 3, 15, 3.5 ], "texture": "#stand" }, - "south": { "uv": [ 9.5, 3, 15, 3.5 ], "texture": "#stand" }, - "west": { "uv": [ 9.5, 3, 10.5, 3.5 ], "texture": "#stand" }, - "east": { "uv": [ 9.5, 3, 10.5, 3.5 ], "texture": "#stand" } - } -}, -{ - "from": [ 6.5, 13, 5.75 ], - "to": [ 7.75, 13.5, 6.75 ], - "rotation": { "origin": [ 6.5, 13, 5.75 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 3, 3, 4, 3.5 ], "rotation": 270, "texture": "#stand" }, - "up": { "uv": [ 3, 3.5, 4, 3 ], "rotation": 90, "texture": "#stand" }, - "north": { "uv": [ 6.5, 2.5, 7.5, 3 ], "texture": "#stand" }, - "south": { "uv": [ 6.5, 2.5, 7.5, 3 ], "texture": "#stand" }, - "west": { "uv": [ 6.5, 2.5, 7.5, 3 ], "texture": "#stand" }, - "east": { "uv": [ 6.5, 2.5, 7.5, 3 ], "texture": "#stand" } - } -}, -{ - "from": [ 6.75, 13, 8.75 ], - "to": [ 7.75, 13.5, 10 ], - "rotation": { "origin": [ 6.75, 13, 8.75 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 3, 3, 4, 3.5 ], "texture": "#stand" }, - "up": { "uv": [ 3, 3.5, 4, 3 ], "texture": "#stand" }, - "north": { "uv": [ 6.5, 2.5, 7.5, 3 ], "texture": "#stand" }, - "south": { "uv": [ 6.5, 2.5, 7.5, 3 ], "texture": "#stand" }, - "west": { "uv": [ 6.5, 2.5, 7.5, 3 ], "texture": "#stand" }, - "east": { "uv": [ 6.5, 2.5, 7.5, 3 ], "texture": "#stand" } - } -}, -{ - "from": [ 2.5, 12, 1.75 ], - "to": [ 3, 13.5, 2.75 ], - "rotation": { "origin": [ 2.5, 12, 1.75 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 4.5, 3, 5.5, 3.5 ], "rotation": 270, "texture": "#stand" }, - "up": { "uv": [ 4.5, 3.5, 5.5, 3 ], "rotation": 90, "texture": "#stand" }, - "north": { "uv": [ 0.5, 2.5, 1, 4 ], "texture": "#stand" }, - "south": { "uv": [ 0.5, 2.5, 1, 4 ], "texture": "#stand" }, - "west": { "uv": [ 7, 2.5, 8, 4 ], "texture": "#stand" }, - "east": { "uv": [ 8, 2.5, 9, 4 ], "texture": "#stand" } - } -}, -{ - "from": [ 6.5, 0, 6.5 ], - "to": [ 9.75, 1, 9.5 ], - "faces": { - "down": { "uv": [ 5.5, 3, 6, 2.5 ], "texture": "#stand" }, - "up": { "uv": [ 4, 3, 4.5, 3.5 ], "texture": "#stand" }, - "north": { "uv": [ 6.5, 15, 9.5, 16 ], "texture": "#stand" }, - "south": { "uv": [ 6.5, 15, 9.5, 16 ], "texture": "#stand" }, - "west": { "uv": [ 6.5, 15, 9.5, 16 ], "texture": "#stand" }, - "east": { "uv": [ 6.5, 15, 9.5, 16 ], "texture": "#stand" } - } -}, -{ - "from": [ 12, 4.5, 7.5 ], - "to": [ 14, 14, 8.5 ], - "faces": { - "down": { "uv": [ 3, 12, 3.5, 11.5 ], "rotation": 180, "texture": "#stand" }, - "up": { "uv": [ 3, 2, 3.5, 2.5 ], "rotation": 180, "texture": "#stand" }, - "north": { "uv": [ 2, 2, 4, 11.5 ], "texture": "#stand" }, - "south": { "uv": [ 2, 2, 4, 11.5 ], "texture": "#stand" }, - "west": { "uv": [ 2.5, 2, 3.5, 11.5 ], "texture": "#stand" }, - "east": { "uv": [ 2.5, 2, 3.5, 11.5 ], "texture": "#stand" } - } -}, -{ - "from": [ 12.5, 4.5, 7 ], - "to": [ 13.5, 14, 9 ], - "faces": { - "down": { "uv": [ 3, 12, 3.5, 11.5 ], "rotation": 180, "texture": "#stand" }, - "up": { "uv": [ 3, 2, 3.5, 2.5 ], "rotation": 180, "texture": "#stand" }, - "north": { "uv": [ 2.5, 2, 3.5, 11.5 ], "texture": "#stand" }, - "south": { "uv": [ 2.5, 2, 3.5, 11.5 ], "texture": "#stand" }, - "west": { "uv": [ 2, 2, 4, 11.5 ], "texture": "#stand" }, - "east": { "uv": [ 2, 2, 4, 11.5 ], "texture": "#stand" } - } -} -] -} \ No newline at end of file +{"ambientocclusion":false,"textures":{"particle":"block/brewing_stand_base","stand":"block/brewing_stand","base":"block/brewing_stand_base"},"elements":[{"from":[12.5,4,7.5],"to":[13.5,4.5,8.5],"faces":{"down":{"uv":[3,12,3.5,11.5],"texture":"#stand"},"up":{"uv":[3,2,3.5,2.5],"texture":"#stand"},"north":{"uv":[2.5,11.5,3.5,12],"texture":"#stand"},"south":{"uv":[2.5,11.5,3.5,12],"texture":"#stand"},"west":{"uv":[2.5,11.5,3.5,12],"texture":"#stand"},"east":{"uv":[2.5,11.5,3.5,12],"texture":"#stand"}}},{"from":[7,0,7],"to":[9,14,9],"faces":{"down":{"uv":[7,7,9,9],"texture":"#stand"},"up":{"uv":[7,7,9,9],"texture":"#stand"},"north":{"uv":[7,2,9,16],"texture":"#stand"},"south":{"uv":[7,2,9,16],"texture":"#stand"},"west":{"uv":[7,2,9,16],"texture":"#stand"},"east":{"uv":[7,2,9,16],"texture":"#stand"}}},{"from":[10,0,5],"to":[16,2,11],"faces":{"down":{"uv":[9,5,15,11],"texture":"#base"},"up":{"uv":[9,5,15,11],"texture":"#base"},"north":{"uv":[9,14,15,16],"texture":"#base"},"south":{"uv":[9,14,15,16],"texture":"#base"},"west":{"uv":[5,14,11,16],"texture":"#base"},"east":{"uv":[5,14,11,16],"texture":"#base"}}},{"from":[1,0,1],"to":[7,2,7],"faces":{"down":{"uv":[2,1,8,7],"texture":"#base"},"up":{"uv":[2,1,8,7],"texture":"#base"},"north":{"uv":[2,14,8,16],"texture":"#base"},"south":{"uv":[2,14,8,16],"texture":"#base"},"west":{"uv":[1,14,7,16],"texture":"#base"},"east":{"uv":[1,14,7,16],"texture":"#base"}}},{"from":[1,0,9.25],"to":[7,2,15.25],"faces":{"down":{"uv":[2,9,8,15],"texture":"#base"},"up":{"uv":[2,9,8,15],"texture":"#base"},"north":{"uv":[2,14,8,16],"texture":"#base"},"south":{"uv":[2,14,8,16],"texture":"#base"},"west":{"uv":[9,14,15,16],"texture":"#base"},"east":{"uv":[9,14,15,16],"texture":"#base"}}},{"from":[6.75,12.5,8.75],"to":[7.75,13,15.5],"rotation":{"origin":[6.75,12.5,8.75],"axis":"y","angle":-45},"faces":{"down":{"uv":[1,3.5,6.5,3],"rotation":270,"texture":"#stand"},"up":{"uv":[1,3,6.5,3.5],"rotation":270,"texture":"#stand"},"north":{"uv":[9.5,3,10.5,3.5],"texture":"#stand"},"south":{"uv":[9.5,3,10.5,3.5],"texture":"#stand"},"west":{"uv":[9.5,3,15,3.5],"texture":"#stand"},"east":{"uv":[9.5,3,15,3.5],"texture":"#stand"}}},{"from":[10.5,12.5,7.5],"to":[15,13,8.5],"faces":{"down":{"uv":[1,3.5,5.5,3],"texture":"#stand"},"up":{"uv":[1,3,5.5,3.5],"texture":"#stand"},"north":{"uv":[1,3,5.5,3.5],"texture":"#stand"},"south":{"uv":[10.5,3,15,3.5],"texture":"#stand"},"west":{"uv":[7.5,3,8.5,3.5],"texture":"#stand"},"east":{"uv":[7.5,3,8.5,3.5],"texture":"#stand"}}},{"from":[7,12,6.5],"to":[9,13.5,7],"faces":{"down":{"uv":[5.5,3.5,7.5,3],"texture":"#stand"},"up":{"uv":[3.5,3,5.5,3.5],"texture":"#stand"},"north":{"uv":[7,2.5,9,4],"texture":"#stand"},"south":{"uv":[7,2.5,9,4],"texture":"#stand"},"west":{"uv":[6.5,2.5,7,4],"texture":"#stand"},"east":{"uv":[9,2.5,9.5,4],"texture":"#stand"}}},{"from":[7,12,9],"to":[9,13.5,9.5],"faces":{"down":{"uv":[7,3.5,9,3],"texture":"#stand"},"up":{"uv":[5.5,2.5,7.5,3],"texture":"#stand"},"north":{"uv":[7,2.5,9,4],"texture":"#stand"},"south":{"uv":[7,2.5,9,4],"texture":"#stand"},"west":{"uv":[9,2.5,9.5,4],"texture":"#stand"},"east":{"uv":[6.5,2.5,7,4],"texture":"#stand"}}},{"from":[9,12,7],"to":[9.5,13.5,9],"faces":{"down":{"uv":[9,9,9.5,7],"texture":"#stand"},"up":{"uv":[9,7,9.5,9],"texture":"#stand"},"north":{"uv":[6.5,2.5,7,4],"texture":"#stand"},"south":{"uv":[9,2.5,9.5,4],"texture":"#stand"},"west":{"uv":[7,2.5,9,4],"texture":"#stand"},"east":{"uv":[7,2.5,9,4],"texture":"#stand"}}},{"from":[6.5,12,7],"to":[7,13.5,9],"faces":{"down":{"uv":[6.5,5.5,7,3.5],"texture":"#stand"},"up":{"uv":[6.5,9,7,11],"texture":"#stand"},"north":{"uv":[9,2.5,9.5,4],"texture":"#stand"},"south":{"uv":[6.5,2.5,7,4],"texture":"#stand"},"west":{"uv":[7,2.5,9,4],"texture":"#stand"},"east":{"uv":[7,2.5,9,4],"texture":"#stand"}}},{"from":[9.5,12.5,7.5],"to":[10.5,13.5,8.5],"faces":{"down":{"uv":[8,3.5,9,3],"texture":"#stand"},"up":{"uv":[9.5,2.5,10.5,3],"rotation":90,"texture":"#stand"},"north":{"uv":[10.5,2.5,9.5,3.5],"texture":"#stand"},"south":{"uv":[9.5,2.5,10.5,3.5],"texture":"#stand"},"west":{"uv":[7.5,2.5,8.5,3.5],"texture":"#stand"},"east":{"uv":[7.5,2.5,8.5,3.5],"texture":"#stand"}}},{"from":[15,12,7.5],"to":[15.5,13.5,8.5],"faces":{"down":{"uv":[6.5,6,7,5],"texture":"#stand"},"up":{"uv":[6.5,5,7,6],"texture":"#stand"},"north":{"uv":[0.5,2.5,1,4],"texture":"#stand"},"south":{"uv":[15,2.5,15.5,4],"texture":"#stand"},"west":{"uv":[7.5,2.5,8.5,4],"texture":"#stand"},"east":{"uv":[7.5,2.5,8.5,4],"texture":"#stand"}}},{"from":[9,0,6.75],"to":[9.25,14.25,7],"rotation":{"origin":[9,0,6.75],"axis":"y","angle":-45},"faces":{"down":{"uv":[6.5,5.5,7,5],"texture":"#stand"},"up":{"uv":[6.5,4.5,7,5],"texture":"#stand"},"north":{"uv":[6.5,3.5,7,16],"texture":"#stand"},"south":{"uv":[9,3.5,9.5,16],"texture":"#stand"},"west":{"uv":[9,3.25,9.5,16],"texture":"#stand"},"east":{"uv":[9,3.25,9.5,16],"texture":"#stand"}}},{"from":[9,0,9],"to":[9.25,14.25,9.25],"rotation":{"origin":[9,0,9],"axis":"y","angle":-45},"faces":{"down":{"uv":[6.5,5.5,7,5],"rotation":270,"texture":"#stand"},"up":{"uv":[6.5,4.5,7,5],"rotation":90,"texture":"#stand"},"north":{"uv":[9,3.25,9.5,16],"texture":"#stand"},"south":{"uv":[9,3.25,9.5,16],"texture":"#stand"},"west":{"uv":[9,3.5,9.5,16],"texture":"#stand"},"east":{"uv":[6.5,3.5,7,16],"texture":"#stand"}}},{"from":[7,0,9],"to":[7.25,14.25,9.25],"rotation":{"origin":[7,0,9],"axis":"y","angle":-45},"faces":{"down":{"uv":[6.5,5.5,7,5],"rotation":180,"texture":"#stand"},"up":{"uv":[6.5,4.5,7,5],"rotation":180,"texture":"#stand"},"north":{"uv":[9,3.5,9.5,16],"texture":"#stand"},"south":{"uv":[6.5,3.5,7,16],"texture":"#stand"},"west":{"uv":[9,3.25,9.5,16],"texture":"#stand"},"east":{"uv":[9,3.25,9.5,16],"texture":"#stand"}}},{"from":[7,0,6.75],"to":[7.25,14.25,7],"rotation":{"origin":[7,0,6.75],"axis":"y","angle":-45},"faces":{"down":{"uv":[6.5,5.5,7,5],"rotation":90,"texture":"#stand"},"up":{"uv":[6.5,4.5,7,5],"rotation":270,"texture":"#stand"},"north":{"uv":[9,3.25,9.5,16],"texture":"#stand"},"south":{"uv":[9,3.25,9.5,16],"texture":"#stand"},"west":{"uv":[6.5,3.5,7,16],"texture":"#stand"},"east":{"uv":[9,3.5,9.5,16],"texture":"#stand"}}},{"from":[2,12,13.5],"to":[3,13.5,14],"rotation":{"origin":[2,12,13.5],"axis":"y","angle":-45},"faces":{"down":{"uv":[4.5,3,5.5,3.5],"texture":"#stand"},"up":{"uv":[4.5,3.5,5.5,3],"texture":"#stand"},"north":{"uv":[8,2.5,9,4],"texture":"#stand"},"south":{"uv":[7,2.5,8,4],"texture":"#stand"},"west":{"uv":[0.5,2.5,1,4],"texture":"#stand"},"east":{"uv":[0.5,2.5,1,4],"texture":"#stand"}}},{"from":[2.75,12.5,2],"to":[9.5,13,3],"rotation":{"origin":[2.75,12.5,2],"axis":"y","angle":-45},"faces":{"down":{"uv":[1,3.5,6.5,3],"rotation":180,"texture":"#stand"},"up":{"uv":[1,3,6.5,3.5],"texture":"#stand"},"north":{"uv":[9.5,3,15,3.5],"texture":"#stand"},"south":{"uv":[9.5,3,15,3.5],"texture":"#stand"},"west":{"uv":[9.5,3,10.5,3.5],"texture":"#stand"},"east":{"uv":[9.5,3,10.5,3.5],"texture":"#stand"}}},{"from":[6.5,13,5.75],"to":[7.75,13.5,6.75],"rotation":{"origin":[6.5,13,5.75],"axis":"y","angle":-45},"faces":{"down":{"uv":[3,3,4,3.5],"rotation":270,"texture":"#stand"},"up":{"uv":[3,3.5,4,3],"rotation":90,"texture":"#stand"},"north":{"uv":[6.5,2.5,7.5,3],"texture":"#stand"},"south":{"uv":[6.5,2.5,7.5,3],"texture":"#stand"},"west":{"uv":[6.5,2.5,7.5,3],"texture":"#stand"},"east":{"uv":[6.5,2.5,7.5,3],"texture":"#stand"}}},{"from":[6.75,13,8.75],"to":[7.75,13.5,10],"rotation":{"origin":[6.75,13,8.75],"axis":"y","angle":-45},"faces":{"down":{"uv":[3,3,4,3.5],"texture":"#stand"},"up":{"uv":[3,3.5,4,3],"texture":"#stand"},"north":{"uv":[6.5,2.5,7.5,3],"texture":"#stand"},"south":{"uv":[6.5,2.5,7.5,3],"texture":"#stand"},"west":{"uv":[6.5,2.5,7.5,3],"texture":"#stand"},"east":{"uv":[6.5,2.5,7.5,3],"texture":"#stand"}}},{"from":[2.5,12,1.75],"to":[3,13.5,2.75],"rotation":{"origin":[2.5,12,1.75],"axis":"y","angle":-45},"faces":{"down":{"uv":[4.5,3,5.5,3.5],"rotation":270,"texture":"#stand"},"up":{"uv":[4.5,3.5,5.5,3],"rotation":90,"texture":"#stand"},"north":{"uv":[0.5,2.5,1,4],"texture":"#stand"},"south":{"uv":[0.5,2.5,1,4],"texture":"#stand"},"west":{"uv":[7,2.5,8,4],"texture":"#stand"},"east":{"uv":[8,2.5,9,4],"texture":"#stand"}}},{"from":[6.5,0,6.5],"to":[9.75,1,9.5],"faces":{"down":{"uv":[5.5,3,6,2.5],"texture":"#stand"},"up":{"uv":[4,3,4.5,3.5],"texture":"#stand"},"north":{"uv":[6.5,15,9.5,16],"texture":"#stand"},"south":{"uv":[6.5,15,9.5,16],"texture":"#stand"},"west":{"uv":[6.5,15,9.5,16],"texture":"#stand"},"east":{"uv":[6.5,15,9.5,16],"texture":"#stand"}}},{"from":[12,4.5,7.5],"to":[14,14,8.5],"faces":{"down":{"uv":[3,12,3.5,11.5],"rotation":180,"texture":"#stand"},"up":{"uv":[3,2,3.5,2.5],"rotation":180,"texture":"#stand"},"north":{"uv":[2,2,4,11.5],"texture":"#stand"},"south":{"uv":[2,2,4,11.5],"texture":"#stand"},"west":{"uv":[2.5,2,3.5,11.5],"texture":"#stand"},"east":{"uv":[2.5,2,3.5,11.5],"texture":"#stand"}}},{"from":[12.5,4.5,7],"to":[13.5,14,9],"faces":{"down":{"uv":[3,12,3.5,11.5],"rotation":180,"texture":"#stand"},"up":{"uv":[3,2,3.5,2.5],"rotation":180,"texture":"#stand"},"north":{"uv":[2.5,2,3.5,11.5],"texture":"#stand"},"south":{"uv":[2.5,2,3.5,11.5],"texture":"#stand"},"west":{"uv":[2,2,4,11.5],"texture":"#stand"},"east":{"uv":[2,2,4,11.5],"texture":"#stand"}}}]} diff --git a/assets/minecraft/models/block/brewing_stand_bottles_23.json b/assets/minecraft/models/block/brewing_stand_bottles_23.json index aebc836..5fefefc 100755 --- a/assets/minecraft/models/block/brewing_stand_bottles_23.json +++ b/assets/minecraft/models/block/brewing_stand_bottles_23.json @@ -1,356 +1 @@ -{ -"ambientocclusion": false, -"textures": { - "particle": "blocks/brewing_stand_base", - "stand": "blocks/brewing_stand", - "base": "blocks/brewing_stand_base" -}, -"elements": [ -{ - "from": [ 12.5, 4, 7.5 ], - "to": [ 13.5, 4.5, 8.5 ], - "faces": { - "down": { "uv": [ 3, 12, 3.5, 11.5 ], "texture": "#stand" }, - "up": { "uv": [ 3, 2, 3.5, 2.5 ], "texture": "#stand" }, - "north": { "uv": [ 2.5, 11.5, 3.5, 12 ], "texture": "#stand" }, - "south": { "uv": [ 2.5, 11.5, 3.5, 12 ], "texture": "#stand" }, - "west": { "uv": [ 2.5, 11.5, 3.5, 12 ], "texture": "#stand" }, - "east": { "uv": [ 2.5, 11.5, 3.5, 12 ], "texture": "#stand" } - } -}, -{ - "from": [ 3.5, 4, 11.75 ], - "to": [ 4.5, 4.5, 12.75 ], - "faces": { - "down": { "uv": [ 3, 12, 3.5, 11.5 ], "texture": "#stand" }, - "up": { "uv": [ 3, 2, 3.5, 2.5 ], "texture": "#stand" }, - "north": { "uv": [ 2.5, 11.5, 3.5, 12 ], "texture": "#stand" }, - "south": { "uv": [ 2.5, 11.5, 3.5, 12 ], "texture": "#stand" }, - "west": { "uv": [ 2.5, 11.5, 3.5, 12 ], "texture": "#stand" }, - "east": { "uv": [ 2.5, 11.5, 3.5, 12 ], "texture": "#stand" } - } -}, -{ - "from": [ 7, 0, 7 ], - "to": [ 9, 14, 9 ], - "faces": { - "down": { "uv": [ 7, 7, 9, 9 ], "texture": "#stand" }, - "up": { "uv": [ 7, 7, 9, 9 ], "texture": "#stand" }, - "north": { "uv": [ 7, 2, 9, 16 ], "texture": "#stand" }, - "south": { "uv": [ 7, 2, 9, 16 ], "texture": "#stand" }, - "west": { "uv": [ 7, 2, 9, 16 ], "texture": "#stand" }, - "east": { "uv": [ 7, 2, 9, 16 ], "texture": "#stand" } - } -}, -{ - "from": [ 10, 0, 5 ], - "to": [ 16, 2, 11 ], - "faces": { - "down": { "uv": [ 9, 5, 15, 11 ], "texture": "#base" }, - "up": { "uv": [ 9, 5, 15, 11 ], "texture": "#base" }, - "north": { "uv": [ 9, 14, 15, 16 ], "texture": "#base" }, - "south": { "uv": [ 9, 14, 15, 16 ], "texture": "#base" }, - "west": { "uv": [ 5, 14, 11, 16 ], "texture": "#base" }, - "east": { "uv": [ 5, 14, 11, 16 ], "texture": "#base" } - } -}, -{ - "from": [ 1, 0, 1 ], - "to": [ 7, 2, 7 ], - "faces": { - "down": { "uv": [ 2, 1, 8, 7 ], "texture": "#base" }, - "up": { "uv": [ 2, 1, 8, 7 ], "texture": "#base" }, - "north": { "uv": [ 2, 14, 8, 16 ], "texture": "#base" }, - "south": { "uv": [ 2, 14, 8, 16 ], "texture": "#base" }, - "west": { "uv": [ 1, 14, 7, 16 ], "texture": "#base" }, - "east": { "uv": [ 1, 14, 7, 16 ], "texture": "#base" } - } -}, -{ - "from": [ 1, 0, 9.25 ], - "to": [ 7, 2, 15.25 ], - "faces": { - "down": { "uv": [ 2, 9, 8, 15 ], "texture": "#base" }, - "up": { "uv": [ 2, 9, 8, 15 ], "texture": "#base" }, - "north": { "uv": [ 2, 14, 8, 16 ], "texture": "#base" }, - "south": { "uv": [ 2, 14, 8, 16 ], "texture": "#base" }, - "west": { "uv": [ 9, 14, 15, 16 ], "texture": "#base" }, - "east": { "uv": [ 9, 14, 15, 16 ], "texture": "#base" } - } -}, -{ - "from": [ 6.75, 12.5, 8.75 ], - "to": [ 7.75, 13, 15.5 ], - "rotation": { "origin": [ 6.75, 12.5, 8.75 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 1, 3.5, 6.5, 3 ], "rotation": 270, "texture": "#stand" }, - "up": { "uv": [ 1, 3, 6.5, 3.5 ], "rotation": 270, "texture": "#stand" }, - "north": { "uv": [ 9.5, 3, 10.5, 3.5 ], "texture": "#stand" }, - "south": { "uv": [ 9.5, 3, 10.5, 3.5 ], "texture": "#stand" }, - "west": { "uv": [ 9.5, 3, 15, 3.5 ], "texture": "#stand" }, - "east": { "uv": [ 9.5, 3, 15, 3.5 ], "texture": "#stand" } - } -}, -{ - "from": [ 10.5, 12.5, 7.5 ], - "to": [ 15, 13, 8.5 ], - "faces": { - "down": { "uv": [ 1, 3.5, 5.5, 3 ], "texture": "#stand" }, - "up": { "uv": [ 1, 3, 5.5, 3.5 ], "texture": "#stand" }, - "north": { "uv": [ 1, 3, 5.5, 3.5 ], "texture": "#stand" }, - "south": { "uv": [ 10.5, 3, 15, 3.5 ], "texture": "#stand" }, - "west": { "uv": [ 7.5, 3, 8.5, 3.5 ], "texture": "#stand" }, - "east": { "uv": [ 7.5, 3, 8.5, 3.5 ], "texture": "#stand" } - } -}, -{ - "from": [ 7, 12, 6.5 ], - "to": [ 9, 13.5, 7 ], - "faces": { - "down": { "uv": [ 5.5, 3.5, 7.5, 3 ], "texture": "#stand" }, - "up": { "uv": [ 3.5, 3, 5.5, 3.5 ], "texture": "#stand" }, - "north": { "uv": [ 7, 2.5, 9, 4 ], "texture": "#stand" }, - "south": { "uv": [ 7, 2.5, 9, 4 ], "texture": "#stand" }, - "west": { "uv": [ 6.5, 2.5, 7, 4 ], "texture": "#stand" }, - "east": { "uv": [ 9, 2.5, 9.5, 4 ], "texture": "#stand" } - } -}, -{ - "from": [ 7, 12, 9 ], - "to": [ 9, 13.5, 9.5 ], - "faces": { - "down": { "uv": [ 7, 3.5, 9, 3 ], "texture": "#stand" }, - "up": { "uv": [ 5.5, 2.5, 7.5, 3 ], "texture": "#stand" }, - "north": { "uv": [ 7, 2.5, 9, 4 ], "texture": "#stand" }, - "south": { "uv": [ 7, 2.5, 9, 4 ], "texture": "#stand" }, - "west": { "uv": [ 9, 2.5, 9.5, 4 ], "texture": "#stand" }, - "east": { "uv": [ 6.5, 2.5, 7, 4 ], "texture": "#stand" } - } -}, -{ - "from": [ 9, 12, 7 ], - "to": [ 9.5, 13.5, 9 ], - "faces": { - "down": { "uv": [ 9, 9, 9.5, 7 ], "texture": "#stand" }, - "up": { "uv": [ 9, 7, 9.5, 9 ], "texture": "#stand" }, - "north": { "uv": [ 6.5, 2.5, 7, 4 ], "texture": "#stand" }, - "south": { "uv": [ 9, 2.5, 9.5, 4 ], "texture": "#stand" }, - "west": { "uv": [ 7, 2.5, 9, 4 ], "texture": "#stand" }, - "east": { "uv": [ 7, 2.5, 9, 4 ], "texture": "#stand" } - } -}, -{ - "from": [ 6.5, 12, 7 ], - "to": [ 7, 13.5, 9 ], - "faces": { - "down": { "uv": [ 6.5, 5.5, 7, 3.5 ], "texture": "#stand" }, - "up": { "uv": [ 6.5, 9, 7, 11 ], "texture": "#stand" }, - "north": { "uv": [ 9, 2.5, 9.5, 4 ], "texture": "#stand" }, - "south": { "uv": [ 6.5, 2.5, 7, 4 ], "texture": "#stand" }, - "west": { "uv": [ 7, 2.5, 9, 4 ], "texture": "#stand" }, - "east": { "uv": [ 7, 2.5, 9, 4 ], "texture": "#stand" } - } -}, -{ - "from": [ 9.5, 12.5, 7.5 ], - "to": [ 10.5, 13.5, 8.5 ], - "faces": { - "down": { "uv": [ 8, 3.5, 9, 3 ], "texture": "#stand" }, - "up": { "uv": [ 9.5, 2.5, 10.5, 3 ], "rotation": 90, "texture": "#stand" }, - "north": { "uv": [ 10.5, 2.5, 9.5, 3.5 ], "texture": "#stand" }, - "south": { "uv": [ 9.5, 2.5, 10.5, 3.5 ], "texture": "#stand" }, - "west": { "uv": [ 7.5, 2.5, 8.5, 3.5 ], "texture": "#stand" }, - "east": { "uv": [ 7.5, 2.5, 8.5, 3.5 ], "texture": "#stand" } - } -}, -{ - "from": [ 15, 12, 7.5 ], - "to": [ 15.5, 13.5, 8.5 ], - "faces": { - "down": { "uv": [ 6.5, 6, 7, 5 ], "texture": "#stand" }, - "up": { "uv": [ 6.5, 5, 7, 6 ], "texture": "#stand" }, - "north": { "uv": [ 0.5, 2.5, 1, 4 ], "texture": "#stand" }, - "south": { "uv": [ 15, 2.5, 15.5, 4 ], "texture": "#stand" }, - "west": { "uv": [ 7.5, 2.5, 8.5, 4 ], "texture": "#stand" }, - "east": { "uv": [ 7.5, 2.5, 8.5, 4 ], "texture": "#stand" } - } -}, -{ - "from": [ 9, 0, 6.75 ], - "to": [ 9.25, 14.25, 7 ], - "rotation": { "origin": [ 9, 0, 6.75 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 6.5, 5.5, 7, 5 ], "texture": "#stand" }, - "up": { "uv": [ 6.5, 4.5, 7, 5 ], "texture": "#stand" }, - "north": { "uv": [ 6.5, 3.5, 7, 16 ], "texture": "#stand" }, - "south": { "uv": [ 9, 3.5, 9.5, 16 ], "texture": "#stand" }, - "west": { "uv": [ 9, 3.25, 9.5, 16 ], "texture": "#stand" }, - "east": { "uv": [ 9, 3.25, 9.5, 16 ], "texture": "#stand" } - } -}, -{ - "from": [ 9, 0, 9 ], - "to": [ 9.25, 14.25, 9.25 ], - "rotation": { "origin": [ 9, 0, 9 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 6.5, 5.5, 7, 5 ], "rotation": 270, "texture": "#stand" }, - "up": { "uv": [ 6.5, 4.5, 7, 5 ], "rotation": 90, "texture": "#stand" }, - "north": { "uv": [ 9, 3.25, 9.5, 16 ], "texture": "#stand" }, - "south": { "uv": [ 9, 3.25, 9.5, 16 ], "texture": "#stand" }, - "west": { "uv": [ 9, 3.5, 9.5, 16 ], "texture": "#stand" }, - "east": { "uv": [ 6.5, 3.5, 7, 16 ], "texture": "#stand" } - } -}, -{ - "from": [ 7, 0, 9 ], - "to": [ 7.25, 14.25, 9.25 ], - "rotation": { "origin": [ 7, 0, 9 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 6.5, 5.5, 7, 5 ], "rotation": 180, "texture": "#stand" }, - "up": { "uv": [ 6.5, 4.5, 7, 5 ], "rotation": 180, "texture": "#stand" }, - "north": { "uv": [ 9, 3.5, 9.5, 16 ], "texture": "#stand" }, - "south": { "uv": [ 6.5, 3.5, 7, 16 ], "texture": "#stand" }, - "west": { "uv": [ 9, 3.25, 9.5, 16 ], "texture": "#stand" }, - "east": { "uv": [ 9, 3.25, 9.5, 16 ], "texture": "#stand" } - } -}, -{ - "from": [ 7, 0, 6.75 ], - "to": [ 7.25, 14.25, 7 ], - "rotation": { "origin": [ 7, 0, 6.75 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 6.5, 5.5, 7, 5 ], "rotation": 90, "texture": "#stand" }, - "up": { "uv": [ 6.5, 4.5, 7, 5 ], "rotation": 270, "texture": "#stand" }, - "north": { "uv": [ 9, 3.25, 9.5, 16 ], "texture": "#stand" }, - "south": { "uv": [ 9, 3.25, 9.5, 16 ], "texture": "#stand" }, - "west": { "uv": [ 6.5, 3.5, 7, 16 ], "texture": "#stand" }, - "east": { "uv": [ 9, 3.5, 9.5, 16 ], "texture": "#stand" } - } -}, -{ - "from": [ 2, 12, 13.5 ], - "to": [ 3, 13.5, 14 ], - "rotation": { "origin": [ 2, 12, 13.5 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 4.5, 3, 5.5, 3.5 ], "texture": "#stand" }, - "up": { "uv": [ 4.5, 3.5, 5.5, 3 ], "texture": "#stand" }, - "north": { "uv": [ 8, 2.5, 9, 4 ], "texture": "#stand" }, - "south": { "uv": [ 7, 2.5, 8, 4 ], "texture": "#stand" }, - "west": { "uv": [ 0.5, 2.5, 1, 4 ], "texture": "#stand" }, - "east": { "uv": [ 0.5, 2.5, 1, 4 ], "texture": "#stand" } - } -}, -{ - "from": [ 2.75, 12.5, 2 ], - "to": [ 9.5, 13, 3 ], - "rotation": { "origin": [ 2.75, 12.5, 2 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 1, 3.5, 6.5, 3 ], "rotation": 180, "texture": "#stand" }, - "up": { "uv": [ 1, 3, 6.5, 3.5 ], "texture": "#stand" }, - "north": { "uv": [ 9.5, 3, 15, 3.5 ], "texture": "#stand" }, - "south": { "uv": [ 9.5, 3, 15, 3.5 ], "texture": "#stand" }, - "west": { "uv": [ 9.5, 3, 10.5, 3.5 ], "texture": "#stand" }, - "east": { "uv": [ 9.5, 3, 10.5, 3.5 ], "texture": "#stand" } - } -}, -{ - "from": [ 6.5, 13, 5.75 ], - "to": [ 7.75, 13.5, 6.75 ], - "rotation": { "origin": [ 6.5, 13, 5.75 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 3, 3, 4, 3.5 ], "rotation": 270, "texture": "#stand" }, - "up": { "uv": [ 3, 3.5, 4, 3 ], "rotation": 90, "texture": "#stand" }, - "north": { "uv": [ 6.5, 2.5, 7.5, 3 ], "texture": "#stand" }, - "south": { "uv": [ 6.5, 2.5, 7.5, 3 ], "texture": "#stand" }, - "west": { "uv": [ 6.5, 2.5, 7.5, 3 ], "texture": "#stand" }, - "east": { "uv": [ 6.5, 2.5, 7.5, 3 ], "texture": "#stand" } - } -}, -{ - "from": [ 6.75, 13, 8.75 ], - "to": [ 7.75, 13.5, 10 ], - "rotation": { "origin": [ 6.75, 13, 8.75 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 3, 3, 4, 3.5 ], "texture": "#stand" }, - "up": { "uv": [ 3, 3.5, 4, 3 ], "texture": "#stand" }, - "north": { "uv": [ 6.5, 2.5, 7.5, 3 ], "texture": "#stand" }, - "south": { "uv": [ 6.5, 2.5, 7.5, 3 ], "texture": "#stand" }, - "west": { "uv": [ 6.5, 2.5, 7.5, 3 ], "texture": "#stand" }, - "east": { "uv": [ 6.5, 2.5, 7.5, 3 ], "texture": "#stand" } - } -}, -{ - "from": [ 2.5, 12, 1.75 ], - "to": [ 3, 13.5, 2.75 ], - "rotation": { "origin": [ 2.5, 12, 1.75 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 4.5, 3, 5.5, 3.5 ], "rotation": 270, "texture": "#stand" }, - "up": { "uv": [ 4.5, 3.5, 5.5, 3 ], "rotation": 90, "texture": "#stand" }, - "north": { "uv": [ 0.5, 2.5, 1, 4 ], "texture": "#stand" }, - "south": { "uv": [ 0.5, 2.5, 1, 4 ], "texture": "#stand" }, - "west": { "uv": [ 7, 2.5, 8, 4 ], "texture": "#stand" }, - "east": { "uv": [ 8, 2.5, 9, 4 ], "texture": "#stand" } - } -}, -{ - "from": [ 6.5, 0, 6.5 ], - "to": [ 9.75, 1, 9.5 ], - "faces": { - "down": { "uv": [ 5.5, 3, 6, 2.5 ], "texture": "#stand" }, - "up": { "uv": [ 4, 3, 4.5, 3.5 ], "texture": "#stand" }, - "north": { "uv": [ 6.5, 15, 9.5, 16 ], "texture": "#stand" }, - "south": { "uv": [ 6.5, 15, 9.5, 16 ], "texture": "#stand" }, - "west": { "uv": [ 6.5, 15, 9.5, 16 ], "texture": "#stand" }, - "east": { "uv": [ 6.5, 15, 9.5, 16 ], "texture": "#stand" } - } -}, -{ - "from": [ 3, 4.5, 11.75 ], - "to": [ 5, 14, 12.75 ], - "faces": { - "down": { "uv": [ 3, 12, 3.5, 11.5 ], "texture": "#stand" }, - "up": { "uv": [ 3, 2, 3.5, 2.5 ], "texture": "#stand" }, - "north": { "uv": [ 2, 2, 4, 11.5 ], "texture": "#stand" }, - "south": { "uv": [ 2, 2, 4, 11.5 ], "texture": "#stand" }, - "west": { "uv": [ 2.5, 2, 3.5, 11.5 ], "texture": "#stand" }, - "east": { "uv": [ 2.5, 2, 3.5, 11.5 ], "texture": "#stand" } - } -}, -{ - "from": [ 3.5, 4.5, 11.25 ], - "to": [ 4.5, 14, 13.25 ], - "faces": { - "down": { "uv": [ 3, 12, 3.5, 11.5 ], "texture": "#stand" }, - "up": { "uv": [ 3, 2, 3.5, 2.5 ], "texture": "#stand" }, - "north": { "uv": [ 2.5, 2, 3.5, 11.5 ], "texture": "#stand" }, - "south": { "uv": [ 2.5, 2, 3.5, 11.5 ], "texture": "#stand" }, - "west": { "uv": [ 2, 2, 4, 11.5 ], "texture": "#stand" }, - "east": { "uv": [ 2, 2, 4, 11.5 ], "texture": "#stand" } - } -}, -{ - "from": [ 12, 4.5, 7.5 ], - "to": [ 14, 14, 8.5 ], - "faces": { - "down": { "uv": [ 3, 12, 3.5, 11.5 ], "rotation": 180, "texture": "#stand" }, - "up": { "uv": [ 3, 2, 3.5, 2.5 ], "rotation": 180, "texture": "#stand" }, - "north": { "uv": [ 2, 2, 4, 11.5 ], "texture": "#stand" }, - "south": { "uv": [ 2, 2, 4, 11.5 ], "texture": "#stand" }, - "west": { "uv": [ 2.5, 2, 3.5, 11.5 ], "texture": "#stand" }, - "east": { "uv": [ 2.5, 2, 3.5, 11.5 ], "texture": "#stand" } - } -}, -{ - "from": [ 12.5, 4.5, 7 ], - "to": [ 13.5, 14, 9 ], - "faces": { - "down": { "uv": [ 3, 12, 3.5, 11.5 ], "rotation": 180, "texture": "#stand" }, - "up": { "uv": [ 3, 2, 3.5, 2.5 ], "rotation": 180, "texture": "#stand" }, - "north": { "uv": [ 2.5, 2, 3.5, 11.5 ], "texture": "#stand" }, - "south": { "uv": [ 2.5, 2, 3.5, 11.5 ], "texture": "#stand" }, - "west": { "uv": [ 2, 2, 4, 11.5 ], "texture": "#stand" }, - "east": { "uv": [ 2, 2, 4, 11.5 ], "texture": "#stand" } - } -} -] -} \ No newline at end of file +{"ambientocclusion":false,"textures":{"particle":"block/brewing_stand_base","stand":"block/brewing_stand","base":"block/brewing_stand_base"},"elements":[{"from":[12.5,4,7.5],"to":[13.5,4.5,8.5],"faces":{"down":{"uv":[3,12,3.5,11.5],"texture":"#stand"},"up":{"uv":[3,2,3.5,2.5],"texture":"#stand"},"north":{"uv":[2.5,11.5,3.5,12],"texture":"#stand"},"south":{"uv":[2.5,11.5,3.5,12],"texture":"#stand"},"west":{"uv":[2.5,11.5,3.5,12],"texture":"#stand"},"east":{"uv":[2.5,11.5,3.5,12],"texture":"#stand"}}},{"from":[3.5,4,11.75],"to":[4.5,4.5,12.75],"faces":{"down":{"uv":[3,12,3.5,11.5],"texture":"#stand"},"up":{"uv":[3,2,3.5,2.5],"texture":"#stand"},"north":{"uv":[2.5,11.5,3.5,12],"texture":"#stand"},"south":{"uv":[2.5,11.5,3.5,12],"texture":"#stand"},"west":{"uv":[2.5,11.5,3.5,12],"texture":"#stand"},"east":{"uv":[2.5,11.5,3.5,12],"texture":"#stand"}}},{"from":[7,0,7],"to":[9,14,9],"faces":{"down":{"uv":[7,7,9,9],"texture":"#stand"},"up":{"uv":[7,7,9,9],"texture":"#stand"},"north":{"uv":[7,2,9,16],"texture":"#stand"},"south":{"uv":[7,2,9,16],"texture":"#stand"},"west":{"uv":[7,2,9,16],"texture":"#stand"},"east":{"uv":[7,2,9,16],"texture":"#stand"}}},{"from":[10,0,5],"to":[16,2,11],"faces":{"down":{"uv":[9,5,15,11],"texture":"#base"},"up":{"uv":[9,5,15,11],"texture":"#base"},"north":{"uv":[9,14,15,16],"texture":"#base"},"south":{"uv":[9,14,15,16],"texture":"#base"},"west":{"uv":[5,14,11,16],"texture":"#base"},"east":{"uv":[5,14,11,16],"texture":"#base"}}},{"from":[1,0,1],"to":[7,2,7],"faces":{"down":{"uv":[2,1,8,7],"texture":"#base"},"up":{"uv":[2,1,8,7],"texture":"#base"},"north":{"uv":[2,14,8,16],"texture":"#base"},"south":{"uv":[2,14,8,16],"texture":"#base"},"west":{"uv":[1,14,7,16],"texture":"#base"},"east":{"uv":[1,14,7,16],"texture":"#base"}}},{"from":[1,0,9.25],"to":[7,2,15.25],"faces":{"down":{"uv":[2,9,8,15],"texture":"#base"},"up":{"uv":[2,9,8,15],"texture":"#base"},"north":{"uv":[2,14,8,16],"texture":"#base"},"south":{"uv":[2,14,8,16],"texture":"#base"},"west":{"uv":[9,14,15,16],"texture":"#base"},"east":{"uv":[9,14,15,16],"texture":"#base"}}},{"from":[6.75,12.5,8.75],"to":[7.75,13,15.5],"rotation":{"origin":[6.75,12.5,8.75],"axis":"y","angle":-45},"faces":{"down":{"uv":[1,3.5,6.5,3],"rotation":270,"texture":"#stand"},"up":{"uv":[1,3,6.5,3.5],"rotation":270,"texture":"#stand"},"north":{"uv":[9.5,3,10.5,3.5],"texture":"#stand"},"south":{"uv":[9.5,3,10.5,3.5],"texture":"#stand"},"west":{"uv":[9.5,3,15,3.5],"texture":"#stand"},"east":{"uv":[9.5,3,15,3.5],"texture":"#stand"}}},{"from":[10.5,12.5,7.5],"to":[15,13,8.5],"faces":{"down":{"uv":[1,3.5,5.5,3],"texture":"#stand"},"up":{"uv":[1,3,5.5,3.5],"texture":"#stand"},"north":{"uv":[1,3,5.5,3.5],"texture":"#stand"},"south":{"uv":[10.5,3,15,3.5],"texture":"#stand"},"west":{"uv":[7.5,3,8.5,3.5],"texture":"#stand"},"east":{"uv":[7.5,3,8.5,3.5],"texture":"#stand"}}},{"from":[7,12,6.5],"to":[9,13.5,7],"faces":{"down":{"uv":[5.5,3.5,7.5,3],"texture":"#stand"},"up":{"uv":[3.5,3,5.5,3.5],"texture":"#stand"},"north":{"uv":[7,2.5,9,4],"texture":"#stand"},"south":{"uv":[7,2.5,9,4],"texture":"#stand"},"west":{"uv":[6.5,2.5,7,4],"texture":"#stand"},"east":{"uv":[9,2.5,9.5,4],"texture":"#stand"}}},{"from":[7,12,9],"to":[9,13.5,9.5],"faces":{"down":{"uv":[7,3.5,9,3],"texture":"#stand"},"up":{"uv":[5.5,2.5,7.5,3],"texture":"#stand"},"north":{"uv":[7,2.5,9,4],"texture":"#stand"},"south":{"uv":[7,2.5,9,4],"texture":"#stand"},"west":{"uv":[9,2.5,9.5,4],"texture":"#stand"},"east":{"uv":[6.5,2.5,7,4],"texture":"#stand"}}},{"from":[9,12,7],"to":[9.5,13.5,9],"faces":{"down":{"uv":[9,9,9.5,7],"texture":"#stand"},"up":{"uv":[9,7,9.5,9],"texture":"#stand"},"north":{"uv":[6.5,2.5,7,4],"texture":"#stand"},"south":{"uv":[9,2.5,9.5,4],"texture":"#stand"},"west":{"uv":[7,2.5,9,4],"texture":"#stand"},"east":{"uv":[7,2.5,9,4],"texture":"#stand"}}},{"from":[6.5,12,7],"to":[7,13.5,9],"faces":{"down":{"uv":[6.5,5.5,7,3.5],"texture":"#stand"},"up":{"uv":[6.5,9,7,11],"texture":"#stand"},"north":{"uv":[9,2.5,9.5,4],"texture":"#stand"},"south":{"uv":[6.5,2.5,7,4],"texture":"#stand"},"west":{"uv":[7,2.5,9,4],"texture":"#stand"},"east":{"uv":[7,2.5,9,4],"texture":"#stand"}}},{"from":[9.5,12.5,7.5],"to":[10.5,13.5,8.5],"faces":{"down":{"uv":[8,3.5,9,3],"texture":"#stand"},"up":{"uv":[9.5,2.5,10.5,3],"rotation":90,"texture":"#stand"},"north":{"uv":[10.5,2.5,9.5,3.5],"texture":"#stand"},"south":{"uv":[9.5,2.5,10.5,3.5],"texture":"#stand"},"west":{"uv":[7.5,2.5,8.5,3.5],"texture":"#stand"},"east":{"uv":[7.5,2.5,8.5,3.5],"texture":"#stand"}}},{"from":[15,12,7.5],"to":[15.5,13.5,8.5],"faces":{"down":{"uv":[6.5,6,7,5],"texture":"#stand"},"up":{"uv":[6.5,5,7,6],"texture":"#stand"},"north":{"uv":[0.5,2.5,1,4],"texture":"#stand"},"south":{"uv":[15,2.5,15.5,4],"texture":"#stand"},"west":{"uv":[7.5,2.5,8.5,4],"texture":"#stand"},"east":{"uv":[7.5,2.5,8.5,4],"texture":"#stand"}}},{"from":[9,0,6.75],"to":[9.25,14.25,7],"rotation":{"origin":[9,0,6.75],"axis":"y","angle":-45},"faces":{"down":{"uv":[6.5,5.5,7,5],"texture":"#stand"},"up":{"uv":[6.5,4.5,7,5],"texture":"#stand"},"north":{"uv":[6.5,3.5,7,16],"texture":"#stand"},"south":{"uv":[9,3.5,9.5,16],"texture":"#stand"},"west":{"uv":[9,3.25,9.5,16],"texture":"#stand"},"east":{"uv":[9,3.25,9.5,16],"texture":"#stand"}}},{"from":[9,0,9],"to":[9.25,14.25,9.25],"rotation":{"origin":[9,0,9],"axis":"y","angle":-45},"faces":{"down":{"uv":[6.5,5.5,7,5],"rotation":270,"texture":"#stand"},"up":{"uv":[6.5,4.5,7,5],"rotation":90,"texture":"#stand"},"north":{"uv":[9,3.25,9.5,16],"texture":"#stand"},"south":{"uv":[9,3.25,9.5,16],"texture":"#stand"},"west":{"uv":[9,3.5,9.5,16],"texture":"#stand"},"east":{"uv":[6.5,3.5,7,16],"texture":"#stand"}}},{"from":[7,0,9],"to":[7.25,14.25,9.25],"rotation":{"origin":[7,0,9],"axis":"y","angle":-45},"faces":{"down":{"uv":[6.5,5.5,7,5],"rotation":180,"texture":"#stand"},"up":{"uv":[6.5,4.5,7,5],"rotation":180,"texture":"#stand"},"north":{"uv":[9,3.5,9.5,16],"texture":"#stand"},"south":{"uv":[6.5,3.5,7,16],"texture":"#stand"},"west":{"uv":[9,3.25,9.5,16],"texture":"#stand"},"east":{"uv":[9,3.25,9.5,16],"texture":"#stand"}}},{"from":[7,0,6.75],"to":[7.25,14.25,7],"rotation":{"origin":[7,0,6.75],"axis":"y","angle":-45},"faces":{"down":{"uv":[6.5,5.5,7,5],"rotation":90,"texture":"#stand"},"up":{"uv":[6.5,4.5,7,5],"rotation":270,"texture":"#stand"},"north":{"uv":[9,3.25,9.5,16],"texture":"#stand"},"south":{"uv":[9,3.25,9.5,16],"texture":"#stand"},"west":{"uv":[6.5,3.5,7,16],"texture":"#stand"},"east":{"uv":[9,3.5,9.5,16],"texture":"#stand"}}},{"from":[2,12,13.5],"to":[3,13.5,14],"rotation":{"origin":[2,12,13.5],"axis":"y","angle":-45},"faces":{"down":{"uv":[4.5,3,5.5,3.5],"texture":"#stand"},"up":{"uv":[4.5,3.5,5.5,3],"texture":"#stand"},"north":{"uv":[8,2.5,9,4],"texture":"#stand"},"south":{"uv":[7,2.5,8,4],"texture":"#stand"},"west":{"uv":[0.5,2.5,1,4],"texture":"#stand"},"east":{"uv":[0.5,2.5,1,4],"texture":"#stand"}}},{"from":[2.75,12.5,2],"to":[9.5,13,3],"rotation":{"origin":[2.75,12.5,2],"axis":"y","angle":-45},"faces":{"down":{"uv":[1,3.5,6.5,3],"rotation":180,"texture":"#stand"},"up":{"uv":[1,3,6.5,3.5],"texture":"#stand"},"north":{"uv":[9.5,3,15,3.5],"texture":"#stand"},"south":{"uv":[9.5,3,15,3.5],"texture":"#stand"},"west":{"uv":[9.5,3,10.5,3.5],"texture":"#stand"},"east":{"uv":[9.5,3,10.5,3.5],"texture":"#stand"}}},{"from":[6.5,13,5.75],"to":[7.75,13.5,6.75],"rotation":{"origin":[6.5,13,5.75],"axis":"y","angle":-45},"faces":{"down":{"uv":[3,3,4,3.5],"rotation":270,"texture":"#stand"},"up":{"uv":[3,3.5,4,3],"rotation":90,"texture":"#stand"},"north":{"uv":[6.5,2.5,7.5,3],"texture":"#stand"},"south":{"uv":[6.5,2.5,7.5,3],"texture":"#stand"},"west":{"uv":[6.5,2.5,7.5,3],"texture":"#stand"},"east":{"uv":[6.5,2.5,7.5,3],"texture":"#stand"}}},{"from":[6.75,13,8.75],"to":[7.75,13.5,10],"rotation":{"origin":[6.75,13,8.75],"axis":"y","angle":-45},"faces":{"down":{"uv":[3,3,4,3.5],"texture":"#stand"},"up":{"uv":[3,3.5,4,3],"texture":"#stand"},"north":{"uv":[6.5,2.5,7.5,3],"texture":"#stand"},"south":{"uv":[6.5,2.5,7.5,3],"texture":"#stand"},"west":{"uv":[6.5,2.5,7.5,3],"texture":"#stand"},"east":{"uv":[6.5,2.5,7.5,3],"texture":"#stand"}}},{"from":[2.5,12,1.75],"to":[3,13.5,2.75],"rotation":{"origin":[2.5,12,1.75],"axis":"y","angle":-45},"faces":{"down":{"uv":[4.5,3,5.5,3.5],"rotation":270,"texture":"#stand"},"up":{"uv":[4.5,3.5,5.5,3],"rotation":90,"texture":"#stand"},"north":{"uv":[0.5,2.5,1,4],"texture":"#stand"},"south":{"uv":[0.5,2.5,1,4],"texture":"#stand"},"west":{"uv":[7,2.5,8,4],"texture":"#stand"},"east":{"uv":[8,2.5,9,4],"texture":"#stand"}}},{"from":[6.5,0,6.5],"to":[9.75,1,9.5],"faces":{"down":{"uv":[5.5,3,6,2.5],"texture":"#stand"},"up":{"uv":[4,3,4.5,3.5],"texture":"#stand"},"north":{"uv":[6.5,15,9.5,16],"texture":"#stand"},"south":{"uv":[6.5,15,9.5,16],"texture":"#stand"},"west":{"uv":[6.5,15,9.5,16],"texture":"#stand"},"east":{"uv":[6.5,15,9.5,16],"texture":"#stand"}}},{"from":[3,4.5,11.75],"to":[5,14,12.75],"faces":{"down":{"uv":[3,12,3.5,11.5],"texture":"#stand"},"up":{"uv":[3,2,3.5,2.5],"texture":"#stand"},"north":{"uv":[2,2,4,11.5],"texture":"#stand"},"south":{"uv":[2,2,4,11.5],"texture":"#stand"},"west":{"uv":[2.5,2,3.5,11.5],"texture":"#stand"},"east":{"uv":[2.5,2,3.5,11.5],"texture":"#stand"}}},{"from":[3.5,4.5,11.25],"to":[4.5,14,13.25],"faces":{"down":{"uv":[3,12,3.5,11.5],"texture":"#stand"},"up":{"uv":[3,2,3.5,2.5],"texture":"#stand"},"north":{"uv":[2.5,2,3.5,11.5],"texture":"#stand"},"south":{"uv":[2.5,2,3.5,11.5],"texture":"#stand"},"west":{"uv":[2,2,4,11.5],"texture":"#stand"},"east":{"uv":[2,2,4,11.5],"texture":"#stand"}}},{"from":[12,4.5,7.5],"to":[14,14,8.5],"faces":{"down":{"uv":[3,12,3.5,11.5],"rotation":180,"texture":"#stand"},"up":{"uv":[3,2,3.5,2.5],"rotation":180,"texture":"#stand"},"north":{"uv":[2,2,4,11.5],"texture":"#stand"},"south":{"uv":[2,2,4,11.5],"texture":"#stand"},"west":{"uv":[2.5,2,3.5,11.5],"texture":"#stand"},"east":{"uv":[2.5,2,3.5,11.5],"texture":"#stand"}}},{"from":[12.5,4.5,7],"to":[13.5,14,9],"faces":{"down":{"uv":[3,12,3.5,11.5],"rotation":180,"texture":"#stand"},"up":{"uv":[3,2,3.5,2.5],"rotation":180,"texture":"#stand"},"north":{"uv":[2.5,2,3.5,11.5],"texture":"#stand"},"south":{"uv":[2.5,2,3.5,11.5],"texture":"#stand"},"west":{"uv":[2,2,4,11.5],"texture":"#stand"},"east":{"uv":[2,2,4,11.5],"texture":"#stand"}}}]} diff --git a/assets/minecraft/models/block/brewing_stand_bottles_3.json b/assets/minecraft/models/block/brewing_stand_bottles_3.json index 3748a00..9834fe1 100755 --- a/assets/minecraft/models/block/brewing_stand_bottles_3.json +++ b/assets/minecraft/models/block/brewing_stand_bottles_3.json @@ -1,320 +1 @@ -{ -"ambientocclusion": false, -"textures": { - "particle": "blocks/brewing_stand_base", - "stand": "blocks/brewing_stand", - "base": "blocks/brewing_stand_base" -}, -"elements": [ -{ - "from": [ 3.5, 4, 11.75 ], - "to": [ 4.5, 4.5, 12.75 ], - "faces": { - "down": { "uv": [ 3, 12, 3.5, 11.5 ], "texture": "#stand" }, - "up": { "uv": [ 3, 2, 3.5, 2.5 ], "texture": "#stand" }, - "north": { "uv": [ 2.5, 11.5, 3.5, 12 ], "texture": "#stand" }, - "south": { "uv": [ 2.5, 11.5, 3.5, 12 ], "texture": "#stand" }, - "west": { "uv": [ 2.5, 11.5, 3.5, 12 ], "texture": "#stand" }, - "east": { "uv": [ 2.5, 11.5, 3.5, 12 ], "texture": "#stand" } - } -}, -{ - "from": [ 7, 0, 7 ], - "to": [ 9, 14, 9 ], - "faces": { - "down": { "uv": [ 7, 7, 9, 9 ], "texture": "#stand" }, - "up": { "uv": [ 7, 7, 9, 9 ], "texture": "#stand" }, - "north": { "uv": [ 7, 2, 9, 16 ], "texture": "#stand" }, - "south": { "uv": [ 7, 2, 9, 16 ], "texture": "#stand" }, - "west": { "uv": [ 7, 2, 9, 16 ], "texture": "#stand" }, - "east": { "uv": [ 7, 2, 9, 16 ], "texture": "#stand" } - } -}, -{ - "from": [ 10, 0, 5 ], - "to": [ 16, 2, 11 ], - "faces": { - "down": { "uv": [ 9, 5, 15, 11 ], "texture": "#base" }, - "up": { "uv": [ 9, 5, 15, 11 ], "texture": "#base" }, - "north": { "uv": [ 9, 14, 15, 16 ], "texture": "#base" }, - "south": { "uv": [ 9, 14, 15, 16 ], "texture": "#base" }, - "west": { "uv": [ 5, 14, 11, 16 ], "texture": "#base" }, - "east": { "uv": [ 5, 14, 11, 16 ], "texture": "#base" } - } -}, -{ - "from": [ 1, 0, 1 ], - "to": [ 7, 2, 7 ], - "faces": { - "down": { "uv": [ 2, 1, 8, 7 ], "texture": "#base" }, - "up": { "uv": [ 2, 1, 8, 7 ], "texture": "#base" }, - "north": { "uv": [ 2, 14, 8, 16 ], "texture": "#base" }, - "south": { "uv": [ 2, 14, 8, 16 ], "texture": "#base" }, - "west": { "uv": [ 1, 14, 7, 16 ], "texture": "#base" }, - "east": { "uv": [ 1, 14, 7, 16 ], "texture": "#base" } - } -}, -{ - "from": [ 1, 0, 9.25 ], - "to": [ 7, 2, 15.25 ], - "faces": { - "down": { "uv": [ 2, 9, 8, 15 ], "texture": "#base" }, - "up": { "uv": [ 2, 9, 8, 15 ], "texture": "#base" }, - "north": { "uv": [ 2, 14, 8, 16 ], "texture": "#base" }, - "south": { "uv": [ 2, 14, 8, 16 ], "texture": "#base" }, - "west": { "uv": [ 9, 14, 15, 16 ], "texture": "#base" }, - "east": { "uv": [ 9, 14, 15, 16 ], "texture": "#base" } - } -}, -{ - "from": [ 6.75, 12.5, 8.75 ], - "to": [ 7.75, 13, 15.5 ], - "rotation": { "origin": [ 6.75, 12.5, 8.75 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 1, 3.5, 6.5, 3 ], "rotation": 270, "texture": "#stand" }, - "up": { "uv": [ 1, 3, 6.5, 3.5 ], "rotation": 270, "texture": "#stand" }, - "north": { "uv": [ 9.5, 3, 10.5, 3.5 ], "texture": "#stand" }, - "south": { "uv": [ 9.5, 3, 10.5, 3.5 ], "texture": "#stand" }, - "west": { "uv": [ 9.5, 3, 15, 3.5 ], "texture": "#stand" }, - "east": { "uv": [ 9.5, 3, 15, 3.5 ], "texture": "#stand" } - } -}, -{ - "from": [ 10.5, 12.5, 7.5 ], - "to": [ 15, 13, 8.5 ], - "faces": { - "down": { "uv": [ 1, 3.5, 5.5, 3 ], "texture": "#stand" }, - "up": { "uv": [ 1, 3, 5.5, 3.5 ], "texture": "#stand" }, - "north": { "uv": [ 1, 3, 5.5, 3.5 ], "texture": "#stand" }, - "south": { "uv": [ 10.5, 3, 15, 3.5 ], "texture": "#stand" }, - "west": { "uv": [ 7.5, 3, 8.5, 3.5 ], "texture": "#stand" }, - "east": { "uv": [ 7.5, 3, 8.5, 3.5 ], "texture": "#stand" } - } -}, -{ - "from": [ 7, 12, 6.5 ], - "to": [ 9, 13.5, 7 ], - "faces": { - "down": { "uv": [ 5.5, 3.5, 7.5, 3 ], "texture": "#stand" }, - "up": { "uv": [ 3.5, 3, 5.5, 3.5 ], "texture": "#stand" }, - "north": { "uv": [ 7, 2.5, 9, 4 ], "texture": "#stand" }, - "south": { "uv": [ 7, 2.5, 9, 4 ], "texture": "#stand" }, - "west": { "uv": [ 6.5, 2.5, 7, 4 ], "texture": "#stand" }, - "east": { "uv": [ 9, 2.5, 9.5, 4 ], "texture": "#stand" } - } -}, -{ - "from": [ 7, 12, 9 ], - "to": [ 9, 13.5, 9.5 ], - "faces": { - "down": { "uv": [ 7, 3.5, 9, 3 ], "texture": "#stand" }, - "up": { "uv": [ 5.5, 2.5, 7.5, 3 ], "texture": "#stand" }, - "north": { "uv": [ 7, 2.5, 9, 4 ], "texture": "#stand" }, - "south": { "uv": [ 7, 2.5, 9, 4 ], "texture": "#stand" }, - "west": { "uv": [ 9, 2.5, 9.5, 4 ], "texture": "#stand" }, - "east": { "uv": [ 6.5, 2.5, 7, 4 ], "texture": "#stand" } - } -}, -{ - "from": [ 9, 12, 7 ], - "to": [ 9.5, 13.5, 9 ], - "faces": { - "down": { "uv": [ 9, 9, 9.5, 7 ], "texture": "#stand" }, - "up": { "uv": [ 9, 7, 9.5, 9 ], "texture": "#stand" }, - "north": { "uv": [ 6.5, 2.5, 7, 4 ], "texture": "#stand" }, - "south": { "uv": [ 9, 2.5, 9.5, 4 ], "texture": "#stand" }, - "west": { "uv": [ 7, 2.5, 9, 4 ], "texture": "#stand" }, - "east": { "uv": [ 7, 2.5, 9, 4 ], "texture": "#stand" } - } -}, -{ - "from": [ 6.5, 12, 7 ], - "to": [ 7, 13.5, 9 ], - "faces": { - "down": { "uv": [ 6.5, 5.5, 7, 3.5 ], "texture": "#stand" }, - "up": { "uv": [ 6.5, 9, 7, 11 ], "texture": "#stand" }, - "north": { "uv": [ 9, 2.5, 9.5, 4 ], "texture": "#stand" }, - "south": { "uv": [ 6.5, 2.5, 7, 4 ], "texture": "#stand" }, - "west": { "uv": [ 7, 2.5, 9, 4 ], "texture": "#stand" }, - "east": { "uv": [ 7, 2.5, 9, 4 ], "texture": "#stand" } - } -}, -{ - "from": [ 9.5, 12.5, 7.5 ], - "to": [ 10.5, 13.5, 8.5 ], - "faces": { - "down": { "uv": [ 8, 3.5, 9, 3 ], "texture": "#stand" }, - "up": { "uv": [ 9.5, 2.5, 10.5, 3 ], "rotation": 90, "texture": "#stand" }, - "north": { "uv": [ 10.5, 2.5, 9.5, 3.5 ], "texture": "#stand" }, - "south": { "uv": [ 9.5, 2.5, 10.5, 3.5 ], "texture": "#stand" }, - "west": { "uv": [ 7.5, 2.5, 8.5, 3.5 ], "texture": "#stand" }, - "east": { "uv": [ 7.5, 2.5, 8.5, 3.5 ], "texture": "#stand" } - } -}, -{ - "from": [ 15, 12, 7.5 ], - "to": [ 15.5, 13.5, 8.5 ], - "faces": { - "down": { "uv": [ 6.5, 6, 7, 5 ], "texture": "#stand" }, - "up": { "uv": [ 6.5, 5, 7, 6 ], "texture": "#stand" }, - "north": { "uv": [ 0.5, 2.5, 1, 4 ], "texture": "#stand" }, - "south": { "uv": [ 15, 2.5, 15.5, 4 ], "texture": "#stand" }, - "west": { "uv": [ 7.5, 2.5, 8.5, 4 ], "texture": "#stand" }, - "east": { "uv": [ 7.5, 2.5, 8.5, 4 ], "texture": "#stand" } - } -}, -{ - "from": [ 9, 0, 6.75 ], - "to": [ 9.25, 14.25, 7 ], - "rotation": { "origin": [ 9, 0, 6.75 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 6.5, 5.5, 7, 5 ], "texture": "#stand" }, - "up": { "uv": [ 6.5, 4.5, 7, 5 ], "texture": "#stand" }, - "north": { "uv": [ 6.5, 3.5, 7, 16 ], "texture": "#stand" }, - "south": { "uv": [ 9, 3.5, 9.5, 16 ], "texture": "#stand" }, - "west": { "uv": [ 9, 3.25, 9.5, 16 ], "texture": "#stand" }, - "east": { "uv": [ 9, 3.25, 9.5, 16 ], "texture": "#stand" } - } -}, -{ - "from": [ 9, 0, 9 ], - "to": [ 9.25, 14.25, 9.25 ], - "rotation": { "origin": [ 9, 0, 9 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 6.5, 5.5, 7, 5 ], "rotation": 270, "texture": "#stand" }, - "up": { "uv": [ 6.5, 4.5, 7, 5 ], "rotation": 90, "texture": "#stand" }, - "north": { "uv": [ 9, 3.25, 9.5, 16 ], "texture": "#stand" }, - "south": { "uv": [ 9, 3.25, 9.5, 16 ], "texture": "#stand" }, - "west": { "uv": [ 9, 3.5, 9.5, 16 ], "texture": "#stand" }, - "east": { "uv": [ 6.5, 3.5, 7, 16 ], "texture": "#stand" } - } -}, -{ - "from": [ 7, 0, 9 ], - "to": [ 7.25, 14.25, 9.25 ], - "rotation": { "origin": [ 7, 0, 9 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 6.5, 5.5, 7, 5 ], "rotation": 180, "texture": "#stand" }, - "up": { "uv": [ 6.5, 4.5, 7, 5 ], "rotation": 180, "texture": "#stand" }, - "north": { "uv": [ 9, 3.5, 9.5, 16 ], "texture": "#stand" }, - "south": { "uv": [ 6.5, 3.5, 7, 16 ], "texture": "#stand" }, - "west": { "uv": [ 9, 3.25, 9.5, 16 ], "texture": "#stand" }, - "east": { "uv": [ 9, 3.25, 9.5, 16 ], "texture": "#stand" } - } -}, -{ - "from": [ 7, 0, 6.75 ], - "to": [ 7.25, 14.25, 7 ], - "rotation": { "origin": [ 7, 0, 6.75 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 6.5, 5.5, 7, 5 ], "rotation": 90, "texture": "#stand" }, - "up": { "uv": [ 6.5, 4.5, 7, 5 ], "rotation": 270, "texture": "#stand" }, - "north": { "uv": [ 9, 3.25, 9.5, 16 ], "texture": "#stand" }, - "south": { "uv": [ 9, 3.25, 9.5, 16 ], "texture": "#stand" }, - "west": { "uv": [ 6.5, 3.5, 7, 16 ], "texture": "#stand" }, - "east": { "uv": [ 9, 3.5, 9.5, 16 ], "texture": "#stand" } - } -}, -{ - "from": [ 2, 12, 13.5 ], - "to": [ 3, 13.5, 14 ], - "rotation": { "origin": [ 2, 12, 13.5 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 4.5, 3, 5.5, 3.5 ], "texture": "#stand" }, - "up": { "uv": [ 4.5, 3.5, 5.5, 3 ], "texture": "#stand" }, - "north": { "uv": [ 8, 2.5, 9, 4 ], "texture": "#stand" }, - "south": { "uv": [ 7, 2.5, 8, 4 ], "texture": "#stand" }, - "west": { "uv": [ 0.5, 2.5, 1, 4 ], "texture": "#stand" }, - "east": { "uv": [ 0.5, 2.5, 1, 4 ], "texture": "#stand" } - } -}, -{ - "from": [ 2.75, 12.5, 2 ], - "to": [ 9.5, 13, 3 ], - "rotation": { "origin": [ 2.75, 12.5, 2 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 1, 3.5, 6.5, 3 ], "rotation": 180, "texture": "#stand" }, - "up": { "uv": [ 1, 3, 6.5, 3.5 ], "texture": "#stand" }, - "north": { "uv": [ 9.5, 3, 15, 3.5 ], "texture": "#stand" }, - "south": { "uv": [ 9.5, 3, 15, 3.5 ], "texture": "#stand" }, - "west": { "uv": [ 9.5, 3, 10.5, 3.5 ], "texture": "#stand" }, - "east": { "uv": [ 9.5, 3, 10.5, 3.5 ], "texture": "#stand" } - } -}, -{ - "from": [ 6.5, 13, 5.75 ], - "to": [ 7.75, 13.5, 6.75 ], - "rotation": { "origin": [ 6.5, 13, 5.75 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 3, 3, 4, 3.5 ], "rotation": 270, "texture": "#stand" }, - "up": { "uv": [ 3, 3.5, 4, 3 ], "rotation": 90, "texture": "#stand" }, - "north": { "uv": [ 6.5, 2.5, 7.5, 3 ], "texture": "#stand" }, - "south": { "uv": [ 6.5, 2.5, 7.5, 3 ], "texture": "#stand" }, - "west": { "uv": [ 6.5, 2.5, 7.5, 3 ], "texture": "#stand" }, - "east": { "uv": [ 6.5, 2.5, 7.5, 3 ], "texture": "#stand" } - } -}, -{ - "from": [ 6.75, 13, 8.75 ], - "to": [ 7.75, 13.5, 10 ], - "rotation": { "origin": [ 6.75, 13, 8.75 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 3, 3, 4, 3.5 ], "texture": "#stand" }, - "up": { "uv": [ 3, 3.5, 4, 3 ], "texture": "#stand" }, - "north": { "uv": [ 6.5, 2.5, 7.5, 3 ], "texture": "#stand" }, - "south": { "uv": [ 6.5, 2.5, 7.5, 3 ], "texture": "#stand" }, - "west": { "uv": [ 6.5, 2.5, 7.5, 3 ], "texture": "#stand" }, - "east": { "uv": [ 6.5, 2.5, 7.5, 3 ], "texture": "#stand" } - } -}, -{ - "from": [ 2.5, 12, 1.75 ], - "to": [ 3, 13.5, 2.75 ], - "rotation": { "origin": [ 2.5, 12, 1.75 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 4.5, 3, 5.5, 3.5 ], "rotation": 270, "texture": "#stand" }, - "up": { "uv": [ 4.5, 3.5, 5.5, 3 ], "rotation": 90, "texture": "#stand" }, - "north": { "uv": [ 0.5, 2.5, 1, 4 ], "texture": "#stand" }, - "south": { "uv": [ 0.5, 2.5, 1, 4 ], "texture": "#stand" }, - "west": { "uv": [ 7, 2.5, 8, 4 ], "texture": "#stand" }, - "east": { "uv": [ 8, 2.5, 9, 4 ], "texture": "#stand" } - } -}, -{ - "from": [ 6.5, 0, 6.5 ], - "to": [ 9.75, 1, 9.5 ], - "faces": { - "down": { "uv": [ 5.5, 3, 6, 2.5 ], "texture": "#stand" }, - "up": { "uv": [ 4, 3, 4.5, 3.5 ], "texture": "#stand" }, - "north": { "uv": [ 6.5, 15, 9.5, 16 ], "texture": "#stand" }, - "south": { "uv": [ 6.5, 15, 9.5, 16 ], "texture": "#stand" }, - "west": { "uv": [ 6.5, 15, 9.5, 16 ], "texture": "#stand" }, - "east": { "uv": [ 6.5, 15, 9.5, 16 ], "texture": "#stand" } - } -}, -{ - "from": [ 3, 4.5, 11.75 ], - "to": [ 5, 14, 12.75 ], - "faces": { - "down": { "uv": [ 3, 12, 3.5, 11.5 ], "texture": "#stand" }, - "up": { "uv": [ 3, 2, 3.5, 2.5 ], "texture": "#stand" }, - "north": { "uv": [ 2, 2, 4, 11.5 ], "texture": "#stand" }, - "south": { "uv": [ 2, 2, 4, 11.5 ], "texture": "#stand" }, - "west": { "uv": [ 2.5, 2, 3.5, 11.5 ], "texture": "#stand" }, - "east": { "uv": [ 2.5, 2, 3.5, 11.5 ], "texture": "#stand" } - } -}, -{ - "from": [ 3.5, 4.5, 11.25 ], - "to": [ 4.5, 14, 13.25 ], - "faces": { - "down": { "uv": [ 3, 12, 3.5, 11.5 ], "texture": "#stand" }, - "up": { "uv": [ 3, 2, 3.5, 2.5 ], "texture": "#stand" }, - "north": { "uv": [ 2.5, 2, 3.5, 11.5 ], "texture": "#stand" }, - "south": { "uv": [ 2.5, 2, 3.5, 11.5 ], "texture": "#stand" }, - "west": { "uv": [ 2, 2, 4, 11.5 ], "texture": "#stand" }, - "east": { "uv": [ 2, 2, 4, 11.5 ], "texture": "#stand" } - } -} -] -} \ No newline at end of file +{"ambientocclusion":false,"textures":{"particle":"block/brewing_stand_base","stand":"block/brewing_stand","base":"block/brewing_stand_base"},"elements":[{"from":[3.5,4,11.75],"to":[4.5,4.5,12.75],"faces":{"down":{"uv":[3,12,3.5,11.5],"texture":"#stand"},"up":{"uv":[3,2,3.5,2.5],"texture":"#stand"},"north":{"uv":[2.5,11.5,3.5,12],"texture":"#stand"},"south":{"uv":[2.5,11.5,3.5,12],"texture":"#stand"},"west":{"uv":[2.5,11.5,3.5,12],"texture":"#stand"},"east":{"uv":[2.5,11.5,3.5,12],"texture":"#stand"}}},{"from":[7,0,7],"to":[9,14,9],"faces":{"down":{"uv":[7,7,9,9],"texture":"#stand"},"up":{"uv":[7,7,9,9],"texture":"#stand"},"north":{"uv":[7,2,9,16],"texture":"#stand"},"south":{"uv":[7,2,9,16],"texture":"#stand"},"west":{"uv":[7,2,9,16],"texture":"#stand"},"east":{"uv":[7,2,9,16],"texture":"#stand"}}},{"from":[10,0,5],"to":[16,2,11],"faces":{"down":{"uv":[9,5,15,11],"texture":"#base"},"up":{"uv":[9,5,15,11],"texture":"#base"},"north":{"uv":[9,14,15,16],"texture":"#base"},"south":{"uv":[9,14,15,16],"texture":"#base"},"west":{"uv":[5,14,11,16],"texture":"#base"},"east":{"uv":[5,14,11,16],"texture":"#base"}}},{"from":[1,0,1],"to":[7,2,7],"faces":{"down":{"uv":[2,1,8,7],"texture":"#base"},"up":{"uv":[2,1,8,7],"texture":"#base"},"north":{"uv":[2,14,8,16],"texture":"#base"},"south":{"uv":[2,14,8,16],"texture":"#base"},"west":{"uv":[1,14,7,16],"texture":"#base"},"east":{"uv":[1,14,7,16],"texture":"#base"}}},{"from":[1,0,9.25],"to":[7,2,15.25],"faces":{"down":{"uv":[2,9,8,15],"texture":"#base"},"up":{"uv":[2,9,8,15],"texture":"#base"},"north":{"uv":[2,14,8,16],"texture":"#base"},"south":{"uv":[2,14,8,16],"texture":"#base"},"west":{"uv":[9,14,15,16],"texture":"#base"},"east":{"uv":[9,14,15,16],"texture":"#base"}}},{"from":[6.75,12.5,8.75],"to":[7.75,13,15.5],"rotation":{"origin":[6.75,12.5,8.75],"axis":"y","angle":-45},"faces":{"down":{"uv":[1,3.5,6.5,3],"rotation":270,"texture":"#stand"},"up":{"uv":[1,3,6.5,3.5],"rotation":270,"texture":"#stand"},"north":{"uv":[9.5,3,10.5,3.5],"texture":"#stand"},"south":{"uv":[9.5,3,10.5,3.5],"texture":"#stand"},"west":{"uv":[9.5,3,15,3.5],"texture":"#stand"},"east":{"uv":[9.5,3,15,3.5],"texture":"#stand"}}},{"from":[10.5,12.5,7.5],"to":[15,13,8.5],"faces":{"down":{"uv":[1,3.5,5.5,3],"texture":"#stand"},"up":{"uv":[1,3,5.5,3.5],"texture":"#stand"},"north":{"uv":[1,3,5.5,3.5],"texture":"#stand"},"south":{"uv":[10.5,3,15,3.5],"texture":"#stand"},"west":{"uv":[7.5,3,8.5,3.5],"texture":"#stand"},"east":{"uv":[7.5,3,8.5,3.5],"texture":"#stand"}}},{"from":[7,12,6.5],"to":[9,13.5,7],"faces":{"down":{"uv":[5.5,3.5,7.5,3],"texture":"#stand"},"up":{"uv":[3.5,3,5.5,3.5],"texture":"#stand"},"north":{"uv":[7,2.5,9,4],"texture":"#stand"},"south":{"uv":[7,2.5,9,4],"texture":"#stand"},"west":{"uv":[6.5,2.5,7,4],"texture":"#stand"},"east":{"uv":[9,2.5,9.5,4],"texture":"#stand"}}},{"from":[7,12,9],"to":[9,13.5,9.5],"faces":{"down":{"uv":[7,3.5,9,3],"texture":"#stand"},"up":{"uv":[5.5,2.5,7.5,3],"texture":"#stand"},"north":{"uv":[7,2.5,9,4],"texture":"#stand"},"south":{"uv":[7,2.5,9,4],"texture":"#stand"},"west":{"uv":[9,2.5,9.5,4],"texture":"#stand"},"east":{"uv":[6.5,2.5,7,4],"texture":"#stand"}}},{"from":[9,12,7],"to":[9.5,13.5,9],"faces":{"down":{"uv":[9,9,9.5,7],"texture":"#stand"},"up":{"uv":[9,7,9.5,9],"texture":"#stand"},"north":{"uv":[6.5,2.5,7,4],"texture":"#stand"},"south":{"uv":[9,2.5,9.5,4],"texture":"#stand"},"west":{"uv":[7,2.5,9,4],"texture":"#stand"},"east":{"uv":[7,2.5,9,4],"texture":"#stand"}}},{"from":[6.5,12,7],"to":[7,13.5,9],"faces":{"down":{"uv":[6.5,5.5,7,3.5],"texture":"#stand"},"up":{"uv":[6.5,9,7,11],"texture":"#stand"},"north":{"uv":[9,2.5,9.5,4],"texture":"#stand"},"south":{"uv":[6.5,2.5,7,4],"texture":"#stand"},"west":{"uv":[7,2.5,9,4],"texture":"#stand"},"east":{"uv":[7,2.5,9,4],"texture":"#stand"}}},{"from":[9.5,12.5,7.5],"to":[10.5,13.5,8.5],"faces":{"down":{"uv":[8,3.5,9,3],"texture":"#stand"},"up":{"uv":[9.5,2.5,10.5,3],"rotation":90,"texture":"#stand"},"north":{"uv":[10.5,2.5,9.5,3.5],"texture":"#stand"},"south":{"uv":[9.5,2.5,10.5,3.5],"texture":"#stand"},"west":{"uv":[7.5,2.5,8.5,3.5],"texture":"#stand"},"east":{"uv":[7.5,2.5,8.5,3.5],"texture":"#stand"}}},{"from":[15,12,7.5],"to":[15.5,13.5,8.5],"faces":{"down":{"uv":[6.5,6,7,5],"texture":"#stand"},"up":{"uv":[6.5,5,7,6],"texture":"#stand"},"north":{"uv":[0.5,2.5,1,4],"texture":"#stand"},"south":{"uv":[15,2.5,15.5,4],"texture":"#stand"},"west":{"uv":[7.5,2.5,8.5,4],"texture":"#stand"},"east":{"uv":[7.5,2.5,8.5,4],"texture":"#stand"}}},{"from":[9,0,6.75],"to":[9.25,14.25,7],"rotation":{"origin":[9,0,6.75],"axis":"y","angle":-45},"faces":{"down":{"uv":[6.5,5.5,7,5],"texture":"#stand"},"up":{"uv":[6.5,4.5,7,5],"texture":"#stand"},"north":{"uv":[6.5,3.5,7,16],"texture":"#stand"},"south":{"uv":[9,3.5,9.5,16],"texture":"#stand"},"west":{"uv":[9,3.25,9.5,16],"texture":"#stand"},"east":{"uv":[9,3.25,9.5,16],"texture":"#stand"}}},{"from":[9,0,9],"to":[9.25,14.25,9.25],"rotation":{"origin":[9,0,9],"axis":"y","angle":-45},"faces":{"down":{"uv":[6.5,5.5,7,5],"rotation":270,"texture":"#stand"},"up":{"uv":[6.5,4.5,7,5],"rotation":90,"texture":"#stand"},"north":{"uv":[9,3.25,9.5,16],"texture":"#stand"},"south":{"uv":[9,3.25,9.5,16],"texture":"#stand"},"west":{"uv":[9,3.5,9.5,16],"texture":"#stand"},"east":{"uv":[6.5,3.5,7,16],"texture":"#stand"}}},{"from":[7,0,9],"to":[7.25,14.25,9.25],"rotation":{"origin":[7,0,9],"axis":"y","angle":-45},"faces":{"down":{"uv":[6.5,5.5,7,5],"rotation":180,"texture":"#stand"},"up":{"uv":[6.5,4.5,7,5],"rotation":180,"texture":"#stand"},"north":{"uv":[9,3.5,9.5,16],"texture":"#stand"},"south":{"uv":[6.5,3.5,7,16],"texture":"#stand"},"west":{"uv":[9,3.25,9.5,16],"texture":"#stand"},"east":{"uv":[9,3.25,9.5,16],"texture":"#stand"}}},{"from":[7,0,6.75],"to":[7.25,14.25,7],"rotation":{"origin":[7,0,6.75],"axis":"y","angle":-45},"faces":{"down":{"uv":[6.5,5.5,7,5],"rotation":90,"texture":"#stand"},"up":{"uv":[6.5,4.5,7,5],"rotation":270,"texture":"#stand"},"north":{"uv":[9,3.25,9.5,16],"texture":"#stand"},"south":{"uv":[9,3.25,9.5,16],"texture":"#stand"},"west":{"uv":[6.5,3.5,7,16],"texture":"#stand"},"east":{"uv":[9,3.5,9.5,16],"texture":"#stand"}}},{"from":[2,12,13.5],"to":[3,13.5,14],"rotation":{"origin":[2,12,13.5],"axis":"y","angle":-45},"faces":{"down":{"uv":[4.5,3,5.5,3.5],"texture":"#stand"},"up":{"uv":[4.5,3.5,5.5,3],"texture":"#stand"},"north":{"uv":[8,2.5,9,4],"texture":"#stand"},"south":{"uv":[7,2.5,8,4],"texture":"#stand"},"west":{"uv":[0.5,2.5,1,4],"texture":"#stand"},"east":{"uv":[0.5,2.5,1,4],"texture":"#stand"}}},{"from":[2.75,12.5,2],"to":[9.5,13,3],"rotation":{"origin":[2.75,12.5,2],"axis":"y","angle":-45},"faces":{"down":{"uv":[1,3.5,6.5,3],"rotation":180,"texture":"#stand"},"up":{"uv":[1,3,6.5,3.5],"texture":"#stand"},"north":{"uv":[9.5,3,15,3.5],"texture":"#stand"},"south":{"uv":[9.5,3,15,3.5],"texture":"#stand"},"west":{"uv":[9.5,3,10.5,3.5],"texture":"#stand"},"east":{"uv":[9.5,3,10.5,3.5],"texture":"#stand"}}},{"from":[6.5,13,5.75],"to":[7.75,13.5,6.75],"rotation":{"origin":[6.5,13,5.75],"axis":"y","angle":-45},"faces":{"down":{"uv":[3,3,4,3.5],"rotation":270,"texture":"#stand"},"up":{"uv":[3,3.5,4,3],"rotation":90,"texture":"#stand"},"north":{"uv":[6.5,2.5,7.5,3],"texture":"#stand"},"south":{"uv":[6.5,2.5,7.5,3],"texture":"#stand"},"west":{"uv":[6.5,2.5,7.5,3],"texture":"#stand"},"east":{"uv":[6.5,2.5,7.5,3],"texture":"#stand"}}},{"from":[6.75,13,8.75],"to":[7.75,13.5,10],"rotation":{"origin":[6.75,13,8.75],"axis":"y","angle":-45},"faces":{"down":{"uv":[3,3,4,3.5],"texture":"#stand"},"up":{"uv":[3,3.5,4,3],"texture":"#stand"},"north":{"uv":[6.5,2.5,7.5,3],"texture":"#stand"},"south":{"uv":[6.5,2.5,7.5,3],"texture":"#stand"},"west":{"uv":[6.5,2.5,7.5,3],"texture":"#stand"},"east":{"uv":[6.5,2.5,7.5,3],"texture":"#stand"}}},{"from":[2.5,12,1.75],"to":[3,13.5,2.75],"rotation":{"origin":[2.5,12,1.75],"axis":"y","angle":-45},"faces":{"down":{"uv":[4.5,3,5.5,3.5],"rotation":270,"texture":"#stand"},"up":{"uv":[4.5,3.5,5.5,3],"rotation":90,"texture":"#stand"},"north":{"uv":[0.5,2.5,1,4],"texture":"#stand"},"south":{"uv":[0.5,2.5,1,4],"texture":"#stand"},"west":{"uv":[7,2.5,8,4],"texture":"#stand"},"east":{"uv":[8,2.5,9,4],"texture":"#stand"}}},{"from":[6.5,0,6.5],"to":[9.75,1,9.5],"faces":{"down":{"uv":[5.5,3,6,2.5],"texture":"#stand"},"up":{"uv":[4,3,4.5,3.5],"texture":"#stand"},"north":{"uv":[6.5,15,9.5,16],"texture":"#stand"},"south":{"uv":[6.5,15,9.5,16],"texture":"#stand"},"west":{"uv":[6.5,15,9.5,16],"texture":"#stand"},"east":{"uv":[6.5,15,9.5,16],"texture":"#stand"}}},{"from":[3,4.5,11.75],"to":[5,14,12.75],"faces":{"down":{"uv":[3,12,3.5,11.5],"texture":"#stand"},"up":{"uv":[3,2,3.5,2.5],"texture":"#stand"},"north":{"uv":[2,2,4,11.5],"texture":"#stand"},"south":{"uv":[2,2,4,11.5],"texture":"#stand"},"west":{"uv":[2.5,2,3.5,11.5],"texture":"#stand"},"east":{"uv":[2.5,2,3.5,11.5],"texture":"#stand"}}},{"from":[3.5,4.5,11.25],"to":[4.5,14,13.25],"faces":{"down":{"uv":[3,12,3.5,11.5],"texture":"#stand"},"up":{"uv":[3,2,3.5,2.5],"texture":"#stand"},"north":{"uv":[2.5,2,3.5,11.5],"texture":"#stand"},"south":{"uv":[2.5,2,3.5,11.5],"texture":"#stand"},"west":{"uv":[2,2,4,11.5],"texture":"#stand"},"east":{"uv":[2,2,4,11.5],"texture":"#stand"}}}]} diff --git a/assets/minecraft/models/block/brewing_stand_empty.json b/assets/minecraft/models/block/brewing_stand_empty.json index 4a383b6..9f7b883 100755 --- a/assets/minecraft/models/block/brewing_stand_empty.json +++ b/assets/minecraft/models/block/brewing_stand_empty.json @@ -1,284 +1 @@ -{ -"ambientocclusion": false, -"textures": { - "particle": "blocks/brewing_stand_base", - "stand": "blocks/brewing_stand", - "base": "blocks/brewing_stand_base" -}, -"elements": [ -{ - "from": [ 6.5, 0, 6.5 ], - "to": [ 9.75, 1, 9.5 ], - "faces": { - "down": { "uv": [ 5.5, 3, 6, 2.5 ], "texture": "#stand" }, - "up": { "uv": [ 4, 3, 4.5, 3.5 ], "texture": "#stand" }, - "north": { "uv": [ 6.5, 15, 9.5, 16 ], "texture": "#stand" }, - "south": { "uv": [ 6.5, 15, 9.5, 16 ], "texture": "#stand" }, - "west": { "uv": [ 6.5, 15, 9.5, 16 ], "texture": "#stand" }, - "east": { "uv": [ 6.5, 15, 9.5, 16 ], "texture": "#stand" } - } -}, -{ - "from": [ 2.5, 12, 1.75 ], - "to": [ 3, 13.5, 2.75 ], - "rotation": { "origin": [ 2.5, 12, 1.75 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 4.5, 3, 5.5, 3.5 ], "rotation": 270, "texture": "#stand" }, - "up": { "uv": [ 4.5, 3.5, 5.5, 3 ], "rotation": 90, "texture": "#stand" }, - "north": { "uv": [ 0.5, 2.5, 1, 4 ], "texture": "#stand" }, - "south": { "uv": [ 0.5, 2.5, 1, 4 ], "texture": "#stand" }, - "west": { "uv": [ 7, 2.5, 8, 4 ], "texture": "#stand" }, - "east": { "uv": [ 8, 2.5, 9, 4 ], "texture": "#stand" } - } -}, -{ - "from": [ 6.75, 13, 8.75 ], - "to": [ 7.75, 13.5, 10 ], - "rotation": { "origin": [ 6.75, 13, 8.75 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 3, 3, 4, 3.5 ], "texture": "#stand" }, - "up": { "uv": [ 3, 3.5, 4, 3 ], "texture": "#stand" }, - "north": { "uv": [ 6.5, 2.5, 7.5, 3 ], "texture": "#stand" }, - "south": { "uv": [ 6.5, 2.5, 7.5, 3 ], "texture": "#stand" }, - "west": { "uv": [ 6.5, 2.5, 7.5, 3 ], "texture": "#stand" }, - "east": { "uv": [ 6.5, 2.5, 7.5, 3 ], "texture": "#stand" } - } -}, -{ - "from": [ 6.5, 13, 5.75 ], - "to": [ 7.75, 13.5, 6.75 ], - "rotation": { "origin": [ 6.5, 13, 5.75 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 3, 3, 4, 3.5 ], "rotation": 270, "texture": "#stand" }, - "up": { "uv": [ 3, 3.5, 4, 3 ], "rotation": 90, "texture": "#stand" }, - "north": { "uv": [ 6.5, 2.5, 7.5, 3 ], "texture": "#stand" }, - "south": { "uv": [ 6.5, 2.5, 7.5, 3 ], "texture": "#stand" }, - "west": { "uv": [ 6.5, 2.5, 7.5, 3 ], "texture": "#stand" }, - "east": { "uv": [ 6.5, 2.5, 7.5, 3 ], "texture": "#stand" } - } -}, -{ - "from": [ 2.75, 12.5, 2 ], - "to": [ 9.5, 13, 3 ], - "rotation": { "origin": [ 2.75, 12.5, 2 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 1, 3.5, 6.5, 3 ], "rotation": 180, "texture": "#stand" }, - "up": { "uv": [ 1, 3, 6.5, 3.5 ], "texture": "#stand" }, - "north": { "uv": [ 9.5, 3, 15, 3.5 ], "texture": "#stand" }, - "south": { "uv": [ 9.5, 3, 15, 3.5 ], "texture": "#stand" }, - "west": { "uv": [ 9.5, 3, 10.5, 3.5 ], "texture": "#stand" }, - "east": { "uv": [ 9.5, 3, 10.5, 3.5 ], "texture": "#stand" } - } -}, -{ - "from": [ 2, 12, 13.5 ], - "to": [ 3, 13.5, 14 ], - "rotation": { "origin": [ 2, 12, 13.5 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 4.5, 3, 5.5, 3.5 ], "texture": "#stand" }, - "up": { "uv": [ 4.5, 3.5, 5.5, 3 ], "texture": "#stand" }, - "north": { "uv": [ 8, 2.5, 9, 4 ], "texture": "#stand" }, - "south": { "uv": [ 7, 2.5, 8, 4 ], "texture": "#stand" }, - "west": { "uv": [ 0.5, 2.5, 1, 4 ], "texture": "#stand" }, - "east": { "uv": [ 0.5, 2.5, 1, 4 ], "texture": "#stand" } - } -}, -{ - "from": [ 7, 0, 6.75 ], - "to": [ 7.25, 14.25, 7 ], - "rotation": { "origin": [ 7, 0, 6.75 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 6.5, 5.5, 7, 5 ], "rotation": 90, "texture": "#stand" }, - "up": { "uv": [ 6.5, 4.5, 7, 5 ], "rotation": 270, "texture": "#stand" }, - "north": { "uv": [ 9, 3.25, 9.5, 16 ], "texture": "#stand" }, - "south": { "uv": [ 9, 3.25, 9.5, 16 ], "texture": "#stand" }, - "west": { "uv": [ 6.5, 3.5, 7, 16 ], "texture": "#stand" }, - "east": { "uv": [ 9, 3.5, 9.5, 16 ], "texture": "#stand" } - } -}, -{ - "from": [ 7, 0, 9 ], - "to": [ 7.25, 14.25, 9.25 ], - "rotation": { "origin": [ 7, 0, 9 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 6.5, 5.5, 7, 5 ], "rotation": 180, "texture": "#stand" }, - "up": { "uv": [ 6.5, 4.5, 7, 5 ], "rotation": 180, "texture": "#stand" }, - "north": { "uv": [ 9, 3.5, 9.5, 16 ], "texture": "#stand" }, - "south": { "uv": [ 6.5, 3.5, 7, 16 ], "texture": "#stand" }, - "west": { "uv": [ 9, 3.25, 9.5, 16 ], "texture": "#stand" }, - "east": { "uv": [ 9, 3.25, 9.5, 16 ], "texture": "#stand" } - } -}, -{ - "from": [ 9, 0, 9 ], - "to": [ 9.25, 14.25, 9.25 ], - "rotation": { "origin": [ 9, 0, 9 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 6.5, 5.5, 7, 5 ], "rotation": 270, "texture": "#stand" }, - "up": { "uv": [ 6.5, 4.5, 7, 5 ], "rotation": 90, "texture": "#stand" }, - "north": { "uv": [ 9, 3.25, 9.5, 16 ], "texture": "#stand" }, - "south": { "uv": [ 9, 3.25, 9.5, 16 ], "texture": "#stand" }, - "west": { "uv": [ 9, 3.5, 9.5, 16 ], "texture": "#stand" }, - "east": { "uv": [ 6.5, 3.5, 7, 16 ], "texture": "#stand" } - } -}, -{ - "from": [ 9, 0, 6.75 ], - "to": [ 9.25, 14.25, 7 ], - "rotation": { "origin": [ 9, 0, 6.75 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 6.5, 5.5, 7, 5 ], "texture": "#stand" }, - "up": { "uv": [ 6.5, 4.5, 7, 5 ], "texture": "#stand" }, - "north": { "uv": [ 6.5, 3.5, 7, 16 ], "texture": "#stand" }, - "south": { "uv": [ 9, 3.5, 9.5, 16 ], "texture": "#stand" }, - "west": { "uv": [ 9, 3.25, 9.5, 16 ], "texture": "#stand" }, - "east": { "uv": [ 9, 3.25, 9.5, 16 ], "texture": "#stand" } - } -}, -{ - "from": [ 15, 12, 7.5 ], - "to": [ 15.5, 13.5, 8.5 ], - "faces": { - "down": { "uv": [ 6.5, 6, 7, 5 ], "texture": "#stand" }, - "up": { "uv": [ 6.5, 5, 7, 6 ], "texture": "#stand" }, - "north": { "uv": [ 0.5, 2.5, 1, 4 ], "texture": "#stand" }, - "south": { "uv": [ 15, 2.5, 15.5, 4 ], "texture": "#stand" }, - "west": { "uv": [ 7.5, 2.5, 8.5, 4 ], "texture": "#stand" }, - "east": { "uv": [ 7.5, 2.5, 8.5, 4 ], "texture": "#stand" } - } -}, -{ - "from": [ 9.5, 12.5, 7.5 ], - "to": [ 10.5, 13.5, 8.5 ], - "faces": { - "down": { "uv": [ 8, 3.5, 9, 3 ], "texture": "#stand" }, - "up": { "uv": [ 9.5, 2.5, 10.5, 3 ], "rotation": 90, "texture": "#stand" }, - "north": { "uv": [ 10.5, 2.5, 9.5, 3.5 ], "texture": "#stand" }, - "south": { "uv": [ 9.5, 2.5, 10.5, 3.5 ], "texture": "#stand" }, - "west": { "uv": [ 7.5, 2.5, 8.5, 3.5 ], "texture": "#stand" }, - "east": { "uv": [ 7.5, 2.5, 8.5, 3.5 ], "texture": "#stand" } - } -}, -{ - "from": [ 6.5, 12, 7 ], - "to": [ 7, 13.5, 9 ], - "faces": { - "down": { "uv": [ 6.5, 5.5, 7, 3.5 ], "texture": "#stand" }, - "up": { "uv": [ 6.5, 9, 7, 11 ], "texture": "#stand" }, - "north": { "uv": [ 9, 2.5, 9.5, 4 ], "texture": "#stand" }, - "south": { "uv": [ 6.5, 2.5, 7, 4 ], "texture": "#stand" }, - "west": { "uv": [ 7, 2.5, 9, 4 ], "texture": "#stand" }, - "east": { "uv": [ 7, 2.5, 9, 4 ], "texture": "#stand" } - } -}, -{ - "from": [ 9, 12, 7 ], - "to": [ 9.5, 13.5, 9 ], - "faces": { - "down": { "uv": [ 9, 9, 9.5, 7 ], "texture": "#stand" }, - "up": { "uv": [ 9, 7, 9.5, 9 ], "texture": "#stand" }, - "north": { "uv": [ 6.5, 2.5, 7, 4 ], "texture": "#stand" }, - "south": { "uv": [ 9, 2.5, 9.5, 4 ], "texture": "#stand" }, - "west": { "uv": [ 7, 2.5, 9, 4 ], "texture": "#stand" }, - "east": { "uv": [ 7, 2.5, 9, 4 ], "texture": "#stand" } - } -}, -{ - "from": [ 7, 12, 9 ], - "to": [ 9, 13.5, 9.5 ], - "faces": { - "down": { "uv": [ 7, 3.5, 9, 3 ], "texture": "#stand" }, - "up": { "uv": [ 5.5, 2.5, 7.5, 3 ], "texture": "#stand" }, - "north": { "uv": [ 7, 2.5, 9, 4 ], "texture": "#stand" }, - "south": { "uv": [ 7, 2.5, 9, 4 ], "texture": "#stand" }, - "west": { "uv": [ 9, 2.5, 9.5, 4 ], "texture": "#stand" }, - "east": { "uv": [ 6.5, 2.5, 7, 4 ], "texture": "#stand" } - } -}, -{ - "from": [ 7, 12, 6.5 ], - "to": [ 9, 13.5, 7 ], - "faces": { - "down": { "uv": [ 5.5, 3.5, 7.5, 3 ], "texture": "#stand" }, - "up": { "uv": [ 3.5, 3, 5.5, 3.5 ], "texture": "#stand" }, - "north": { "uv": [ 7, 2.5, 9, 4 ], "texture": "#stand" }, - "south": { "uv": [ 7, 2.5, 9, 4 ], "texture": "#stand" }, - "west": { "uv": [ 6.5, 2.5, 7, 4 ], "texture": "#stand" }, - "east": { "uv": [ 9, 2.5, 9.5, 4 ], "texture": "#stand" } - } -}, -{ - "from": [ 10.5, 12.5, 7.5 ], - "to": [ 15, 13, 8.5 ], - "faces": { - "down": { "uv": [ 1, 3.5, 5.5, 3 ], "texture": "#stand" }, - "up": { "uv": [ 1, 3, 5.5, 3.5 ], "texture": "#stand" }, - "north": { "uv": [ 1, 3, 5.5, 3.5 ], "texture": "#stand" }, - "south": { "uv": [ 10.5, 3, 15, 3.5 ], "texture": "#stand" }, - "west": { "uv": [ 7.5, 3, 8.5, 3.5 ], "texture": "#stand" }, - "east": { "uv": [ 7.5, 3, 8.5, 3.5 ], "texture": "#stand" } - } -}, -{ - "from": [ 6.75, 12.5, 8.75 ], - "to": [ 7.75, 13, 15.5 ], - "rotation": { "origin": [ 6.75, 12.5, 8.75 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 1, 3.5, 6.5, 3 ], "rotation": 270, "texture": "#stand" }, - "up": { "uv": [ 1, 3, 6.5, 3.5 ], "rotation": 270, "texture": "#stand" }, - "north": { "uv": [ 9.5, 3, 10.5, 3.5 ], "texture": "#stand" }, - "south": { "uv": [ 9.5, 3, 10.5, 3.5 ], "texture": "#stand" }, - "west": { "uv": [ 9.5, 3, 15, 3.5 ], "texture": "#stand" }, - "east": { "uv": [ 9.5, 3, 15, 3.5 ], "texture": "#stand" } - } -}, -{ - "from": [ 1, 0, 9.25 ], - "to": [ 7, 2, 15.25 ], - "faces": { - "down": { "uv": [ 2, 9, 8, 15 ], "texture": "#base" }, - "up": { "uv": [ 2, 9, 8, 15 ], "texture": "#base" }, - "north": { "uv": [ 2, 14, 8, 16 ], "texture": "#base" }, - "south": { "uv": [ 2, 14, 8, 16 ], "texture": "#base" }, - "west": { "uv": [ 9, 14, 15, 16 ], "texture": "#base" }, - "east": { "uv": [ 9, 14, 15, 16 ], "texture": "#base" } - } -}, -{ - "from": [ 1, 0, 1 ], - "to": [ 7, 2, 7 ], - "faces": { - "down": { "uv": [ 2, 1, 8, 7 ], "texture": "#base" }, - "up": { "uv": [ 2, 1, 8, 7 ], "texture": "#base" }, - "north": { "uv": [ 2, 14, 8, 16 ], "texture": "#base" }, - "south": { "uv": [ 2, 14, 8, 16 ], "texture": "#base" }, - "west": { "uv": [ 1, 14, 7, 16 ], "texture": "#base" }, - "east": { "uv": [ 1, 14, 7, 16 ], "texture": "#base" } - } -}, -{ - "from": [ 10, 0, 5 ], - "to": [ 16, 2, 11 ], - "faces": { - "down": { "uv": [ 9, 5, 15, 11 ], "texture": "#base" }, - "up": { "uv": [ 9, 5, 15, 11 ], "texture": "#base" }, - "north": { "uv": [ 9, 14, 15, 16 ], "texture": "#base" }, - "south": { "uv": [ 9, 14, 15, 16 ], "texture": "#base" }, - "west": { "uv": [ 5, 14, 11, 16 ], "texture": "#base" }, - "east": { "uv": [ 5, 14, 11, 16 ], "texture": "#base" } - } -}, -{ - "from": [ 7, 0, 7 ], - "to": [ 9, 14, 9 ], - "faces": { - "down": { "uv": [ 7, 7, 9, 9 ], "texture": "#stand" }, - "up": { "uv": [ 7, 7, 9, 9 ], "texture": "#stand" }, - "north": { "uv": [ 7, 2, 9, 16 ], "texture": "#stand" }, - "south": { "uv": [ 7, 2, 9, 16 ], "texture": "#stand" }, - "west": { "uv": [ 7, 2, 9, 16 ], "texture": "#stand" }, - "east": { "uv": [ 7, 2, 9, 16 ], "texture": "#stand" } - } -} -] -} \ No newline at end of file +{"ambientocclusion":false,"textures":{"particle":"block/brewing_stand_base","stand":"block/brewing_stand","base":"block/brewing_stand_base"},"elements":[{"from":[6.5,0,6.5],"to":[9.75,1,9.5],"faces":{"down":{"uv":[5.5,3,6,2.5],"texture":"#stand"},"up":{"uv":[4,3,4.5,3.5],"texture":"#stand"},"north":{"uv":[6.5,15,9.5,16],"texture":"#stand"},"south":{"uv":[6.5,15,9.5,16],"texture":"#stand"},"west":{"uv":[6.5,15,9.5,16],"texture":"#stand"},"east":{"uv":[6.5,15,9.5,16],"texture":"#stand"}}},{"from":[2.5,12,1.75],"to":[3,13.5,2.75],"rotation":{"origin":[2.5,12,1.75],"axis":"y","angle":-45},"faces":{"down":{"uv":[4.5,3,5.5,3.5],"rotation":270,"texture":"#stand"},"up":{"uv":[4.5,3.5,5.5,3],"rotation":90,"texture":"#stand"},"north":{"uv":[0.5,2.5,1,4],"texture":"#stand"},"south":{"uv":[0.5,2.5,1,4],"texture":"#stand"},"west":{"uv":[7,2.5,8,4],"texture":"#stand"},"east":{"uv":[8,2.5,9,4],"texture":"#stand"}}},{"from":[6.75,13,8.75],"to":[7.75,13.5,10],"rotation":{"origin":[6.75,13,8.75],"axis":"y","angle":-45},"faces":{"down":{"uv":[3,3,4,3.5],"texture":"#stand"},"up":{"uv":[3,3.5,4,3],"texture":"#stand"},"north":{"uv":[6.5,2.5,7.5,3],"texture":"#stand"},"south":{"uv":[6.5,2.5,7.5,3],"texture":"#stand"},"west":{"uv":[6.5,2.5,7.5,3],"texture":"#stand"},"east":{"uv":[6.5,2.5,7.5,3],"texture":"#stand"}}},{"from":[6.5,13,5.75],"to":[7.75,13.5,6.75],"rotation":{"origin":[6.5,13,5.75],"axis":"y","angle":-45},"faces":{"down":{"uv":[3,3,4,3.5],"rotation":270,"texture":"#stand"},"up":{"uv":[3,3.5,4,3],"rotation":90,"texture":"#stand"},"north":{"uv":[6.5,2.5,7.5,3],"texture":"#stand"},"south":{"uv":[6.5,2.5,7.5,3],"texture":"#stand"},"west":{"uv":[6.5,2.5,7.5,3],"texture":"#stand"},"east":{"uv":[6.5,2.5,7.5,3],"texture":"#stand"}}},{"from":[2.75,12.5,2],"to":[9.5,13,3],"rotation":{"origin":[2.75,12.5,2],"axis":"y","angle":-45},"faces":{"down":{"uv":[1,3.5,6.5,3],"rotation":180,"texture":"#stand"},"up":{"uv":[1,3,6.5,3.5],"texture":"#stand"},"north":{"uv":[9.5,3,15,3.5],"texture":"#stand"},"south":{"uv":[9.5,3,15,3.5],"texture":"#stand"},"west":{"uv":[9.5,3,10.5,3.5],"texture":"#stand"},"east":{"uv":[9.5,3,10.5,3.5],"texture":"#stand"}}},{"from":[2,12,13.5],"to":[3,13.5,14],"rotation":{"origin":[2,12,13.5],"axis":"y","angle":-45},"faces":{"down":{"uv":[4.5,3,5.5,3.5],"texture":"#stand"},"up":{"uv":[4.5,3.5,5.5,3],"texture":"#stand"},"north":{"uv":[8,2.5,9,4],"texture":"#stand"},"south":{"uv":[7,2.5,8,4],"texture":"#stand"},"west":{"uv":[0.5,2.5,1,4],"texture":"#stand"},"east":{"uv":[0.5,2.5,1,4],"texture":"#stand"}}},{"from":[7,0,6.75],"to":[7.25,14.25,7],"rotation":{"origin":[7,0,6.75],"axis":"y","angle":-45},"faces":{"down":{"uv":[6.5,5.5,7,5],"rotation":90,"texture":"#stand"},"up":{"uv":[6.5,4.5,7,5],"rotation":270,"texture":"#stand"},"north":{"uv":[9,3.25,9.5,16],"texture":"#stand"},"south":{"uv":[9,3.25,9.5,16],"texture":"#stand"},"west":{"uv":[6.5,3.5,7,16],"texture":"#stand"},"east":{"uv":[9,3.5,9.5,16],"texture":"#stand"}}},{"from":[7,0,9],"to":[7.25,14.25,9.25],"rotation":{"origin":[7,0,9],"axis":"y","angle":-45},"faces":{"down":{"uv":[6.5,5.5,7,5],"rotation":180,"texture":"#stand"},"up":{"uv":[6.5,4.5,7,5],"rotation":180,"texture":"#stand"},"north":{"uv":[9,3.5,9.5,16],"texture":"#stand"},"south":{"uv":[6.5,3.5,7,16],"texture":"#stand"},"west":{"uv":[9,3.25,9.5,16],"texture":"#stand"},"east":{"uv":[9,3.25,9.5,16],"texture":"#stand"}}},{"from":[9,0,9],"to":[9.25,14.25,9.25],"rotation":{"origin":[9,0,9],"axis":"y","angle":-45},"faces":{"down":{"uv":[6.5,5.5,7,5],"rotation":270,"texture":"#stand"},"up":{"uv":[6.5,4.5,7,5],"rotation":90,"texture":"#stand"},"north":{"uv":[9,3.25,9.5,16],"texture":"#stand"},"south":{"uv":[9,3.25,9.5,16],"texture":"#stand"},"west":{"uv":[9,3.5,9.5,16],"texture":"#stand"},"east":{"uv":[6.5,3.5,7,16],"texture":"#stand"}}},{"from":[9,0,6.75],"to":[9.25,14.25,7],"rotation":{"origin":[9,0,6.75],"axis":"y","angle":-45},"faces":{"down":{"uv":[6.5,5.5,7,5],"texture":"#stand"},"up":{"uv":[6.5,4.5,7,5],"texture":"#stand"},"north":{"uv":[6.5,3.5,7,16],"texture":"#stand"},"south":{"uv":[9,3.5,9.5,16],"texture":"#stand"},"west":{"uv":[9,3.25,9.5,16],"texture":"#stand"},"east":{"uv":[9,3.25,9.5,16],"texture":"#stand"}}},{"from":[15,12,7.5],"to":[15.5,13.5,8.5],"faces":{"down":{"uv":[6.5,6,7,5],"texture":"#stand"},"up":{"uv":[6.5,5,7,6],"texture":"#stand"},"north":{"uv":[0.5,2.5,1,4],"texture":"#stand"},"south":{"uv":[15,2.5,15.5,4],"texture":"#stand"},"west":{"uv":[7.5,2.5,8.5,4],"texture":"#stand"},"east":{"uv":[7.5,2.5,8.5,4],"texture":"#stand"}}},{"from":[9.5,12.5,7.5],"to":[10.5,13.5,8.5],"faces":{"down":{"uv":[8,3.5,9,3],"texture":"#stand"},"up":{"uv":[9.5,2.5,10.5,3],"rotation":90,"texture":"#stand"},"north":{"uv":[10.5,2.5,9.5,3.5],"texture":"#stand"},"south":{"uv":[9.5,2.5,10.5,3.5],"texture":"#stand"},"west":{"uv":[7.5,2.5,8.5,3.5],"texture":"#stand"},"east":{"uv":[7.5,2.5,8.5,3.5],"texture":"#stand"}}},{"from":[6.5,12,7],"to":[7,13.5,9],"faces":{"down":{"uv":[6.5,5.5,7,3.5],"texture":"#stand"},"up":{"uv":[6.5,9,7,11],"texture":"#stand"},"north":{"uv":[9,2.5,9.5,4],"texture":"#stand"},"south":{"uv":[6.5,2.5,7,4],"texture":"#stand"},"west":{"uv":[7,2.5,9,4],"texture":"#stand"},"east":{"uv":[7,2.5,9,4],"texture":"#stand"}}},{"from":[9,12,7],"to":[9.5,13.5,9],"faces":{"down":{"uv":[9,9,9.5,7],"texture":"#stand"},"up":{"uv":[9,7,9.5,9],"texture":"#stand"},"north":{"uv":[6.5,2.5,7,4],"texture":"#stand"},"south":{"uv":[9,2.5,9.5,4],"texture":"#stand"},"west":{"uv":[7,2.5,9,4],"texture":"#stand"},"east":{"uv":[7,2.5,9,4],"texture":"#stand"}}},{"from":[7,12,9],"to":[9,13.5,9.5],"faces":{"down":{"uv":[7,3.5,9,3],"texture":"#stand"},"up":{"uv":[5.5,2.5,7.5,3],"texture":"#stand"},"north":{"uv":[7,2.5,9,4],"texture":"#stand"},"south":{"uv":[7,2.5,9,4],"texture":"#stand"},"west":{"uv":[9,2.5,9.5,4],"texture":"#stand"},"east":{"uv":[6.5,2.5,7,4],"texture":"#stand"}}},{"from":[7,12,6.5],"to":[9,13.5,7],"faces":{"down":{"uv":[5.5,3.5,7.5,3],"texture":"#stand"},"up":{"uv":[3.5,3,5.5,3.5],"texture":"#stand"},"north":{"uv":[7,2.5,9,4],"texture":"#stand"},"south":{"uv":[7,2.5,9,4],"texture":"#stand"},"west":{"uv":[6.5,2.5,7,4],"texture":"#stand"},"east":{"uv":[9,2.5,9.5,4],"texture":"#stand"}}},{"from":[10.5,12.5,7.5],"to":[15,13,8.5],"faces":{"down":{"uv":[1,3.5,5.5,3],"texture":"#stand"},"up":{"uv":[1,3,5.5,3.5],"texture":"#stand"},"north":{"uv":[1,3,5.5,3.5],"texture":"#stand"},"south":{"uv":[10.5,3,15,3.5],"texture":"#stand"},"west":{"uv":[7.5,3,8.5,3.5],"texture":"#stand"},"east":{"uv":[7.5,3,8.5,3.5],"texture":"#stand"}}},{"from":[6.75,12.5,8.75],"to":[7.75,13,15.5],"rotation":{"origin":[6.75,12.5,8.75],"axis":"y","angle":-45},"faces":{"down":{"uv":[1,3.5,6.5,3],"rotation":270,"texture":"#stand"},"up":{"uv":[1,3,6.5,3.5],"rotation":270,"texture":"#stand"},"north":{"uv":[9.5,3,10.5,3.5],"texture":"#stand"},"south":{"uv":[9.5,3,10.5,3.5],"texture":"#stand"},"west":{"uv":[9.5,3,15,3.5],"texture":"#stand"},"east":{"uv":[9.5,3,15,3.5],"texture":"#stand"}}},{"from":[1,0,9.25],"to":[7,2,15.25],"faces":{"down":{"uv":[2,9,8,15],"texture":"#base"},"up":{"uv":[2,9,8,15],"texture":"#base"},"north":{"uv":[2,14,8,16],"texture":"#base"},"south":{"uv":[2,14,8,16],"texture":"#base"},"west":{"uv":[9,14,15,16],"texture":"#base"},"east":{"uv":[9,14,15,16],"texture":"#base"}}},{"from":[1,0,1],"to":[7,2,7],"faces":{"down":{"uv":[2,1,8,7],"texture":"#base"},"up":{"uv":[2,1,8,7],"texture":"#base"},"north":{"uv":[2,14,8,16],"texture":"#base"},"south":{"uv":[2,14,8,16],"texture":"#base"},"west":{"uv":[1,14,7,16],"texture":"#base"},"east":{"uv":[1,14,7,16],"texture":"#base"}}},{"from":[10,0,5],"to":[16,2,11],"faces":{"down":{"uv":[9,5,15,11],"texture":"#base"},"up":{"uv":[9,5,15,11],"texture":"#base"},"north":{"uv":[9,14,15,16],"texture":"#base"},"south":{"uv":[9,14,15,16],"texture":"#base"},"west":{"uv":[5,14,11,16],"texture":"#base"},"east":{"uv":[5,14,11,16],"texture":"#base"}}},{"from":[7,0,7],"to":[9,14,9],"faces":{"down":{"uv":[7,7,9,9],"texture":"#stand"},"up":{"uv":[7,7,9,9],"texture":"#stand"},"north":{"uv":[7,2,9,16],"texture":"#stand"},"south":{"uv":[7,2,9,16],"texture":"#stand"},"west":{"uv":[7,2,9,16],"texture":"#stand"},"east":{"uv":[7,2,9,16],"texture":"#stand"}}}]} diff --git a/assets/minecraft/models/block/brick.json b/assets/minecraft/models/block/brick.json deleted file mode 100755 index 012dccd..0000000 --- a/assets/minecraft/models/block/brick.json +++ /dev/null @@ -1,866 +0,0 @@ -{ -"__comment": "Designed by Filmjolk", -"ambientocclusion": false, -"textures": { - "particle": "blocks/brick", - "texture": "blocks/brick" -}, -"elements": [ -{ - "from": [ 0, 0, 0 ], - "to": [ 16, 16, 16 ], - "faces": { - "down": { "uv": [ 0, 16, 16, 0 ], "texture": "#texture", "cullface": "down" }, - "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "up" }, - "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "north" }, - "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "south" }, - "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "west" }, - "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "east" } - } -}, -{ - "from": [ -0.5, 13, 1.5 ], - "to": [ 0, 15.98, 8.5 ], - "faces": { - "down": { "uv": [ 1.5, 3, 8.5, 2.5 ], "rotation": 90, "texture": "#texture", "cullface": "west" }, - "up": { "uv": [ 1.5, 0.5, 8.5, 1 ], "rotation": 90, "texture": "#texture", "cullface": "west" }, - "north": { "uv": [ 16, 0, 16, 3 ], "texture": "#texture", "cullface": "west" }, - "south": { "uv": [ 0, 0, 0, 3 ], "texture": "#texture", "cullface": "west" }, - "west": { "uv": [ 1.5, 0, 8.5, 3 ], "texture": "#texture", "cullface": "west" } - } -}, -{ - "from": [ -0.5, 13, 9.5 ], - "to": [ 0, 15.98, 15.98 ], - "faces": { - "down": { "uv": [ 9.5, 3, 16, 2.5 ], "texture": "#texture", "cullface": "west" }, - "up": { "uv": [ 9.5, 0.5, 16, 1 ], "texture": "#texture", "cullface": "west" }, - "north": { "uv": [ 8, 0, 8.5, 3 ], "texture": "#texture", "cullface": "west" }, - "south": { "uv": [ 0, 0, 0, 3 ], "texture": "#texture", "cullface": "west" }, - "west": { "uv": [ 9.5, 0, 16, 3 ], "texture": "#texture", "cullface": "west" } - } -}, -{ - "from": [ -0.5, 8.5, 0.02 ], - "to": [ 1, 12.5, 6 ], - "faces": { - "down": { "uv": [ 0, 7.5, 6, 7 ], "rotation": 90, "texture": "#texture", "cullface": "west" }, - "up": { "uv": [ 0, 4, 6, 4.5 ], "rotation": 90, "texture": "#texture", "cullface": "west" }, - "north": { "uv": [ 14.5, 3.5, 16, 7.5 ], "texture": "#texture", "cullface": "west" }, - "south": { "uv": [ 0, 3.5, 1.5, 7.5 ], "texture": "#texture", "cullface": "west" }, - "west": { "uv": [ 0, 3.5, 6, 7.5 ], "texture": "#texture", "cullface": "west" }, - "east": { "uv": [ 10, 3.5, 16, 7.5 ], "texture": "#texture", "cullface": "west" } - } -}, -{ - "from": [ -0.5, 8.5, 7 ], - "to": [ 0, 12.5, 13.5 ], - "faces": { - "down": { "uv": [ 7, 7.5, 13.5, 7 ], "rotation": 90, "texture": "#texture", "cullface": "west" }, - "up": { "uv": [ 7, 3.5, 13.5, 4 ], "rotation": 90, "texture": "#texture", "cullface": "west" }, - "north": { "uv": [ 15.5, 3.5, 16, 7.5 ], "texture": "#texture", "cullface": "west" }, - "south": { "uv": [ 0, 3.5, 0.5, 7.5 ], "texture": "#texture", "cullface": "west" }, - "west": { "uv": [ 7, 3.5, 13.5, 7.5 ], "texture": "#texture", "cullface": "west" } - } -}, -{ - "from": [ -0.5, 4.5, 2.5 ], - "to": [ 0, 8, 9.5 ], - "faces": { - "down": { "uv": [ 2.5, 11.5, 9.5, 11 ], "rotation": 90, "texture": "#texture", "cullface": "west" }, - "up": { "uv": [ 2.5, 8.5, 9.5, 9 ], "rotation": 90, "texture": "#texture", "cullface": "west" }, - "north": { "uv": [ 15.5, 8, 16, 11.5 ], "texture": "#texture", "cullface": "west" }, - "south": { "uv": [ 0, 8, 0.5, 11.5 ], "texture": "#texture", "cullface": "west" }, - "west": { "uv": [ 2.5, 8, 9.5, 11.5 ], "texture": "#texture", "cullface": "west" } - } -}, -{ - "from": [ -0.5, 4.5, 10.5 ], - "to": [ 1, 8, 15.98 ], - "faces": { - "down": { "uv": [ 10.5, 11.5, 16, 11 ], "rotation": 90, "texture": "#texture", "cullface": "west" }, - "up": { "uv": [ 10.5, 8.5, 16, 9 ], "rotation": 90, "texture": "#texture", "cullface": "west" }, - "north": { "uv": [ 14.5, 8, 16, 11.5 ], "texture": "#texture", "cullface": "west" }, - "south": { "uv": [ 0, 8, 1.5, 11.5 ], "texture": "#texture", "cullface": "west" }, - "west": { "uv": [ 10.5, 8, 16, 11.5 ], "texture": "#texture", "cullface": "west" }, - "east": { "uv": [ 0, 8, 5.5, 11.5 ], "texture": "#texture", "cullface": "west" } - } -}, -{ - "from": [ -0.5, 0.5, 5 ], - "to": [ 0, 4, 12 ], - "faces": { - "down": { "uv": [ 5, 15.5, 12, 15 ], "rotation": 90, "texture": "#texture", "cullface": "west" }, - "up": { "uv": [ 5, 12.5, 12, 13 ], "rotation": 90, "texture": "#texture", "cullface": "west" }, - "north": { "uv": [ 15.5, 12, 16, 15.5 ], "texture": "#texture", "cullface": "west" }, - "south": { "uv": [ 0, 12, 0.5, 15.5 ], "texture": "#texture", "cullface": "west" }, - "west": { "uv": [ 5, 12, 12, 15.5 ], "texture": "#texture", "cullface": "west" } - } -}, -{ - "from": [ -0.5, 0.5, 12.5 ], - "to": [ 3, 4, 15.98 ], - "faces": { - "down": { "uv": [ 12.5, 15.5, 16, 15 ], "texture": "#texture", "cullface": "west" }, - "up": { "uv": [ 12.5, 12.5, 16, 13 ], "texture": "#texture", "cullface": "west" }, - "north": { "uv": [ 13, 12, 16, 15.5 ], "texture": "#texture", "cullface": "west" }, - "south": { "uv": [ 0, 12, 3, 15.5 ], "texture": "#texture", "cullface": "west" }, - "west": { "uv": [ 12.5, 12, 16, 15.5 ], "texture": "#texture", "cullface": "west" }, - "east": { "uv": [ 0, 12, 3.5, 15.5 ], "texture": "#texture", "cullface": "west" } - } -}, -{ - "from": [ -0.5, 4.5, 0.02 ], - "to": [ 0, 8, 1.5 ], - "faces": { - "down": { "uv": [ 0, 11.5, 1.5, 11 ], "rotation": 90, "texture": "#texture", "cullface": "west" }, - "up": { "uv": [ 0, 8, 1.5, 8.5 ], "rotation": 90, "texture": "#texture", "cullface": "west" }, - "north": { "uv": [ 15.5, 8, 16, 11.5 ], "texture": "#texture", "cullface": "west" }, - "south": { "uv": [ 0, 8, 0.5, 11.5 ], "texture": "#texture", "cullface": "west" }, - "west": { "uv": [ 0, 8, 1.5, 11.5 ], "texture": "#texture", "cullface": "west" } - } -}, -{ - "from": [ -0.5, 0.5, 0.02 ], - "to": [ 3, 4, 4.5 ], - "faces": { - "down": { "uv": [ 0, 15.5, 4.5, 15 ], "texture": "#texture", "cullface": "west" }, - "up": { "uv": [ 0, 12.5, 4.5, 13 ], "texture": "#texture", "cullface": "west" }, - "north": { "uv": [ 13, 12, 16, 15.5 ], "texture": "#texture", "cullface": "west" }, - "south": { "uv": [ 0, 12, 3, 15.5 ], "texture": "#texture", "cullface": "west" }, - "west": { "uv": [ 0, 12, 4.5, 15.5 ], "texture": "#texture", "cullface": "west" }, - "east": { "uv": [ 11.5, 12, 16, 15.5 ], "texture": "#texture", "cullface": "west" } - } -}, -{ - "from": [ -0.5, 8.5, 14.5 ], - "to": [ 3, 12.5, 15.98 ], - "faces": { - "down": { "uv": [ 14.5, 7.5, 16, 7 ], "texture": "#texture", "cullface": "west" }, - "up": { "uv": [ 14.5, 4, 16, 4.5 ], "texture": "#texture", "cullface": "west" }, - "north": { "uv": [ 13, 3.5, 16, 7.5 ], "texture": "#texture", "cullface": "west" }, - "south": { "uv": [ 0, 3.5, 3, 7.5 ], "texture": "#texture", "cullface": "west" }, - "west": { "uv": [ 14.5, 3.5, 16, 7.5 ], "texture": "#texture", "cullface": "west" }, - "east": { "uv": [ 0, 3.5, 1.5, 7.5 ], "texture": "#texture", "cullface": "west" } - } -}, -{ - "from": [ -0.5, 13, 0.02 ], - "to": [ 0, 15.98, 0.5 ], - "faces": { - "down": { "uv": [ 0, 0.5, 0, 0 ], "texture": "#texture", "cullface": "west" }, - "up": { "uv": [ 0, 0, 0, 0.5 ], "texture": "#texture", "cullface": "west" }, - "north": { "uv": [ 16, 0, 16, 3 ], "texture": "#texture", "cullface": "west" }, - "south": { "uv": [ 0, 0, 0, 3 ], "texture": "#texture", "cullface": "west" }, - "west": { "uv": [ 0, 0, 0.5, 3 ], "texture": "#texture", "cullface": "west" } - } -}, -{ - "from": [ 1.5, 13, 16 ], - "to": [ 8.5, 15.98, 16.5 ], - "faces": { - "down": { "uv": [ 0, 7.5, 6, 7 ], "rotation": 180, "texture": "#texture", "cullface": "south" }, - "up": { "uv": [ 0, 4, 6, 4.5 ], "texture": "#texture", "cullface": "south" }, - "south": { "uv": [ 1.5, 0, 8.5, 3 ], "texture": "#texture", "cullface": "south" }, - "west": { "uv": [ 16, 0, 16, 3 ], "texture": "#texture", "cullface": "south" }, - "east": { "uv": [ 0, 0, 0, 3 ], "texture": "#texture", "cullface": "south" } - } -}, -{ - "from": [ 9.5, 13, 16 ], - "to": [ 15.98, 15.98, 16.5 ], - "faces": { - "down": { "uv": [ 0, 7.5, 6, 7 ], "rotation": 180, "texture": "#texture", "cullface": "south" }, - "up": { "uv": [ 0, 4, 6, 4.5 ], "texture": "#texture", "cullface": "south" }, - "south": { "uv": [ 9.5, 0, 16, 3 ], "texture": "#texture", "cullface": "south" }, - "west": { "uv": [ 16, 0, 16, 3 ], "texture": "#texture", "cullface": "south" }, - "east": { "uv": [ 0, 0, 0, 3 ], "texture": "#texture", "cullface": "south" } - } -}, -{ - "from": [ 0.02, 8.5, 15 ], - "to": [ 6, 12.5, 16.5 ], - "faces": { - "down": { "uv": [ 0, 7.5, 6, 7 ], "rotation": 180, "texture": "#texture", "cullface": "south" }, - "up": { "uv": [ 0, 4, 6, 4.5 ], "texture": "#texture", "cullface": "south" }, - "north": { "uv": [ 10, 3.5, 16, 7.5 ], "texture": "#texture", "cullface": "south" }, - "south": { "uv": [ 0, 3.5, 6, 7.5 ], "texture": "#texture", "cullface": "south" }, - "west": { "uv": [ 14.5, 3.5, 16, 7.5 ], "texture": "#texture", "cullface": "south" }, - "east": { "uv": [ 0, 3.5, 1.5, 7.5 ], "texture": "#texture", "cullface": "south" } - } -}, -{ - "from": [ 7, 8.5, 16 ], - "to": [ 13.5, 12.5, 16.5 ], - "faces": { - "down": { "uv": [ 7, 7.5, 13.5, 7 ], "rotation": 180, "texture": "#texture", "cullface": "south" }, - "up": { "uv": [ 7, 3.5, 13.5, 4 ], "texture": "#texture", "cullface": "south" }, - "south": { "uv": [ 7, 3.5, 13.5, 7.5 ], "texture": "#texture", "cullface": "south" }, - "west": { "uv": [ 15.5, 3.5, 16, 7.5 ], "texture": "#texture", "cullface": "south" }, - "east": { "uv": [ 0, 3.5, 0.5, 7.5 ], "texture": "#texture", "cullface": "south" } - } -}, -{ - "from": [ 2.5, 4.5, 16 ], - "to": [ 9.5, 8, 16.5 ], - "faces": { - "down": { "uv": [ 2.5, 11.5, 9.5, 11 ], "rotation": 180, "texture": "#texture", "cullface": "south" }, - "up": { "uv": [ 2.5, 8.5, 9.5, 9 ], "texture": "#texture", "cullface": "south" }, - "south": { "uv": [ 2.5, 8, 9.5, 11.5 ], "texture": "#texture", "cullface": "south" }, - "west": { "uv": [ 15.5, 8, 16, 11.5 ], "texture": "#texture", "cullface": "south" }, - "east": { "uv": [ 0, 8, 0.5, 11.5 ], "texture": "#texture", "cullface": "south" } - } -}, -{ - "from": [ 10.5, 4.5, 15 ], - "to": [ 15.98, 8, 16.5 ], - "faces": { - "down": { "uv": [ 10.5, 11.5, 16, 11 ], "rotation": 180, "texture": "#texture", "cullface": "south" }, - "up": { "uv": [ 10.5, 8.5, 16, 9 ], "texture": "#texture", "cullface": "south" }, - "north": { "uv": [ 0, 8, 5.5, 11.5 ], "texture": "#texture", "cullface": "south" }, - "south": { "uv": [ 10.5, 8, 16, 11.5 ], "texture": "#texture", "cullface": "south" }, - "west": { "uv": [ 14.5, 8, 16, 11.5 ], "texture": "#texture", "cullface": "south" }, - "east": { "uv": [ 0, 8, 1.5, 11.5 ], "texture": "#texture", "cullface": "south" } - } -}, -{ - "from": [ 5, 0.5, 16 ], - "to": [ 12, 4, 16.5 ], - "faces": { - "down": { "uv": [ 5, 15.5, 12, 15 ], "rotation": 180, "texture": "#texture", "cullface": "south" }, - "up": { "uv": [ 5, 12.5, 12, 13 ], "texture": "#texture", "cullface": "south" }, - "south": { "uv": [ 5, 12, 12, 15.5 ], "texture": "#texture", "cullface": "south" }, - "west": { "uv": [ 15.5, 12, 16, 15.5 ], "texture": "#texture", "cullface": "south" }, - "east": { "uv": [ 0, 12, 0.5, 15.5 ], "texture": "#texture", "cullface": "south" } - } -}, -{ - "from": [ 12.5, 0.5, 13 ], - "to": [ 15.98, 4, 16.5 ], - "faces": { - "down": { "uv": [ 12.5, 15.5, 16, 15 ], "rotation": 90, "texture": "#texture", "cullface": "south" }, - "up": { "uv": [ 12.5, 12.5, 16, 13 ], "rotation": 270, "texture": "#texture", "cullface": "south" }, - "north": { "uv": [ 0, 12, 3.5, 15.5 ], "texture": "#texture", "cullface": "south" }, - "south": { "uv": [ 12.5, 12, 16, 15.5 ], "texture": "#texture", "cullface": "south" }, - "west": { "uv": [ 13, 12, 16, 15.5 ], "texture": "#texture", "cullface": "south" }, - "east": { "uv": [ 0, 12, 3, 15.5 ], "texture": "#texture", "cullface": "south" } - } -}, -{ - "from": [ 0.02, 4.5, 16 ], - "to": [ 1.5, 8, 16.5 ], - "faces": { - "down": { "uv": [ 0, 11.5, 1.5, 11 ], "rotation": 180, "texture": "#texture", "cullface": "south" }, - "up": { "uv": [ 0, 8, 1.5, 8.5 ], "texture": "#texture", "cullface": "south" }, - "south": { "uv": [ 0, 8, 1.5, 11.5 ], "texture": "#texture", "cullface": "south" }, - "west": { "uv": [ 15.5, 8, 16, 11.5 ], "texture": "#texture", "cullface": "south" }, - "east": { "uv": [ 0, 8, 0.5, 11.5 ], "texture": "#texture", "cullface": "south" } - } -}, -{ - "from": [ 0.02, 0.5, 13 ], - "to": [ 4.5, 4, 16.5 ], - "faces": { - "down": { "uv": [ 0, 15.5, 4.5, 15 ], "rotation": 90, "texture": "#texture", "cullface": "south" }, - "up": { "uv": [ 0, 12.5, 4.5, 13 ], "rotation": 270, "texture": "#texture", "cullface": "south" }, - "north": { "uv": [ 11.5, 12, 16, 15.5 ], "texture": "#texture", "cullface": "south" }, - "south": { "uv": [ 0, 12, 4.5, 15.5 ], "texture": "#texture", "cullface": "south" }, - "west": { "uv": [ 13, 12, 16, 15.5 ], "texture": "#texture", "cullface": "south" }, - "east": { "uv": [ 0, 12, 3, 15.5 ], "texture": "#texture", "cullface": "south" } - } -}, -{ - "from": [ 14.5, 8.5, 13 ], - "to": [ 15.98, 12.5, 16.5 ], - "faces": { - "down": { "uv": [ 14.5, 7.5, 16, 7 ], "rotation": 90, "texture": "#texture", "cullface": "south" }, - "up": { "uv": [ 14.5, 4, 16, 4.5 ], "rotation": 270, "texture": "#texture", "cullface": "south" }, - "north": { "uv": [ 0, 3.5, 1.5, 7.5 ], "texture": "#texture", "cullface": "south" }, - "south": { "uv": [ 14.5, 3.5, 16, 7.5 ], "texture": "#texture", "cullface": "south" }, - "west": { "uv": [ 13, 3.5, 16, 7.5 ], "texture": "#texture", "cullface": "south" }, - "east": { "uv": [ 0, 3.5, 3, 7.5 ], "texture": "#texture", "cullface": "south" } - } -}, -{ - "from": [ 0.02, 13, 16 ], - "to": [ 0.5, 15.98, 16.5 ], - "faces": { - "down": { "uv": [ 0, 16, 0.5, 16 ], "texture": "#texture", "cullface": "south" }, - "up": { "uv": [ 0, 16, 0.5, 16 ], "texture": "#texture", "cullface": "south" }, - "south": { "uv": [ 0, 0, 0.5, 3 ], "texture": "#texture", "cullface": "south" }, - "west": { "uv": [ 16, 0, 16, 3 ], "texture": "#texture", "cullface": "south" }, - "east": { "uv": [ 0, 0, 0, 3 ], "texture": "#texture", "cullface": "south" } - } -}, -{ - "from": [ 16, 13, 7.5 ], - "to": [ 16.5, 15.98, 14.5 ], - "faces": { - "down": { "uv": [ 1.5, 3, 8.5, 2.5 ], "rotation": 90, "texture": "#texture", "cullface": "east" }, - "up": { "uv": [ 1.5, 0.5, 8.5, 1 ], "rotation": 90, "texture": "#texture", "cullface": "east" }, - "north": { "uv": [ 0, 0, 0, 3 ], "texture": "#texture", "cullface": "east" }, - "south": { "uv": [ 16, 0, 16, 3 ], "texture": "#texture", "cullface": "east" }, - "east": { "uv": [ 1.5, 0, 8.5, 3 ], "texture": "#texture", "cullface": "east" } - } -}, -{ - "from": [ 16, 13, 0.02 ], - "to": [ 16.5, 15.98, 6.5 ], - "faces": { - "down": { "uv": [ 9.5, 3, 16, 2.5 ], "rotation": 90, "texture": "#texture", "cullface": "east" }, - "up": { "uv": [ 9.5, 0.5, 16, 1 ], "rotation": 90, "texture": "#texture", "cullface": "east" }, - "north": { "uv": [ 0, 0, 0, 3 ], "texture": "#texture", "cullface": "east" }, - "south": { "uv": [ 16, 0, 16, 3 ], "texture": "#texture", "cullface": "east" }, - "east": { "uv": [ 9.5, 0, 16, 3 ], "texture": "#texture", "cullface": "east" } - } -}, -{ - "from": [ 16, 8.5, 10 ], - "to": [ 16.5, 12.5, 15.98 ], - "faces": { - "down": { "uv": [ 0, 7.5, 6, 7 ], "rotation": 270, "texture": "#texture", "cullface": "east" }, - "up": { "uv": [ 0, 4, 6, 4.5 ], "rotation": 270, "texture": "#texture", "cullface": "east" }, - "north": { "uv": [ 0, 3.5, 1.5, 7.5 ], "texture": "#texture", "cullface": "east" }, - "south": { "uv": [ 14.5, 3.5, 16, 7.5 ], "texture": "#texture", "cullface": "east" }, - "west": { "uv": [ 10, 3.5, 16, 7.5 ], "texture": "#texture", "cullface": "east" }, - "east": { "uv": [ 0, 3.5, 6, 7.5 ], "texture": "#texture", "cullface": "east" } - } -}, -{ - "from": [ 16, 8.5, 2.5 ], - "to": [ 16.5, 12.5, 9 ], - "faces": { - "down": { "uv": [ 7, 7.5, 13.5, 7 ], "rotation": 270, "texture": "#texture", "cullface": "east" }, - "up": { "uv": [ 7, 3.5, 13.5, 4 ], "rotation": 270, "texture": "#texture", "cullface": "east" }, - "north": { "uv": [ 0, 3.5, 0.5, 7.5 ], "texture": "#texture", "cullface": "east" }, - "south": { "uv": [ 15.5, 3.5, 16, 7.5 ], "texture": "#texture", "cullface": "east" }, - "east": { "uv": [ 7, 3.5, 13.5, 7.5 ], "texture": "#texture", "cullface": "east" } - } -}, -{ - "from": [ 16, 4.5, 6.5 ], - "to": [ 16.5, 8, 13.5 ], - "faces": { - "down": { "uv": [ 2.5, 11.5, 9.5, 11 ], "rotation": 270, "texture": "#texture", "cullface": "east" }, - "up": { "uv": [ 2.5, 8.5, 9.5, 9 ], "rotation": 270, "texture": "#texture", "cullface": "east" }, - "north": { "uv": [ 0, 8, 0.5, 11.5 ], "texture": "#texture", "cullface": "east" }, - "south": { "uv": [ 15.5, 8, 16, 11.5 ], "texture": "#texture", "cullface": "east" }, - "east": { "uv": [ 2.5, 8, 9.5, 11.5 ], "texture": "#texture", "cullface": "east" } - } -}, -{ - "from": [ 16, 4.5, 0.02 ], - "to": [ 16.5, 8, 5.5 ], - "faces": { - "down": { "uv": [ 10.5, 11.5, 16, 11 ], "rotation": 270, "texture": "#texture", "cullface": "east" }, - "up": { "uv": [ 10.5, 8.5, 16, 9 ], "rotation": 270, "texture": "#texture", "cullface": "east" }, - "north": { "uv": [ 0, 8, 1.5, 11.5 ], "texture": "#texture", "cullface": "east" }, - "south": { "uv": [ 14.5, 8, 16, 11.5 ], "texture": "#texture", "cullface": "east" }, - "west": { "uv": [ 0, 8, 5.5, 11.5 ], "texture": "#texture", "cullface": "east" }, - "east": { "uv": [ 10.5, 8, 16, 11.5 ], "texture": "#texture", "cullface": "east" } - } -}, -{ - "from": [ 16, 0.5, 4 ], - "to": [ 16.5, 4, 11 ], - "faces": { - "down": { "uv": [ 5, 15.5, 12, 15 ], "rotation": 270, "texture": "#texture", "cullface": "east" }, - "up": { "uv": [ 5, 12.5, 12, 13 ], "rotation": 270, "texture": "#texture", "cullface": "east" }, - "north": { "uv": [ 0, 12, 0.5, 15.5 ], "texture": "#texture", "cullface": "east" }, - "south": { "uv": [ 15.5, 12, 16, 15.5 ], "texture": "#texture", "cullface": "east" }, - "east": { "uv": [ 5, 12, 12, 15.5 ], "texture": "#texture", "cullface": "east" } - } -}, -{ - "from": [ 16, 0.5, 0.02 ], - "to": [ 16.5, 4, 3.5 ], - "faces": { - "down": { "uv": [ 12.5, 15.5, 16, 15 ], "rotation": 180, "texture": "#texture", "cullface": "east" }, - "up": { "uv": [ 12.5, 12.5, 16, 13 ], "rotation": 180, "texture": "#texture", "cullface": "east" }, - "north": { "uv": [ 0, 12, 3, 15.5 ], "texture": "#texture", "cullface": "east" }, - "south": { "uv": [ 13, 12, 16, 15.5 ], "texture": "#texture", "cullface": "east" }, - "west": { "uv": [ 0, 12, 3.5, 15.5 ], "texture": "#texture", "cullface": "east" }, - "east": { "uv": [ 12.5, 12, 16, 15.5 ], "texture": "#texture", "cullface": "east" } - } -}, -{ - "from": [ 16, 4.5, 14.5 ], - "to": [ 16.5, 8, 15.98 ], - "faces": { - "down": { "uv": [ 0, 11.5, 1.5, 11 ], "rotation": 270, "texture": "#texture", "cullface": "east" }, - "up": { "uv": [ 0, 8, 1.5, 8.5 ], "rotation": 270, "texture": "#texture", "cullface": "east" }, - "north": { "uv": [ 0, 8, 0.5, 11.5 ], "texture": "#texture", "cullface": "east" }, - "south": { "uv": [ 15.5, 8, 16, 11.5 ], "texture": "#texture", "cullface": "east" }, - "east": { "uv": [ 0, 8, 1.5, 11.5 ], "texture": "#texture", "cullface": "east" } - } -}, -{ - "from": [ 16, 0.5, 11.5 ], - "to": [ 16.5, 4, 15.98 ], - "faces": { - "down": { "uv": [ 0, 15.5, 4.5, 15 ], "rotation": 180, "texture": "#texture", "cullface": "east" }, - "up": { "uv": [ 0, 12.5, 4.5, 13 ], "rotation": 180, "texture": "#texture", "cullface": "east" }, - "north": { "uv": [ 0, 12, 3, 15.5 ], "texture": "#texture", "cullface": "east" }, - "south": { "uv": [ 13, 12, 16, 15.5 ], "texture": "#texture", "cullface": "east" }, - "west": { "uv": [ 11.5, 12, 16, 15.5 ], "texture": "#texture", "cullface": "east" }, - "east": { "uv": [ 0, 12, 4.5, 15.5 ], "texture": "#texture", "cullface": "east" } - } -}, -{ - "from": [ 13, 8.5, 0.02 ], - "to": [ 16.5, 12.5, 1.5 ], - "faces": { - "down": { "uv": [ 14.5, 7.5, 16, 7 ], "rotation": 180, "texture": "#texture", "cullface": "east" }, - "up": { "uv": [ 14.5, 4, 16, 4.5 ], "rotation": 180, "texture": "#texture", "cullface": "east" }, - "north": { "uv": [ 0, 3.5, 3, 7.5 ], "texture": "#texture", "cullface": "east" }, - "south": { "uv": [ 13, 3.5, 16, 7.5 ], "texture": "#texture", "cullface": "east" }, - "west": { "uv": [ 0, 3.5, 1.5, 7.5 ], "texture": "#texture", "cullface": "east" }, - "east": { "uv": [ 14.5, 3.5, 16, 7.5 ], "texture": "#texture", "cullface": "east" } - } -}, -{ - "from": [ 16, 13, 15.5 ], - "to": [ 16.5, 15.98, 15.98 ], - "faces": { - "down": { "uv": [ 7, 15.5, 7.5, 15 ], "texture": "#texture", "cullface": "east" }, - "up": { "uv": [ 6.5, 14, 7, 14.5 ], "texture": "#texture", "cullface": "east" }, - "north": { "uv": [ 0, 0, 0, 3 ], "texture": "#texture", "cullface": "east" }, - "south": { "uv": [ 16, 0, 16, 3 ], "texture": "#texture", "cullface": "east" }, - "east": { "uv": [ 0, 0, 0.5, 3 ], "texture": "#texture", "cullface": "east" } - } -}, -{ - "from": [ 7.5, 13, -0.5 ], - "to": [ 14.5, 15.98, 0 ], - "faces": { - "down": { "uv": [ 1.5, 2.5, 8.5, 3 ], "texture": "#texture", "cullface": "north" }, - "up": { "uv": [ 1.5, 0.5, 8.5, 1 ], "texture": "#texture", "cullface": "north" }, - "north": { "uv": [ 1.5, 0, 8.5, 3 ], "texture": "#texture", "cullface": "north" }, - "west": { "uv": [ 0, 0, 0, 3 ], "texture": "#texture", "cullface": "north" }, - "east": { "uv": [ 16, 0, 16, 3 ], "texture": "#texture", "cullface": "north" } - } -}, -{ - "from": [ 0.02, 13, -0.5 ], - "to": [ 6.5, 15.98, 0 ], - "faces": { - "down": { "uv": [ 9.5, 2.5, 16, 3 ], "texture": "#texture", "cullface": "north" }, - "up": { "uv": [ 9.5, 0.5, 16, 1 ], "texture": "#texture", "cullface": "north" }, - "north": { "uv": [ 9.5, 0, 16, 3 ], "texture": "#texture", "cullface": "north" }, - "west": { "uv": [ 0, 0, 0, 3 ], "texture": "#texture", "cullface": "north" }, - "east": { "uv": [ 16, 0, 16, 3 ], "texture": "#texture", "cullface": "north" } - } -}, -{ - "from": [ 10, 8.5, -0.5 ], - "to": [ 15.98, 12.5, 1 ], - "faces": { - "down": { "uv": [ 0, 7.5, 6, 7 ], "texture": "#texture", "cullface": "north" }, - "up": { "uv": [ 0, 4, 6, 4.5 ], "rotation": 180, "texture": "#texture", "cullface": "north" }, - "north": { "uv": [ 0, 3.5, 6, 7.5 ], "texture": "#texture", "cullface": "north" }, - "south": { "uv": [ 10, 3.5, 16, 7.5 ], "texture": "#texture", "cullface": "north" }, - "west": { "uv": [ 0, 3.5, 1.5, 7.5 ], "texture": "#texture", "cullface": "north" }, - "east": { "uv": [ 14.5, 3.5, 16, 7.5 ], "texture": "#texture", "cullface": "north" } - } -}, -{ - "from": [ 2.5, 8.5, -0.5 ], - "to": [ 9, 12.5, 0 ], - "faces": { - "down": { "uv": [ 7, 7.5, 13.5, 7 ], "texture": "#texture", "cullface": "north" }, - "up": { "uv": [ 7, 3.5, 13.5, 4 ], "rotation": 180, "texture": "#texture", "cullface": "north" }, - "north": { "uv": [ 7, 3.5, 13.5, 7.5 ], "texture": "#texture", "cullface": "north" }, - "west": { "uv": [ 0, 3.5, 0.5, 7.5 ], "texture": "#texture", "cullface": "north" }, - "east": { "uv": [ 15.5, 3.5, 16, 7.5 ], "texture": "#texture", "cullface": "north" } - } -}, -{ - "from": [ 6.5, 4.5, -0.5 ], - "to": [ 13.5, 8, 0 ], - "faces": { - "down": { "uv": [ 2.5, 11.5, 9.5, 11 ], "texture": "#texture", "cullface": "north" }, - "up": { "uv": [ 2.5, 8.5, 9.5, 9 ], "rotation": 180, "texture": "#texture", "cullface": "north" }, - "north": { "uv": [ 2.5, 8, 9.5, 11.5 ], "texture": "#texture", "cullface": "north" }, - "west": { "uv": [ 0, 8, 0.5, 11.5 ], "texture": "#texture", "cullface": "north" }, - "east": { "uv": [ 15.5, 8, 16, 11.5 ], "texture": "#texture", "cullface": "north" } - } -}, -{ - "from": [ 0.02, 4.5, -0.5 ], - "to": [ 5.5, 8, 1 ], - "faces": { - "down": { "uv": [ 10.5, 11.5, 16, 11 ], "texture": "#texture", "cullface": "north" }, - "up": { "uv": [ 10.5, 8.5, 16, 9 ], "rotation": 180, "texture": "#texture", "cullface": "north" }, - "north": { "uv": [ 10.5, 8, 16, 11.5 ], "texture": "#texture", "cullface": "north" }, - "south": { "uv": [ 0, 8, 5.5, 11.5 ], "texture": "#texture", "cullface": "north" }, - "west": { "uv": [ 0, 8, 1.5, 11.5 ], "texture": "#texture", "cullface": "north" }, - "east": { "uv": [ 14.5, 8, 16, 11.5 ], "texture": "#texture", "cullface": "north" } - } -}, -{ - "from": [ 4, 0.5, -0.5 ], - "to": [ 11, 4, 0 ], - "faces": { - "down": { "uv": [ 5, 15.5, 12, 15 ], "texture": "#texture", "cullface": "north" }, - "up": { "uv": [ 5, 12.5, 12, 13 ], "rotation": 180, "texture": "#texture", "cullface": "north" }, - "north": { "uv": [ 5, 12, 12, 15.5 ], "texture": "#texture", "cullface": "north" }, - "west": { "uv": [ 0, 12, 0.5, 15.5 ], "texture": "#texture", "cullface": "north" }, - "east": { "uv": [ 15.5, 12, 16, 15.5 ], "texture": "#texture", "cullface": "north" } - } -}, -{ - "from": [ 0.02, 0.5, -0.5 ], - "to": [ 3.5, 4, 3 ], - "faces": { - "down": { "uv": [ 12.5, 15.5, 16, 15 ], "rotation": 270, "texture": "#texture", "cullface": "north" }, - "up": { "uv": [ 12.5, 12.5, 16, 13 ], "rotation": 90, "texture": "#texture", "cullface": "north" }, - "north": { "uv": [ 12.5, 12, 16, 15.5 ], "texture": "#texture", "cullface": "north" }, - "south": { "uv": [ 0, 12, 3.5, 15.5 ], "texture": "#texture", "cullface": "north" }, - "west": { "uv": [ 0, 12, 3, 15.5 ], "texture": "#texture", "cullface": "north" }, - "east": { "uv": [ 13, 12, 16, 15.5 ], "texture": "#texture", "cullface": "north" } - } -}, -{ - "from": [ 14.5, 4.5, -0.5 ], - "to": [ 15.98, 8, 0 ], - "faces": { - "down": { "uv": [ 0, 11.5, 1.5, 11 ], "texture": "#texture", "cullface": "north" }, - "up": { "uv": [ 0, 8, 1.5, 8.5 ], "rotation": 180, "texture": "#texture", "cullface": "north" }, - "north": { "uv": [ 0, 8, 1.5, 11.5 ], "texture": "#texture", "cullface": "north" }, - "west": { "uv": [ 0, 8, 0.5, 11.5 ], "texture": "#texture", "cullface": "north" }, - "east": { "uv": [ 15.5, 8, 16, 11.5 ], "texture": "#texture", "cullface": "north" } - } -}, -{ - "from": [ 11.5, 0.5, -0.5 ], - "to": [ 15.98, 4, 3 ], - "faces": { - "down": { "uv": [ 0, 15.5, 4.5, 15 ], "rotation": 270, "texture": "#texture", "cullface": "north" }, - "up": { "uv": [ 0, 12.5, 4.5, 13 ], "rotation": 90, "texture": "#texture", "cullface": "north" }, - "north": { "uv": [ 0, 12, 4.5, 15.5 ], "texture": "#texture", "cullface": "north" }, - "south": { "uv": [ 11.5, 12, 16, 15.5 ], "texture": "#texture", "cullface": "north" }, - "west": { "uv": [ 0, 12, 3, 15.5 ], "texture": "#texture", "cullface": "north" }, - "east": { "uv": [ 13, 12, 16, 15.5 ], "texture": "#texture", "cullface": "north" } - } -}, -{ - "from": [ 0.02, 8.5, -0.5 ], - "to": [ 1.5, 12.5, 3 ], - "faces": { - "down": { "uv": [ 14.5, 7.5, 16, 7 ], "rotation": 270, "texture": "#texture", "cullface": "north" }, - "up": { "uv": [ 14.5, 4, 16, 4.5 ], "rotation": 90, "texture": "#texture", "cullface": "north" }, - "north": { "uv": [ 14.5, 3.5, 16, 7.5 ], "texture": "#texture", "cullface": "north" }, - "south": { "uv": [ 0, 3.5, 1.5, 7.5 ], "texture": "#texture", "cullface": "north" }, - "west": { "uv": [ 0, 3.5, 3, 7.5 ], "texture": "#texture", "cullface": "north" }, - "east": { "uv": [ 13, 3.5, 16, 7.5 ], "texture": "#texture", "cullface": "north" } - } -}, -{ - "from": [ 15.5, 13, -0.5 ], - "to": [ 15.98, 15.98, 0 ], - "faces": { - "down": { "uv": [ 15.5, 0, 16, 0 ], "texture": "#texture", "cullface": "north" }, - "up": { "uv": [ 15.5, 0, 16, 0 ], "texture": "#texture", "cullface": "north" }, - "north": { "uv": [ 0, 0, 0.5, 3 ], "texture": "#texture", "cullface": "north" }, - "west": { "uv": [ 0, 0, 0, 3 ], "texture": "#texture", "cullface": "north" }, - "east": { "uv": [ 16, 0, 16, 3 ], "texture": "#texture", "cullface": "north" } - } -}, -{ - "from": [ 0.02, 16, 0.02 ], - "to": [ 0.5, 16.5, 3 ], - "faces": { - "up": { "uv": [ 0, 0, 0.5, 3 ], "texture": "#texture", "cullface": "up" }, - "north": { "uv": [ 15.5, 0, 16, 0 ], "texture": "#texture", "cullface": "up" }, - "south": { "uv": [ 0, 0, 0.5, 0 ], "texture": "#texture", "cullface": "up" }, - "west": { "uv": [ 0, 0, 3, 0 ], "texture": "#texture", "cullface": "up" }, - "east": { "uv": [ 13, 0, 16, 0 ], "texture": "#texture", "cullface": "up" } - } -}, -{ - "from": [ 1.5, 16, 0.02 ], - "to": [ 8.5, 16.5, 3 ], - "faces": { - "up": { "uv": [ 1.5, 0, 8.5, 3 ], "texture": "#texture", "cullface": "up" }, - "north": { "uv": [ 7.5, 0, 14.5, 0 ], "texture": "#texture", "cullface": "up" }, - "south": { "uv": [ 1.5, 0, 8.5, 0 ], "texture": "#texture", "cullface": "up" }, - "west": { "uv": [ 0, 0, 3, 0 ], "texture": "#texture", "cullface": "up" }, - "east": { "uv": [ 13, 0, 16, 0 ], "texture": "#texture", "cullface": "up" } - } -}, -{ - "from": [ 9.5, 16, 0.02 ], - "to": [ 15.98, 16.5, 3 ], - "faces": { - "up": { "uv": [ 9.5, 0, 16, 3 ], "texture": "#texture", "cullface": "up" }, - "north": { "uv": [ 0, 0, 6.5, 0 ], "texture": "#texture", "cullface": "up" }, - "south": { "uv": [ 9.5, 0, 16, 0 ], "texture": "#texture", "cullface": "up" }, - "west": { "uv": [ 0, 0, 3, 0 ], "texture": "#texture", "cullface": "up" }, - "east": { "uv": [ 13, 0, 16, 0 ], "texture": "#texture", "cullface": "up" } - } -}, -{ - "from": [ 0.02, 16, 3.5 ], - "to": [ 6, 16.5, 7.5 ], - "faces": { - "up": { "uv": [ 0, 3.5, 6, 7.5 ], "texture": "#texture", "cullface": "up" }, - "north": { "uv": [ 10, 0, 16, 0 ], "texture": "#texture", "cullface": "up" }, - "south": { "uv": [ 0, 0, 6, 0 ], "texture": "#texture", "cullface": "up" }, - "west": { "uv": [ 3.5, 0, 7.5, 0 ], "texture": "#texture", "cullface": "up" }, - "east": { "uv": [ 8.5, 0, 12.5, 0 ], "texture": "#texture", "cullface": "up" } - } -}, -{ - "from": [ 7, 16, 3.5 ], - "to": [ 13.5, 16.5, 7.5 ], - "faces": { - "up": { "uv": [ 7, 3.5, 13.5, 7.5 ], "texture": "#texture", "cullface": "up" }, - "north": { "uv": [ 2.5, 0, 9, 0 ], "texture": "#texture", "cullface": "up" }, - "south": { "uv": [ 7, 0, 13.5, 0 ], "texture": "#texture", "cullface": "up" }, - "west": { "uv": [ 3.5, 0, 7.5, 0 ], "texture": "#texture", "cullface": "up" }, - "east": { "uv": [ 8.5, 0, 12.5, 0 ], "texture": "#texture", "cullface": "up" } - } -}, -{ - "from": [ 14.5, 16, 3.5 ], - "to": [ 15.98, 16.5, 7.5 ], - "faces": { - "up": { "uv": [ 14.5, 3.5, 16, 7.5 ], "texture": "#texture", "cullface": "up" }, - "north": { "uv": [ 0, 0, 1.5, 0 ], "texture": "#texture", "cullface": "up" }, - "south": { "uv": [ 14.5, 0, 16, 0 ], "texture": "#texture", "cullface": "up" }, - "west": { "uv": [ 3.5, 0, 7.5, 0 ], "texture": "#texture", "cullface": "up" }, - "east": { "uv": [ 8.5, 0, 12.5, 0 ], "texture": "#texture", "cullface": "up" } - } -}, -{ - "from": [ 0.02, 16, 8 ], - "to": [ 1.5, 16.5, 11.5 ], - "faces": { - "up": { "uv": [ 0, 8, 1.5, 11.5 ], "texture": "#texture", "cullface": "up" }, - "north": { "uv": [ 14.5, 0, 16, 0 ], "texture": "#texture", "cullface": "up" }, - "south": { "uv": [ 0, 0, 1.5, 0 ], "texture": "#texture", "cullface": "up" }, - "west": { "uv": [ 8, 0, 11.5, 0 ], "texture": "#texture", "cullface": "up" }, - "east": { "uv": [ 4.5, 0, 8, 0 ], "texture": "#texture", "cullface": "up" } - } -}, -{ - "from": [ 2.5, 16, 8 ], - "to": [ 9.5, 16.5, 11.5 ], - "faces": { - "up": { "uv": [ 2.5, 8, 9.5, 11.5 ], "texture": "#texture", "cullface": "up" }, - "north": { "uv": [ 6.5, 0, 13.5, 0 ], "texture": "#texture", "cullface": "up" }, - "south": { "uv": [ 2.5, 0, 9.5, 0 ], "texture": "#texture", "cullface": "up" }, - "west": { "uv": [ 8, 0, 11.5, 0 ], "texture": "#texture", "cullface": "up" }, - "east": { "uv": [ 4.5, 0, 8, 0 ], "texture": "#texture", "cullface": "up" } - } -}, -{ - "from": [ 10.5, 16, 8 ], - "to": [ 15.98, 16.5, 11.5 ], - "faces": { - "up": { "uv": [ 10.5, 8, 16, 11.5 ], "texture": "#texture", "cullface": "up" }, - "north": { "uv": [ 0, 0, 5.5, 0 ], "texture": "#texture", "cullface": "up" }, - "south": { "uv": [ 10.5, 0, 16, 0 ], "texture": "#texture", "cullface": "up" }, - "west": { "uv": [ 8, 0, 11.5, 0 ], "texture": "#texture", "cullface": "up" }, - "east": { "uv": [ 4.5, 0, 8, 0 ], "texture": "#texture", "cullface": "up" } - } -}, -{ - "from": [ 0.02, 16, 12 ], - "to": [ 4.5, 16.5, 15.5 ], - "faces": { - "up": { "uv": [ 0, 12, 4.5, 15.5 ], "texture": "#texture", "cullface": "up" }, - "north": { "uv": [ 11.5, 0, 16, 0 ], "texture": "#texture", "cullface": "up" }, - "south": { "uv": [ 0, 0, 4.5, 0 ], "texture": "#texture", "cullface": "up" }, - "west": { "uv": [ 12, 0, 15.5, 0 ], "texture": "#texture", "cullface": "up" }, - "east": { "uv": [ 0.5, 0, 4, 0 ], "texture": "#texture", "cullface": "up" } - } -}, -{ - "from": [ 5, 16, 12 ], - "to": [ 12, 16.5, 15.5 ], - "faces": { - "up": { "uv": [ 5, 12, 12, 15.5 ], "texture": "#texture", "cullface": "up" }, - "north": { "uv": [ 4, 0, 11, 0 ], "texture": "#texture", "cullface": "up" }, - "south": { "uv": [ 5, 0, 12, 0 ], "texture": "#texture", "cullface": "up" }, - "west": { "uv": [ 12, 0, 15.5, 0 ], "texture": "#texture", "cullface": "up" }, - "east": { "uv": [ 0.5, 0, 4, 0 ], "texture": "#texture", "cullface": "up" } - } -}, -{ - "from": [ 12.5, 16, 12 ], - "to": [ 16, 16.5, 15.5 ], - "faces": { - "up": { "uv": [ 12.5, 12, 16, 15.5 ], "texture": "#texture", "cullface": "up" }, - "north": { "uv": [ 0, 0, 3.5, 0 ], "texture": "#texture", "cullface": "up" }, - "south": { "uv": [ 12.5, 0, 16, 0 ], "texture": "#texture", "cullface": "up" }, - "west": { "uv": [ 12, 0, 15.5, 0 ], "texture": "#texture", "cullface": "up" }, - "east": { "uv": [ 0.5, 0, 4, 0 ], "texture": "#texture", "cullface": "up" } - } -}, -{ - "from": [ 5, -0.5, 12 ], - "to": [ 12, 0, 15.5 ], - "faces": { - "down": { "uv": [ 5, 15.5, 12, 12 ], "texture": "#texture", "cullface": "down" }, - "north": { "uv": [ 4, 16, 11, 16 ], "texture": "#texture", "cullface": "down" }, - "south": { "uv": [ 5, 16, 12, 16 ], "texture": "#texture", "cullface": "down" }, - "west": { "uv": [ 12, 16, 15.5, 16 ], "texture": "#texture", "cullface": "down" }, - "east": { "uv": [ 0.5, 16, 4, 16 ], "texture": "#texture", "cullface": "down" } - } -}, -{ - "from": [ 0.02, -0.5, 3.5 ], - "to": [ 6, 0, 7.5 ], - "faces": { - "down": { "uv": [ 0, 7.5, 6, 3.5 ], "texture": "#texture", "cullface": "down" }, - "north": { "uv": [ 10, 16, 16, 16 ], "texture": "#texture", "cullface": "down" }, - "south": { "uv": [ 0, 16, 6, 16 ], "texture": "#texture", "cullface": "down" }, - "west": { "uv": [ 3.5, 16, 7.5, 16 ], "texture": "#texture", "cullface": "down" }, - "east": { "uv": [ 8.5, 16, 12.5, 16 ], "texture": "#texture", "cullface": "down" } - } -}, -{ - "from": [ 0.02, -0.5, 12 ], - "to": [ 4.5, 0, 15.5 ], - "faces": { - "down": { "uv": [ 0, 15.5, 4.5, 12 ], "texture": "#texture", "cullface": "down" }, - "north": { "uv": [ 11.5, 16, 16, 16 ], "texture": "#texture", "cullface": "down" }, - "south": { "uv": [ 0, 16, 4.5, 16 ], "texture": "#texture", "cullface": "down" }, - "west": { "uv": [ 12, 16, 15.5, 16 ], "texture": "#texture", "cullface": "down" }, - "east": { "uv": [ 0.5, 16, 4, 16 ], "texture": "#texture", "cullface": "down" } - } -}, -{ - "from": [ 12.5, -0.5, 12 ], - "to": [ 15.98, 0, 15.5 ], - "faces": { - "down": { "uv": [ 12.5, 15.5, 16, 12 ], "texture": "#texture", "cullface": "down" }, - "north": { "uv": [ 0, 16, 3.5, 16 ], "texture": "#texture", "cullface": "down" }, - "south": { "uv": [ 12.5, 16, 16, 16 ], "texture": "#texture", "cullface": "down" }, - "west": { "uv": [ 12, 16, 15.5, 16 ], "texture": "#texture", "cullface": "down" }, - "east": { "uv": [ 0.5, 16, 4, 16 ], "texture": "#texture", "cullface": "down" } - } -}, -{ - "from": [ 10.5, -0.5, 8 ], - "to": [ 15.98, 0, 11.5 ], - "faces": { - "down": { "uv": [ 10.5, 11.5, 16, 8 ], "texture": "#texture", "cullface": "down" }, - "north": { "uv": [ 0, 16, 5.5, 16 ], "texture": "#texture", "cullface": "down" }, - "south": { "uv": [ 10.5, 16, 16, 16 ], "texture": "#texture", "cullface": "down" }, - "west": { "uv": [ 8, 16, 11.5, 16 ], "texture": "#texture", "cullface": "down" }, - "east": { "uv": [ 4.5, 16, 8, 16 ], "texture": "#texture", "cullface": "down" } - } -}, -{ - "from": [ 2.5, -0.5, 8 ], - "to": [ 9.5, 0, 11.5 ], - "faces": { - "down": { "uv": [ 2.5, 11.5, 9.5, 8 ], "texture": "#texture", "cullface": "down" }, - "north": { "uv": [ 6.5, 16, 13.5, 16 ], "texture": "#texture", "cullface": "down" }, - "south": { "uv": [ 2.5, 16, 9.5, 16 ], "texture": "#texture", "cullface": "down" }, - "west": { "uv": [ 8, 16, 11.5, 16 ], "texture": "#texture", "cullface": "down" }, - "east": { "uv": [ 4.5, 16, 8, 16 ], "texture": "#texture", "cullface": "down" } - } -}, -{ - "from": [ 9.5, -0.5, 0.02 ], - "to": [ 15.98, 0, 3 ], - "faces": { - "down": { "uv": [ 9.5, 3, 16, 0 ], "texture": "#texture", "cullface": "down" }, - "north": { "uv": [ 0, 16, 6.5, 16 ], "texture": "#texture", "cullface": "down" }, - "south": { "uv": [ 9.5, 16, 16, 16 ], "texture": "#texture", "cullface": "down" }, - "west": { "uv": [ 0, 16, 3, 16 ], "texture": "#texture", "cullface": "down" }, - "east": { "uv": [ 13, 16, 16, 16 ], "texture": "#texture", "cullface": "down" } - } -}, -{ - "from": [ 7, -0.5, 3.5 ], - "to": [ 13.5, 0, 7.5 ], - "faces": { - "down": { "uv": [ 7, 7.5, 13.5, 3.5 ], "texture": "#texture", "cullface": "down" }, - "north": { "uv": [ 2.5, 16, 9, 16 ], "texture": "#texture", "cullface": "down" }, - "south": { "uv": [ 7, 16, 13.5, 16 ], "texture": "#texture", "cullface": "down" }, - "west": { "uv": [ 3.5, 16, 7.5, 16 ], "texture": "#texture", "cullface": "down" }, - "east": { "uv": [ 8.5, 16, 12.5, 16 ], "texture": "#texture", "cullface": "down" } - } -}, -{ - "from": [ 1.5, -0.5, 0.02 ], - "to": [ 8.5, 0, 3 ], - "faces": { - "down": { "uv": [ 1.5, 3, 8.5, 0 ], "texture": "#texture", "cullface": "down" }, - "north": { "uv": [ 7.5, 16, 14.5, 16 ], "texture": "#texture", "cullface": "down" }, - "south": { "uv": [ 1.5, 16, 8.5, 16 ], "texture": "#texture", "cullface": "down" }, - "west": { "uv": [ 0, 16, 3, 16 ], "texture": "#texture", "cullface": "down" }, - "east": { "uv": [ 13, 16, 16, 16 ], "texture": "#texture", "cullface": "down" } - } -}, -{ - "from": [ 0.02, -0.5, 0.02 ], - "to": [ 0.5, 0, 3 ], - "faces": { - "down": { "uv": [ 0, 3, 0.5, 0 ], "texture": "#texture", "cullface": "down" }, - "north": { "uv": [ 15.5, 16, 16, 16 ], "texture": "#texture", "cullface": "down" }, - "south": { "uv": [ 0, 16, 0.5, 16 ], "texture": "#texture", "cullface": "down" }, - "west": { "uv": [ 0, 16, 3, 16 ], "texture": "#texture", "cullface": "down" }, - "east": { "uv": [ 13, 16, 16, 16 ], "texture": "#texture", "cullface": "down" } - } -}, -{ - "from": [ 14.5, -0.5, 3.5 ], - "to": [ 15.98, 0, 7.5 ], - "faces": { - "down": { "uv": [ 14.5, 7.5, 16, 3.5 ], "texture": "#texture", "cullface": "down" }, - "north": { "uv": [ 0, 16, 1.5, 16 ], "texture": "#texture", "cullface": "down" }, - "south": { "uv": [ 14.5, 16, 16, 16 ], "texture": "#texture", "cullface": "down" }, - "west": { "uv": [ 3.5, 16, 7.5, 16 ], "texture": "#texture", "cullface": "down" }, - "east": { "uv": [ 8.5, 16, 12.5, 16 ], "texture": "#texture", "cullface": "down" } - } -}, -{ - "from": [ 0.02, -0.5, 8 ], - "to": [ 1.5, 0, 11.5 ], - "faces": { - "down": { "uv": [ 0, 11.5, 1.5, 8 ], "texture": "#texture", "cullface": "down" }, - "north": { "uv": [ 14.5, 16, 16, 16 ], "texture": "#texture", "cullface": "down" }, - "south": { "uv": [ 0, 16, 1.5, 16 ], "texture": "#texture", "cullface": "down" }, - "west": { "uv": [ 8, 16, 11.5, 16 ], "texture": "#texture", "cullface": "down" }, - "east": { "uv": [ 4.5, 16, 8, 16 ], "texture": "#texture", "cullface": "down" } - } -} -], - "display": { - "gui": { - "rotation": [ 30, 225, 0 ], - "translation": [ 0, 0, 0], - "scale":[ 0.625, 0.625, 0.625 ] - }, - "ground": { - "rotation": [ 0, 0, 0 ], - "translation": [ 0, 3, 0], - "scale":[ 0.25, 0.25, 0.25 ] - }, - "fixed": { - "rotation": [ 0, 0, 0 ], - "translation": [ 0, 0, 0], - "scale":[ 0.5, 0.5, 0.5 ] - }, - "thirdperson_righthand": { - "rotation": [ 75, 45, 0 ], - "translation": [ 0, 2.5, 0], - "scale": [ 0.375, 0.375, 0.375 ] - }, - "firstperson_righthand": { - "rotation": [ 0, 45, 0 ], - "translation": [ 0, 0, 0 ], - "scale": [ 0.40, 0.40, 0.40 ] - }, - "firstperson_lefthand": { - "rotation": [ 0, 225, 0 ], - "translation": [ 0, 0, 0 ], - "scale": [ 0.40, 0.40, 0.40 ] - } - } -} \ No newline at end of file diff --git a/assets/minecraft/models/block/bricks.json b/assets/minecraft/models/block/bricks.json new file mode 100755 index 0000000..70afd1f --- /dev/null +++ b/assets/minecraft/models/block/bricks.json @@ -0,0 +1 @@ +{"__comment":"Designed_by_Filmjolk","ambientocclusion":false,"textures":{"particle":"block/bricks","texture":"block/bricks"},"elements":[{"from":[0,0,0],"to":[16,16,16],"faces":{"down":{"uv":[0,16,16,0],"texture":"#texture","cullface":"down"},"up":{"uv":[0,0,16,16],"texture":"#texture","cullface":"up"},"north":{"uv":[0,0,16,16],"texture":"#texture","cullface":"north"},"south":{"uv":[0,0,16,16],"texture":"#texture","cullface":"south"},"west":{"uv":[0,0,16,16],"texture":"#texture","cullface":"west"},"east":{"uv":[0,0,16,16],"texture":"#texture","cullface":"east"}}},{"from":[-0.5,13,1.5],"to":[0,15.98,8.5],"faces":{"down":{"uv":[1.5,3,8.5,2.5],"rotation":90,"texture":"#texture","cullface":"west"},"up":{"uv":[1.5,0.5,8.5,1],"rotation":90,"texture":"#texture","cullface":"west"},"north":{"uv":[16,0,16,3],"texture":"#texture","cullface":"west"},"south":{"uv":[0,0,0,3],"texture":"#texture","cullface":"west"},"west":{"uv":[1.5,0,8.5,3],"texture":"#texture","cullface":"west"}}},{"from":[-0.5,13,9.5],"to":[0,15.98,15.98],"faces":{"down":{"uv":[9.5,3,16,2.5],"texture":"#texture","cullface":"west"},"up":{"uv":[9.5,0.5,16,1],"texture":"#texture","cullface":"west"},"north":{"uv":[8,0,8.5,3],"texture":"#texture","cullface":"west"},"south":{"uv":[0,0,0,3],"texture":"#texture","cullface":"west"},"west":{"uv":[9.5,0,16,3],"texture":"#texture","cullface":"west"}}},{"from":[-0.5,8.5,0.02],"to":[1,12.5,6],"faces":{"down":{"uv":[0,7.5,6,7],"rotation":90,"texture":"#texture","cullface":"west"},"up":{"uv":[0,4,6,4.5],"rotation":90,"texture":"#texture","cullface":"west"},"north":{"uv":[14.5,3.5,16,7.5],"texture":"#texture","cullface":"west"},"south":{"uv":[0,3.5,1.5,7.5],"texture":"#texture","cullface":"west"},"west":{"uv":[0,3.5,6,7.5],"texture":"#texture","cullface":"west"},"east":{"uv":[10,3.5,16,7.5],"texture":"#texture","cullface":"west"}}},{"from":[-0.5,8.5,7],"to":[0,12.5,13.5],"faces":{"down":{"uv":[7,7.5,13.5,7],"rotation":90,"texture":"#texture","cullface":"west"},"up":{"uv":[7,3.5,13.5,4],"rotation":90,"texture":"#texture","cullface":"west"},"north":{"uv":[15.5,3.5,16,7.5],"texture":"#texture","cullface":"west"},"south":{"uv":[0,3.5,0.5,7.5],"texture":"#texture","cullface":"west"},"west":{"uv":[7,3.5,13.5,7.5],"texture":"#texture","cullface":"west"}}},{"from":[-0.5,4.5,2.5],"to":[0,8,9.5],"faces":{"down":{"uv":[2.5,11.5,9.5,11],"rotation":90,"texture":"#texture","cullface":"west"},"up":{"uv":[2.5,8.5,9.5,9],"rotation":90,"texture":"#texture","cullface":"west"},"north":{"uv":[15.5,8,16,11.5],"texture":"#texture","cullface":"west"},"south":{"uv":[0,8,0.5,11.5],"texture":"#texture","cullface":"west"},"west":{"uv":[2.5,8,9.5,11.5],"texture":"#texture","cullface":"west"}}},{"from":[-0.5,4.5,10.5],"to":[1,8,15.98],"faces":{"down":{"uv":[10.5,11.5,16,11],"rotation":90,"texture":"#texture","cullface":"west"},"up":{"uv":[10.5,8.5,16,9],"rotation":90,"texture":"#texture","cullface":"west"},"north":{"uv":[14.5,8,16,11.5],"texture":"#texture","cullface":"west"},"south":{"uv":[0,8,1.5,11.5],"texture":"#texture","cullface":"west"},"west":{"uv":[10.5,8,16,11.5],"texture":"#texture","cullface":"west"},"east":{"uv":[0,8,5.5,11.5],"texture":"#texture","cullface":"west"}}},{"from":[-0.5,0.5,5],"to":[0,4,12],"faces":{"down":{"uv":[5,15.5,12,15],"rotation":90,"texture":"#texture","cullface":"west"},"up":{"uv":[5,12.5,12,13],"rotation":90,"texture":"#texture","cullface":"west"},"north":{"uv":[15.5,12,16,15.5],"texture":"#texture","cullface":"west"},"south":{"uv":[0,12,0.5,15.5],"texture":"#texture","cullface":"west"},"west":{"uv":[5,12,12,15.5],"texture":"#texture","cullface":"west"}}},{"from":[-0.5,0.5,12.5],"to":[3,4,15.98],"faces":{"down":{"uv":[12.5,15.5,16,15],"texture":"#texture","cullface":"west"},"up":{"uv":[12.5,12.5,16,13],"texture":"#texture","cullface":"west"},"north":{"uv":[13,12,16,15.5],"texture":"#texture","cullface":"west"},"south":{"uv":[0,12,3,15.5],"texture":"#texture","cullface":"west"},"west":{"uv":[12.5,12,16,15.5],"texture":"#texture","cullface":"west"},"east":{"uv":[0,12,3.5,15.5],"texture":"#texture","cullface":"west"}}},{"from":[-0.5,4.5,0.02],"to":[0,8,1.5],"faces":{"down":{"uv":[0,11.5,1.5,11],"rotation":90,"texture":"#texture","cullface":"west"},"up":{"uv":[0,8,1.5,8.5],"rotation":90,"texture":"#texture","cullface":"west"},"north":{"uv":[15.5,8,16,11.5],"texture":"#texture","cullface":"west"},"south":{"uv":[0,8,0.5,11.5],"texture":"#texture","cullface":"west"},"west":{"uv":[0,8,1.5,11.5],"texture":"#texture","cullface":"west"}}},{"from":[-0.5,0.5,0.02],"to":[3,4,4.5],"faces":{"down":{"uv":[0,15.5,4.5,15],"texture":"#texture","cullface":"west"},"up":{"uv":[0,12.5,4.5,13],"texture":"#texture","cullface":"west"},"north":{"uv":[13,12,16,15.5],"texture":"#texture","cullface":"west"},"south":{"uv":[0,12,3,15.5],"texture":"#texture","cullface":"west"},"west":{"uv":[0,12,4.5,15.5],"texture":"#texture","cullface":"west"},"east":{"uv":[11.5,12,16,15.5],"texture":"#texture","cullface":"west"}}},{"from":[-0.5,8.5,14.5],"to":[3,12.5,15.98],"faces":{"down":{"uv":[14.5,7.5,16,7],"texture":"#texture","cullface":"west"},"up":{"uv":[14.5,4,16,4.5],"texture":"#texture","cullface":"west"},"north":{"uv":[13,3.5,16,7.5],"texture":"#texture","cullface":"west"},"south":{"uv":[0,3.5,3,7.5],"texture":"#texture","cullface":"west"},"west":{"uv":[14.5,3.5,16,7.5],"texture":"#texture","cullface":"west"},"east":{"uv":[0,3.5,1.5,7.5],"texture":"#texture","cullface":"west"}}},{"from":[-0.5,13,0.02],"to":[0,15.98,0.5],"faces":{"down":{"uv":[0,0.5,0,0],"texture":"#texture","cullface":"west"},"up":{"uv":[0,0,0,0.5],"texture":"#texture","cullface":"west"},"north":{"uv":[16,0,16,3],"texture":"#texture","cullface":"west"},"south":{"uv":[0,0,0,3],"texture":"#texture","cullface":"west"},"west":{"uv":[0,0,0.5,3],"texture":"#texture","cullface":"west"}}},{"from":[1.5,13,16],"to":[8.5,15.98,16.5],"faces":{"down":{"uv":[0,7.5,6,7],"rotation":180,"texture":"#texture","cullface":"south"},"up":{"uv":[0,4,6,4.5],"texture":"#texture","cullface":"south"},"south":{"uv":[1.5,0,8.5,3],"texture":"#texture","cullface":"south"},"west":{"uv":[16,0,16,3],"texture":"#texture","cullface":"south"},"east":{"uv":[0,0,0,3],"texture":"#texture","cullface":"south"}}},{"from":[9.5,13,16],"to":[15.98,15.98,16.5],"faces":{"down":{"uv":[0,7.5,6,7],"rotation":180,"texture":"#texture","cullface":"south"},"up":{"uv":[0,4,6,4.5],"texture":"#texture","cullface":"south"},"south":{"uv":[9.5,0,16,3],"texture":"#texture","cullface":"south"},"west":{"uv":[16,0,16,3],"texture":"#texture","cullface":"south"},"east":{"uv":[0,0,0,3],"texture":"#texture","cullface":"south"}}},{"from":[0.02,8.5,15],"to":[6,12.5,16.5],"faces":{"down":{"uv":[0,7.5,6,7],"rotation":180,"texture":"#texture","cullface":"south"},"up":{"uv":[0,4,6,4.5],"texture":"#texture","cullface":"south"},"north":{"uv":[10,3.5,16,7.5],"texture":"#texture","cullface":"south"},"south":{"uv":[0,3.5,6,7.5],"texture":"#texture","cullface":"south"},"west":{"uv":[14.5,3.5,16,7.5],"texture":"#texture","cullface":"south"},"east":{"uv":[0,3.5,1.5,7.5],"texture":"#texture","cullface":"south"}}},{"from":[7,8.5,16],"to":[13.5,12.5,16.5],"faces":{"down":{"uv":[7,7.5,13.5,7],"rotation":180,"texture":"#texture","cullface":"south"},"up":{"uv":[7,3.5,13.5,4],"texture":"#texture","cullface":"south"},"south":{"uv":[7,3.5,13.5,7.5],"texture":"#texture","cullface":"south"},"west":{"uv":[15.5,3.5,16,7.5],"texture":"#texture","cullface":"south"},"east":{"uv":[0,3.5,0.5,7.5],"texture":"#texture","cullface":"south"}}},{"from":[2.5,4.5,16],"to":[9.5,8,16.5],"faces":{"down":{"uv":[2.5,11.5,9.5,11],"rotation":180,"texture":"#texture","cullface":"south"},"up":{"uv":[2.5,8.5,9.5,9],"texture":"#texture","cullface":"south"},"south":{"uv":[2.5,8,9.5,11.5],"texture":"#texture","cullface":"south"},"west":{"uv":[15.5,8,16,11.5],"texture":"#texture","cullface":"south"},"east":{"uv":[0,8,0.5,11.5],"texture":"#texture","cullface":"south"}}},{"from":[10.5,4.5,15],"to":[15.98,8,16.5],"faces":{"down":{"uv":[10.5,11.5,16,11],"rotation":180,"texture":"#texture","cullface":"south"},"up":{"uv":[10.5,8.5,16,9],"texture":"#texture","cullface":"south"},"north":{"uv":[0,8,5.5,11.5],"texture":"#texture","cullface":"south"},"south":{"uv":[10.5,8,16,11.5],"texture":"#texture","cullface":"south"},"west":{"uv":[14.5,8,16,11.5],"texture":"#texture","cullface":"south"},"east":{"uv":[0,8,1.5,11.5],"texture":"#texture","cullface":"south"}}},{"from":[5,0.5,16],"to":[12,4,16.5],"faces":{"down":{"uv":[5,15.5,12,15],"rotation":180,"texture":"#texture","cullface":"south"},"up":{"uv":[5,12.5,12,13],"texture":"#texture","cullface":"south"},"south":{"uv":[5,12,12,15.5],"texture":"#texture","cullface":"south"},"west":{"uv":[15.5,12,16,15.5],"texture":"#texture","cullface":"south"},"east":{"uv":[0,12,0.5,15.5],"texture":"#texture","cullface":"south"}}},{"from":[12.5,0.5,13],"to":[15.98,4,16.5],"faces":{"down":{"uv":[12.5,15.5,16,15],"rotation":90,"texture":"#texture","cullface":"south"},"up":{"uv":[12.5,12.5,16,13],"rotation":270,"texture":"#texture","cullface":"south"},"north":{"uv":[0,12,3.5,15.5],"texture":"#texture","cullface":"south"},"south":{"uv":[12.5,12,16,15.5],"texture":"#texture","cullface":"south"},"west":{"uv":[13,12,16,15.5],"texture":"#texture","cullface":"south"},"east":{"uv":[0,12,3,15.5],"texture":"#texture","cullface":"south"}}},{"from":[0.02,4.5,16],"to":[1.5,8,16.5],"faces":{"down":{"uv":[0,11.5,1.5,11],"rotation":180,"texture":"#texture","cullface":"south"},"up":{"uv":[0,8,1.5,8.5],"texture":"#texture","cullface":"south"},"south":{"uv":[0,8,1.5,11.5],"texture":"#texture","cullface":"south"},"west":{"uv":[15.5,8,16,11.5],"texture":"#texture","cullface":"south"},"east":{"uv":[0,8,0.5,11.5],"texture":"#texture","cullface":"south"}}},{"from":[0.02,0.5,13],"to":[4.5,4,16.5],"faces":{"down":{"uv":[0,15.5,4.5,15],"rotation":90,"texture":"#texture","cullface":"south"},"up":{"uv":[0,12.5,4.5,13],"rotation":270,"texture":"#texture","cullface":"south"},"north":{"uv":[11.5,12,16,15.5],"texture":"#texture","cullface":"south"},"south":{"uv":[0,12,4.5,15.5],"texture":"#texture","cullface":"south"},"west":{"uv":[13,12,16,15.5],"texture":"#texture","cullface":"south"},"east":{"uv":[0,12,3,15.5],"texture":"#texture","cullface":"south"}}},{"from":[14.5,8.5,13],"to":[15.98,12.5,16.5],"faces":{"down":{"uv":[14.5,7.5,16,7],"rotation":90,"texture":"#texture","cullface":"south"},"up":{"uv":[14.5,4,16,4.5],"rotation":270,"texture":"#texture","cullface":"south"},"north":{"uv":[0,3.5,1.5,7.5],"texture":"#texture","cullface":"south"},"south":{"uv":[14.5,3.5,16,7.5],"texture":"#texture","cullface":"south"},"west":{"uv":[13,3.5,16,7.5],"texture":"#texture","cullface":"south"},"east":{"uv":[0,3.5,3,7.5],"texture":"#texture","cullface":"south"}}},{"from":[0.02,13,16],"to":[0.5,15.98,16.5],"faces":{"down":{"uv":[0,16,0.5,16],"texture":"#texture","cullface":"south"},"up":{"uv":[0,16,0.5,16],"texture":"#texture","cullface":"south"},"south":{"uv":[0,0,0.5,3],"texture":"#texture","cullface":"south"},"west":{"uv":[16,0,16,3],"texture":"#texture","cullface":"south"},"east":{"uv":[0,0,0,3],"texture":"#texture","cullface":"south"}}},{"from":[16,13,7.5],"to":[16.5,15.98,14.5],"faces":{"down":{"uv":[1.5,3,8.5,2.5],"rotation":90,"texture":"#texture","cullface":"east"},"up":{"uv":[1.5,0.5,8.5,1],"rotation":90,"texture":"#texture","cullface":"east"},"north":{"uv":[0,0,0,3],"texture":"#texture","cullface":"east"},"south":{"uv":[16,0,16,3],"texture":"#texture","cullface":"east"},"east":{"uv":[1.5,0,8.5,3],"texture":"#texture","cullface":"east"}}},{"from":[16,13,0.02],"to":[16.5,15.98,6.5],"faces":{"down":{"uv":[9.5,3,16,2.5],"rotation":90,"texture":"#texture","cullface":"east"},"up":{"uv":[9.5,0.5,16,1],"rotation":90,"texture":"#texture","cullface":"east"},"north":{"uv":[0,0,0,3],"texture":"#texture","cullface":"east"},"south":{"uv":[16,0,16,3],"texture":"#texture","cullface":"east"},"east":{"uv":[9.5,0,16,3],"texture":"#texture","cullface":"east"}}},{"from":[16,8.5,10],"to":[16.5,12.5,15.98],"faces":{"down":{"uv":[0,7.5,6,7],"rotation":270,"texture":"#texture","cullface":"east"},"up":{"uv":[0,4,6,4.5],"rotation":270,"texture":"#texture","cullface":"east"},"north":{"uv":[0,3.5,1.5,7.5],"texture":"#texture","cullface":"east"},"south":{"uv":[14.5,3.5,16,7.5],"texture":"#texture","cullface":"east"},"west":{"uv":[10,3.5,16,7.5],"texture":"#texture","cullface":"east"},"east":{"uv":[0,3.5,6,7.5],"texture":"#texture","cullface":"east"}}},{"from":[16,8.5,2.5],"to":[16.5,12.5,9],"faces":{"down":{"uv":[7,7.5,13.5,7],"rotation":270,"texture":"#texture","cullface":"east"},"up":{"uv":[7,3.5,13.5,4],"rotation":270,"texture":"#texture","cullface":"east"},"north":{"uv":[0,3.5,0.5,7.5],"texture":"#texture","cullface":"east"},"south":{"uv":[15.5,3.5,16,7.5],"texture":"#texture","cullface":"east"},"east":{"uv":[7,3.5,13.5,7.5],"texture":"#texture","cullface":"east"}}},{"from":[16,4.5,6.5],"to":[16.5,8,13.5],"faces":{"down":{"uv":[2.5,11.5,9.5,11],"rotation":270,"texture":"#texture","cullface":"east"},"up":{"uv":[2.5,8.5,9.5,9],"rotation":270,"texture":"#texture","cullface":"east"},"north":{"uv":[0,8,0.5,11.5],"texture":"#texture","cullface":"east"},"south":{"uv":[15.5,8,16,11.5],"texture":"#texture","cullface":"east"},"east":{"uv":[2.5,8,9.5,11.5],"texture":"#texture","cullface":"east"}}},{"from":[16,4.5,0.02],"to":[16.5,8,5.5],"faces":{"down":{"uv":[10.5,11.5,16,11],"rotation":270,"texture":"#texture","cullface":"east"},"up":{"uv":[10.5,8.5,16,9],"rotation":270,"texture":"#texture","cullface":"east"},"north":{"uv":[0,8,1.5,11.5],"texture":"#texture","cullface":"east"},"south":{"uv":[14.5,8,16,11.5],"texture":"#texture","cullface":"east"},"west":{"uv":[0,8,5.5,11.5],"texture":"#texture","cullface":"east"},"east":{"uv":[10.5,8,16,11.5],"texture":"#texture","cullface":"east"}}},{"from":[16,0.5,4],"to":[16.5,4,11],"faces":{"down":{"uv":[5,15.5,12,15],"rotation":270,"texture":"#texture","cullface":"east"},"up":{"uv":[5,12.5,12,13],"rotation":270,"texture":"#texture","cullface":"east"},"north":{"uv":[0,12,0.5,15.5],"texture":"#texture","cullface":"east"},"south":{"uv":[15.5,12,16,15.5],"texture":"#texture","cullface":"east"},"east":{"uv":[5,12,12,15.5],"texture":"#texture","cullface":"east"}}},{"from":[16,0.5,0.02],"to":[16.5,4,3.5],"faces":{"down":{"uv":[12.5,15.5,16,15],"rotation":180,"texture":"#texture","cullface":"east"},"up":{"uv":[12.5,12.5,16,13],"rotation":180,"texture":"#texture","cullface":"east"},"north":{"uv":[0,12,3,15.5],"texture":"#texture","cullface":"east"},"south":{"uv":[13,12,16,15.5],"texture":"#texture","cullface":"east"},"west":{"uv":[0,12,3.5,15.5],"texture":"#texture","cullface":"east"},"east":{"uv":[12.5,12,16,15.5],"texture":"#texture","cullface":"east"}}},{"from":[16,4.5,14.5],"to":[16.5,8,15.98],"faces":{"down":{"uv":[0,11.5,1.5,11],"rotation":270,"texture":"#texture","cullface":"east"},"up":{"uv":[0,8,1.5,8.5],"rotation":270,"texture":"#texture","cullface":"east"},"north":{"uv":[0,8,0.5,11.5],"texture":"#texture","cullface":"east"},"south":{"uv":[15.5,8,16,11.5],"texture":"#texture","cullface":"east"},"east":{"uv":[0,8,1.5,11.5],"texture":"#texture","cullface":"east"}}},{"from":[16,0.5,11.5],"to":[16.5,4,15.98],"faces":{"down":{"uv":[0,15.5,4.5,15],"rotation":180,"texture":"#texture","cullface":"east"},"up":{"uv":[0,12.5,4.5,13],"rotation":180,"texture":"#texture","cullface":"east"},"north":{"uv":[0,12,3,15.5],"texture":"#texture","cullface":"east"},"south":{"uv":[13,12,16,15.5],"texture":"#texture","cullface":"east"},"west":{"uv":[11.5,12,16,15.5],"texture":"#texture","cullface":"east"},"east":{"uv":[0,12,4.5,15.5],"texture":"#texture","cullface":"east"}}},{"from":[13,8.5,0.02],"to":[16.5,12.5,1.5],"faces":{"down":{"uv":[14.5,7.5,16,7],"rotation":180,"texture":"#texture","cullface":"east"},"up":{"uv":[14.5,4,16,4.5],"rotation":180,"texture":"#texture","cullface":"east"},"north":{"uv":[0,3.5,3,7.5],"texture":"#texture","cullface":"east"},"south":{"uv":[13,3.5,16,7.5],"texture":"#texture","cullface":"east"},"west":{"uv":[0,3.5,1.5,7.5],"texture":"#texture","cullface":"east"},"east":{"uv":[14.5,3.5,16,7.5],"texture":"#texture","cullface":"east"}}},{"from":[16,13,15.5],"to":[16.5,15.98,15.98],"faces":{"down":{"uv":[7,15.5,7.5,15],"texture":"#texture","cullface":"east"},"up":{"uv":[6.5,14,7,14.5],"texture":"#texture","cullface":"east"},"north":{"uv":[0,0,0,3],"texture":"#texture","cullface":"east"},"south":{"uv":[16,0,16,3],"texture":"#texture","cullface":"east"},"east":{"uv":[0,0,0.5,3],"texture":"#texture","cullface":"east"}}},{"from":[7.5,13,-0.5],"to":[14.5,15.98,0],"faces":{"down":{"uv":[1.5,2.5,8.5,3],"texture":"#texture","cullface":"north"},"up":{"uv":[1.5,0.5,8.5,1],"texture":"#texture","cullface":"north"},"north":{"uv":[1.5,0,8.5,3],"texture":"#texture","cullface":"north"},"west":{"uv":[0,0,0,3],"texture":"#texture","cullface":"north"},"east":{"uv":[16,0,16,3],"texture":"#texture","cullface":"north"}}},{"from":[0.02,13,-0.5],"to":[6.5,15.98,0],"faces":{"down":{"uv":[9.5,2.5,16,3],"texture":"#texture","cullface":"north"},"up":{"uv":[9.5,0.5,16,1],"texture":"#texture","cullface":"north"},"north":{"uv":[9.5,0,16,3],"texture":"#texture","cullface":"north"},"west":{"uv":[0,0,0,3],"texture":"#texture","cullface":"north"},"east":{"uv":[16,0,16,3],"texture":"#texture","cullface":"north"}}},{"from":[10,8.5,-0.5],"to":[15.98,12.5,1],"faces":{"down":{"uv":[0,7.5,6,7],"texture":"#texture","cullface":"north"},"up":{"uv":[0,4,6,4.5],"rotation":180,"texture":"#texture","cullface":"north"},"north":{"uv":[0,3.5,6,7.5],"texture":"#texture","cullface":"north"},"south":{"uv":[10,3.5,16,7.5],"texture":"#texture","cullface":"north"},"west":{"uv":[0,3.5,1.5,7.5],"texture":"#texture","cullface":"north"},"east":{"uv":[14.5,3.5,16,7.5],"texture":"#texture","cullface":"north"}}},{"from":[2.5,8.5,-0.5],"to":[9,12.5,0],"faces":{"down":{"uv":[7,7.5,13.5,7],"texture":"#texture","cullface":"north"},"up":{"uv":[7,3.5,13.5,4],"rotation":180,"texture":"#texture","cullface":"north"},"north":{"uv":[7,3.5,13.5,7.5],"texture":"#texture","cullface":"north"},"west":{"uv":[0,3.5,0.5,7.5],"texture":"#texture","cullface":"north"},"east":{"uv":[15.5,3.5,16,7.5],"texture":"#texture","cullface":"north"}}},{"from":[6.5,4.5,-0.5],"to":[13.5,8,0],"faces":{"down":{"uv":[2.5,11.5,9.5,11],"texture":"#texture","cullface":"north"},"up":{"uv":[2.5,8.5,9.5,9],"rotation":180,"texture":"#texture","cullface":"north"},"north":{"uv":[2.5,8,9.5,11.5],"texture":"#texture","cullface":"north"},"west":{"uv":[0,8,0.5,11.5],"texture":"#texture","cullface":"north"},"east":{"uv":[15.5,8,16,11.5],"texture":"#texture","cullface":"north"}}},{"from":[0.02,4.5,-0.5],"to":[5.5,8,1],"faces":{"down":{"uv":[10.5,11.5,16,11],"texture":"#texture","cullface":"north"},"up":{"uv":[10.5,8.5,16,9],"rotation":180,"texture":"#texture","cullface":"north"},"north":{"uv":[10.5,8,16,11.5],"texture":"#texture","cullface":"north"},"south":{"uv":[0,8,5.5,11.5],"texture":"#texture","cullface":"north"},"west":{"uv":[0,8,1.5,11.5],"texture":"#texture","cullface":"north"},"east":{"uv":[14.5,8,16,11.5],"texture":"#texture","cullface":"north"}}},{"from":[4,0.5,-0.5],"to":[11,4,0],"faces":{"down":{"uv":[5,15.5,12,15],"texture":"#texture","cullface":"north"},"up":{"uv":[5,12.5,12,13],"rotation":180,"texture":"#texture","cullface":"north"},"north":{"uv":[5,12,12,15.5],"texture":"#texture","cullface":"north"},"west":{"uv":[0,12,0.5,15.5],"texture":"#texture","cullface":"north"},"east":{"uv":[15.5,12,16,15.5],"texture":"#texture","cullface":"north"}}},{"from":[0.02,0.5,-0.5],"to":[3.5,4,3],"faces":{"down":{"uv":[12.5,15.5,16,15],"rotation":270,"texture":"#texture","cullface":"north"},"up":{"uv":[12.5,12.5,16,13],"rotation":90,"texture":"#texture","cullface":"north"},"north":{"uv":[12.5,12,16,15.5],"texture":"#texture","cullface":"north"},"south":{"uv":[0,12,3.5,15.5],"texture":"#texture","cullface":"north"},"west":{"uv":[0,12,3,15.5],"texture":"#texture","cullface":"north"},"east":{"uv":[13,12,16,15.5],"texture":"#texture","cullface":"north"}}},{"from":[14.5,4.5,-0.5],"to":[15.98,8,0],"faces":{"down":{"uv":[0,11.5,1.5,11],"texture":"#texture","cullface":"north"},"up":{"uv":[0,8,1.5,8.5],"rotation":180,"texture":"#texture","cullface":"north"},"north":{"uv":[0,8,1.5,11.5],"texture":"#texture","cullface":"north"},"west":{"uv":[0,8,0.5,11.5],"texture":"#texture","cullface":"north"},"east":{"uv":[15.5,8,16,11.5],"texture":"#texture","cullface":"north"}}},{"from":[11.5,0.5,-0.5],"to":[15.98,4,3],"faces":{"down":{"uv":[0,15.5,4.5,15],"rotation":270,"texture":"#texture","cullface":"north"},"up":{"uv":[0,12.5,4.5,13],"rotation":90,"texture":"#texture","cullface":"north"},"north":{"uv":[0,12,4.5,15.5],"texture":"#texture","cullface":"north"},"south":{"uv":[11.5,12,16,15.5],"texture":"#texture","cullface":"north"},"west":{"uv":[0,12,3,15.5],"texture":"#texture","cullface":"north"},"east":{"uv":[13,12,16,15.5],"texture":"#texture","cullface":"north"}}},{"from":[0.02,8.5,-0.5],"to":[1.5,12.5,3],"faces":{"down":{"uv":[14.5,7.5,16,7],"rotation":270,"texture":"#texture","cullface":"north"},"up":{"uv":[14.5,4,16,4.5],"rotation":90,"texture":"#texture","cullface":"north"},"north":{"uv":[14.5,3.5,16,7.5],"texture":"#texture","cullface":"north"},"south":{"uv":[0,3.5,1.5,7.5],"texture":"#texture","cullface":"north"},"west":{"uv":[0,3.5,3,7.5],"texture":"#texture","cullface":"north"},"east":{"uv":[13,3.5,16,7.5],"texture":"#texture","cullface":"north"}}},{"from":[15.5,13,-0.5],"to":[15.98,15.98,0],"faces":{"down":{"uv":[15.5,0,16,0],"texture":"#texture","cullface":"north"},"up":{"uv":[15.5,0,16,0],"texture":"#texture","cullface":"north"},"north":{"uv":[0,0,0.5,3],"texture":"#texture","cullface":"north"},"west":{"uv":[0,0,0,3],"texture":"#texture","cullface":"north"},"east":{"uv":[16,0,16,3],"texture":"#texture","cullface":"north"}}},{"from":[0.02,16,0.02],"to":[0.5,16.5,3],"faces":{"up":{"uv":[0,0,0.5,3],"texture":"#texture","cullface":"up"},"north":{"uv":[15.5,0,16,0],"texture":"#texture","cullface":"up"},"south":{"uv":[0,0,0.5,0],"texture":"#texture","cullface":"up"},"west":{"uv":[0,0,3,0],"texture":"#texture","cullface":"up"},"east":{"uv":[13,0,16,0],"texture":"#texture","cullface":"up"}}},{"from":[1.5,16,0.02],"to":[8.5,16.5,3],"faces":{"up":{"uv":[1.5,0,8.5,3],"texture":"#texture","cullface":"up"},"north":{"uv":[7.5,0,14.5,0],"texture":"#texture","cullface":"up"},"south":{"uv":[1.5,0,8.5,0],"texture":"#texture","cullface":"up"},"west":{"uv":[0,0,3,0],"texture":"#texture","cullface":"up"},"east":{"uv":[13,0,16,0],"texture":"#texture","cullface":"up"}}},{"from":[9.5,16,0.02],"to":[15.98,16.5,3],"faces":{"up":{"uv":[9.5,0,16,3],"texture":"#texture","cullface":"up"},"north":{"uv":[0,0,6.5,0],"texture":"#texture","cullface":"up"},"south":{"uv":[9.5,0,16,0],"texture":"#texture","cullface":"up"},"west":{"uv":[0,0,3,0],"texture":"#texture","cullface":"up"},"east":{"uv":[13,0,16,0],"texture":"#texture","cullface":"up"}}},{"from":[0.02,16,3.5],"to":[6,16.5,7.5],"faces":{"up":{"uv":[0,3.5,6,7.5],"texture":"#texture","cullface":"up"},"north":{"uv":[10,0,16,0],"texture":"#texture","cullface":"up"},"south":{"uv":[0,0,6,0],"texture":"#texture","cullface":"up"},"west":{"uv":[3.5,0,7.5,0],"texture":"#texture","cullface":"up"},"east":{"uv":[8.5,0,12.5,0],"texture":"#texture","cullface":"up"}}},{"from":[7,16,3.5],"to":[13.5,16.5,7.5],"faces":{"up":{"uv":[7,3.5,13.5,7.5],"texture":"#texture","cullface":"up"},"north":{"uv":[2.5,0,9,0],"texture":"#texture","cullface":"up"},"south":{"uv":[7,0,13.5,0],"texture":"#texture","cullface":"up"},"west":{"uv":[3.5,0,7.5,0],"texture":"#texture","cullface":"up"},"east":{"uv":[8.5,0,12.5,0],"texture":"#texture","cullface":"up"}}},{"from":[14.5,16,3.5],"to":[15.98,16.5,7.5],"faces":{"up":{"uv":[14.5,3.5,16,7.5],"texture":"#texture","cullface":"up"},"north":{"uv":[0,0,1.5,0],"texture":"#texture","cullface":"up"},"south":{"uv":[14.5,0,16,0],"texture":"#texture","cullface":"up"},"west":{"uv":[3.5,0,7.5,0],"texture":"#texture","cullface":"up"},"east":{"uv":[8.5,0,12.5,0],"texture":"#texture","cullface":"up"}}},{"from":[0.02,16,8],"to":[1.5,16.5,11.5],"faces":{"up":{"uv":[0,8,1.5,11.5],"texture":"#texture","cullface":"up"},"north":{"uv":[14.5,0,16,0],"texture":"#texture","cullface":"up"},"south":{"uv":[0,0,1.5,0],"texture":"#texture","cullface":"up"},"west":{"uv":[8,0,11.5,0],"texture":"#texture","cullface":"up"},"east":{"uv":[4.5,0,8,0],"texture":"#texture","cullface":"up"}}},{"from":[2.5,16,8],"to":[9.5,16.5,11.5],"faces":{"up":{"uv":[2.5,8,9.5,11.5],"texture":"#texture","cullface":"up"},"north":{"uv":[6.5,0,13.5,0],"texture":"#texture","cullface":"up"},"south":{"uv":[2.5,0,9.5,0],"texture":"#texture","cullface":"up"},"west":{"uv":[8,0,11.5,0],"texture":"#texture","cullface":"up"},"east":{"uv":[4.5,0,8,0],"texture":"#texture","cullface":"up"}}},{"from":[10.5,16,8],"to":[15.98,16.5,11.5],"faces":{"up":{"uv":[10.5,8,16,11.5],"texture":"#texture","cullface":"up"},"north":{"uv":[0,0,5.5,0],"texture":"#texture","cullface":"up"},"south":{"uv":[10.5,0,16,0],"texture":"#texture","cullface":"up"},"west":{"uv":[8,0,11.5,0],"texture":"#texture","cullface":"up"},"east":{"uv":[4.5,0,8,0],"texture":"#texture","cullface":"up"}}},{"from":[0.02,16,12],"to":[4.5,16.5,15.5],"faces":{"up":{"uv":[0,12,4.5,15.5],"texture":"#texture","cullface":"up"},"north":{"uv":[11.5,0,16,0],"texture":"#texture","cullface":"up"},"south":{"uv":[0,0,4.5,0],"texture":"#texture","cullface":"up"},"west":{"uv":[12,0,15.5,0],"texture":"#texture","cullface":"up"},"east":{"uv":[0.5,0,4,0],"texture":"#texture","cullface":"up"}}},{"from":[5,16,12],"to":[12,16.5,15.5],"faces":{"up":{"uv":[5,12,12,15.5],"texture":"#texture","cullface":"up"},"north":{"uv":[4,0,11,0],"texture":"#texture","cullface":"up"},"south":{"uv":[5,0,12,0],"texture":"#texture","cullface":"up"},"west":{"uv":[12,0,15.5,0],"texture":"#texture","cullface":"up"},"east":{"uv":[0.5,0,4,0],"texture":"#texture","cullface":"up"}}},{"from":[12.5,16,12],"to":[16,16.5,15.5],"faces":{"up":{"uv":[12.5,12,16,15.5],"texture":"#texture","cullface":"up"},"north":{"uv":[0,0,3.5,0],"texture":"#texture","cullface":"up"},"south":{"uv":[12.5,0,16,0],"texture":"#texture","cullface":"up"},"west":{"uv":[12,0,15.5,0],"texture":"#texture","cullface":"up"},"east":{"uv":[0.5,0,4,0],"texture":"#texture","cullface":"up"}}},{"from":[5,-0.5,12],"to":[12,0,15.5],"faces":{"down":{"uv":[5,15.5,12,12],"texture":"#texture","cullface":"down"},"north":{"uv":[4,16,11,16],"texture":"#texture","cullface":"down"},"south":{"uv":[5,16,12,16],"texture":"#texture","cullface":"down"},"west":{"uv":[12,16,15.5,16],"texture":"#texture","cullface":"down"},"east":{"uv":[0.5,16,4,16],"texture":"#texture","cullface":"down"}}},{"from":[0.02,-0.5,3.5],"to":[6,0,7.5],"faces":{"down":{"uv":[0,7.5,6,3.5],"texture":"#texture","cullface":"down"},"north":{"uv":[10,16,16,16],"texture":"#texture","cullface":"down"},"south":{"uv":[0,16,6,16],"texture":"#texture","cullface":"down"},"west":{"uv":[3.5,16,7.5,16],"texture":"#texture","cullface":"down"},"east":{"uv":[8.5,16,12.5,16],"texture":"#texture","cullface":"down"}}},{"from":[0.02,-0.5,12],"to":[4.5,0,15.5],"faces":{"down":{"uv":[0,15.5,4.5,12],"texture":"#texture","cullface":"down"},"north":{"uv":[11.5,16,16,16],"texture":"#texture","cullface":"down"},"south":{"uv":[0,16,4.5,16],"texture":"#texture","cullface":"down"},"west":{"uv":[12,16,15.5,16],"texture":"#texture","cullface":"down"},"east":{"uv":[0.5,16,4,16],"texture":"#texture","cullface":"down"}}},{"from":[12.5,-0.5,12],"to":[15.98,0,15.5],"faces":{"down":{"uv":[12.5,15.5,16,12],"texture":"#texture","cullface":"down"},"north":{"uv":[0,16,3.5,16],"texture":"#texture","cullface":"down"},"south":{"uv":[12.5,16,16,16],"texture":"#texture","cullface":"down"},"west":{"uv":[12,16,15.5,16],"texture":"#texture","cullface":"down"},"east":{"uv":[0.5,16,4,16],"texture":"#texture","cullface":"down"}}},{"from":[10.5,-0.5,8],"to":[15.98,0,11.5],"faces":{"down":{"uv":[10.5,11.5,16,8],"texture":"#texture","cullface":"down"},"north":{"uv":[0,16,5.5,16],"texture":"#texture","cullface":"down"},"south":{"uv":[10.5,16,16,16],"texture":"#texture","cullface":"down"},"west":{"uv":[8,16,11.5,16],"texture":"#texture","cullface":"down"},"east":{"uv":[4.5,16,8,16],"texture":"#texture","cullface":"down"}}},{"from":[2.5,-0.5,8],"to":[9.5,0,11.5],"faces":{"down":{"uv":[2.5,11.5,9.5,8],"texture":"#texture","cullface":"down"},"north":{"uv":[6.5,16,13.5,16],"texture":"#texture","cullface":"down"},"south":{"uv":[2.5,16,9.5,16],"texture":"#texture","cullface":"down"},"west":{"uv":[8,16,11.5,16],"texture":"#texture","cullface":"down"},"east":{"uv":[4.5,16,8,16],"texture":"#texture","cullface":"down"}}},{"from":[9.5,-0.5,0.02],"to":[15.98,0,3],"faces":{"down":{"uv":[9.5,3,16,0],"texture":"#texture","cullface":"down"},"north":{"uv":[0,16,6.5,16],"texture":"#texture","cullface":"down"},"south":{"uv":[9.5,16,16,16],"texture":"#texture","cullface":"down"},"west":{"uv":[0,16,3,16],"texture":"#texture","cullface":"down"},"east":{"uv":[13,16,16,16],"texture":"#texture","cullface":"down"}}},{"from":[7,-0.5,3.5],"to":[13.5,0,7.5],"faces":{"down":{"uv":[7,7.5,13.5,3.5],"texture":"#texture","cullface":"down"},"north":{"uv":[2.5,16,9,16],"texture":"#texture","cullface":"down"},"south":{"uv":[7,16,13.5,16],"texture":"#texture","cullface":"down"},"west":{"uv":[3.5,16,7.5,16],"texture":"#texture","cullface":"down"},"east":{"uv":[8.5,16,12.5,16],"texture":"#texture","cullface":"down"}}},{"from":[1.5,-0.5,0.02],"to":[8.5,0,3],"faces":{"down":{"uv":[1.5,3,8.5,0],"texture":"#texture","cullface":"down"},"north":{"uv":[7.5,16,14.5,16],"texture":"#texture","cullface":"down"},"south":{"uv":[1.5,16,8.5,16],"texture":"#texture","cullface":"down"},"west":{"uv":[0,16,3,16],"texture":"#texture","cullface":"down"},"east":{"uv":[13,16,16,16],"texture":"#texture","cullface":"down"}}},{"from":[0.02,-0.5,0.02],"to":[0.5,0,3],"faces":{"down":{"uv":[0,3,0.5,0],"texture":"#texture","cullface":"down"},"north":{"uv":[15.5,16,16,16],"texture":"#texture","cullface":"down"},"south":{"uv":[0,16,0.5,16],"texture":"#texture","cullface":"down"},"west":{"uv":[0,16,3,16],"texture":"#texture","cullface":"down"},"east":{"uv":[13,16,16,16],"texture":"#texture","cullface":"down"}}},{"from":[14.5,-0.5,3.5],"to":[15.98,0,7.5],"faces":{"down":{"uv":[14.5,7.5,16,3.5],"texture":"#texture","cullface":"down"},"north":{"uv":[0,16,1.5,16],"texture":"#texture","cullface":"down"},"south":{"uv":[14.5,16,16,16],"texture":"#texture","cullface":"down"},"west":{"uv":[3.5,16,7.5,16],"texture":"#texture","cullface":"down"},"east":{"uv":[8.5,16,12.5,16],"texture":"#texture","cullface":"down"}}},{"from":[0.02,-0.5,8],"to":[1.5,0,11.5],"faces":{"down":{"uv":[0,11.5,1.5,8],"texture":"#texture","cullface":"down"},"north":{"uv":[14.5,16,16,16],"texture":"#texture","cullface":"down"},"south":{"uv":[0,16,1.5,16],"texture":"#texture","cullface":"down"},"west":{"uv":[8,16,11.5,16],"texture":"#texture","cullface":"down"},"east":{"uv":[4.5,16,8,16],"texture":"#texture","cullface":"down"}}}],"display":{"gui":{"rotation":[30,225,0],"translation":[0,0,0],"scale":[0.625,0.625,0.625]},"ground":{"rotation":[0,0,0],"translation":[0,3,0],"scale":[0.25,0.25,0.25]},"fixed":{"rotation":[0,0,0],"translation":[0,0,0],"scale":[0.5,0.5,0.5]},"thirdperson_righthand":{"rotation":[75,45,0],"translation":[0,2.5,0],"scale":[0.375,0.375,0.375]},"firstperson_righthand":{"rotation":[0,45,0],"translation":[0,0,0],"scale":[0.40,0.40,0.40]},"firstperson_lefthand":{"rotation":[0,225,0],"translation":[0,0,0],"scale":[0.40,0.40,0.40]}}} diff --git a/assets/minecraft/models/block/button.json b/assets/minecraft/models/block/button.json index 7d7ee95..06e7fed 100755 --- a/assets/minecraft/models/block/button.json +++ b/assets/minecraft/models/block/button.json @@ -1,33 +1 @@ -{ -"ambientocclusion": false, -"textures": { - "particle": "#texture", - "texture": "blocks/wood_button" -}, -"elements": [ -{ - "from": [ 6.5, 1, 6.5 ], - "to": [ 9.5, 2, 9.5 ], - "faces": { - "down": { "uv": [ 5.5, 13.5, 8.5, 10.5 ], "texture": "#texture"}, - "up": { "uv": [ 5.5, 10.5, 8.5, 13.5 ], "texture": "#texture" }, - "north": { "uv": [ 5.5, 13, 8.5, 14 ], "texture": "#texture" }, - "south": { "uv": [ 5.5, 13, 8.5, 14 ], "texture": "#texture" }, - "west": { "uv": [ 5.5, 13, 8.5, 14 ], "texture": "#texture" }, - "east": { "uv": [ 5.5, 13, 8.5, 14 ], "texture": "#texture" } - } -}, -{ - "from": [ 5.5, 0, 5.5 ], - "to": [ 10.5, 1, 10.5 ], - "faces": { - "down": { "uv": [ 4.5, 8.5, 9.5, 3.5 ], "texture": "#texture"}, - "up": { "uv": [ 4.5, 3.5, 9.5, 8.5 ], "texture": "#texture" }, - "north": { "uv": [ 4.5, 8, 9.5, 9 ], "texture": "#texture" }, - "south": { "uv": [ 4.5, 8, 9.5, 9 ], "texture": "#texture" }, - "west": { "uv": [ 4.5, 8, 9.5, 9 ], "texture": "#texture" }, - "east": { "uv": [ 4.5, 8, 9.5, 9 ], "texture": "#texture" } - } -} -] -} \ No newline at end of file +{"ambientocclusion":false,"textures":{"particle":"#texture","texture":"block/wood_button"},"elements":[{"from":[6.5,1,6.5],"to":[9.5,2,9.5],"faces":{"down":{"uv":[5.5,13.5,8.5,10.5],"texture":"#texture"},"up":{"uv":[5.5,10.5,8.5,13.5],"texture":"#texture"},"north":{"uv":[5.5,13,8.5,14],"texture":"#texture"},"south":{"uv":[5.5,13,8.5,14],"texture":"#texture"},"west":{"uv":[5.5,13,8.5,14],"texture":"#texture"},"east":{"uv":[5.5,13,8.5,14],"texture":"#texture"}}},{"from":[5.5,0,5.5],"to":[10.5,1,10.5],"faces":{"down":{"uv":[4.5,8.5,9.5,3.5],"texture":"#texture"},"up":{"uv":[4.5,3.5,9.5,8.5],"texture":"#texture"},"north":{"uv":[4.5,8,9.5,9],"texture":"#texture"},"south":{"uv":[4.5,8,9.5,9],"texture":"#texture"},"west":{"uv":[4.5,8,9.5,9],"texture":"#texture"},"east":{"uv":[4.5,8,9.5,9],"texture":"#texture"}}}]} diff --git a/assets/minecraft/models/block/button_pressed.json b/assets/minecraft/models/block/button_pressed.json index 9a88e96..f90db13 100755 --- a/assets/minecraft/models/block/button_pressed.json +++ b/assets/minecraft/models/block/button_pressed.json @@ -1,31 +1 @@ -{"ambientocclusion": false, - "textures": { - "particle": "#texture" - }, - "elements": [ -{ - "from": [ 6.5, 0.2, 6.5 ], - "to": [ 9.5, 1.2, 9.5 ], - "faces": { - "down": { "uv": [ 5.5, 13.5, 8.5, 10.5 ], "texture": "#texture"}, - "up": { "uv": [ 5.5, 10.5, 8.5, 13.5 ], "texture": "#texture" }, - "north": { "uv": [ 5.5, 13, 8.5, 14 ], "texture": "#texture" }, - "south": { "uv": [ 5.5, 13, 8.5, 14 ], "texture": "#texture" }, - "west": { "uv": [ 5.5, 13, 8.5, 14 ], "texture": "#texture" }, - "east": { "uv": [ 5.5, 13, 8.5, 14 ], "texture": "#texture" } - } -}, -{ - "from": [ 5.5, 0, 5.5 ], - "to": [ 10.5, 1, 10.5 ], - "faces": { - "down": { "uv": [ 4.5, 8.5, 9.5, 3.5 ], "texture": "#texture"}, - "up": { "uv": [ 4.5, 3.5, 9.5, 8.5 ], "texture": "#texture" }, - "north": { "uv": [ 4.5, 8, 9.5, 9 ], "texture": "#texture" }, - "south": { "uv": [ 4.5, 8, 9.5, 9 ], "texture": "#texture" }, - "west": { "uv": [ 4.5, 8, 9.5, 9 ], "texture": "#texture" }, - "east": { "uv": [ 4.5, 8, 9.5, 9 ], "texture": "#texture" } - } -} -] -} \ No newline at end of file +{"ambientocclusion":false,"textures":{"particle":"#texture"},"elements":[{"from":[6.5,0.2,6.5],"to":[9.5,1.2,9.5],"faces":{"down":{"uv":[5.5,13.5,8.5,10.5],"texture":"#texture"},"up":{"uv":[5.5,10.5,8.5,13.5],"texture":"#texture"},"north":{"uv":[5.5,13,8.5,14],"texture":"#texture"},"south":{"uv":[5.5,13,8.5,14],"texture":"#texture"},"west":{"uv":[5.5,13,8.5,14],"texture":"#texture"},"east":{"uv":[5.5,13,8.5,14],"texture":"#texture"}}},{"from":[5.5,0,5.5],"to":[10.5,1,10.5],"faces":{"down":{"uv":[4.5,8.5,9.5,3.5],"texture":"#texture"},"up":{"uv":[4.5,3.5,9.5,8.5],"texture":"#texture"},"north":{"uv":[4.5,8,9.5,9],"texture":"#texture"},"south":{"uv":[4.5,8,9.5,9],"texture":"#texture"},"west":{"uv":[4.5,8,9.5,9],"texture":"#texture"},"east":{"uv":[4.5,8,9.5,9],"texture":"#texture"}}}]} diff --git a/assets/minecraft/models/block/crafting_table.json b/assets/minecraft/models/block/crafting_table.json index 42c10bf..40f3147 100755 --- a/assets/minecraft/models/block/crafting_table.json +++ b/assets/minecraft/models/block/crafting_table.json @@ -1,421 +1 @@ -{ -"__comment": "Designed by Filmjolk", -"textures": { - "particle": "blocks/crafting_table_front", - "crafting_table_front": "blocks/crafting_table_front", - "crafting_table_top": "blocks/crafting_table_top", - "crafting_table_side": "blocks/crafting_table_side", - "planks_spruce": "blocks/planks_spruce" -}, -"elements": [ -{ - "from": [ 0.5, 0, 0.5 ], - "to": [ 15.5, 15.5, 15.5 ], - "faces": { - "down": { "uv": [ 0.5, 15.5, 15.5, 0.5 ], "texture": "#planks_spruce", "cullface": "down" }, - "up": { "uv": [ 0.5, 0.5, 15.5, 15.5 ], "texture": "#crafting_table_top", "cullface": "up" }, - "north": { "uv": [ 0.5, 0.5, 15.5, 16 ], "texture": "#crafting_table_front", "cullface": "north" }, - "south": { "uv": [ 0.5, 0.5, 15.5, 16 ], "texture": "#crafting_table_front", "cullface": "south" }, - "west": { "uv": [ 0.5, 0.5, 15.5, 16 ], "texture": "#crafting_table_side", "cullface": "west" }, - "east": { "uv": [ 0.5, 0.5, 15.5, 16 ], "texture": "#crafting_table_side", "cullface": "east" } - } -}, -{ - "from": [ 4, 15.5, 4 ], - "to": [ 6.5, 16, 6.5 ], - "faces": { - "up": { "uv": [ 4, 4, 6.5, 6.5 ], "texture": "#crafting_table_top", "cullface": "up" }, - "north": { "uv": [ 9.5, 0, 12, 0.5 ], "texture": "#crafting_table_front", "cullface": "up" }, - "south": { "uv": [ 4, 0, 6.5, 0.5 ], "texture": "#crafting_table_front", "cullface": "up" }, - "west": { "uv": [ 4, 0, 6.5, 0.5 ], "texture": "#crafting_table_side", "cullface": "up" }, - "east": { "uv": [ 9.5, 0, 12, 0.5 ], "texture": "#crafting_table_side", "cullface": "up" } - } -}, -{ - "from": [ 7, 15.5, 7 ], - "to": [ 9.5, 16, 9.5 ], - "faces": { - "up": { "uv": [ 7, 7, 9.5, 9.5 ], "texture": "#crafting_table_top", "cullface": "up" }, - "north": { "uv": [ 6.5, 0, 9, 0.5 ], "texture": "#crafting_table_front", "cullface": "up" }, - "south": { "uv": [ 7, 0, 9.5, 0.5 ], "texture": "#crafting_table_front", "cullface": "up" }, - "west": { "uv": [ 7, 0, 9.5, 0.5 ], "texture": "#crafting_table_side", "cullface": "up" }, - "east": { "uv": [ 6.5, 0, 9, 0.5 ], "texture": "#crafting_table_side", "cullface": "up" } - } -}, -{ - "from": [ 7, 15.5, 10 ], - "to": [ 9.5, 16, 12.5 ], - "faces": { - "up": { "uv": [ 7, 10, 9.5, 12.5 ], "texture": "#crafting_table_top", "cullface": "up" }, - "north": { "uv": [ 6.5, 0, 9, 0.5 ], "texture": "#crafting_table_front", "cullface": "up" }, - "south": { "uv": [ 7, 0, 9.5, 0.5 ], "texture": "#crafting_table_front", "cullface": "up" }, - "west": { "uv": [ 10, 0, 12.5, 0.5 ], "texture": "#crafting_table_side", "cullface": "up" }, - "east": { "uv": [ 3.5, 0, 6, 0.5 ], "texture": "#crafting_table_side", "cullface": "up" } - } -}, -{ - "from": [ 7, 15.5, 4 ], - "to": [ 9.5, 16, 6.5 ], - "faces": { - "up": { "uv": [ 7, 4, 9.5, 6.5 ], "texture": "#crafting_table_top", "cullface": "up" }, - "north": { "uv": [ 6.5, 0, 9, 0.5 ], "texture": "#crafting_table_front", "cullface": "up" }, - "south": { "uv": [ 7, 0, 9.5, 0.5 ], "texture": "#crafting_table_front", "cullface": "up" }, - "west": { "uv": [ 4, 0, 6.5, 0.5 ], "texture": "#crafting_table_side", "cullface": "up" }, - "east": { "uv": [ 9.5, 0, 12, 0.5 ], "texture": "#crafting_table_side", "cullface": "up" } - } -}, -{ - "from": [ 10, 15.5, 4 ], - "to": [ 12.5, 16, 6.5 ], - "faces": { - "up": { "uv": [ 10, 4, 12.5, 6.5 ], "texture": "#crafting_table_top", "cullface": "up" }, - "north": { "uv": [ 3.5, 0, 6, 0.5 ], "texture": "#crafting_table_front", "cullface": "up" }, - "south": { "uv": [ 10, 0, 12.5, 0.5 ], "texture": "#crafting_table_front", "cullface": "up" }, - "west": { "uv": [ 4, 0, 6.5, 0.5 ], "texture": "#crafting_table_side", "cullface": "up" }, - "east": { "uv": [ 9.5, 0, 12, 0.5 ], "texture": "#crafting_table_side", "cullface": "up" } - } -}, -{ - "from": [ 4, 15.5, 7 ], - "to": [ 6.5, 16, 9.5 ], - "faces": { - "up": { "uv": [ 4, 7, 6.5, 9.5 ], "texture": "#crafting_table_top", "cullface": "up" }, - "north": { "uv": [ 9.5, 0, 12, 0.5 ], "texture": "#crafting_table_front", "cullface": "up" }, - "south": { "uv": [ 4, 0, 6.5, 0.5 ], "texture": "#crafting_table_front", "cullface": "up" }, - "west": { "uv": [ 7, 0, 9.5, 0.5 ], "texture": "#crafting_table_side", "cullface": "up" }, - "east": { "uv": [ 6.5, 0, 9, 0.5 ], "texture": "#crafting_table_side", "cullface": "up" } - } -}, -{ - "from": [ 4, 15.5, 10 ], - "to": [ 6.5, 16, 12.5 ], - "faces": { - "up": { "uv": [ 4, 10, 6.5, 12.5 ], "texture": "#crafting_table_top", "cullface": "up" }, - "north": { "uv": [ 9.5, 0, 12, 0.5 ], "texture": "#crafting_table_front", "cullface": "up" }, - "south": { "uv": [ 4, 0, 6.5, 0.5 ], "texture": "#crafting_table_front", "cullface": "up" }, - "west": { "uv": [ 10, 0, 12.5, 0.5 ], "texture": "#crafting_table_side", "cullface": "up" }, - "east": { "uv": [ 3.5, 0, 6, 0.5 ], "texture": "#crafting_table_side", "cullface": "up" } - } -}, -{ - "from": [ 10, 15.5, 7 ], - "to": [ 12.5, 16, 9.5 ], - "faces": { - "up": { "uv": [ 10, 7, 12.5, 9.5 ], "texture": "#crafting_table_top", "cullface": "up" }, - "north": { "uv": [ 3.5, 0, 6, 0.5 ], "texture": "#crafting_table_front", "cullface": "up" }, - "south": { "uv": [ 10, 0, 12.5, 0.5 ], "texture": "#crafting_table_front", "cullface": "up" }, - "west": { "uv": [ 7, 0, 9.5, 0.5 ], "texture": "#crafting_table_side", "cullface": "up" }, - "east": { "uv": [ 6.5, 0, 9, 0.5 ], "texture": "#crafting_table_side", "cullface": "up" } - } -}, -{ - "from": [ 10, 15.5, 10 ], - "to": [ 12.5, 16, 12.5 ], - "faces": { - "up": { "uv": [ 10, 10, 12.5, 12.5 ], "texture": "#crafting_table_top", "cullface": "up" }, - "north": { "uv": [ 3.5, 0, 6, 0.5 ], "texture": "#crafting_table_front", "cullface": "up" }, - "south": { "uv": [ 10, 0, 12.5, 0.5 ], "texture": "#crafting_table_front", "cullface": "up" }, - "west": { "uv": [ 10, 0, 12.5, 0.5 ], "texture": "#crafting_table_side", "cullface": "up" }, - "east": { "uv": [ 3.5, 0, 6, 0.5 ], "texture": "#crafting_table_side", "cullface": "up" } - } -}, -{ - "from": [ 3.5, 15.5, 13 ], - "to": [ 13, 16, 16 ], - "faces": { - "down": { "uv": [ 3.5, 16, 13, 13 ], "texture": "#crafting_table_top", "cullface": "up" }, - "up": { "uv": [ 3.5, 13, 13, 16 ], "texture": "#crafting_table_top", "cullface": "up" }, - "north": { "uv": [ 3, 0, 12.5, 0.5 ], "texture": "#crafting_table_front", "cullface": "up" }, - "south": { "uv": [ 3.5, 0, 13, 0.5 ], "texture": "#crafting_table_front", "cullface": "up" } - } -}, -{ - "from": [ 13, 15.5, 0 ], - "to": [ 16, 16, 16 ], - "faces": { - "down": { "uv": [ 13, 16, 16, 0 ], "texture": "#crafting_table_top" }, - "up": { "uv": [ 13, 0, 16, 16 ], "texture": "#crafting_table_top", "cullface": "up" }, - "north": { "uv": [ 0, 0, 3, 0.5 ], "texture": "#crafting_table_front", "cullface": "north" }, - "south": { "uv": [ 13, 0, 16, 0.5 ], "texture": "#crafting_table_front", "cullface": "south" }, - "west": { "uv": [ 0, 0, 16, 0.5 ], "texture": "#crafting_table_side", "cullface": "up" }, - "east": { "uv": [ 0, 0, 16, 0.5 ], "texture": "#crafting_table_side", "cullface": "east" } - } -}, -{ - "from": [ 0, 15.5, 0 ], - "to": [ 3.5, 16, 16 ], - "faces": { - "down": { "uv": [ 0, 16, 3.5, 0 ], "texture": "#crafting_table_top" }, - "up": { "uv": [ 0, 0, 3.5, 16 ], "texture": "#crafting_table_top", "cullface": "up" }, - "north": { "uv": [ 12.5, 0, 16, 0.5 ], "texture": "#crafting_table_front", "cullface": "north" }, - "south": { "uv": [ 0, 0, 3.5, 0.5 ], "texture": "#crafting_table_front", "cullface": "south" }, - "west": { "uv": [ 0, 0, 16, 0.5 ], "texture": "#crafting_table_side", "cullface": "west" }, - "east": { "uv": [ 0, 0, 16, 0.5 ], "texture": "#crafting_table_side", "cullface": "up" } - } -}, -{ - "from": [ 3.5, 15.5, 0 ], - "to": [ 13, 16, 3.5 ], - "faces": { - "down": { "uv": [ 3.5, 3.5, 13, 0 ], "texture": "#crafting_table_top" }, - "up": { "uv": [ 3.5, 0, 13, 3.5 ], "texture": "#crafting_table_top", "cullface": "up" }, - "north": { "uv": [ 3, 0, 12.5, 0.5 ], "texture": "#crafting_table_front", "cullface": "north" }, - "south": { "uv": [ 3.5, 0, 13, 0.5 ], "texture": "#crafting_table_front", "cullface": "up" } - } -}, -{ - "from": [ 0, 0.5, 0 ], - "to": [ 2.5, 15.5, 2.5 ], - "faces": { - "north": { "uv": [ 13.5, 0.5, 16, 15.5 ], "texture": "#crafting_table_front", "cullface": "north" }, - "south": { "uv": [ 0, 0.5, 2.5, 15.5 ], "texture": "#crafting_table_front", "cullface": "west" }, - "west": { "uv": [ 0, 0.5, 2.5, 15.5 ], "texture": "#crafting_table_side", "cullface": "west" }, - "east": { "uv": [ 13.5, 0.5, 16, 15.5 ], "texture": "#crafting_table_side", "cullface": "north" } - } -}, -{ - "from": [ 0, 0.5, 13.5 ], - "to": [ 2.5, 15.5, 16 ], - "faces": { - "north": { "uv": [ 13.5, 0.5, 16, 15.5 ], "texture": "#crafting_table_front", "cullface": "west" }, - "south": { "uv": [ 0, 0.5, 2.5, 15.5 ], "texture": "#crafting_table_front", "cullface": "south" }, - "west": { "uv": [ 13.5, 0.5, 16, 15.5 ], "texture": "#crafting_table_side", "cullface": "west" }, - "east": { "uv": [ 0, 0.5, 2.5, 15.5 ], "texture": "#crafting_table_side", "cullface": "south" } - } -}, -{ - "from": [ 13.5, 0.5, 13.5 ], - "to": [ 16, 15.5, 16 ], - "faces": { - "north": { "uv": [ 0, 0.5, 2.5, 15.5 ], "texture": "#crafting_table_front", "cullface": "east" }, - "south": { "uv": [ 13.5, 0.5, 16, 15.5 ], "texture": "#crafting_table_front", "cullface": "south" }, - "west": { "uv": [ 13.5, 0.5, 16, 15.5 ], "texture": "#crafting_table_side", "cullface": "south" }, - "east": { "uv": [ 0, 0.5, 2.5, 15.5 ], "texture": "#crafting_table_side", "cullface": "east" } - } -}, -{ - "from": [ 13.5, 0.5, 0 ], - "to": [ 16, 15.5, 2.5 ], - "faces": { - "north": { "uv": [ 0, 0.5, 2.5, 15.5 ], "texture": "#crafting_table_front", "cullface": "north" }, - "south": { "uv": [ 13.5, 0.5, 16, 15.5 ], "texture": "#crafting_table_front", "cullface": "east" }, - "west": { "uv": [ 0, 0.5, 2.5, 15.5 ], "texture": "#crafting_table_side", "cullface": "north" }, - "east": { "uv": [ 13.5, 0.5, 16, 15.5 ], "texture": "#crafting_table_side", "cullface": "east" } - } -}, -{ - "from": [ 3, 12.5, 15.5 ], - "to": [ 13, 15.5, 16 ], - "faces": { - "down": { "uv": [ 3, 16, 13, 15.5 ], "texture": "#crafting_table_front", "cullface": "south" }, - "up": { "uv": [ 3, 15.5, 13, 16 ], "texture": "#crafting_table_front", "cullface": "south" }, - "south": { "uv": [ 3, 0.5, 13, 3.5 ], "texture": "#crafting_table_front", "cullface": "south" }, - "west": { "uv": [ 15.5, 0.5, 16, 3.5 ], "texture": "#crafting_table_side", "cullface": "south" }, - "east": { "uv": [ 0, 0.5, 0.5, 3.5 ], "texture": "#crafting_table_side", "cullface": "south" } - } -}, -{ - "from": [ 3, 8, 15.5 ], - "to": [ 13, 12, 16 ], - "faces": { - "down": { "uv": [ 3, 16, 13, 15.5 ], "texture": "#crafting_table_front", "cullface": "south" }, - "up": { "uv": [ 3, 15.5, 13, 16 ], "texture": "#crafting_table_front", "cullface": "south" }, - "south": { "uv": [ 3, 4, 13, 8 ], "texture": "#crafting_table_front", "cullface": "south" }, - "west": { "uv": [ 15.5, 4, 16, 8 ], "texture": "#crafting_table_side", "cullface": "south" }, - "east": { "uv": [ 0, 4, 0.5, 8 ], "texture": "#crafting_table_side", "cullface": "south" } - } -}, -{ - "from": [ 3, 3.5, 15.5 ], - "to": [ 13, 7.5, 16 ], - "faces": { - "down": { "uv": [ 3, 16, 13, 15.5 ], "texture": "#crafting_table_front", "cullface": "south" }, - "up": { "uv": [ 3, 15.5, 13, 16 ], "texture": "#crafting_table_front", "cullface": "south" }, - "south": { "uv": [ 3, 8.5, 13, 12.5 ], "texture": "#crafting_table_front", "cullface": "south" }, - "west": { "uv": [ 15.5, 8.5, 16, 12.5 ], "texture": "#crafting_table_side", "cullface": "south" }, - "east": { "uv": [ 0, 8.5, 0.5, 12.5 ], "texture": "#crafting_table_side", "cullface": "south" } - } -}, -{ - "from": [ 3, 0.5, 15.5 ], - "to": [ 13, 3, 16 ], - "faces": { - "up": { "uv": [ 3, 15.5, 13, 16 ], "texture": "#crafting_table_front", "cullface": "south" }, - "south": { "uv": [ 3, 13, 13, 15.5 ], "texture": "#crafting_table_front", "cullface": "south" }, - "west": { "uv": [ 15.5, 13, 16, 15.5 ], "texture": "#crafting_table_side", "cullface": "south" }, - "east": { "uv": [ 0, 13, 0.5, 15.5 ], "texture": "#crafting_table_side", "cullface": "south" } - } -}, -{ - "from": [ 0, 12.5, 3 ], - "to": [ 0.5, 15.5, 13 ], - "faces": { - "down": { "uv": [ 3, 16, 13, 15.5 ], "rotation": 270, "texture": "#crafting_table_front", "cullface": "west" }, - "north": { "uv": [ 15.5, 0.5, 16, 3.5 ], "texture": "#crafting_table_side", "cullface": "west" }, - "south": { "uv": [ 0, 0.5, 0.5, 3.5 ], "texture": "#crafting_table_side", "cullface": "west" }, - "west": { "uv": [ 3, 0.5, 13, 3.5 ], "texture": "#crafting_table_front", "cullface": "west" } - } -}, -{ - "from": [ 0, 8, 3 ], - "to": [ 0.5, 12, 13 ], - "faces": { - "down": { "uv": [ 3, 16, 13, 15.5 ], "rotation": 270, "texture": "#crafting_table_front", "cullface": "west" }, - "up": { "uv": [ 3, 15.5, 13, 16 ], "rotation": 90, "texture": "#crafting_table_front", "cullface": "west" }, - "north": { "uv": [ 15.5, 4, 16, 8 ], "texture": "#crafting_table_side", "cullface": "west" }, - "south": { "uv": [ 0, 4, 0.5, 8 ], "texture": "#crafting_table_side", "cullface": "west" }, - "west": { "uv": [ 3, 4, 13, 8 ], "texture": "#crafting_table_front", "cullface": "west" } - } -}, -{ - "from": [ 0, 3.5, 3 ], - "to": [ 0.5, 7.5, 13 ], - "faces": { - "down": { "uv": [ 3, 16, 13, 15.5 ], "rotation": 270, "texture": "#crafting_table_front", "cullface": "west" }, - "up": { "uv": [ 3, 15.5, 13, 16 ], "rotation": 90, "texture": "#crafting_table_front", "cullface": "west" }, - "north": { "uv": [ 15.5, 8.5, 16, 12.5 ], "texture": "#crafting_table_side", "cullface": "west" }, - "south": { "uv": [ 0, 8.5, 0.5, 12.5 ], "texture": "#crafting_table_side", "cullface": "west" }, - "west": { "uv": [ 3, 8.5, 13, 12.5 ], "texture": "#crafting_table_front", "cullface": "west" } - } -}, -{ - "from": [ 0, 0.5, 3 ], - "to": [ 0.5, 3, 13 ], - "faces": { - "up": { "uv": [ 0, 3, 0.5, 13 ], "texture": "#crafting_table_front", "cullface": "west" }, - "north": { "uv": [ 15.5, 13, 16, 15.5 ], "texture": "#crafting_table_side", "cullface": "west" }, - "south": { "uv": [ 0, 13, 0.5, 15.5 ], "texture": "#crafting_table_side", "cullface": "west" }, - "west": { "uv": [ 3, 13, 13, 15.5 ], "texture": "#crafting_table_front", "cullface": "west" } - } -}, -{ - "from": [ 3, 12.5, 0 ], - "to": [ 13, 15.5, 0.5 ], - "faces": { - "down": { "uv": [ 3, 16, 13, 15.5 ], "rotation": 180, "texture": "#crafting_table_front", "cullface": "north" }, - "up": { "uv": [ 3, 15.5, 13, 16 ], "rotation": 180, "texture": "#crafting_table_front", "cullface": "north" }, - "north": { "uv": [ 3, 0.5, 13, 3.5 ], "texture": "#crafting_table_front", "cullface": "north" }, - "west": { "uv": [ 0, 0.5, 0.5, 3.5 ], "texture": "#crafting_table_side", "cullface": "north" }, - "east": { "uv": [ 15.5, 0.5, 16, 3.5 ], "texture": "#crafting_table_side", "cullface": "north" } - } -}, -{ - "from": [ 3, 8, 0 ], - "to": [ 13, 12, 0.5 ], - "faces": { - "down": { "uv": [ 3, 16, 13, 15.5 ], "rotation": 180, "texture": "#crafting_table_front", "cullface": "north" }, - "up": { "uv": [ 3, 15.5, 13, 16 ], "rotation": 180, "texture": "#crafting_table_front", "cullface": "north" }, - "north": { "uv": [ 3, 4, 13, 8 ], "texture": "#crafting_table_front", "cullface": "north" }, - "west": { "uv": [ 0, 4, 0.5, 8 ], "texture": "#crafting_table_side", "cullface": "north" }, - "east": { "uv": [ 15.5, 4, 16, 8 ], "texture": "#crafting_table_side", "cullface": "north" } - } -}, -{ - "from": [ 3, 3.5, 0 ], - "to": [ 13, 7.5, 0.5 ], - "faces": { - "down": { "uv": [ 3, 16, 13, 15.5 ], "rotation": 180, "texture": "#crafting_table_front", "cullface": "north" }, - "up": { "uv": [ 3, 15.5, 13, 16 ], "rotation": 180, "texture": "#crafting_table_front", "cullface": "north" }, - "north": { "uv": [ 3, 8.5, 13, 12.5 ], "texture": "#crafting_table_front", "cullface": "north" }, - "west": { "uv": [ 0, 8.5, 0.5, 12.5 ], "texture": "#crafting_table_side", "cullface": "north" }, - "east": { "uv": [ 15.5, 8.5, 16, 12.5 ], "texture": "#crafting_table_side", "cullface": "north" } - } -}, -{ - "from": [ 3, 0.5, 0 ], - "to": [ 13, 3, 0.5 ], - "faces": { - "up": { "uv": [ 3, 8.5, 13, 9 ], "texture": "#crafting_table_front", "cullface": "north" }, - "north": { "uv": [ 3, 13, 13, 15.5 ], "texture": "#crafting_table_front", "cullface": "north" }, - "west": { "uv": [ 0, 13, 0.5, 15.5 ], "texture": "#crafting_table_side", "cullface": "north" }, - "east": { "uv": [ 15.5, 13, 16, 15.5 ], "texture": "#crafting_table_side", "cullface": "north" } - } -}, -{ - "from": [ 15.5, 12.5, 3 ], - "to": [ 16, 15.5, 13 ], - "faces": { - "down": { "uv": [ 3, 16, 13, 15.5 ], "rotation": 90, "texture": "#crafting_table_front", "cullface": "east" }, - "north": { "uv": [ 0, 0.5, 0.5, 3.5 ], "texture": "#crafting_table_side", "cullface": "east" }, - "south": { "uv": [ 15.5, 0.5, 16, 3.5 ], "texture": "#crafting_table_side", "cullface": "east" }, - "east": { "uv": [ 3, 0.5, 13, 3.5 ], "texture": "#crafting_table_front", "cullface": "east" } - } -}, -{ - "from": [ 15.5, 8, 3 ], - "to": [ 16, 12, 13 ], - "faces": { - "down": { "uv": [ 3, 16, 13, 15.5 ], "rotation": 90, "texture": "#crafting_table_front", "cullface": "east" }, - "up": { "uv": [ 3, 15.5, 13, 16 ], "rotation": 270, "texture": "#crafting_table_front", "cullface": "east" }, - "north": { "uv": [ 0, 4, 0.5, 8 ], "texture": "#crafting_table_side", "cullface": "east" }, - "south": { "uv": [ 15.5, 4, 16, 8 ], "texture": "#crafting_table_side", "cullface": "east" }, - "east": { "uv": [ 3, 4, 13, 8 ], "texture": "#crafting_table_front", "cullface": "east" } - } -}, -{ - "from": [ 15.5, 3.5, 3 ], - "to": [ 16, 7.5, 13 ], - "faces": { - "down": { "uv": [ 3, 16, 13, 15.5 ], "rotation": 90, "texture": "#crafting_table_front", "cullface": "east" }, - "up": { "uv": [ 3, 15.5, 13, 16 ], "rotation": 270, "texture": "#crafting_table_front", "cullface": "east" }, - "north": { "uv": [ 0, 8.5, 0.5, 12.5 ], "texture": "#crafting_table_side", "cullface": "east" }, - "south": { "uv": [ 15.5, 8.5, 16, 12.5 ], "texture": "#crafting_table_side", "cullface": "east" }, - "east": { "uv": [ 3, 8.5, 13, 12.5 ], "texture": "#crafting_table_front", "cullface": "east" } - } -}, -{ - "from": [ 15.5, 0.5, 3 ], - "to": [ 16, 3, 13 ], - "faces": { - "up": { "uv": [ 15.5, 3, 16, 13 ], "texture": "#crafting_table_front", "cullface": "east" }, - "north": { "uv": [ 0, 13, 0.5, 15.5 ], "texture": "#crafting_table_side", "cullface": "east" }, - "south": { "uv": [ 15.5, 13, 16, 15.5 ], "texture": "#crafting_table_side", "cullface": "east" }, - "east": { "uv": [ 3, 13, 13, 15.5 ], "texture": "#crafting_table_front", "cullface": "east" } - } -}, -{ - "from": [ 0, 0, 0 ], - "to": [ 16, 0.5, 16 ], - "faces": { - "down": { "uv": [ 0, 16, 16, 0 ], "texture": "#planks_spruce", "cullface": "down" }, - "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#crafting_table_top" }, - "north": { "uv": [ 0, 15.5, 16, 16 ], "texture": "#crafting_table_front", "cullface": "north" }, - "south": { "uv": [ 0, 15.5, 16, 16 ], "texture": "#crafting_table_front", "cullface": "south" }, - "west": { "uv": [ 0, 15.5, 16, 16 ], "texture": "#crafting_table_side", "cullface": "west" }, - "east": { "uv": [ 0, 15.5, 16, 16 ], "texture": "#crafting_table_side", "cullface": "east" } - } -} -], - "display": { - "gui": { - "rotation": [ 30, 225, 0 ], - "translation": [ 0, 0, 0], - "scale":[ 0.625, 0.625, 0.625 ] - }, - "ground": { - "rotation": [ 0, 0, 0 ], - "translation": [ 0, 3, 0], - "scale":[ 0.25, 0.25, 0.25 ] - }, - "fixed": { - "rotation": [ 0, 0, 0 ], - "translation": [ 0, 0, 0], - "scale":[ 0.5, 0.5, 0.5 ] - }, - "thirdperson_righthand": { - "rotation": [ 75, 45, 0 ], - "translation": [ 0, 2.5, 0], - "scale": [ 0.375, 0.375, 0.375 ] - }, - "firstperson_righthand": { - "rotation": [ 0, 45, 0 ], - "translation": [ 0, 0, 0 ], - "scale": [ 0.40, 0.40, 0.40 ] - }, - "firstperson_lefthand": { - "rotation": [ 0, 225, 0 ], - "translation": [ 0, 0, 0 ], - "scale": [ 0.40, 0.40, 0.40 ] - } - } -} \ No newline at end of file +{"__comment":"Designed_by_Filmjolk","textures":{"particle":"block/crafting_table_front","crafting_table_front":"block/crafting_table_front","crafting_table_top":"block/crafting_table_top","crafting_table_side":"block/crafting_table_side","planks_spruce":"block/spruce_planks"},"elements":[{"from":[0.5,0,0.5],"to":[15.5,15.5,15.5],"faces":{"down":{"uv":[0.5,15.5,15.5,0.5],"texture":"#planks_spruce","cullface":"down"},"up":{"uv":[0.5,0.5,15.5,15.5],"texture":"#crafting_table_top","cullface":"up"},"north":{"uv":[0.5,0.5,15.5,16],"texture":"#crafting_table_front","cullface":"north"},"south":{"uv":[0.5,0.5,15.5,16],"texture":"#crafting_table_front","cullface":"south"},"west":{"uv":[0.5,0.5,15.5,16],"texture":"#crafting_table_side","cullface":"west"},"east":{"uv":[0.5,0.5,15.5,16],"texture":"#crafting_table_side","cullface":"east"}}},{"from":[4,15.5,4],"to":[6.5,16,6.5],"faces":{"up":{"uv":[4,4,6.5,6.5],"texture":"#crafting_table_top","cullface":"up"},"north":{"uv":[9.5,0,12,0.5],"texture":"#crafting_table_front","cullface":"up"},"south":{"uv":[4,0,6.5,0.5],"texture":"#crafting_table_front","cullface":"up"},"west":{"uv":[4,0,6.5,0.5],"texture":"#crafting_table_side","cullface":"up"},"east":{"uv":[9.5,0,12,0.5],"texture":"#crafting_table_side","cullface":"up"}}},{"from":[7,15.5,7],"to":[9.5,16,9.5],"faces":{"up":{"uv":[7,7,9.5,9.5],"texture":"#crafting_table_top","cullface":"up"},"north":{"uv":[6.5,0,9,0.5],"texture":"#crafting_table_front","cullface":"up"},"south":{"uv":[7,0,9.5,0.5],"texture":"#crafting_table_front","cullface":"up"},"west":{"uv":[7,0,9.5,0.5],"texture":"#crafting_table_side","cullface":"up"},"east":{"uv":[6.5,0,9,0.5],"texture":"#crafting_table_side","cullface":"up"}}},{"from":[7,15.5,10],"to":[9.5,16,12.5],"faces":{"up":{"uv":[7,10,9.5,12.5],"texture":"#crafting_table_top","cullface":"up"},"north":{"uv":[6.5,0,9,0.5],"texture":"#crafting_table_front","cullface":"up"},"south":{"uv":[7,0,9.5,0.5],"texture":"#crafting_table_front","cullface":"up"},"west":{"uv":[10,0,12.5,0.5],"texture":"#crafting_table_side","cullface":"up"},"east":{"uv":[3.5,0,6,0.5],"texture":"#crafting_table_side","cullface":"up"}}},{"from":[7,15.5,4],"to":[9.5,16,6.5],"faces":{"up":{"uv":[7,4,9.5,6.5],"texture":"#crafting_table_top","cullface":"up"},"north":{"uv":[6.5,0,9,0.5],"texture":"#crafting_table_front","cullface":"up"},"south":{"uv":[7,0,9.5,0.5],"texture":"#crafting_table_front","cullface":"up"},"west":{"uv":[4,0,6.5,0.5],"texture":"#crafting_table_side","cullface":"up"},"east":{"uv":[9.5,0,12,0.5],"texture":"#crafting_table_side","cullface":"up"}}},{"from":[10,15.5,4],"to":[12.5,16,6.5],"faces":{"up":{"uv":[10,4,12.5,6.5],"texture":"#crafting_table_top","cullface":"up"},"north":{"uv":[3.5,0,6,0.5],"texture":"#crafting_table_front","cullface":"up"},"south":{"uv":[10,0,12.5,0.5],"texture":"#crafting_table_front","cullface":"up"},"west":{"uv":[4,0,6.5,0.5],"texture":"#crafting_table_side","cullface":"up"},"east":{"uv":[9.5,0,12,0.5],"texture":"#crafting_table_side","cullface":"up"}}},{"from":[4,15.5,7],"to":[6.5,16,9.5],"faces":{"up":{"uv":[4,7,6.5,9.5],"texture":"#crafting_table_top","cullface":"up"},"north":{"uv":[9.5,0,12,0.5],"texture":"#crafting_table_front","cullface":"up"},"south":{"uv":[4,0,6.5,0.5],"texture":"#crafting_table_front","cullface":"up"},"west":{"uv":[7,0,9.5,0.5],"texture":"#crafting_table_side","cullface":"up"},"east":{"uv":[6.5,0,9,0.5],"texture":"#crafting_table_side","cullface":"up"}}},{"from":[4,15.5,10],"to":[6.5,16,12.5],"faces":{"up":{"uv":[4,10,6.5,12.5],"texture":"#crafting_table_top","cullface":"up"},"north":{"uv":[9.5,0,12,0.5],"texture":"#crafting_table_front","cullface":"up"},"south":{"uv":[4,0,6.5,0.5],"texture":"#crafting_table_front","cullface":"up"},"west":{"uv":[10,0,12.5,0.5],"texture":"#crafting_table_side","cullface":"up"},"east":{"uv":[3.5,0,6,0.5],"texture":"#crafting_table_side","cullface":"up"}}},{"from":[10,15.5,7],"to":[12.5,16,9.5],"faces":{"up":{"uv":[10,7,12.5,9.5],"texture":"#crafting_table_top","cullface":"up"},"north":{"uv":[3.5,0,6,0.5],"texture":"#crafting_table_front","cullface":"up"},"south":{"uv":[10,0,12.5,0.5],"texture":"#crafting_table_front","cullface":"up"},"west":{"uv":[7,0,9.5,0.5],"texture":"#crafting_table_side","cullface":"up"},"east":{"uv":[6.5,0,9,0.5],"texture":"#crafting_table_side","cullface":"up"}}},{"from":[10,15.5,10],"to":[12.5,16,12.5],"faces":{"up":{"uv":[10,10,12.5,12.5],"texture":"#crafting_table_top","cullface":"up"},"north":{"uv":[3.5,0,6,0.5],"texture":"#crafting_table_front","cullface":"up"},"south":{"uv":[10,0,12.5,0.5],"texture":"#crafting_table_front","cullface":"up"},"west":{"uv":[10,0,12.5,0.5],"texture":"#crafting_table_side","cullface":"up"},"east":{"uv":[3.5,0,6,0.5],"texture":"#crafting_table_side","cullface":"up"}}},{"from":[3.5,15.5,13],"to":[13,16,16],"faces":{"down":{"uv":[3.5,16,13,13],"texture":"#crafting_table_top","cullface":"up"},"up":{"uv":[3.5,13,13,16],"texture":"#crafting_table_top","cullface":"up"},"north":{"uv":[3,0,12.5,0.5],"texture":"#crafting_table_front","cullface":"up"},"south":{"uv":[3.5,0,13,0.5],"texture":"#crafting_table_front","cullface":"up"}}},{"from":[13,15.5,0],"to":[16,16,16],"faces":{"down":{"uv":[13,16,16,0],"texture":"#crafting_table_top"},"up":{"uv":[13,0,16,16],"texture":"#crafting_table_top","cullface":"up"},"north":{"uv":[0,0,3,0.5],"texture":"#crafting_table_front","cullface":"north"},"south":{"uv":[13,0,16,0.5],"texture":"#crafting_table_front","cullface":"south"},"west":{"uv":[0,0,16,0.5],"texture":"#crafting_table_side","cullface":"up"},"east":{"uv":[0,0,16,0.5],"texture":"#crafting_table_side","cullface":"east"}}},{"from":[0,15.5,0],"to":[3.5,16,16],"faces":{"down":{"uv":[0,16,3.5,0],"texture":"#crafting_table_top"},"up":{"uv":[0,0,3.5,16],"texture":"#crafting_table_top","cullface":"up"},"north":{"uv":[12.5,0,16,0.5],"texture":"#crafting_table_front","cullface":"north"},"south":{"uv":[0,0,3.5,0.5],"texture":"#crafting_table_front","cullface":"south"},"west":{"uv":[0,0,16,0.5],"texture":"#crafting_table_side","cullface":"west"},"east":{"uv":[0,0,16,0.5],"texture":"#crafting_table_side","cullface":"up"}}},{"from":[3.5,15.5,0],"to":[13,16,3.5],"faces":{"down":{"uv":[3.5,3.5,13,0],"texture":"#crafting_table_top"},"up":{"uv":[3.5,0,13,3.5],"texture":"#crafting_table_top","cullface":"up"},"north":{"uv":[3,0,12.5,0.5],"texture":"#crafting_table_front","cullface":"north"},"south":{"uv":[3.5,0,13,0.5],"texture":"#crafting_table_front","cullface":"up"}}},{"from":[0,0.5,0],"to":[2.5,15.5,2.5],"faces":{"north":{"uv":[13.5,0.5,16,15.5],"texture":"#crafting_table_front","cullface":"north"},"south":{"uv":[0,0.5,2.5,15.5],"texture":"#crafting_table_front","cullface":"west"},"west":{"uv":[0,0.5,2.5,15.5],"texture":"#crafting_table_side","cullface":"west"},"east":{"uv":[13.5,0.5,16,15.5],"texture":"#crafting_table_side","cullface":"north"}}},{"from":[0,0.5,13.5],"to":[2.5,15.5,16],"faces":{"north":{"uv":[13.5,0.5,16,15.5],"texture":"#crafting_table_front","cullface":"west"},"south":{"uv":[0,0.5,2.5,15.5],"texture":"#crafting_table_front","cullface":"south"},"west":{"uv":[13.5,0.5,16,15.5],"texture":"#crafting_table_side","cullface":"west"},"east":{"uv":[0,0.5,2.5,15.5],"texture":"#crafting_table_side","cullface":"south"}}},{"from":[13.5,0.5,13.5],"to":[16,15.5,16],"faces":{"north":{"uv":[0,0.5,2.5,15.5],"texture":"#crafting_table_front","cullface":"east"},"south":{"uv":[13.5,0.5,16,15.5],"texture":"#crafting_table_front","cullface":"south"},"west":{"uv":[13.5,0.5,16,15.5],"texture":"#crafting_table_side","cullface":"south"},"east":{"uv":[0,0.5,2.5,15.5],"texture":"#crafting_table_side","cullface":"east"}}},{"from":[13.5,0.5,0],"to":[16,15.5,2.5],"faces":{"north":{"uv":[0,0.5,2.5,15.5],"texture":"#crafting_table_front","cullface":"north"},"south":{"uv":[13.5,0.5,16,15.5],"texture":"#crafting_table_front","cullface":"east"},"west":{"uv":[0,0.5,2.5,15.5],"texture":"#crafting_table_side","cullface":"north"},"east":{"uv":[13.5,0.5,16,15.5],"texture":"#crafting_table_side","cullface":"east"}}},{"from":[3,12.5,15.5],"to":[13,15.5,16],"faces":{"down":{"uv":[3,16,13,15.5],"texture":"#crafting_table_front","cullface":"south"},"up":{"uv":[3,15.5,13,16],"texture":"#crafting_table_front","cullface":"south"},"south":{"uv":[3,0.5,13,3.5],"texture":"#crafting_table_front","cullface":"south"},"west":{"uv":[15.5,0.5,16,3.5],"texture":"#crafting_table_side","cullface":"south"},"east":{"uv":[0,0.5,0.5,3.5],"texture":"#crafting_table_side","cullface":"south"}}},{"from":[3,8,15.5],"to":[13,12,16],"faces":{"down":{"uv":[3,16,13,15.5],"texture":"#crafting_table_front","cullface":"south"},"up":{"uv":[3,15.5,13,16],"texture":"#crafting_table_front","cullface":"south"},"south":{"uv":[3,4,13,8],"texture":"#crafting_table_front","cullface":"south"},"west":{"uv":[15.5,4,16,8],"texture":"#crafting_table_side","cullface":"south"},"east":{"uv":[0,4,0.5,8],"texture":"#crafting_table_side","cullface":"south"}}},{"from":[3,3.5,15.5],"to":[13,7.5,16],"faces":{"down":{"uv":[3,16,13,15.5],"texture":"#crafting_table_front","cullface":"south"},"up":{"uv":[3,15.5,13,16],"texture":"#crafting_table_front","cullface":"south"},"south":{"uv":[3,8.5,13,12.5],"texture":"#crafting_table_front","cullface":"south"},"west":{"uv":[15.5,8.5,16,12.5],"texture":"#crafting_table_side","cullface":"south"},"east":{"uv":[0,8.5,0.5,12.5],"texture":"#crafting_table_side","cullface":"south"}}},{"from":[3,0.5,15.5],"to":[13,3,16],"faces":{"up":{"uv":[3,15.5,13,16],"texture":"#crafting_table_front","cullface":"south"},"south":{"uv":[3,13,13,15.5],"texture":"#crafting_table_front","cullface":"south"},"west":{"uv":[15.5,13,16,15.5],"texture":"#crafting_table_side","cullface":"south"},"east":{"uv":[0,13,0.5,15.5],"texture":"#crafting_table_side","cullface":"south"}}},{"from":[0,12.5,3],"to":[0.5,15.5,13],"faces":{"down":{"uv":[3,16,13,15.5],"rotation":270,"texture":"#crafting_table_front","cullface":"west"},"north":{"uv":[15.5,0.5,16,3.5],"texture":"#crafting_table_side","cullface":"west"},"south":{"uv":[0,0.5,0.5,3.5],"texture":"#crafting_table_side","cullface":"west"},"west":{"uv":[3,0.5,13,3.5],"texture":"#crafting_table_front","cullface":"west"}}},{"from":[0,8,3],"to":[0.5,12,13],"faces":{"down":{"uv":[3,16,13,15.5],"rotation":270,"texture":"#crafting_table_front","cullface":"west"},"up":{"uv":[3,15.5,13,16],"rotation":90,"texture":"#crafting_table_front","cullface":"west"},"north":{"uv":[15.5,4,16,8],"texture":"#crafting_table_side","cullface":"west"},"south":{"uv":[0,4,0.5,8],"texture":"#crafting_table_side","cullface":"west"},"west":{"uv":[3,4,13,8],"texture":"#crafting_table_front","cullface":"west"}}},{"from":[0,3.5,3],"to":[0.5,7.5,13],"faces":{"down":{"uv":[3,16,13,15.5],"rotation":270,"texture":"#crafting_table_front","cullface":"west"},"up":{"uv":[3,15.5,13,16],"rotation":90,"texture":"#crafting_table_front","cullface":"west"},"north":{"uv":[15.5,8.5,16,12.5],"texture":"#crafting_table_side","cullface":"west"},"south":{"uv":[0,8.5,0.5,12.5],"texture":"#crafting_table_side","cullface":"west"},"west":{"uv":[3,8.5,13,12.5],"texture":"#crafting_table_front","cullface":"west"}}},{"from":[0,0.5,3],"to":[0.5,3,13],"faces":{"up":{"uv":[0,3,0.5,13],"texture":"#crafting_table_front","cullface":"west"},"north":{"uv":[15.5,13,16,15.5],"texture":"#crafting_table_side","cullface":"west"},"south":{"uv":[0,13,0.5,15.5],"texture":"#crafting_table_side","cullface":"west"},"west":{"uv":[3,13,13,15.5],"texture":"#crafting_table_front","cullface":"west"}}},{"from":[3,12.5,0],"to":[13,15.5,0.5],"faces":{"down":{"uv":[3,16,13,15.5],"rotation":180,"texture":"#crafting_table_front","cullface":"north"},"up":{"uv":[3,15.5,13,16],"rotation":180,"texture":"#crafting_table_front","cullface":"north"},"north":{"uv":[3,0.5,13,3.5],"texture":"#crafting_table_front","cullface":"north"},"west":{"uv":[0,0.5,0.5,3.5],"texture":"#crafting_table_side","cullface":"north"},"east":{"uv":[15.5,0.5,16,3.5],"texture":"#crafting_table_side","cullface":"north"}}},{"from":[3,8,0],"to":[13,12,0.5],"faces":{"down":{"uv":[3,16,13,15.5],"rotation":180,"texture":"#crafting_table_front","cullface":"north"},"up":{"uv":[3,15.5,13,16],"rotation":180,"texture":"#crafting_table_front","cullface":"north"},"north":{"uv":[3,4,13,8],"texture":"#crafting_table_front","cullface":"north"},"west":{"uv":[0,4,0.5,8],"texture":"#crafting_table_side","cullface":"north"},"east":{"uv":[15.5,4,16,8],"texture":"#crafting_table_side","cullface":"north"}}},{"from":[3,3.5,0],"to":[13,7.5,0.5],"faces":{"down":{"uv":[3,16,13,15.5],"rotation":180,"texture":"#crafting_table_front","cullface":"north"},"up":{"uv":[3,15.5,13,16],"rotation":180,"texture":"#crafting_table_front","cullface":"north"},"north":{"uv":[3,8.5,13,12.5],"texture":"#crafting_table_front","cullface":"north"},"west":{"uv":[0,8.5,0.5,12.5],"texture":"#crafting_table_side","cullface":"north"},"east":{"uv":[15.5,8.5,16,12.5],"texture":"#crafting_table_side","cullface":"north"}}},{"from":[3,0.5,0],"to":[13,3,0.5],"faces":{"up":{"uv":[3,8.5,13,9],"texture":"#crafting_table_front","cullface":"north"},"north":{"uv":[3,13,13,15.5],"texture":"#crafting_table_front","cullface":"north"},"west":{"uv":[0,13,0.5,15.5],"texture":"#crafting_table_side","cullface":"north"},"east":{"uv":[15.5,13,16,15.5],"texture":"#crafting_table_side","cullface":"north"}}},{"from":[15.5,12.5,3],"to":[16,15.5,13],"faces":{"down":{"uv":[3,16,13,15.5],"rotation":90,"texture":"#crafting_table_front","cullface":"east"},"north":{"uv":[0,0.5,0.5,3.5],"texture":"#crafting_table_side","cullface":"east"},"south":{"uv":[15.5,0.5,16,3.5],"texture":"#crafting_table_side","cullface":"east"},"east":{"uv":[3,0.5,13,3.5],"texture":"#crafting_table_front","cullface":"east"}}},{"from":[15.5,8,3],"to":[16,12,13],"faces":{"down":{"uv":[3,16,13,15.5],"rotation":90,"texture":"#crafting_table_front","cullface":"east"},"up":{"uv":[3,15.5,13,16],"rotation":270,"texture":"#crafting_table_front","cullface":"east"},"north":{"uv":[0,4,0.5,8],"texture":"#crafting_table_side","cullface":"east"},"south":{"uv":[15.5,4,16,8],"texture":"#crafting_table_side","cullface":"east"},"east":{"uv":[3,4,13,8],"texture":"#crafting_table_front","cullface":"east"}}},{"from":[15.5,3.5,3],"to":[16,7.5,13],"faces":{"down":{"uv":[3,16,13,15.5],"rotation":90,"texture":"#crafting_table_front","cullface":"east"},"up":{"uv":[3,15.5,13,16],"rotation":270,"texture":"#crafting_table_front","cullface":"east"},"north":{"uv":[0,8.5,0.5,12.5],"texture":"#crafting_table_side","cullface":"east"},"south":{"uv":[15.5,8.5,16,12.5],"texture":"#crafting_table_side","cullface":"east"},"east":{"uv":[3,8.5,13,12.5],"texture":"#crafting_table_front","cullface":"east"}}},{"from":[15.5,0.5,3],"to":[16,3,13],"faces":{"up":{"uv":[15.5,3,16,13],"texture":"#crafting_table_front","cullface":"east"},"north":{"uv":[0,13,0.5,15.5],"texture":"#crafting_table_side","cullface":"east"},"south":{"uv":[15.5,13,16,15.5],"texture":"#crafting_table_side","cullface":"east"},"east":{"uv":[3,13,13,15.5],"texture":"#crafting_table_front","cullface":"east"}}},{"from":[0,0,0],"to":[16,0.5,16],"faces":{"down":{"uv":[0,16,16,0],"texture":"#planks_spruce","cullface":"down"},"up":{"uv":[0,0,16,16],"texture":"#crafting_table_top"},"north":{"uv":[0,15.5,16,16],"texture":"#crafting_table_front","cullface":"north"},"south":{"uv":[0,15.5,16,16],"texture":"#crafting_table_front","cullface":"south"},"west":{"uv":[0,15.5,16,16],"texture":"#crafting_table_side","cullface":"west"},"east":{"uv":[0,15.5,16,16],"texture":"#crafting_table_side","cullface":"east"}}}],"display":{"gui":{"rotation":[30,225,0],"translation":[0,0,0],"scale":[0.625,0.625,0.625]},"ground":{"rotation":[0,0,0],"translation":[0,3,0],"scale":[0.25,0.25,0.25]},"fixed":{"rotation":[0,0,0],"translation":[0,0,0],"scale":[0.5,0.5,0.5]},"thirdperson_righthand":{"rotation":[75,45,0],"translation":[0,2.5,0],"scale":[0.375,0.375,0.375]},"firstperson_righthand":{"rotation":[0,45,0],"translation":[0,0,0],"scale":[0.40,0.40,0.40]},"firstperson_lefthand":{"rotation":[0,225,0],"translation":[0,0,0],"scale":[0.40,0.40,0.40]}}} diff --git a/assets/minecraft/models/block/cross.json b/assets/minecraft/models/block/cross.json index 37c8b09..bc11362 100755 --- a/assets/minecraft/models/block/cross.json +++ b/assets/minecraft/models/block/cross.json @@ -1,26 +1 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "#cross" - }, - "elements": [ - { "from": [ 0.8, 0, 8 ], - "to": [ 15.2, 16, 8 ], - "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, - "shade": false, - "faces": { - "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" }, - "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" } - } - }, - { "from": [ 8, 0, 0.8 ], - "to": [ 8, 16, 15.2 ], - "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, - "shade": false, - "faces": { - "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" }, - "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" } - } - } - ] -} +{"ambientocclusion":false,"textures":{"particle":"#cross"},"elements":[{"from":[0.8,0,8],"to":[15.2,16,8],"rotation":{"origin":[8,8,8],"axis":"y","angle":45,"rescale":true},"shade":false,"faces":{"north":{"uv":[0,0,16,16],"texture":"#cross"},"south":{"uv":[0,0,16,16],"texture":"#cross"}}},{"from":[8,0,0.8],"to":[8,16,15.2],"rotation":{"origin":[8,8,8],"axis":"y","angle":45,"rescale":true},"shade":false,"faces":{"west":{"uv":[0,0,16,16],"texture":"#cross"},"east":{"uv":[0,0,16,16],"texture":"#cross"}}}]} diff --git a/assets/minecraft/models/block/cut_red_sandstone.json b/assets/minecraft/models/block/cut_red_sandstone.json new file mode 100755 index 0000000..e20efe0 --- /dev/null +++ b/assets/minecraft/models/block/cut_red_sandstone.json @@ -0,0 +1 @@ +{"parent":"block/cube_column","textures":{"end":"block/cut_red_sandstone","side":"block/cut_red_sandstone"}} diff --git a/assets/minecraft/models/block/cut_sandstone.json b/assets/minecraft/models/block/cut_sandstone.json new file mode 100755 index 0000000..59a3cc4 --- /dev/null +++ b/assets/minecraft/models/block/cut_sandstone.json @@ -0,0 +1 @@ +{"parent":"block/cube_column","textures":{"end":"block/cut_sandstone","side":"block/cut_sandstone"}} diff --git a/assets/minecraft/models/block/daylight_detector.json b/assets/minecraft/models/block/daylight_detector.json index fb85b8d..89a2e2b 100755 --- a/assets/minecraft/models/block/daylight_detector.json +++ b/assets/minecraft/models/block/daylight_detector.json @@ -1,343 +1 @@ -{ -"ambientocclusion": false, -"textures": { - "particle": "blocks/daylight_detector_top", - "side": "blocks/daylight_detector_side", - "top": "blocks/daylight_detector_top", - "anvil_base": "blocks/hopper_outside" -}, -"elements": [ -{ - "from": [ 0, 0, 0 ], - "to": [ 16, 6, 16 ], - "faces": { - "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "down" }, - "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" }, - "north": { "uv": [ 0, 8, 16, 16 ], "texture": "#side", "cullface": "north" }, - "south": { "uv": [ 0, 8, 16, 16 ], "texture": "#side", "cullface": "south" }, - "west": { "uv": [ 0, 8, 16, 16 ], "texture": "#side", "cullface": "west" }, - "east": { "uv": [ 0, 8, 16, 16 ], "texture": "#side", "cullface": "east" } - } -}, -{ - "from": [ 0.5, 6, 0.5 ], - "to": [ 1.5, 6.5, 1.5 ], - "faces": { - "down": { "uv": [ 15.5, 1.5, 14.5, 0.5 ], "texture": "#side", "cullface": "down" }, - "up": { "uv": [ 0.5, 0.5, 1.5, 1.5 ], "texture": "#top" }, - "north": { "uv": [ 14.5, 9.5, 15.5, 10 ], "texture": "#anvil_base", "cullface": "north" }, - "south": { "uv": [ 0.5, 9.5, 1.5, 10 ], "texture": "#anvil_base", "cullface": "south" }, - "west": { "uv": [ 0.5, 9.5, 1.5, 10 ], "texture": "#anvil_base", "cullface": "west" }, - "east": { "uv": [ 14.5, 9.5, 15.5, 10 ], "texture": "#anvil_base", "cullface": "east" } - } -}, -{ - "from": [ 0.5, 6, 6.5 ], - "to": [ 1.5, 6.5, 7.5 ], - "faces": { - "down": { "uv": [ 15.5, 7.5, 14.5, 6.5 ], "texture": "#side", "cullface": "down" }, - "up": { "uv": [ 0.5, 6.5, 1.5, 7.5 ], "texture": "#top" }, - "north": { "uv": [ 14.5, 9.5, 15.5, 10 ], "texture": "#anvil_base", "cullface": "north" }, - "south": { "uv": [ 0.5, 9.5, 1.5, 10 ], "texture": "#anvil_base", "cullface": "south" }, - "west": { "uv": [ 6.5, 9.5, 7.5, 10 ], "texture": "#anvil_base", "cullface": "west" }, - "east": { "uv": [ 8.5, 9.5, 9.5, 10 ], "texture": "#anvil_base", "cullface": "east" } - } -}, -{ - "from": [ 0.5, 6, 8.5 ], - "to": [ 1.5, 6.5, 9.5 ], - "faces": { - "down": { "uv": [ 15.5, 9.5, 14.5, 8.5 ], "texture": "#side", "cullface": "down" }, - "up": { "uv": [ 0.5, 8.5, 1.5, 9.5 ], "texture": "#top" }, - "north": { "uv": [ 14.5, 9.5, 15.5, 10 ], "texture": "#anvil_base", "cullface": "north" }, - "south": { "uv": [ 0.5, 9.5, 1.5, 10 ], "texture": "#anvil_base", "cullface": "south" }, - "west": { "uv": [ 8.5, 9.5, 9.5, 10 ], "texture": "#anvil_base", "cullface": "west" }, - "east": { "uv": [ 6.5, 9.5, 7.5, 10 ], "texture": "#anvil_base", "cullface": "east" } - } -}, -{ - "from": [ 0.5, 6, 14.5 ], - "to": [ 1.5, 6.5, 15.5 ], - "faces": { - "down": { "uv": [ 15.5, 15.5, 14.5, 14.5 ], "texture": "#side", "cullface": "down" }, - "up": { "uv": [ 0.5, 14.5, 1.5, 15.5 ], "texture": "#top" }, - "north": { "uv": [ 14.5, 9.5, 15.5, 10 ], "texture": "#anvil_base", "cullface": "north" }, - "south": { "uv": [ 0.5, 9.5, 1.5, 10 ], "texture": "#anvil_base", "cullface": "south" }, - "west": { "uv": [ 14.5, 9.5, 15.5, 10 ], "texture": "#anvil_base", "cullface": "west" }, - "east": { "uv": [ 0.5, 9.5, 1.5, 10 ], "texture": "#anvil_base", "cullface": "east" } - } -}, -{ - "from": [ 6.5, 6, 14.5 ], - "to": [ 7.5, 6.5, 15.5 ], - "faces": { - "down": { "uv": [ 9.5, 15.5, 8.5, 14.5 ], "texture": "#side", "cullface": "down" }, - "up": { "uv": [ 6.5, 14.5, 7.5, 15.5 ], "texture": "#top" }, - "north": { "uv": [ 8.5, 9.5, 9.5, 10 ], "texture": "#anvil_base", "cullface": "north" }, - "south": { "uv": [ 6.5, 9.5, 7.5, 10 ], "texture": "#anvil_base", "cullface": "south" }, - "west": { "uv": [ 14.5, 9.5, 15.5, 10 ], "texture": "#anvil_base", "cullface": "west" }, - "east": { "uv": [ 0.5, 9.5, 1.5, 10 ], "texture": "#anvil_base", "cullface": "east" } - } -}, -{ - "from": [ 6.5, 6, 8.5 ], - "to": [ 7.5, 6.5, 9.5 ], - "faces": { - "down": { "uv": [ 9.5, 9.5, 8.5, 8.5 ], "texture": "#side", "cullface": "down" }, - "up": { "uv": [ 6.5, 8.5, 7.5, 9.5 ], "texture": "#top" }, - "north": { "uv": [ 8.5, 9.5, 9.5, 10 ], "texture": "#anvil_base", "cullface": "north" }, - "south": { "uv": [ 6.5, 9.5, 7.5, 10 ], "texture": "#anvil_base", "cullface": "south" }, - "west": { "uv": [ 8.5, 9.5, 9.5, 10 ], "texture": "#anvil_base", "cullface": "west" }, - "east": { "uv": [ 6.5, 9.5, 7.5, 10 ], "texture": "#anvil_base", "cullface": "east" } - } -}, -{ - "from": [ 6.5, 6, 6.5 ], - "to": [ 7.5, 6.5, 7.5 ], - "faces": { - "down": { "uv": [ 9.5, 7.5, 8.5, 6.5 ], "texture": "#side", "cullface": "down" }, - "up": { "uv": [ 6.5, 6.5, 7.5, 7.5 ], "texture": "#top" }, - "north": { "uv": [ 8.5, 9.5, 9.5, 10 ], "texture": "#anvil_base", "cullface": "north" }, - "south": { "uv": [ 6.5, 9.5, 7.5, 10 ], "texture": "#anvil_base", "cullface": "south" }, - "west": { "uv": [ 6.5, 9.5, 7.5, 10 ], "texture": "#anvil_base", "cullface": "west" }, - "east": { "uv": [ 8.5, 9.5, 9.5, 10 ], "texture": "#anvil_base", "cullface": "east" } - } -}, -{ - "from": [ 6.5, 6, 0.5 ], - "to": [ 7.5, 6.5, 1.5 ], - "faces": { - "down": { "uv": [ 9.5, 1.5, 8.5, 0.5 ], "texture": "#side", "cullface": "down" }, - "up": { "uv": [ 6.5, 0.5, 7.5, 1.5 ], "texture": "#top" }, - "north": { "uv": [ 8.5, 9.5, 9.5, 10 ], "texture": "#anvil_base", "cullface": "north" }, - "south": { "uv": [ 6.5, 9.5, 7.5, 10 ], "texture": "#anvil_base", "cullface": "south" }, - "west": { "uv": [ 0.5, 9.5, 1.5, 10 ], "texture": "#anvil_base", "cullface": "west" }, - "east": { "uv": [ 14.5, 9.5, 15.5, 10 ], "texture": "#anvil_base", "cullface": "east" } - } -}, -{ - "from": [ 8.5, 6, 0.5 ], - "to": [ 9.5, 6.5, 1.5 ], - "faces": { - "down": { "uv": [ 7.5, 1.5, 6.5, 0.5 ], "texture": "#side", "cullface": "down" }, - "up": { "uv": [ 8.5, 0.5, 9.5, 1.5 ], "texture": "#top" }, - "north": { "uv": [ 6.5, 9.5, 7.5, 10 ], "texture": "#anvil_base", "cullface": "north" }, - "south": { "uv": [ 8.5, 9.5, 9.5, 10 ], "texture": "#anvil_base", "cullface": "south" }, - "west": { "uv": [ 0.5, 9.5, 1.5, 10 ], "texture": "#anvil_base", "cullface": "west" }, - "east": { "uv": [ 14.5, 9.5, 15.5, 10 ], "texture": "#anvil_base", "cullface": "east" } - } -}, -{ - "from": [ 8.5, 6, 6.5 ], - "to": [ 9.5, 6.5, 7.5 ], - "faces": { - "down": { "uv": [ 7.5, 7.5, 6.5, 6.5 ], "texture": "#side", "cullface": "down" }, - "up": { "uv": [ 8.5, 6.5, 9.5, 7.5 ], "texture": "#top" }, - "north": { "uv": [ 6.5, 9.5, 7.5, 10 ], "texture": "#anvil_base", "cullface": "north" }, - "south": { "uv": [ 8.5, 9.5, 9.5, 10 ], "texture": "#anvil_base", "cullface": "south" }, - "west": { "uv": [ 6.5, 9.5, 7.5, 10 ], "texture": "#anvil_base", "cullface": "west" }, - "east": { "uv": [ 8.5, 9.5, 9.5, 10 ], "texture": "#anvil_base", "cullface": "east" } - } -}, -{ - "from": [ 8.5, 6, 8.5 ], - "to": [ 9.5, 6.5, 9.5 ], - "faces": { - "down": { "uv": [ 7.5, 9.5, 6.5, 8.5 ], "texture": "#side", "cullface": "down" }, - "up": { "uv": [ 8.5, 8.5, 9.5, 9.5 ], "texture": "#top" }, - "north": { "uv": [ 6.5, 9.5, 7.5, 10 ], "texture": "#anvil_base", "cullface": "north" }, - "south": { "uv": [ 8.5, 9.5, 9.5, 10 ], "texture": "#anvil_base", "cullface": "south" }, - "west": { "uv": [ 8.5, 9.5, 9.5, 10 ], "texture": "#anvil_base", "cullface": "west" }, - "east": { "uv": [ 6.5, 9.5, 7.5, 10 ], "texture": "#anvil_base", "cullface": "east" } - } -}, -{ - "from": [ 14.5, 6, 8.5 ], - "to": [ 15.5, 6.5, 9.5 ], - "faces": { - "down": { "uv": [ 1.5, 9.5, 0.5, 8.5 ], "texture": "#side", "cullface": "down" }, - "up": { "uv": [ 14.5, 8.5, 15.5, 9.5 ], "texture": "#top" }, - "north": { "uv": [ 0.5, 9.5, 1.5, 10 ], "texture": "#anvil_base", "cullface": "north" }, - "south": { "uv": [ 14.5, 9.5, 15.5, 10 ], "texture": "#anvil_base", "cullface": "south" }, - "west": { "uv": [ 8.5, 9.5, 9.5, 10 ], "texture": "#anvil_base", "cullface": "west" }, - "east": { "uv": [ 6.5, 9.5, 7.5, 10 ], "texture": "#anvil_base", "cullface": "east" } - } -}, -{ - "from": [ 8.5, 6, 14.5 ], - "to": [ 9.5, 6.5, 15.5 ], - "faces": { - "down": { "uv": [ 7.5, 15.5, 6.5, 14.5 ], "texture": "#side", "cullface": "down" }, - "up": { "uv": [ 8.5, 14.5, 9.5, 15.5 ], "texture": "#top" }, - "north": { "uv": [ 6.5, 9.5, 7.5, 10 ], "texture": "#anvil_base", "cullface": "north" }, - "south": { "uv": [ 8.5, 9.5, 9.5, 10 ], "texture": "#anvil_base", "cullface": "south" }, - "west": { "uv": [ 14.5, 9.5, 15.5, 10 ], "texture": "#anvil_base", "cullface": "west" }, - "east": { "uv": [ 0.5, 9.5, 1.5, 10 ], "texture": "#anvil_base", "cullface": "east" } - } -}, -{ - "from": [ 14.5, 6, 14.5 ], - "to": [ 15.5, 6.5, 15.5 ], - "faces": { - "down": { "uv": [ 15.5, 1.5, 14.5, 0.5 ], "texture": "#side", "cullface": "down" }, - "up": { "uv": [ 0.5, 0.5, 1.5, 1.5 ], "texture": "#top" }, - "north": { "uv": [ 14.5, 9.5, 15.5, 10 ], "texture": "#anvil_base", "cullface": "north" }, - "south": { "uv": [ 0.5, 9.5, 1.5, 10 ], "texture": "#anvil_base", "cullface": "south" }, - "west": { "uv": [ 0.5, 9.5, 1.5, 10 ], "texture": "#anvil_base", "cullface": "west" }, - "east": { "uv": [ 14.5, 9.5, 15.5, 10 ], "texture": "#anvil_base", "cullface": "east" } - } -}, -{ - "from": [ 14.5, 6, 6.5 ], - "to": [ 15.5, 6.5, 7.5 ], - "faces": { - "down": { "uv": [ 15.5, 1.5, 14.5, 0.5 ], "texture": "#side", "cullface": "down" }, - "up": { "uv": [ 0.5, 0.5, 1.5, 1.5 ], "texture": "#top" }, - "north": { "uv": [ 14.5, 9.5, 15.5, 10 ], "texture": "#anvil_base", "cullface": "north" }, - "south": { "uv": [ 0.5, 9.5, 1.5, 10 ], "texture": "#anvil_base", "cullface": "south" }, - "west": { "uv": [ 0.5, 9.5, 1.5, 10 ], "texture": "#anvil_base", "cullface": "west" }, - "east": { "uv": [ 14.5, 9.5, 15.5, 10 ], "texture": "#anvil_base", "cullface": "east" } - } -}, -{ - "from": [ 14.5, 6, 0.5 ], - "to": [ 15.5, 6.5, 1.5 ], - "faces": { - "down": { "uv": [ 15.5, 1.5, 14.5, 0.5 ], "texture": "#side", "cullface": "down" }, - "up": { "uv": [ 0.5, 0.5, 1.5, 1.5 ], "texture": "#top" }, - "north": { "uv": [ 14.5, 9.5, 15.5, 10 ], "texture": "#anvil_base", "cullface": "north" }, - "south": { "uv": [ 0.5, 9.5, 1.5, 10 ], "texture": "#anvil_base", "cullface": "south" }, - "west": { "uv": [ 0.5, 9.5, 1.5, 10 ], "texture": "#anvil_base", "cullface": "west" }, - "east": { "uv": [ 14.5, 9.5, 15.5, 10 ], "texture": "#anvil_base", "cullface": "east" } - } -}, -{ - "from": [ 11.5, 6, 8.5 ], - "to": [ 12.5, 6.5, 15.5 ], - "faces": { - "down": { "uv": [ 4.5, 15.5, 3.5, 8.5 ], "texture": "#side", "cullface": "down" }, - "up": { "uv": [ 11.5, 8.5, 12.5, 15.5 ], "texture": "#top" }, - "north": { "uv": [ 3.5, 9.5, 4.5, 10 ], "texture": "#side", "cullface": "north" }, - "south": { "uv": [ 11.5, 9.5, 12.5, 10 ], "texture": "#side", "cullface": "south" }, - "west": { "uv": [ 8.5, 9.5, 15.5, 10 ], "texture": "#side", "cullface": "west" }, - "east": { "uv": [ 0.5, 9.5, 7.5, 10 ], "texture": "#side", "cullface": "east" } - } -}, -{ - "from": [ 8.5, 6, 11.5 ], - "to": [ 15.5, 6.5, 12.5 ], - "faces": { - "down": { "uv": [ 7.5, 12.5, 0.5, 11.5 ], "texture": "#side", "cullface": "down" }, - "up": { "uv": [ 8.5, 11.5, 15.5, 12.5 ], "texture": "#top" }, - "north": { "uv": [ 0.5, 9.5, 7.5, 10 ], "texture": "#side", "cullface": "north" }, - "south": { "uv": [ 8.5, 9.5, 15.5, 10 ], "texture": "#side", "cullface": "south" }, - "west": { "uv": [ 11.5, 9.5, 12.5, 10 ], "texture": "#side", "cullface": "west" }, - "east": { "uv": [ 3.5, 9.5, 4.5, 10 ], "texture": "#side", "cullface": "east" } - } -}, -{ - "from": [ 0.5, 6, 11.5 ], - "to": [ 7.5, 6.5, 12.5 ], - "faces": { - "down": { "uv": [ 15.5, 12.5, 8.5, 11.5 ], "texture": "#side", "cullface": "down" }, - "up": { "uv": [ 0.5, 11.5, 7.5, 12.5 ], "texture": "#top" }, - "north": { "uv": [ 8.5, 9.5, 15.5, 10 ], "texture": "#side", "cullface": "north" }, - "south": { "uv": [ 0.5, 9.5, 7.5, 10 ], "texture": "#side", "cullface": "south" }, - "west": { "uv": [ 11.5, 9.5, 12.5, 10 ], "texture": "#side", "cullface": "west" }, - "east": { "uv": [ 3.5, 9.5, 4.5, 10 ], "texture": "#side", "cullface": "east" } - } -}, -{ - "from": [ 0.5, 6, 3.5 ], - "to": [ 7.5, 6.5, 4.5 ], - "faces": { - "down": { "uv": [ 15.5, 4.5, 8.5, 3.5 ], "texture": "#side", "cullface": "down" }, - "up": { "uv": [ 0.5, 3.5, 7.5, 4.5 ], "texture": "#top" }, - "north": { "uv": [ 8.5, 9.5, 15.5, 10 ], "texture": "#side", "cullface": "north" }, - "south": { "uv": [ 0.5, 9.5, 7.5, 10 ], "texture": "#side", "cullface": "south" }, - "west": { "uv": [ 3.5, 9.5, 4.5, 10 ], "texture": "#side", "cullface": "west" }, - "east": { "uv": [ 11.5, 9.5, 12.5, 10 ], "texture": "#side", "cullface": "east" } - } -}, -{ - "from": [ 8.5, 6, 3.5 ], - "to": [ 15.5, 6.5, 4.5 ], - "faces": { - "down": { "uv": [ 7.5, 4.5, 0.5, 3.5 ], "texture": "#side", "cullface": "down" }, - "up": { "uv": [ 8.5, 3.5, 15.5, 4.5 ], "texture": "#top" }, - "north": { "uv": [ 0.5, 9.5, 7.5, 10 ], "texture": "#side", "cullface": "north" }, - "south": { "uv": [ 8.5, 9.5, 15.5, 10 ], "texture": "#side", "cullface": "south" }, - "west": { "uv": [ 3.5, 9.5, 4.5, 10 ], "texture": "#side", "cullface": "west" }, - "east": { "uv": [ 11.5, 9.5, 12.5, 10 ], "texture": "#side", "cullface": "east" } - } -}, -{ - "from": [ 3.5, 6, 0.5 ], - "to": [ 4.5, 6.5, 7.5 ], - "faces": { - "down": { "uv": [ 12.5, 7.5, 11.5, 0.5 ], "texture": "#side", "cullface": "down" }, - "up": { "uv": [ 3.5, 0.5, 4.5, 7.5 ], "texture": "#top" }, - "north": { "uv": [ 11.5, 9.5, 12.5, 10 ], "texture": "#side", "cullface": "north" }, - "south": { "uv": [ 3.5, 9.5, 4.5, 10 ], "texture": "#side", "cullface": "south" }, - "west": { "uv": [ 0.5, 9.5, 7.5, 10 ], "texture": "#side", "cullface": "west" }, - "east": { "uv": [ 8.5, 9.5, 15.5, 10 ], "texture": "#side", "cullface": "east" } - } -}, -{ - "from": [ 3.5, 6, 8.5 ], - "to": [ 4.5, 6.5, 15.5 ], - "faces": { - "down": { "uv": [ 12.5, 15.5, 11.5, 8.5 ], "texture": "#side", "cullface": "down" }, - "up": { "uv": [ 3.5, 8.5, 4.5, 15.5 ], "texture": "#top" }, - "north": { "uv": [ 11.5, 9.5, 12.5, 10 ], "texture": "#side", "cullface": "north" }, - "south": { "uv": [ 3.5, 9.5, 4.5, 10 ], "texture": "#side", "cullface": "south" }, - "west": { "uv": [ 8.5, 9.5, 15.5, 10 ], "texture": "#side", "cullface": "west" }, - "east": { "uv": [ 0.5, 9.5, 7.5, 10 ], "texture": "#side", "cullface": "east" } - } -}, -{ - "from": [ 11.5, 6, 0.5 ], - "to": [ 12.5, 6.5, 7.5 ], - "faces": { - "down": { "uv": [ 4.5, 7.5, 3.5, 0.5 ], "texture": "#side", "cullface": "down" }, - "up": { "uv": [ 11.5, 0.5, 12.5, 7.5 ], "texture": "#top" }, - "north": { "uv": [ 3.5, 9.5, 4.5, 10 ], "texture": "#side", "cullface": "north" }, - "south": { "uv": [ 11.5, 9.5, 12.5, 10 ], "texture": "#side", "cullface": "south" }, - "west": { "uv": [ 0.5, 9.5, 7.5, 10 ], "texture": "#side", "cullface": "west" }, - "east": { "uv": [ 8.5, 9.5, 15.5, 10 ], "texture": "#side", "cullface": "east" } - } -} -], - "display": { - "gui": { - "rotation": [ 30, 225, 0 ], - "translation": [ 0, 0, 0], - "scale":[ 0.625, 0.625, 0.625 ] - }, - "ground": { - "rotation": [ 0, 0, 0 ], - "translation": [ 0, 3, 0], - "scale":[ 0.25, 0.25, 0.25 ] - }, - "fixed": { - "rotation": [ 0, 0, 0 ], - "translation": [ 0, 0, 0], - "scale":[ 0.5, 0.5, 0.5 ] - }, - "thirdperson_righthand": { - "rotation": [ 75, 45, 0 ], - "translation": [ 0, 2.5, 0], - "scale": [ 0.375, 0.375, 0.375 ] - }, - "firstperson_righthand": { - "rotation": [ 0, 45, 0 ], - "translation": [ 0, 0, 0 ], - "scale": [ 0.40, 0.40, 0.40 ] - }, - "firstperson_lefthand": { - "rotation": [ 0, 225, 0 ], - "translation": [ 0, 0, 0 ], - "scale": [ 0.40, 0.40, 0.40 ] - } - } -} \ No newline at end of file +{"ambientocclusion":false,"textures":{"particle":"block/daylight_detector_top","side":"block/daylight_detector_side","top":"block/daylight_detector_top","anvil_base":"block/hopper_outside"},"elements":[{"from":[0,0,0],"to":[16,6,16],"faces":{"down":{"uv":[0,0,16,16],"texture":"#side","cullface":"down"},"up":{"uv":[0,0,16,16],"texture":"#top"},"north":{"uv":[0,8,16,16],"texture":"#side","cullface":"north"},"south":{"uv":[0,8,16,16],"texture":"#side","cullface":"south"},"west":{"uv":[0,8,16,16],"texture":"#side","cullface":"west"},"east":{"uv":[0,8,16,16],"texture":"#side","cullface":"east"}}},{"from":[0.5,6,0.5],"to":[1.5,6.5,1.5],"faces":{"down":{"uv":[15.5,1.5,14.5,0.5],"texture":"#side","cullface":"down"},"up":{"uv":[0.5,0.5,1.5,1.5],"texture":"#top"},"north":{"uv":[14.5,9.5,15.5,10],"texture":"#anvil_base","cullface":"north"},"south":{"uv":[0.5,9.5,1.5,10],"texture":"#anvil_base","cullface":"south"},"west":{"uv":[0.5,9.5,1.5,10],"texture":"#anvil_base","cullface":"west"},"east":{"uv":[14.5,9.5,15.5,10],"texture":"#anvil_base","cullface":"east"}}},{"from":[0.5,6,6.5],"to":[1.5,6.5,7.5],"faces":{"down":{"uv":[15.5,7.5,14.5,6.5],"texture":"#side","cullface":"down"},"up":{"uv":[0.5,6.5,1.5,7.5],"texture":"#top"},"north":{"uv":[14.5,9.5,15.5,10],"texture":"#anvil_base","cullface":"north"},"south":{"uv":[0.5,9.5,1.5,10],"texture":"#anvil_base","cullface":"south"},"west":{"uv":[6.5,9.5,7.5,10],"texture":"#anvil_base","cullface":"west"},"east":{"uv":[8.5,9.5,9.5,10],"texture":"#anvil_base","cullface":"east"}}},{"from":[0.5,6,8.5],"to":[1.5,6.5,9.5],"faces":{"down":{"uv":[15.5,9.5,14.5,8.5],"texture":"#side","cullface":"down"},"up":{"uv":[0.5,8.5,1.5,9.5],"texture":"#top"},"north":{"uv":[14.5,9.5,15.5,10],"texture":"#anvil_base","cullface":"north"},"south":{"uv":[0.5,9.5,1.5,10],"texture":"#anvil_base","cullface":"south"},"west":{"uv":[8.5,9.5,9.5,10],"texture":"#anvil_base","cullface":"west"},"east":{"uv":[6.5,9.5,7.5,10],"texture":"#anvil_base","cullface":"east"}}},{"from":[0.5,6,14.5],"to":[1.5,6.5,15.5],"faces":{"down":{"uv":[15.5,15.5,14.5,14.5],"texture":"#side","cullface":"down"},"up":{"uv":[0.5,14.5,1.5,15.5],"texture":"#top"},"north":{"uv":[14.5,9.5,15.5,10],"texture":"#anvil_base","cullface":"north"},"south":{"uv":[0.5,9.5,1.5,10],"texture":"#anvil_base","cullface":"south"},"west":{"uv":[14.5,9.5,15.5,10],"texture":"#anvil_base","cullface":"west"},"east":{"uv":[0.5,9.5,1.5,10],"texture":"#anvil_base","cullface":"east"}}},{"from":[6.5,6,14.5],"to":[7.5,6.5,15.5],"faces":{"down":{"uv":[9.5,15.5,8.5,14.5],"texture":"#side","cullface":"down"},"up":{"uv":[6.5,14.5,7.5,15.5],"texture":"#top"},"north":{"uv":[8.5,9.5,9.5,10],"texture":"#anvil_base","cullface":"north"},"south":{"uv":[6.5,9.5,7.5,10],"texture":"#anvil_base","cullface":"south"},"west":{"uv":[14.5,9.5,15.5,10],"texture":"#anvil_base","cullface":"west"},"east":{"uv":[0.5,9.5,1.5,10],"texture":"#anvil_base","cullface":"east"}}},{"from":[6.5,6,8.5],"to":[7.5,6.5,9.5],"faces":{"down":{"uv":[9.5,9.5,8.5,8.5],"texture":"#side","cullface":"down"},"up":{"uv":[6.5,8.5,7.5,9.5],"texture":"#top"},"north":{"uv":[8.5,9.5,9.5,10],"texture":"#anvil_base","cullface":"north"},"south":{"uv":[6.5,9.5,7.5,10],"texture":"#anvil_base","cullface":"south"},"west":{"uv":[8.5,9.5,9.5,10],"texture":"#anvil_base","cullface":"west"},"east":{"uv":[6.5,9.5,7.5,10],"texture":"#anvil_base","cullface":"east"}}},{"from":[6.5,6,6.5],"to":[7.5,6.5,7.5],"faces":{"down":{"uv":[9.5,7.5,8.5,6.5],"texture":"#side","cullface":"down"},"up":{"uv":[6.5,6.5,7.5,7.5],"texture":"#top"},"north":{"uv":[8.5,9.5,9.5,10],"texture":"#anvil_base","cullface":"north"},"south":{"uv":[6.5,9.5,7.5,10],"texture":"#anvil_base","cullface":"south"},"west":{"uv":[6.5,9.5,7.5,10],"texture":"#anvil_base","cullface":"west"},"east":{"uv":[8.5,9.5,9.5,10],"texture":"#anvil_base","cullface":"east"}}},{"from":[6.5,6,0.5],"to":[7.5,6.5,1.5],"faces":{"down":{"uv":[9.5,1.5,8.5,0.5],"texture":"#side","cullface":"down"},"up":{"uv":[6.5,0.5,7.5,1.5],"texture":"#top"},"north":{"uv":[8.5,9.5,9.5,10],"texture":"#anvil_base","cullface":"north"},"south":{"uv":[6.5,9.5,7.5,10],"texture":"#anvil_base","cullface":"south"},"west":{"uv":[0.5,9.5,1.5,10],"texture":"#anvil_base","cullface":"west"},"east":{"uv":[14.5,9.5,15.5,10],"texture":"#anvil_base","cullface":"east"}}},{"from":[8.5,6,0.5],"to":[9.5,6.5,1.5],"faces":{"down":{"uv":[7.5,1.5,6.5,0.5],"texture":"#side","cullface":"down"},"up":{"uv":[8.5,0.5,9.5,1.5],"texture":"#top"},"north":{"uv":[6.5,9.5,7.5,10],"texture":"#anvil_base","cullface":"north"},"south":{"uv":[8.5,9.5,9.5,10],"texture":"#anvil_base","cullface":"south"},"west":{"uv":[0.5,9.5,1.5,10],"texture":"#anvil_base","cullface":"west"},"east":{"uv":[14.5,9.5,15.5,10],"texture":"#anvil_base","cullface":"east"}}},{"from":[8.5,6,6.5],"to":[9.5,6.5,7.5],"faces":{"down":{"uv":[7.5,7.5,6.5,6.5],"texture":"#side","cullface":"down"},"up":{"uv":[8.5,6.5,9.5,7.5],"texture":"#top"},"north":{"uv":[6.5,9.5,7.5,10],"texture":"#anvil_base","cullface":"north"},"south":{"uv":[8.5,9.5,9.5,10],"texture":"#anvil_base","cullface":"south"},"west":{"uv":[6.5,9.5,7.5,10],"texture":"#anvil_base","cullface":"west"},"east":{"uv":[8.5,9.5,9.5,10],"texture":"#anvil_base","cullface":"east"}}},{"from":[8.5,6,8.5],"to":[9.5,6.5,9.5],"faces":{"down":{"uv":[7.5,9.5,6.5,8.5],"texture":"#side","cullface":"down"},"up":{"uv":[8.5,8.5,9.5,9.5],"texture":"#top"},"north":{"uv":[6.5,9.5,7.5,10],"texture":"#anvil_base","cullface":"north"},"south":{"uv":[8.5,9.5,9.5,10],"texture":"#anvil_base","cullface":"south"},"west":{"uv":[8.5,9.5,9.5,10],"texture":"#anvil_base","cullface":"west"},"east":{"uv":[6.5,9.5,7.5,10],"texture":"#anvil_base","cullface":"east"}}},{"from":[14.5,6,8.5],"to":[15.5,6.5,9.5],"faces":{"down":{"uv":[1.5,9.5,0.5,8.5],"texture":"#side","cullface":"down"},"up":{"uv":[14.5,8.5,15.5,9.5],"texture":"#top"},"north":{"uv":[0.5,9.5,1.5,10],"texture":"#anvil_base","cullface":"north"},"south":{"uv":[14.5,9.5,15.5,10],"texture":"#anvil_base","cullface":"south"},"west":{"uv":[8.5,9.5,9.5,10],"texture":"#anvil_base","cullface":"west"},"east":{"uv":[6.5,9.5,7.5,10],"texture":"#anvil_base","cullface":"east"}}},{"from":[8.5,6,14.5],"to":[9.5,6.5,15.5],"faces":{"down":{"uv":[7.5,15.5,6.5,14.5],"texture":"#side","cullface":"down"},"up":{"uv":[8.5,14.5,9.5,15.5],"texture":"#top"},"north":{"uv":[6.5,9.5,7.5,10],"texture":"#anvil_base","cullface":"north"},"south":{"uv":[8.5,9.5,9.5,10],"texture":"#anvil_base","cullface":"south"},"west":{"uv":[14.5,9.5,15.5,10],"texture":"#anvil_base","cullface":"west"},"east":{"uv":[0.5,9.5,1.5,10],"texture":"#anvil_base","cullface":"east"}}},{"from":[14.5,6,14.5],"to":[15.5,6.5,15.5],"faces":{"down":{"uv":[15.5,1.5,14.5,0.5],"texture":"#side","cullface":"down"},"up":{"uv":[0.5,0.5,1.5,1.5],"texture":"#top"},"north":{"uv":[14.5,9.5,15.5,10],"texture":"#anvil_base","cullface":"north"},"south":{"uv":[0.5,9.5,1.5,10],"texture":"#anvil_base","cullface":"south"},"west":{"uv":[0.5,9.5,1.5,10],"texture":"#anvil_base","cullface":"west"},"east":{"uv":[14.5,9.5,15.5,10],"texture":"#anvil_base","cullface":"east"}}},{"from":[14.5,6,6.5],"to":[15.5,6.5,7.5],"faces":{"down":{"uv":[15.5,1.5,14.5,0.5],"texture":"#side","cullface":"down"},"up":{"uv":[0.5,0.5,1.5,1.5],"texture":"#top"},"north":{"uv":[14.5,9.5,15.5,10],"texture":"#anvil_base","cullface":"north"},"south":{"uv":[0.5,9.5,1.5,10],"texture":"#anvil_base","cullface":"south"},"west":{"uv":[0.5,9.5,1.5,10],"texture":"#anvil_base","cullface":"west"},"east":{"uv":[14.5,9.5,15.5,10],"texture":"#anvil_base","cullface":"east"}}},{"from":[14.5,6,0.5],"to":[15.5,6.5,1.5],"faces":{"down":{"uv":[15.5,1.5,14.5,0.5],"texture":"#side","cullface":"down"},"up":{"uv":[0.5,0.5,1.5,1.5],"texture":"#top"},"north":{"uv":[14.5,9.5,15.5,10],"texture":"#anvil_base","cullface":"north"},"south":{"uv":[0.5,9.5,1.5,10],"texture":"#anvil_base","cullface":"south"},"west":{"uv":[0.5,9.5,1.5,10],"texture":"#anvil_base","cullface":"west"},"east":{"uv":[14.5,9.5,15.5,10],"texture":"#anvil_base","cullface":"east"}}},{"from":[11.5,6,8.5],"to":[12.5,6.5,15.5],"faces":{"down":{"uv":[4.5,15.5,3.5,8.5],"texture":"#side","cullface":"down"},"up":{"uv":[11.5,8.5,12.5,15.5],"texture":"#top"},"north":{"uv":[3.5,9.5,4.5,10],"texture":"#side","cullface":"north"},"south":{"uv":[11.5,9.5,12.5,10],"texture":"#side","cullface":"south"},"west":{"uv":[8.5,9.5,15.5,10],"texture":"#side","cullface":"west"},"east":{"uv":[0.5,9.5,7.5,10],"texture":"#side","cullface":"east"}}},{"from":[8.5,6,11.5],"to":[15.5,6.5,12.5],"faces":{"down":{"uv":[7.5,12.5,0.5,11.5],"texture":"#side","cullface":"down"},"up":{"uv":[8.5,11.5,15.5,12.5],"texture":"#top"},"north":{"uv":[0.5,9.5,7.5,10],"texture":"#side","cullface":"north"},"south":{"uv":[8.5,9.5,15.5,10],"texture":"#side","cullface":"south"},"west":{"uv":[11.5,9.5,12.5,10],"texture":"#side","cullface":"west"},"east":{"uv":[3.5,9.5,4.5,10],"texture":"#side","cullface":"east"}}},{"from":[0.5,6,11.5],"to":[7.5,6.5,12.5],"faces":{"down":{"uv":[15.5,12.5,8.5,11.5],"texture":"#side","cullface":"down"},"up":{"uv":[0.5,11.5,7.5,12.5],"texture":"#top"},"north":{"uv":[8.5,9.5,15.5,10],"texture":"#side","cullface":"north"},"south":{"uv":[0.5,9.5,7.5,10],"texture":"#side","cullface":"south"},"west":{"uv":[11.5,9.5,12.5,10],"texture":"#side","cullface":"west"},"east":{"uv":[3.5,9.5,4.5,10],"texture":"#side","cullface":"east"}}},{"from":[0.5,6,3.5],"to":[7.5,6.5,4.5],"faces":{"down":{"uv":[15.5,4.5,8.5,3.5],"texture":"#side","cullface":"down"},"up":{"uv":[0.5,3.5,7.5,4.5],"texture":"#top"},"north":{"uv":[8.5,9.5,15.5,10],"texture":"#side","cullface":"north"},"south":{"uv":[0.5,9.5,7.5,10],"texture":"#side","cullface":"south"},"west":{"uv":[3.5,9.5,4.5,10],"texture":"#side","cullface":"west"},"east":{"uv":[11.5,9.5,12.5,10],"texture":"#side","cullface":"east"}}},{"from":[8.5,6,3.5],"to":[15.5,6.5,4.5],"faces":{"down":{"uv":[7.5,4.5,0.5,3.5],"texture":"#side","cullface":"down"},"up":{"uv":[8.5,3.5,15.5,4.5],"texture":"#top"},"north":{"uv":[0.5,9.5,7.5,10],"texture":"#side","cullface":"north"},"south":{"uv":[8.5,9.5,15.5,10],"texture":"#side","cullface":"south"},"west":{"uv":[3.5,9.5,4.5,10],"texture":"#side","cullface":"west"},"east":{"uv":[11.5,9.5,12.5,10],"texture":"#side","cullface":"east"}}},{"from":[3.5,6,0.5],"to":[4.5,6.5,7.5],"faces":{"down":{"uv":[12.5,7.5,11.5,0.5],"texture":"#side","cullface":"down"},"up":{"uv":[3.5,0.5,4.5,7.5],"texture":"#top"},"north":{"uv":[11.5,9.5,12.5,10],"texture":"#side","cullface":"north"},"south":{"uv":[3.5,9.5,4.5,10],"texture":"#side","cullface":"south"},"west":{"uv":[0.5,9.5,7.5,10],"texture":"#side","cullface":"west"},"east":{"uv":[8.5,9.5,15.5,10],"texture":"#side","cullface":"east"}}},{"from":[3.5,6,8.5],"to":[4.5,6.5,15.5],"faces":{"down":{"uv":[12.5,15.5,11.5,8.5],"texture":"#side","cullface":"down"},"up":{"uv":[3.5,8.5,4.5,15.5],"texture":"#top"},"north":{"uv":[11.5,9.5,12.5,10],"texture":"#side","cullface":"north"},"south":{"uv":[3.5,9.5,4.5,10],"texture":"#side","cullface":"south"},"west":{"uv":[8.5,9.5,15.5,10],"texture":"#side","cullface":"west"},"east":{"uv":[0.5,9.5,7.5,10],"texture":"#side","cullface":"east"}}},{"from":[11.5,6,0.5],"to":[12.5,6.5,7.5],"faces":{"down":{"uv":[4.5,7.5,3.5,0.5],"texture":"#side","cullface":"down"},"up":{"uv":[11.5,0.5,12.5,7.5],"texture":"#top"},"north":{"uv":[3.5,9.5,4.5,10],"texture":"#side","cullface":"north"},"south":{"uv":[11.5,9.5,12.5,10],"texture":"#side","cullface":"south"},"west":{"uv":[0.5,9.5,7.5,10],"texture":"#side","cullface":"west"},"east":{"uv":[8.5,9.5,15.5,10],"texture":"#side","cullface":"east"}}}],"display":{"gui":{"rotation":[30,225,0],"translation":[0,0,0],"scale":[0.625,0.625,0.625]},"ground":{"rotation":[0,0,0],"translation":[0,3,0],"scale":[0.25,0.25,0.25]},"fixed":{"rotation":[0,0,0],"translation":[0,0,0],"scale":[0.5,0.5,0.5]},"thirdperson_righthand":{"rotation":[75,45,0],"translation":[0,2.5,0],"scale":[0.375,0.375,0.375]},"firstperson_righthand":{"rotation":[0,45,0],"translation":[0,0,0],"scale":[0.40,0.40,0.40]},"firstperson_lefthand":{"rotation":[0,225,0],"translation":[0,0,0],"scale":[0.40,0.40,0.40]}}} diff --git a/assets/minecraft/models/block/daylight_detector_inverted.json b/assets/minecraft/models/block/daylight_detector_inverted.json index 136c9df..98e6b11 100755 --- a/assets/minecraft/models/block/daylight_detector_inverted.json +++ b/assets/minecraft/models/block/daylight_detector_inverted.json @@ -1,311 +1 @@ -{ -"ambientocclusion": false, -"textures": { - "particle": "blocks/daylight_detector_top", - "side": "blocks/daylight_detector_side", - "top": "blocks/daylight_detector_inverted_top", - "anvil_base": "blocks/hopper_outside" -}, -"elements": [ -{ - "from": [ 0, 0, 0 ], - "to": [ 16, 6, 16 ], - "faces": { - "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "down" }, - "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" }, - "north": { "uv": [ 0, 8, 16, 16 ], "texture": "#side", "cullface": "north" }, - "south": { "uv": [ 0, 8, 16, 16 ], "texture": "#side", "cullface": "south" }, - "west": { "uv": [ 0, 8, 16, 16 ], "texture": "#side", "cullface": "west" }, - "east": { "uv": [ 0, 8, 16, 16 ], "texture": "#side", "cullface": "east" } - } -}, -{ - "from": [ 0.5, 6, 0.5 ], - "to": [ 1.5, 6.5, 1.5 ], - "faces": { - "down": { "uv": [ 15.5, 1.5, 14.5, 0.5 ], "texture": "#side", "cullface": "down" }, - "up": { "uv": [ 0.5, 0.5, 1.5, 1.5 ], "texture": "#top" }, - "north": { "uv": [ 14.5, 9.5, 15.5, 10 ], "texture": "#anvil_base", "cullface": "north" }, - "south": { "uv": [ 0.5, 9.5, 1.5, 10 ], "texture": "#anvil_base", "cullface": "south" }, - "west": { "uv": [ 0.5, 9.5, 1.5, 10 ], "texture": "#anvil_base", "cullface": "west" }, - "east": { "uv": [ 14.5, 9.5, 15.5, 10 ], "texture": "#anvil_base", "cullface": "east" } - } -}, -{ - "from": [ 0.5, 6, 6.5 ], - "to": [ 1.5, 6.5, 7.5 ], - "faces": { - "down": { "uv": [ 15.5, 7.5, 14.5, 6.5 ], "texture": "#side", "cullface": "down" }, - "up": { "uv": [ 0.5, 6.5, 1.5, 7.5 ], "texture": "#top" }, - "north": { "uv": [ 14.5, 9.5, 15.5, 10 ], "texture": "#anvil_base", "cullface": "north" }, - "south": { "uv": [ 0.5, 9.5, 1.5, 10 ], "texture": "#anvil_base", "cullface": "south" }, - "west": { "uv": [ 6.5, 9.5, 7.5, 10 ], "texture": "#anvil_base", "cullface": "west" }, - "east": { "uv": [ 8.5, 9.5, 9.5, 10 ], "texture": "#anvil_base", "cullface": "east" } - } -}, -{ - "from": [ 0.5, 6, 8.5 ], - "to": [ 1.5, 6.5, 9.5 ], - "faces": { - "down": { "uv": [ 15.5, 9.5, 14.5, 8.5 ], "texture": "#side", "cullface": "down" }, - "up": { "uv": [ 0.5, 8.5, 1.5, 9.5 ], "texture": "#top" }, - "north": { "uv": [ 14.5, 9.5, 15.5, 10 ], "texture": "#anvil_base", "cullface": "north" }, - "south": { "uv": [ 0.5, 9.5, 1.5, 10 ], "texture": "#anvil_base", "cullface": "south" }, - "west": { "uv": [ 8.5, 9.5, 9.5, 10 ], "texture": "#anvil_base", "cullface": "west" }, - "east": { "uv": [ 6.5, 9.5, 7.5, 10 ], "texture": "#anvil_base", "cullface": "east" } - } -}, -{ - "from": [ 0.5, 6, 14.5 ], - "to": [ 1.5, 6.5, 15.5 ], - "faces": { - "down": { "uv": [ 15.5, 15.5, 14.5, 14.5 ], "texture": "#side", "cullface": "down" }, - "up": { "uv": [ 0.5, 14.5, 1.5, 15.5 ], "texture": "#top" }, - "north": { "uv": [ 14.5, 9.5, 15.5, 10 ], "texture": "#anvil_base", "cullface": "north" }, - "south": { "uv": [ 0.5, 9.5, 1.5, 10 ], "texture": "#anvil_base", "cullface": "south" }, - "west": { "uv": [ 14.5, 9.5, 15.5, 10 ], "texture": "#anvil_base", "cullface": "west" }, - "east": { "uv": [ 0.5, 9.5, 1.5, 10 ], "texture": "#anvil_base", "cullface": "east" } - } -}, -{ - "from": [ 6.5, 6, 14.5 ], - "to": [ 7.5, 6.5, 15.5 ], - "faces": { - "down": { "uv": [ 9.5, 15.5, 8.5, 14.5 ], "texture": "#side", "cullface": "down" }, - "up": { "uv": [ 6.5, 14.5, 7.5, 15.5 ], "texture": "#top" }, - "north": { "uv": [ 8.5, 9.5, 9.5, 10 ], "texture": "#anvil_base", "cullface": "north" }, - "south": { "uv": [ 6.5, 9.5, 7.5, 10 ], "texture": "#anvil_base", "cullface": "south" }, - "west": { "uv": [ 14.5, 9.5, 15.5, 10 ], "texture": "#anvil_base", "cullface": "west" }, - "east": { "uv": [ 0.5, 9.5, 1.5, 10 ], "texture": "#anvil_base", "cullface": "east" } - } -}, -{ - "from": [ 6.5, 6, 8.5 ], - "to": [ 7.5, 6.5, 9.5 ], - "faces": { - "down": { "uv": [ 9.5, 9.5, 8.5, 8.5 ], "texture": "#side", "cullface": "down" }, - "up": { "uv": [ 6.5, 8.5, 7.5, 9.5 ], "texture": "#top" }, - "north": { "uv": [ 8.5, 9.5, 9.5, 10 ], "texture": "#anvil_base", "cullface": "north" }, - "south": { "uv": [ 6.5, 9.5, 7.5, 10 ], "texture": "#anvil_base", "cullface": "south" }, - "west": { "uv": [ 8.5, 9.5, 9.5, 10 ], "texture": "#anvil_base", "cullface": "west" }, - "east": { "uv": [ 6.5, 9.5, 7.5, 10 ], "texture": "#anvil_base", "cullface": "east" } - } -}, -{ - "from": [ 6.5, 6, 6.5 ], - "to": [ 7.5, 6.5, 7.5 ], - "faces": { - "down": { "uv": [ 9.5, 7.5, 8.5, 6.5 ], "texture": "#side", "cullface": "down" }, - "up": { "uv": [ 6.5, 6.5, 7.5, 7.5 ], "texture": "#top" }, - "north": { "uv": [ 8.5, 9.5, 9.5, 10 ], "texture": "#anvil_base", "cullface": "north" }, - "south": { "uv": [ 6.5, 9.5, 7.5, 10 ], "texture": "#anvil_base", "cullface": "south" }, - "west": { "uv": [ 6.5, 9.5, 7.5, 10 ], "texture": "#anvil_base", "cullface": "west" }, - "east": { "uv": [ 8.5, 9.5, 9.5, 10 ], "texture": "#anvil_base", "cullface": "east" } - } -}, -{ - "from": [ 6.5, 6, 0.5 ], - "to": [ 7.5, 6.5, 1.5 ], - "faces": { - "down": { "uv": [ 9.5, 1.5, 8.5, 0.5 ], "texture": "#side", "cullface": "down" }, - "up": { "uv": [ 6.5, 0.5, 7.5, 1.5 ], "texture": "#top" }, - "north": { "uv": [ 8.5, 9.5, 9.5, 10 ], "texture": "#anvil_base", "cullface": "north" }, - "south": { "uv": [ 6.5, 9.5, 7.5, 10 ], "texture": "#anvil_base", "cullface": "south" }, - "west": { "uv": [ 0.5, 9.5, 1.5, 10 ], "texture": "#anvil_base", "cullface": "west" }, - "east": { "uv": [ 14.5, 9.5, 15.5, 10 ], "texture": "#anvil_base", "cullface": "east" } - } -}, -{ - "from": [ 8.5, 6, 0.5 ], - "to": [ 9.5, 6.5, 1.5 ], - "faces": { - "down": { "uv": [ 7.5, 1.5, 6.5, 0.5 ], "texture": "#side", "cullface": "down" }, - "up": { "uv": [ 8.5, 0.5, 9.5, 1.5 ], "texture": "#top" }, - "north": { "uv": [ 6.5, 9.5, 7.5, 10 ], "texture": "#anvil_base", "cullface": "north" }, - "south": { "uv": [ 8.5, 9.5, 9.5, 10 ], "texture": "#anvil_base", "cullface": "south" }, - "west": { "uv": [ 0.5, 9.5, 1.5, 10 ], "texture": "#anvil_base", "cullface": "west" }, - "east": { "uv": [ 14.5, 9.5, 15.5, 10 ], "texture": "#anvil_base", "cullface": "east" } - } -}, -{ - "from": [ 8.5, 6, 6.5 ], - "to": [ 9.5, 6.5, 7.5 ], - "faces": { - "down": { "uv": [ 7.5, 7.5, 6.5, 6.5 ], "texture": "#side", "cullface": "down" }, - "up": { "uv": [ 8.5, 6.5, 9.5, 7.5 ], "texture": "#top" }, - "north": { "uv": [ 6.5, 9.5, 7.5, 10 ], "texture": "#anvil_base", "cullface": "north" }, - "south": { "uv": [ 8.5, 9.5, 9.5, 10 ], "texture": "#anvil_base", "cullface": "south" }, - "west": { "uv": [ 6.5, 9.5, 7.5, 10 ], "texture": "#anvil_base", "cullface": "west" }, - "east": { "uv": [ 8.5, 9.5, 9.5, 10 ], "texture": "#anvil_base", "cullface": "east" } - } -}, -{ - "from": [ 8.5, 6, 8.5 ], - "to": [ 9.5, 6.5, 9.5 ], - "faces": { - "down": { "uv": [ 7.5, 9.5, 6.5, 8.5 ], "texture": "#side", "cullface": "down" }, - "up": { "uv": [ 8.5, 8.5, 9.5, 9.5 ], "texture": "#top" }, - "north": { "uv": [ 6.5, 9.5, 7.5, 10 ], "texture": "#anvil_base", "cullface": "north" }, - "south": { "uv": [ 8.5, 9.5, 9.5, 10 ], "texture": "#anvil_base", "cullface": "south" }, - "west": { "uv": [ 8.5, 9.5, 9.5, 10 ], "texture": "#anvil_base", "cullface": "west" }, - "east": { "uv": [ 6.5, 9.5, 7.5, 10 ], "texture": "#anvil_base", "cullface": "east" } - } -}, -{ - "from": [ 14.5, 6, 8.5 ], - "to": [ 15.5, 6.5, 9.5 ], - "faces": { - "down": { "uv": [ 1.5, 9.5, 0.5, 8.5 ], "texture": "#side", "cullface": "down" }, - "up": { "uv": [ 14.5, 8.5, 15.5, 9.5 ], "texture": "#top" }, - "north": { "uv": [ 0.5, 9.5, 1.5, 10 ], "texture": "#anvil_base", "cullface": "north" }, - "south": { "uv": [ 14.5, 9.5, 15.5, 10 ], "texture": "#anvil_base", "cullface": "south" }, - "west": { "uv": [ 8.5, 9.5, 9.5, 10 ], "texture": "#anvil_base", "cullface": "west" }, - "east": { "uv": [ 6.5, 9.5, 7.5, 10 ], "texture": "#anvil_base", "cullface": "east" } - } -}, -{ - "from": [ 8.5, 6, 14.5 ], - "to": [ 9.5, 6.5, 15.5 ], - "faces": { - "down": { "uv": [ 7.5, 15.5, 6.5, 14.5 ], "texture": "#side", "cullface": "down" }, - "up": { "uv": [ 8.5, 14.5, 9.5, 15.5 ], "texture": "#top" }, - "north": { "uv": [ 6.5, 9.5, 7.5, 10 ], "texture": "#anvil_base", "cullface": "north" }, - "south": { "uv": [ 8.5, 9.5, 9.5, 10 ], "texture": "#anvil_base", "cullface": "south" }, - "west": { "uv": [ 14.5, 9.5, 15.5, 10 ], "texture": "#anvil_base", "cullface": "west" }, - "east": { "uv": [ 0.5, 9.5, 1.5, 10 ], "texture": "#anvil_base", "cullface": "east" } - } -}, -{ - "from": [ 14.5, 6, 14.5 ], - "to": [ 15.5, 6.5, 15.5 ], - "faces": { - "down": { "uv": [ 1.5, 15.5, 0.5, 14.5 ], "texture": "#side", "cullface": "down" }, - "up": { "uv": [ 14.5, 14.5, 15.5, 15.5 ], "texture": "#top" }, - "north": { "uv": [ 0.5, 9.5, 1.5, 10 ], "texture": "#anvil_base", "cullface": "north" }, - "south": { "uv": [ 14.5, 9.5, 15.5, 10 ], "texture": "#anvil_base", "cullface": "south" }, - "west": { "uv": [ 14.5, 9.5, 15.5, 10 ], "texture": "#anvil_base", "cullface": "west" }, - "east": { "uv": [ 0.5, 9.5, 1.5, 10 ], "texture": "#anvil_base", "cullface": "east" } - } -}, -{ - "from": [ 14.5, 6, 6.5 ], - "to": [ 15.5, 6.5, 7.5 ], - "faces": { - "down": { "uv": [ 1.5, 7.5, 0.5, 6.5 ], "texture": "#side", "cullface": "down" }, - "up": { "uv": [ 14.5, 6.5, 15.5, 7.5 ], "texture": "#top" }, - "north": { "uv": [ 0.5, 9.5, 1.5, 10 ], "texture": "#anvil_base", "cullface": "north" }, - "south": { "uv": [ 14.5, 9.5, 15.5, 10 ], "texture": "#anvil_base", "cullface": "south" }, - "west": { "uv": [ 6.5, 9.5, 7.5, 10 ], "texture": "#anvil_base", "cullface": "west" }, - "east": { "uv": [ 8.5, 9.5, 9.5, 10 ], "texture": "#anvil_base", "cullface": "east" } - } -}, -{ - "from": [ 14.5, 6, 0.5 ], - "to": [ 15.5, 6.5, 1.5 ], - "faces": { - "down": { "uv": [ 1.5, 1.5, 0.5, 0.5 ], "texture": "#side", "cullface": "down" }, - "up": { "uv": [ 14.5, 0.5, 15.5, 1.5 ], "texture": "#top" }, - "north": { "uv": [ 0.5, 9.5, 1.5, 10 ], "texture": "#anvil_base", "cullface": "north" }, - "south": { "uv": [ 14.5, 9.5, 15.5, 10 ], "texture": "#anvil_base", "cullface": "south" }, - "west": { "uv": [ 0.5, 9.5, 1.5, 10 ], "texture": "#anvil_base", "cullface": "west" }, - "east": { "uv": [ 14.5, 9.5, 15.5, 10 ], "texture": "#anvil_base", "cullface": "east" } - } -}, -{ - "from": [ 11.5, 6, 8.5 ], - "to": [ 12.5, 6.5, 15.5 ], - "faces": { - "down": { "uv": [ 4.5, 15.5, 3.5, 8.5 ], "texture": "#side", "cullface": "down" }, - "up": { "uv": [ 11.5, 8.5, 12.5, 15.5 ], "texture": "#top" }, - "north": { "uv": [ 3.5, 9.5, 4.5, 10 ], "texture": "#side", "cullface": "north" }, - "south": { "uv": [ 11.5, 9.5, 12.5, 10 ], "texture": "#side", "cullface": "south" }, - "west": { "uv": [ 8.5, 9.5, 15.5, 10 ], "texture": "#side", "cullface": "west" }, - "east": { "uv": [ 0.5, 9.5, 7.5, 10 ], "texture": "#side", "cullface": "east" } - } -}, -{ - "from": [ 8.5, 6, 11.5 ], - "to": [ 15.5, 6.5, 12.5 ], - "faces": { - "down": { "uv": [ 7.5, 12.5, 0.5, 11.5 ], "texture": "#side", "cullface": "down" }, - "up": { "uv": [ 8.5, 11.5, 15.5, 12.5 ], "texture": "#top" }, - "north": { "uv": [ 0.5, 9.5, 7.5, 10 ], "texture": "#side", "cullface": "north" }, - "south": { "uv": [ 8.5, 9.5, 15.5, 10 ], "texture": "#side", "cullface": "south" }, - "west": { "uv": [ 11.5, 9.5, 12.5, 10 ], "texture": "#side", "cullface": "west" }, - "east": { "uv": [ 3.5, 9.5, 4.5, 10 ], "texture": "#side", "cullface": "east" } - } -}, -{ - "from": [ 0.5, 6, 11.5 ], - "to": [ 7.5, 6.5, 12.5 ], - "faces": { - "down": { "uv": [ 15.5, 12.5, 8.5, 11.5 ], "texture": "#side", "cullface": "down" }, - "up": { "uv": [ 0.5, 11.5, 7.5, 12.5 ], "texture": "#top" }, - "north": { "uv": [ 8.5, 9.5, 15.5, 10 ], "texture": "#side", "cullface": "north" }, - "south": { "uv": [ 0.5, 9.5, 7.5, 10 ], "texture": "#side", "cullface": "south" }, - "west": { "uv": [ 11.5, 9.5, 12.5, 10 ], "texture": "#side", "cullface": "west" }, - "east": { "uv": [ 3.5, 9.5, 4.5, 10 ], "texture": "#side", "cullface": "east" } - } -}, -{ - "from": [ 0.5, 6, 3.5 ], - "to": [ 7.5, 6.5, 4.5 ], - "faces": { - "down": { "uv": [ 15.5, 4.5, 8.5, 3.5 ], "texture": "#side", "cullface": "down" }, - "up": { "uv": [ 0.5, 3.5, 7.5, 4.5 ], "texture": "#top" }, - "north": { "uv": [ 8.5, 9.5, 15.5, 10 ], "texture": "#side", "cullface": "north" }, - "south": { "uv": [ 0.5, 9.5, 7.5, 10 ], "texture": "#side", "cullface": "south" }, - "west": { "uv": [ 3.5, 9.5, 4.5, 10 ], "texture": "#side", "cullface": "west" }, - "east": { "uv": [ 11.5, 9.5, 12.5, 10 ], "texture": "#side", "cullface": "east" } - } -}, -{ - "from": [ 8.5, 6, 3.5 ], - "to": [ 15.5, 6.5, 4.5 ], - "faces": { - "down": { "uv": [ 7.5, 4.5, 0.5, 3.5 ], "texture": "#side", "cullface": "down" }, - "up": { "uv": [ 8.5, 3.5, 15.5, 4.5 ], "texture": "#top" }, - "north": { "uv": [ 0.5, 9.5, 7.5, 10 ], "texture": "#side", "cullface": "north" }, - "south": { "uv": [ 8.5, 9.5, 15.5, 10 ], "texture": "#side", "cullface": "south" }, - "west": { "uv": [ 3.5, 9.5, 4.5, 10 ], "texture": "#side", "cullface": "west" }, - "east": { "uv": [ 11.5, 9.5, 12.5, 10 ], "texture": "#side", "cullface": "east" } - } -}, -{ - "from": [ 3.5, 6, 0.5 ], - "to": [ 4.5, 6.5, 7.5 ], - "faces": { - "down": { "uv": [ 12.5, 7.5, 11.5, 0.5 ], "texture": "#side", "cullface": "down" }, - "up": { "uv": [ 3.5, 0.5, 4.5, 7.5 ], "texture": "#top" }, - "north": { "uv": [ 11.5, 9.5, 12.5, 10 ], "texture": "#side", "cullface": "north" }, - "south": { "uv": [ 3.5, 9.5, 4.5, 10 ], "texture": "#side", "cullface": "south" }, - "west": { "uv": [ 0.5, 9.5, 7.5, 10 ], "texture": "#side", "cullface": "west" }, - "east": { "uv": [ 8.5, 9.5, 15.5, 10 ], "texture": "#side", "cullface": "east" } - } -}, -{ - "from": [ 3.5, 6, 8.5 ], - "to": [ 4.5, 6.5, 15.5 ], - "faces": { - "down": { "uv": [ 12.5, 15.5, 11.5, 8.5 ], "texture": "#side", "cullface": "down" }, - "up": { "uv": [ 11.5, 0.5, 12.5, 7.5 ], "texture": "#top" }, - "north": { "uv": [ 11.5, 9.5, 12.5, 10 ], "texture": "#side", "cullface": "north" }, - "south": { "uv": [ 3.5, 9.5, 4.5, 10 ], "texture": "#side", "cullface": "south" }, - "west": { "uv": [ 8.5, 9.5, 15.5, 10 ], "texture": "#side", "cullface": "west" }, - "east": { "uv": [ 0.5, 9.5, 7.5, 10 ], "texture": "#side", "cullface": "east" } - } -}, -{ - "from": [ 11.5, 6, 0.5 ], - "to": [ 12.5, 6.5, 7.5 ], - "faces": { - "down": { "uv": [ 4.5, 7.5, 3.5, 0.5 ], "texture": "#side", "cullface": "down" }, - "up": { "uv": [ 11.5, 0.5, 12.5, 7.5 ], "texture": "#top" }, - "north": { "uv": [ 3.5, 9.5, 4.5, 10 ], "texture": "#side", "cullface": "north" }, - "south": { "uv": [ 11.5, 9.5, 12.5, 10 ], "texture": "#side", "cullface": "south" }, - "west": { "uv": [ 0.5, 9.5, 7.5, 10 ], "texture": "#side", "cullface": "west" }, - "east": { "uv": [ 8.5, 9.5, 15.5, 10 ], "texture": "#side", "cullface": "east" } - } -} -] -} \ No newline at end of file +{"ambientocclusion":false,"textures":{"particle":"block/daylight_detector_top","side":"block/daylight_detector_side","top":"block/daylight_detector_inverted_top","anvil_base":"block/hopper_outside"},"elements":[{"from":[0,0,0],"to":[16,6,16],"faces":{"down":{"uv":[0,0,16,16],"texture":"#side","cullface":"down"},"up":{"uv":[0,0,16,16],"texture":"#top"},"north":{"uv":[0,8,16,16],"texture":"#side","cullface":"north"},"south":{"uv":[0,8,16,16],"texture":"#side","cullface":"south"},"west":{"uv":[0,8,16,16],"texture":"#side","cullface":"west"},"east":{"uv":[0,8,16,16],"texture":"#side","cullface":"east"}}},{"from":[0.5,6,0.5],"to":[1.5,6.5,1.5],"faces":{"down":{"uv":[15.5,1.5,14.5,0.5],"texture":"#side","cullface":"down"},"up":{"uv":[0.5,0.5,1.5,1.5],"texture":"#top"},"north":{"uv":[14.5,9.5,15.5,10],"texture":"#anvil_base","cullface":"north"},"south":{"uv":[0.5,9.5,1.5,10],"texture":"#anvil_base","cullface":"south"},"west":{"uv":[0.5,9.5,1.5,10],"texture":"#anvil_base","cullface":"west"},"east":{"uv":[14.5,9.5,15.5,10],"texture":"#anvil_base","cullface":"east"}}},{"from":[0.5,6,6.5],"to":[1.5,6.5,7.5],"faces":{"down":{"uv":[15.5,7.5,14.5,6.5],"texture":"#side","cullface":"down"},"up":{"uv":[0.5,6.5,1.5,7.5],"texture":"#top"},"north":{"uv":[14.5,9.5,15.5,10],"texture":"#anvil_base","cullface":"north"},"south":{"uv":[0.5,9.5,1.5,10],"texture":"#anvil_base","cullface":"south"},"west":{"uv":[6.5,9.5,7.5,10],"texture":"#anvil_base","cullface":"west"},"east":{"uv":[8.5,9.5,9.5,10],"texture":"#anvil_base","cullface":"east"}}},{"from":[0.5,6,8.5],"to":[1.5,6.5,9.5],"faces":{"down":{"uv":[15.5,9.5,14.5,8.5],"texture":"#side","cullface":"down"},"up":{"uv":[0.5,8.5,1.5,9.5],"texture":"#top"},"north":{"uv":[14.5,9.5,15.5,10],"texture":"#anvil_base","cullface":"north"},"south":{"uv":[0.5,9.5,1.5,10],"texture":"#anvil_base","cullface":"south"},"west":{"uv":[8.5,9.5,9.5,10],"texture":"#anvil_base","cullface":"west"},"east":{"uv":[6.5,9.5,7.5,10],"texture":"#anvil_base","cullface":"east"}}},{"from":[0.5,6,14.5],"to":[1.5,6.5,15.5],"faces":{"down":{"uv":[15.5,15.5,14.5,14.5],"texture":"#side","cullface":"down"},"up":{"uv":[0.5,14.5,1.5,15.5],"texture":"#top"},"north":{"uv":[14.5,9.5,15.5,10],"texture":"#anvil_base","cullface":"north"},"south":{"uv":[0.5,9.5,1.5,10],"texture":"#anvil_base","cullface":"south"},"west":{"uv":[14.5,9.5,15.5,10],"texture":"#anvil_base","cullface":"west"},"east":{"uv":[0.5,9.5,1.5,10],"texture":"#anvil_base","cullface":"east"}}},{"from":[6.5,6,14.5],"to":[7.5,6.5,15.5],"faces":{"down":{"uv":[9.5,15.5,8.5,14.5],"texture":"#side","cullface":"down"},"up":{"uv":[6.5,14.5,7.5,15.5],"texture":"#top"},"north":{"uv":[8.5,9.5,9.5,10],"texture":"#anvil_base","cullface":"north"},"south":{"uv":[6.5,9.5,7.5,10],"texture":"#anvil_base","cullface":"south"},"west":{"uv":[14.5,9.5,15.5,10],"texture":"#anvil_base","cullface":"west"},"east":{"uv":[0.5,9.5,1.5,10],"texture":"#anvil_base","cullface":"east"}}},{"from":[6.5,6,8.5],"to":[7.5,6.5,9.5],"faces":{"down":{"uv":[9.5,9.5,8.5,8.5],"texture":"#side","cullface":"down"},"up":{"uv":[6.5,8.5,7.5,9.5],"texture":"#top"},"north":{"uv":[8.5,9.5,9.5,10],"texture":"#anvil_base","cullface":"north"},"south":{"uv":[6.5,9.5,7.5,10],"texture":"#anvil_base","cullface":"south"},"west":{"uv":[8.5,9.5,9.5,10],"texture":"#anvil_base","cullface":"west"},"east":{"uv":[6.5,9.5,7.5,10],"texture":"#anvil_base","cullface":"east"}}},{"from":[6.5,6,6.5],"to":[7.5,6.5,7.5],"faces":{"down":{"uv":[9.5,7.5,8.5,6.5],"texture":"#side","cullface":"down"},"up":{"uv":[6.5,6.5,7.5,7.5],"texture":"#top"},"north":{"uv":[8.5,9.5,9.5,10],"texture":"#anvil_base","cullface":"north"},"south":{"uv":[6.5,9.5,7.5,10],"texture":"#anvil_base","cullface":"south"},"west":{"uv":[6.5,9.5,7.5,10],"texture":"#anvil_base","cullface":"west"},"east":{"uv":[8.5,9.5,9.5,10],"texture":"#anvil_base","cullface":"east"}}},{"from":[6.5,6,0.5],"to":[7.5,6.5,1.5],"faces":{"down":{"uv":[9.5,1.5,8.5,0.5],"texture":"#side","cullface":"down"},"up":{"uv":[6.5,0.5,7.5,1.5],"texture":"#top"},"north":{"uv":[8.5,9.5,9.5,10],"texture":"#anvil_base","cullface":"north"},"south":{"uv":[6.5,9.5,7.5,10],"texture":"#anvil_base","cullface":"south"},"west":{"uv":[0.5,9.5,1.5,10],"texture":"#anvil_base","cullface":"west"},"east":{"uv":[14.5,9.5,15.5,10],"texture":"#anvil_base","cullface":"east"}}},{"from":[8.5,6,0.5],"to":[9.5,6.5,1.5],"faces":{"down":{"uv":[7.5,1.5,6.5,0.5],"texture":"#side","cullface":"down"},"up":{"uv":[8.5,0.5,9.5,1.5],"texture":"#top"},"north":{"uv":[6.5,9.5,7.5,10],"texture":"#anvil_base","cullface":"north"},"south":{"uv":[8.5,9.5,9.5,10],"texture":"#anvil_base","cullface":"south"},"west":{"uv":[0.5,9.5,1.5,10],"texture":"#anvil_base","cullface":"west"},"east":{"uv":[14.5,9.5,15.5,10],"texture":"#anvil_base","cullface":"east"}}},{"from":[8.5,6,6.5],"to":[9.5,6.5,7.5],"faces":{"down":{"uv":[7.5,7.5,6.5,6.5],"texture":"#side","cullface":"down"},"up":{"uv":[8.5,6.5,9.5,7.5],"texture":"#top"},"north":{"uv":[6.5,9.5,7.5,10],"texture":"#anvil_base","cullface":"north"},"south":{"uv":[8.5,9.5,9.5,10],"texture":"#anvil_base","cullface":"south"},"west":{"uv":[6.5,9.5,7.5,10],"texture":"#anvil_base","cullface":"west"},"east":{"uv":[8.5,9.5,9.5,10],"texture":"#anvil_base","cullface":"east"}}},{"from":[8.5,6,8.5],"to":[9.5,6.5,9.5],"faces":{"down":{"uv":[7.5,9.5,6.5,8.5],"texture":"#side","cullface":"down"},"up":{"uv":[8.5,8.5,9.5,9.5],"texture":"#top"},"north":{"uv":[6.5,9.5,7.5,10],"texture":"#anvil_base","cullface":"north"},"south":{"uv":[8.5,9.5,9.5,10],"texture":"#anvil_base","cullface":"south"},"west":{"uv":[8.5,9.5,9.5,10],"texture":"#anvil_base","cullface":"west"},"east":{"uv":[6.5,9.5,7.5,10],"texture":"#anvil_base","cullface":"east"}}},{"from":[14.5,6,8.5],"to":[15.5,6.5,9.5],"faces":{"down":{"uv":[1.5,9.5,0.5,8.5],"texture":"#side","cullface":"down"},"up":{"uv":[14.5,8.5,15.5,9.5],"texture":"#top"},"north":{"uv":[0.5,9.5,1.5,10],"texture":"#anvil_base","cullface":"north"},"south":{"uv":[14.5,9.5,15.5,10],"texture":"#anvil_base","cullface":"south"},"west":{"uv":[8.5,9.5,9.5,10],"texture":"#anvil_base","cullface":"west"},"east":{"uv":[6.5,9.5,7.5,10],"texture":"#anvil_base","cullface":"east"}}},{"from":[8.5,6,14.5],"to":[9.5,6.5,15.5],"faces":{"down":{"uv":[7.5,15.5,6.5,14.5],"texture":"#side","cullface":"down"},"up":{"uv":[8.5,14.5,9.5,15.5],"texture":"#top"},"north":{"uv":[6.5,9.5,7.5,10],"texture":"#anvil_base","cullface":"north"},"south":{"uv":[8.5,9.5,9.5,10],"texture":"#anvil_base","cullface":"south"},"west":{"uv":[14.5,9.5,15.5,10],"texture":"#anvil_base","cullface":"west"},"east":{"uv":[0.5,9.5,1.5,10],"texture":"#anvil_base","cullface":"east"}}},{"from":[14.5,6,14.5],"to":[15.5,6.5,15.5],"faces":{"down":{"uv":[1.5,15.5,0.5,14.5],"texture":"#side","cullface":"down"},"up":{"uv":[14.5,14.5,15.5,15.5],"texture":"#top"},"north":{"uv":[0.5,9.5,1.5,10],"texture":"#anvil_base","cullface":"north"},"south":{"uv":[14.5,9.5,15.5,10],"texture":"#anvil_base","cullface":"south"},"west":{"uv":[14.5,9.5,15.5,10],"texture":"#anvil_base","cullface":"west"},"east":{"uv":[0.5,9.5,1.5,10],"texture":"#anvil_base","cullface":"east"}}},{"from":[14.5,6,6.5],"to":[15.5,6.5,7.5],"faces":{"down":{"uv":[1.5,7.5,0.5,6.5],"texture":"#side","cullface":"down"},"up":{"uv":[14.5,6.5,15.5,7.5],"texture":"#top"},"north":{"uv":[0.5,9.5,1.5,10],"texture":"#anvil_base","cullface":"north"},"south":{"uv":[14.5,9.5,15.5,10],"texture":"#anvil_base","cullface":"south"},"west":{"uv":[6.5,9.5,7.5,10],"texture":"#anvil_base","cullface":"west"},"east":{"uv":[8.5,9.5,9.5,10],"texture":"#anvil_base","cullface":"east"}}},{"from":[14.5,6,0.5],"to":[15.5,6.5,1.5],"faces":{"down":{"uv":[1.5,1.5,0.5,0.5],"texture":"#side","cullface":"down"},"up":{"uv":[14.5,0.5,15.5,1.5],"texture":"#top"},"north":{"uv":[0.5,9.5,1.5,10],"texture":"#anvil_base","cullface":"north"},"south":{"uv":[14.5,9.5,15.5,10],"texture":"#anvil_base","cullface":"south"},"west":{"uv":[0.5,9.5,1.5,10],"texture":"#anvil_base","cullface":"west"},"east":{"uv":[14.5,9.5,15.5,10],"texture":"#anvil_base","cullface":"east"}}},{"from":[11.5,6,8.5],"to":[12.5,6.5,15.5],"faces":{"down":{"uv":[4.5,15.5,3.5,8.5],"texture":"#side","cullface":"down"},"up":{"uv":[11.5,8.5,12.5,15.5],"texture":"#top"},"north":{"uv":[3.5,9.5,4.5,10],"texture":"#side","cullface":"north"},"south":{"uv":[11.5,9.5,12.5,10],"texture":"#side","cullface":"south"},"west":{"uv":[8.5,9.5,15.5,10],"texture":"#side","cullface":"west"},"east":{"uv":[0.5,9.5,7.5,10],"texture":"#side","cullface":"east"}}},{"from":[8.5,6,11.5],"to":[15.5,6.5,12.5],"faces":{"down":{"uv":[7.5,12.5,0.5,11.5],"texture":"#side","cullface":"down"},"up":{"uv":[8.5,11.5,15.5,12.5],"texture":"#top"},"north":{"uv":[0.5,9.5,7.5,10],"texture":"#side","cullface":"north"},"south":{"uv":[8.5,9.5,15.5,10],"texture":"#side","cullface":"south"},"west":{"uv":[11.5,9.5,12.5,10],"texture":"#side","cullface":"west"},"east":{"uv":[3.5,9.5,4.5,10],"texture":"#side","cullface":"east"}}},{"from":[0.5,6,11.5],"to":[7.5,6.5,12.5],"faces":{"down":{"uv":[15.5,12.5,8.5,11.5],"texture":"#side","cullface":"down"},"up":{"uv":[0.5,11.5,7.5,12.5],"texture":"#top"},"north":{"uv":[8.5,9.5,15.5,10],"texture":"#side","cullface":"north"},"south":{"uv":[0.5,9.5,7.5,10],"texture":"#side","cullface":"south"},"west":{"uv":[11.5,9.5,12.5,10],"texture":"#side","cullface":"west"},"east":{"uv":[3.5,9.5,4.5,10],"texture":"#side","cullface":"east"}}},{"from":[0.5,6,3.5],"to":[7.5,6.5,4.5],"faces":{"down":{"uv":[15.5,4.5,8.5,3.5],"texture":"#side","cullface":"down"},"up":{"uv":[0.5,3.5,7.5,4.5],"texture":"#top"},"north":{"uv":[8.5,9.5,15.5,10],"texture":"#side","cullface":"north"},"south":{"uv":[0.5,9.5,7.5,10],"texture":"#side","cullface":"south"},"west":{"uv":[3.5,9.5,4.5,10],"texture":"#side","cullface":"west"},"east":{"uv":[11.5,9.5,12.5,10],"texture":"#side","cullface":"east"}}},{"from":[8.5,6,3.5],"to":[15.5,6.5,4.5],"faces":{"down":{"uv":[7.5,4.5,0.5,3.5],"texture":"#side","cullface":"down"},"up":{"uv":[8.5,3.5,15.5,4.5],"texture":"#top"},"north":{"uv":[0.5,9.5,7.5,10],"texture":"#side","cullface":"north"},"south":{"uv":[8.5,9.5,15.5,10],"texture":"#side","cullface":"south"},"west":{"uv":[3.5,9.5,4.5,10],"texture":"#side","cullface":"west"},"east":{"uv":[11.5,9.5,12.5,10],"texture":"#side","cullface":"east"}}},{"from":[3.5,6,0.5],"to":[4.5,6.5,7.5],"faces":{"down":{"uv":[12.5,7.5,11.5,0.5],"texture":"#side","cullface":"down"},"up":{"uv":[3.5,0.5,4.5,7.5],"texture":"#top"},"north":{"uv":[11.5,9.5,12.5,10],"texture":"#side","cullface":"north"},"south":{"uv":[3.5,9.5,4.5,10],"texture":"#side","cullface":"south"},"west":{"uv":[0.5,9.5,7.5,10],"texture":"#side","cullface":"west"},"east":{"uv":[8.5,9.5,15.5,10],"texture":"#side","cullface":"east"}}},{"from":[3.5,6,8.5],"to":[4.5,6.5,15.5],"faces":{"down":{"uv":[12.5,15.5,11.5,8.5],"texture":"#side","cullface":"down"},"up":{"uv":[11.5,0.5,12.5,7.5],"texture":"#top"},"north":{"uv":[11.5,9.5,12.5,10],"texture":"#side","cullface":"north"},"south":{"uv":[3.5,9.5,4.5,10],"texture":"#side","cullface":"south"},"west":{"uv":[8.5,9.5,15.5,10],"texture":"#side","cullface":"west"},"east":{"uv":[0.5,9.5,7.5,10],"texture":"#side","cullface":"east"}}},{"from":[11.5,6,0.5],"to":[12.5,6.5,7.5],"faces":{"down":{"uv":[4.5,7.5,3.5,0.5],"texture":"#side","cullface":"down"},"up":{"uv":[11.5,0.5,12.5,7.5],"texture":"#top"},"north":{"uv":[3.5,9.5,4.5,10],"texture":"#side","cullface":"north"},"south":{"uv":[11.5,9.5,12.5,10],"texture":"#side","cullface":"south"},"west":{"uv":[0.5,9.5,7.5,10],"texture":"#side","cullface":"west"},"east":{"uv":[8.5,9.5,15.5,10],"texture":"#side","cullface":"east"}}}]} diff --git a/assets/minecraft/models/block/detector_rail_flat.json b/assets/minecraft/models/block/detector_rail_flat.json index 039ea52..fa6c429 100755 --- a/assets/minecraft/models/block/detector_rail_flat.json +++ b/assets/minecraft/models/block/detector_rail_flat.json @@ -1,180 +1 @@ -{ -"__comment": "Designed by Filmjolk", -"ambientocclusion": false, -"textures": { - "particle": "blocks/rail_normal", - "texture": "blocks/rail_normal", - "rail_detector": "blocks/rail_detector", - "anvil_base": "blocks/anvil_base" -}, -"elements": [ -{ - "from": [ 1, 0, 12.875 ], - "to": [ 15, 0.5, 14.125 ], - "faces": { - "down": { "uv": [ 1, 14.5, 15, 13 ], "texture": "#texture" }, - "up": { "uv": [ 1, 13, 15, 14.5 ], "texture": "#texture" }, - "north": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "west": { "uv": [ 7.5, 14.5, 9.5, 15 ], "texture": "#texture" }, - "east": { "uv": [ 7, 14.5, 9, 15 ], "texture": "#texture" } - } -}, -{ - "from": [ 1, 0, 1.875 ], - "to": [ 15, 0.5, 3.125 ], - "faces": { - "down": { "uv": [ 1, 3.5, 15, 2 ], "texture": "#texture" }, - "up": { "uv": [ 1, 2, 15, 3.5 ], "texture": "#texture" }, - "north": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "west": { "uv": [ 7.5, 14.5, 9.5, 15 ], "texture": "#texture" }, - "east": { "uv": [ 7, 14.5, 9, 15 ], "texture": "#texture" } - } -}, -{ - "from": [ 1.5, 0, 1.5 ], - "to": [ 14.5, 0.5, 3.5 ], - "faces": { - "down": { "uv": [ 1.5, 4, 14.5, 1.5 ], "texture": "#texture" }, - "up": { "uv": [ 1.5, 1.5, 14.5, 4 ], "texture": "#texture" }, - "north": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "west": { "uv": [ 7.5, 14.5, 9.5, 15 ], "texture": "#texture" }, - "east": { "uv": [ 7.5, 14.5, 9.5, 15 ], "texture": "#texture" } - } -}, -{ - "from": [ 1.5, 0, 12.5 ], - "to": [ 14.5, 0.5, 14.5 ], - "faces": { - "down": { "uv": [ 1.5, 15, 14.5, 12.5 ], "texture": "#texture" }, - "up": { "uv": [ 1.5, 12.5, 14.5, 15 ], "texture": "#texture" }, - "north": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "west": { "uv": [ 7.5, 14.5, 9.5, 15 ], "texture": "#texture" }, - "east": { "uv": [ 7, 14.5, 9, 15 ], "texture": "#texture" } - } -}, -{ - "from": [ 11.5, 0, 0 ], - "to": [ 13, 1, 16 ], - "faces": { - "down": { "uv": [ 11.5, 16, 13, 0 ], "texture": "#texture" }, - "up": { "uv": [ 11.5, 0, 13, 16 ], "texture": "#texture" }, - "north": { "uv": [ 3, 15, 3.5, 15.5 ], "texture": "#texture" }, - "south": { "uv": [ 11.5, 15, 12, 15.5 ], "texture": "#texture" }, - "west": { "uv": [ 3, 8, 3.5, 8.5 ], "rotation": 90, "texture": "#texture" }, - "east": { "uv": [ 4, 8, 4.5, 8.5 ], "texture": "#texture" } - } -}, -{ - "from": [ 3, 0, 0 ], - "to": [ 4.5, 1, 16 ], - "faces": { - "down": { "uv": [ 3, 16, 4.5, 0 ], "texture": "#texture" }, - "up": { "uv": [ 3, 0, 4.5, 16 ], "texture": "#texture" }, - "north": { "uv": [ 11.5, 15, 12, 15.5 ], "texture": "#texture" }, - "south": { "uv": [ 4, 11.5, 4.5, 12 ], "texture": "#texture" }, - "west": { "uv": [ 3, 14, 3.5, 13.5 ], "rotation": 90, "texture": "#texture" }, - "east": { "uv": [ 4, 8.5, 4.5, 8 ], "texture": "#texture" } - } -}, -{ - "from": [ 2.5, 0.5, 4.5 ], - "to": [ 3.5, 1.5, 12 ], - "faces": { - "down": { "uv": [ 13.5, 12, 12.5, 4.5 ], "texture": "#rail_detector" }, - "up": { "uv": [ 2.5, 4.5, 3.5, 12 ], "texture": "#rail_detector" }, - "north": { "uv": [ 12.5, 14.5, 13.5, 15.5 ], "texture": "#anvil_base" }, - "south": { "uv": [ 2.5, 14.5, 3.5, 15.5 ], "texture": "#anvil_base" }, - "west": { "uv": [ 4.5, 14.5, 12, 15.5 ], "texture": "#anvil_base" }, - "east": { "uv": [ 4, 14.5, 11.5, 15.5 ], "texture": "#anvil_base" } - } -}, -{ - "from": [ 12.5, 0.5, 4.5 ], - "to": [ 13.5, 1.5, 12 ], - "faces": { - "down": { "uv": [ 3.5, 12, 2.5, 4.5 ], "texture": "#rail_detector" }, - "up": { "uv": [ 12.5, 4.5, 13.5, 12 ], "texture": "#rail_detector" }, - "north": { "uv": [ 2.5, 14.5, 3.5, 15.5 ], "texture": "#anvil_base" }, - "south": { "uv": [ 12.5, 14.5, 13.5, 15.5 ], "texture": "#anvil_base" }, - "west": { "uv": [ 4.5, 14.5, 12, 15.5 ], "texture": "#anvil_base" }, - "east": { "uv": [ 4, 14.5, 11.5, 15.5 ], "texture": "#anvil_base" } - } -}, -{ - "from": [ 2, 0.5, 5 ], - "to": [ 2.5, 1.5, 11.5 ], - "faces": { - "down": { "uv": [ 14, 11.5, 13.5, 5 ], "texture": "#rail_detector" }, - "up": { "uv": [ 2, 5, 2.5, 11.5 ], "texture": "#rail_detector" }, - "north": { "uv": [ 13.5, 14.5, 14, 15.5 ], "texture": "#anvil_base" }, - "south": { "uv": [ 2, 14.5, 2.5, 15.5 ], "texture": "#anvil_base" }, - "west": { "uv": [ 5, 14.5, 11.5, 15.5 ], "texture": "#anvil_base" }, - "east": { "uv": [ 4.5, 14.5, 11, 15.5 ], "texture": "#anvil_base" } - } -}, -{ - "from": [ 13.5, 0.5, 5 ], - "to": [ 14, 1.5, 11.5 ], - "faces": { - "down": { "uv": [ 2.5, 11.5, 2, 5 ], "texture": "#rail_detector" }, - "up": { "uv": [ 13.5, 5, 14, 11.5 ], "texture": "#rail_detector" }, - "north": { "uv": [ 2, 14.5, 2.5, 15.5 ], "texture": "#anvil_base" }, - "south": { "uv": [ 13.5, 14.5, 14, 15.5 ], "texture": "#anvil_base" }, - "west": { "uv": [ 5, 14.5, 11.5, 15.5 ], "texture": "#anvil_base" }, - "east": { "uv": [ 4.5, 14.5, 11, 15.5 ], "texture": "#anvil_base" } - } -}, -{ - "from": [ 4, 0.5, 4.5 ], - "to": [ 6, 1.5, 12 ], - "faces": { - "down": { "uv": [ 12, 12, 10, 4.5 ], "texture": "#rail_detector" }, - "up": { "uv": [ 4, 4.5, 6, 12 ], "texture": "#rail_detector" }, - "north": { "uv": [ 10, 14.5, 12, 15.5 ], "texture": "#anvil_base" }, - "south": { "uv": [ 4, 14.5, 6, 15.5 ], "texture": "#anvil_base" }, - "west": { "uv": [ 4.5, 14.5, 12, 15.5 ], "texture": "#anvil_base" }, - "east": { "uv": [ 4, 14.5, 11.5, 15.5 ], "texture": "#anvil_base" } - } -}, -{ - "from": [ 10, 0.5, 4.5 ], - "to": [ 12, 1.5, 12 ], - "faces": { - "down": { "uv": [ 6, 12, 4, 4.5 ], "texture": "#rail_detector" }, - "up": { "uv": [ 10, 4.5, 12, 12 ], "texture": "#rail_detector" }, - "north": { "uv": [ 4, 14.5, 6, 15.5 ], "texture": "#anvil_base" }, - "south": { "uv": [ 10, 14.5, 12, 15.5 ], "texture": "#anvil_base" }, - "west": { "uv": [ 4.5, 14.5, 12, 15.5 ], "texture": "#anvil_base" }, - "east": { "uv": [ 4, 14.5, 11.5, 15.5 ], "texture": "#anvil_base" } - } -}, -{ - "from": [ 6, 0.5, 5.5 ], - "to": [ 10, 1.5, 7 ], - "faces": { - "down": { "uv": [ 10, 7, 6, 5.5 ], "texture": "#rail_detector" }, - "up": { "uv": [ 6, 5.5, 10, 7 ], "texture": "#rail_detector" }, - "north": { "uv": [ 6, 14.5, 10, 15.5 ], "texture": "#anvil_base" }, - "south": { "uv": [ 6, 14.5, 10, 15.5 ], "texture": "#anvil_base" }, - "west": { "uv": [ 5.5, 14.5, 7, 15.5 ], "texture": "#anvil_base" }, - "east": { "uv": [ 9, 14.5, 10.5, 15.5 ], "texture": "#anvil_base" } - } -}, -{ - "from": [ 6, 0.5, 9.5 ], - "to": [ 10, 1.5, 11 ], - "faces": { - "down": { "uv": [ 10, 11, 6, 9.5 ], "texture": "#rail_detector" }, - "up": { "uv": [ 6, 9.5, 10, 11 ], "texture": "#rail_detector" }, - "north": { "uv": [ 6, 14.5, 10, 15.5 ], "texture": "#anvil_base" }, - "south": { "uv": [ 6, 14.5, 10, 15.5 ], "texture": "#anvil_base" }, - "west": { "uv": [ 9.5, 14.5, 11, 15.5 ], "texture": "#anvil_base" }, - "east": { "uv": [ 5, 14.5, 6.5, 15.5 ], "texture": "#anvil_base" } - } -} -] -} \ No newline at end of file +{"__comment":"Designed_by_Filmjolk","ambientocclusion":false,"textures":{"particle":"block/rail","texture":"block/rail","rail_detector":"block/detector_rail","anvil_base":"block/anvil"},"elements":[{"from":[1,0,12.875],"to":[15,0.5,14.125],"faces":{"down":{"uv":[1,14.5,15,13],"texture":"#texture"},"up":{"uv":[1,13,15,14.5],"texture":"#texture"},"north":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"south":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"west":{"uv":[7.5,14.5,9.5,15],"texture":"#texture"},"east":{"uv":[7,14.5,9,15],"texture":"#texture"}}},{"from":[1,0,1.875],"to":[15,0.5,3.125],"faces":{"down":{"uv":[1,3.5,15,2],"texture":"#texture"},"up":{"uv":[1,2,15,3.5],"texture":"#texture"},"north":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"south":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"west":{"uv":[7.5,14.5,9.5,15],"texture":"#texture"},"east":{"uv":[7,14.5,9,15],"texture":"#texture"}}},{"from":[1.5,0,1.5],"to":[14.5,0.5,3.5],"faces":{"down":{"uv":[1.5,4,14.5,1.5],"texture":"#texture"},"up":{"uv":[1.5,1.5,14.5,4],"texture":"#texture"},"north":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"south":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"west":{"uv":[7.5,14.5,9.5,15],"texture":"#texture"},"east":{"uv":[7.5,14.5,9.5,15],"texture":"#texture"}}},{"from":[1.5,0,12.5],"to":[14.5,0.5,14.5],"faces":{"down":{"uv":[1.5,15,14.5,12.5],"texture":"#texture"},"up":{"uv":[1.5,12.5,14.5,15],"texture":"#texture"},"north":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"south":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"west":{"uv":[7.5,14.5,9.5,15],"texture":"#texture"},"east":{"uv":[7,14.5,9,15],"texture":"#texture"}}},{"from":[11.5,0,0],"to":[13,1,16],"faces":{"down":{"uv":[11.5,16,13,0],"texture":"#texture"},"up":{"uv":[11.5,0,13,16],"texture":"#texture"},"north":{"uv":[3,15,3.5,15.5],"texture":"#texture"},"south":{"uv":[11.5,15,12,15.5],"texture":"#texture"},"west":{"uv":[3,8,3.5,8.5],"rotation":90,"texture":"#texture"},"east":{"uv":[4,8,4.5,8.5],"texture":"#texture"}}},{"from":[3,0,0],"to":[4.5,1,16],"faces":{"down":{"uv":[3,16,4.5,0],"texture":"#texture"},"up":{"uv":[3,0,4.5,16],"texture":"#texture"},"north":{"uv":[11.5,15,12,15.5],"texture":"#texture"},"south":{"uv":[4,11.5,4.5,12],"texture":"#texture"},"west":{"uv":[3,14,3.5,13.5],"rotation":90,"texture":"#texture"},"east":{"uv":[4,8.5,4.5,8],"texture":"#texture"}}},{"from":[2.5,0.5,4.5],"to":[3.5,1.5,12],"faces":{"down":{"uv":[13.5,12,12.5,4.5],"texture":"#rail_detector"},"up":{"uv":[2.5,4.5,3.5,12],"texture":"#rail_detector"},"north":{"uv":[12.5,14.5,13.5,15.5],"texture":"#anvil_base"},"south":{"uv":[2.5,14.5,3.5,15.5],"texture":"#anvil_base"},"west":{"uv":[4.5,14.5,12,15.5],"texture":"#anvil_base"},"east":{"uv":[4,14.5,11.5,15.5],"texture":"#anvil_base"}}},{"from":[12.5,0.5,4.5],"to":[13.5,1.5,12],"faces":{"down":{"uv":[3.5,12,2.5,4.5],"texture":"#rail_detector"},"up":{"uv":[12.5,4.5,13.5,12],"texture":"#rail_detector"},"north":{"uv":[2.5,14.5,3.5,15.5],"texture":"#anvil_base"},"south":{"uv":[12.5,14.5,13.5,15.5],"texture":"#anvil_base"},"west":{"uv":[4.5,14.5,12,15.5],"texture":"#anvil_base"},"east":{"uv":[4,14.5,11.5,15.5],"texture":"#anvil_base"}}},{"from":[2,0.5,5],"to":[2.5,1.5,11.5],"faces":{"down":{"uv":[14,11.5,13.5,5],"texture":"#rail_detector"},"up":{"uv":[2,5,2.5,11.5],"texture":"#rail_detector"},"north":{"uv":[13.5,14.5,14,15.5],"texture":"#anvil_base"},"south":{"uv":[2,14.5,2.5,15.5],"texture":"#anvil_base"},"west":{"uv":[5,14.5,11.5,15.5],"texture":"#anvil_base"},"east":{"uv":[4.5,14.5,11,15.5],"texture":"#anvil_base"}}},{"from":[13.5,0.5,5],"to":[14,1.5,11.5],"faces":{"down":{"uv":[2.5,11.5,2,5],"texture":"#rail_detector"},"up":{"uv":[13.5,5,14,11.5],"texture":"#rail_detector"},"north":{"uv":[2,14.5,2.5,15.5],"texture":"#anvil_base"},"south":{"uv":[13.5,14.5,14,15.5],"texture":"#anvil_base"},"west":{"uv":[5,14.5,11.5,15.5],"texture":"#anvil_base"},"east":{"uv":[4.5,14.5,11,15.5],"texture":"#anvil_base"}}},{"from":[4,0.5,4.5],"to":[6,1.5,12],"faces":{"down":{"uv":[12,12,10,4.5],"texture":"#rail_detector"},"up":{"uv":[4,4.5,6,12],"texture":"#rail_detector"},"north":{"uv":[10,14.5,12,15.5],"texture":"#anvil_base"},"south":{"uv":[4,14.5,6,15.5],"texture":"#anvil_base"},"west":{"uv":[4.5,14.5,12,15.5],"texture":"#anvil_base"},"east":{"uv":[4,14.5,11.5,15.5],"texture":"#anvil_base"}}},{"from":[10,0.5,4.5],"to":[12,1.5,12],"faces":{"down":{"uv":[6,12,4,4.5],"texture":"#rail_detector"},"up":{"uv":[10,4.5,12,12],"texture":"#rail_detector"},"north":{"uv":[4,14.5,6,15.5],"texture":"#anvil_base"},"south":{"uv":[10,14.5,12,15.5],"texture":"#anvil_base"},"west":{"uv":[4.5,14.5,12,15.5],"texture":"#anvil_base"},"east":{"uv":[4,14.5,11.5,15.5],"texture":"#anvil_base"}}},{"from":[6,0.5,5.5],"to":[10,1.5,7],"faces":{"down":{"uv":[10,7,6,5.5],"texture":"#rail_detector"},"up":{"uv":[6,5.5,10,7],"texture":"#rail_detector"},"north":{"uv":[6,14.5,10,15.5],"texture":"#anvil_base"},"south":{"uv":[6,14.5,10,15.5],"texture":"#anvil_base"},"west":{"uv":[5.5,14.5,7,15.5],"texture":"#anvil_base"},"east":{"uv":[9,14.5,10.5,15.5],"texture":"#anvil_base"}}},{"from":[6,0.5,9.5],"to":[10,1.5,11],"faces":{"down":{"uv":[10,11,6,9.5],"texture":"#rail_detector"},"up":{"uv":[6,9.5,10,11],"texture":"#rail_detector"},"north":{"uv":[6,14.5,10,15.5],"texture":"#anvil_base"},"south":{"uv":[6,14.5,10,15.5],"texture":"#anvil_base"},"west":{"uv":[9.5,14.5,11,15.5],"texture":"#anvil_base"},"east":{"uv":[5,14.5,6.5,15.5],"texture":"#anvil_base"}}}]} diff --git a/assets/minecraft/models/block/detector_rail_powered_flat.json b/assets/minecraft/models/block/detector_rail_powered_flat.json index d648782..0540b37 100755 --- a/assets/minecraft/models/block/detector_rail_powered_flat.json +++ b/assets/minecraft/models/block/detector_rail_powered_flat.json @@ -1,180 +1 @@ -{ -"__comment": "Designed by Filmjolk", -"ambientocclusion": false, -"textures": { - "particle": "blocks/rail_normal", - "texture": "blocks/rail_normal", - "rail_detector": "blocks/rail_detector_powered", - "anvil_base": "blocks/anvil_base" -}, -"elements": [ -{ - "from": [ 1, 0, 12.875 ], - "to": [ 15, 0.5, 14.125 ], - "faces": { - "down": { "uv": [ 1, 14.5, 15, 13 ], "texture": "#texture" }, - "up": { "uv": [ 1, 13, 15, 14.5 ], "texture": "#texture" }, - "north": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "west": { "uv": [ 7.5, 14.5, 9.5, 15 ], "texture": "#texture" }, - "east": { "uv": [ 7, 14.5, 9, 15 ], "texture": "#texture" } - } -}, -{ - "from": [ 1, 0, 1.875 ], - "to": [ 15, 0.5, 3.125 ], - "faces": { - "down": { "uv": [ 1, 3.5, 15, 2 ], "texture": "#texture" }, - "up": { "uv": [ 1, 2, 15, 3.5 ], "texture": "#texture" }, - "north": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "west": { "uv": [ 7.5, 14.5, 9.5, 15 ], "texture": "#texture" }, - "east": { "uv": [ 7, 14.5, 9, 15 ], "texture": "#texture" } - } -}, -{ - "from": [ 1.5, 0, 1.5 ], - "to": [ 14.5, 0.5, 3.5 ], - "faces": { - "down": { "uv": [ 1.5, 4, 14.5, 1.5 ], "texture": "#texture" }, - "up": { "uv": [ 1.5, 1.5, 14.5, 4 ], "texture": "#texture" }, - "north": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "west": { "uv": [ 7.5, 14.5, 9.5, 15 ], "texture": "#texture" }, - "east": { "uv": [ 7.5, 14.5, 9.5, 15 ], "texture": "#texture" } - } -}, -{ - "from": [ 1.5, 0, 12.5 ], - "to": [ 14.5, 0.5, 14.5 ], - "faces": { - "down": { "uv": [ 1.5, 15, 14.5, 12.5 ], "texture": "#texture" }, - "up": { "uv": [ 1.5, 12.5, 14.5, 15 ], "texture": "#texture" }, - "north": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "west": { "uv": [ 7.5, 14.5, 9.5, 15 ], "texture": "#texture" }, - "east": { "uv": [ 7, 14.5, 9, 15 ], "texture": "#texture" } - } -}, -{ - "from": [ 11.5, 0, 0 ], - "to": [ 13, 1, 16 ], - "faces": { - "down": { "uv": [ 11.5, 16, 13, 0 ], "texture": "#texture" }, - "up": { "uv": [ 11.5, 0, 13, 16 ], "texture": "#texture" }, - "north": { "uv": [ 3, 15, 3.5, 15.5 ], "texture": "#texture" }, - "south": { "uv": [ 11.5, 15, 12, 15.5 ], "texture": "#texture" }, - "west": { "uv": [ 3, 8, 3.5, 8.5 ], "rotation": 90, "texture": "#texture" }, - "east": { "uv": [ 4, 8, 4.5, 8.5 ], "texture": "#texture" } - } -}, -{ - "from": [ 3, 0, 0 ], - "to": [ 4.5, 1, 16 ], - "faces": { - "down": { "uv": [ 3, 16, 4.5, 0 ], "texture": "#texture" }, - "up": { "uv": [ 3, 0, 4.5, 16 ], "texture": "#texture" }, - "north": { "uv": [ 11.5, 15, 12, 15.5 ], "texture": "#texture" }, - "south": { "uv": [ 4, 11.5, 4.5, 12 ], "texture": "#texture" }, - "west": { "uv": [ 3, 14, 3.5, 13.5 ], "rotation": 90, "texture": "#texture" }, - "east": { "uv": [ 4, 8.5, 4.5, 8 ], "texture": "#texture" } - } -}, -{ - "from": [ 2.5, 0.5, 4.5 ], - "to": [ 3.5, 1.5, 12 ], - "faces": { - "down": { "uv": [ 13.5, 12, 12.5, 4.5 ], "texture": "#rail_detector" }, - "up": { "uv": [ 2.5, 4.5, 3.5, 12 ], "texture": "#rail_detector" }, - "north": { "uv": [ 12.5, 14.5, 13.5, 15.5 ], "texture": "#anvil_base" }, - "south": { "uv": [ 2.5, 14.5, 3.5, 15.5 ], "texture": "#anvil_base" }, - "west": { "uv": [ 4.5, 14.5, 12, 15.5 ], "texture": "#anvil_base" }, - "east": { "uv": [ 4, 14.5, 11.5, 15.5 ], "texture": "#anvil_base" } - } -}, -{ - "from": [ 12.5, 0.5, 4.5 ], - "to": [ 13.5, 1.5, 12 ], - "faces": { - "down": { "uv": [ 3.5, 12, 2.5, 4.5 ], "texture": "#rail_detector" }, - "up": { "uv": [ 12.5, 4.5, 13.5, 12 ], "texture": "#rail_detector" }, - "north": { "uv": [ 2.5, 14.5, 3.5, 15.5 ], "texture": "#anvil_base" }, - "south": { "uv": [ 12.5, 14.5, 13.5, 15.5 ], "texture": "#anvil_base" }, - "west": { "uv": [ 4.5, 14.5, 12, 15.5 ], "texture": "#anvil_base" }, - "east": { "uv": [ 4, 14.5, 11.5, 15.5 ], "texture": "#anvil_base" } - } -}, -{ - "from": [ 2, 0.5, 5 ], - "to": [ 2.5, 1.5, 11.5 ], - "faces": { - "down": { "uv": [ 14, 11.5, 13.5, 5 ], "texture": "#rail_detector" }, - "up": { "uv": [ 2, 5, 2.5, 11.5 ], "texture": "#rail_detector" }, - "north": { "uv": [ 13.5, 14.5, 14, 15.5 ], "texture": "#anvil_base" }, - "south": { "uv": [ 2, 14.5, 2.5, 15.5 ], "texture": "#anvil_base" }, - "west": { "uv": [ 5, 14.5, 11.5, 15.5 ], "texture": "#anvil_base" }, - "east": { "uv": [ 4.5, 14.5, 11, 15.5 ], "texture": "#anvil_base" } - } -}, -{ - "from": [ 13.5, 0.5, 5 ], - "to": [ 14, 1.5, 11.5 ], - "faces": { - "down": { "uv": [ 2.5, 11.5, 2, 5 ], "texture": "#rail_detector" }, - "up": { "uv": [ 13.5, 5, 14, 11.5 ], "texture": "#rail_detector" }, - "north": { "uv": [ 2, 14.5, 2.5, 15.5 ], "texture": "#anvil_base" }, - "south": { "uv": [ 13.5, 14.5, 14, 15.5 ], "texture": "#anvil_base" }, - "west": { "uv": [ 5, 14.5, 11.5, 15.5 ], "texture": "#anvil_base" }, - "east": { "uv": [ 4.5, 14.5, 11, 15.5 ], "texture": "#anvil_base" } - } -}, -{ - "from": [ 4, 0.5, 4.5 ], - "to": [ 6, 1.5, 12 ], - "faces": { - "down": { "uv": [ 12, 12, 10, 4.5 ], "texture": "#rail_detector" }, - "up": { "uv": [ 4, 4.5, 6, 12 ], "texture": "#rail_detector" }, - "north": { "uv": [ 10, 14.5, 12, 15.5 ], "texture": "#anvil_base" }, - "south": { "uv": [ 4, 14.5, 6, 15.5 ], "texture": "#anvil_base" }, - "west": { "uv": [ 4.5, 14.5, 12, 15.5 ], "texture": "#anvil_base" }, - "east": { "uv": [ 4, 14.5, 11.5, 15.5 ], "texture": "#anvil_base" } - } -}, -{ - "from": [ 10, 0.5, 4.5 ], - "to": [ 12, 1.5, 12 ], - "faces": { - "down": { "uv": [ 6, 12, 4, 4.5 ], "texture": "#rail_detector" }, - "up": { "uv": [ 10, 4.5, 12, 12 ], "texture": "#rail_detector" }, - "north": { "uv": [ 4, 14.5, 6, 15.5 ], "texture": "#anvil_base" }, - "south": { "uv": [ 10, 14.5, 12, 15.5 ], "texture": "#anvil_base" }, - "west": { "uv": [ 4.5, 14.5, 12, 15.5 ], "texture": "#anvil_base" }, - "east": { "uv": [ 4, 14.5, 11.5, 15.5 ], "texture": "#anvil_base" } - } -}, -{ - "from": [ 6, 0.5, 5.5 ], - "to": [ 10, 1.5, 7 ], - "faces": { - "down": { "uv": [ 10, 7, 6, 5.5 ], "texture": "#rail_detector" }, - "up": { "uv": [ 6, 5.5, 10, 7 ], "texture": "#rail_detector" }, - "north": { "uv": [ 6, 14.5, 10, 15.5 ], "texture": "#anvil_base" }, - "south": { "uv": [ 6, 14.5, 10, 15.5 ], "texture": "#anvil_base" }, - "west": { "uv": [ 5.5, 14.5, 7, 15.5 ], "texture": "#anvil_base" }, - "east": { "uv": [ 9, 14.5, 10.5, 15.5 ], "texture": "#anvil_base" } - } -}, -{ - "from": [ 6, 0.5, 9.5 ], - "to": [ 10, 1.5, 11 ], - "faces": { - "down": { "uv": [ 10, 11, 6, 9.5 ], "texture": "#rail_detector" }, - "up": { "uv": [ 6, 9.5, 10, 11 ], "texture": "#rail_detector" }, - "north": { "uv": [ 6, 14.5, 10, 15.5 ], "texture": "#anvil_base" }, - "south": { "uv": [ 6, 14.5, 10, 15.5 ], "texture": "#anvil_base" }, - "west": { "uv": [ 9.5, 14.5, 11, 15.5 ], "texture": "#anvil_base" }, - "east": { "uv": [ 5, 14.5, 6.5, 15.5 ], "texture": "#anvil_base" } - } -} -] -} \ No newline at end of file +{"__comment":"Designed_by_Filmjolk","ambientocclusion":false,"textures":{"particle":"block/rail","texture":"block/rail","rail_detector":"block/detector_rail_on","anvil_base":"block/anvil"},"elements":[{"from":[1,0,12.875],"to":[15,0.5,14.125],"faces":{"down":{"uv":[1,14.5,15,13],"texture":"#texture"},"up":{"uv":[1,13,15,14.5],"texture":"#texture"},"north":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"south":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"west":{"uv":[7.5,14.5,9.5,15],"texture":"#texture"},"east":{"uv":[7,14.5,9,15],"texture":"#texture"}}},{"from":[1,0,1.875],"to":[15,0.5,3.125],"faces":{"down":{"uv":[1,3.5,15,2],"texture":"#texture"},"up":{"uv":[1,2,15,3.5],"texture":"#texture"},"north":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"south":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"west":{"uv":[7.5,14.5,9.5,15],"texture":"#texture"},"east":{"uv":[7,14.5,9,15],"texture":"#texture"}}},{"from":[1.5,0,1.5],"to":[14.5,0.5,3.5],"faces":{"down":{"uv":[1.5,4,14.5,1.5],"texture":"#texture"},"up":{"uv":[1.5,1.5,14.5,4],"texture":"#texture"},"north":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"south":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"west":{"uv":[7.5,14.5,9.5,15],"texture":"#texture"},"east":{"uv":[7.5,14.5,9.5,15],"texture":"#texture"}}},{"from":[1.5,0,12.5],"to":[14.5,0.5,14.5],"faces":{"down":{"uv":[1.5,15,14.5,12.5],"texture":"#texture"},"up":{"uv":[1.5,12.5,14.5,15],"texture":"#texture"},"north":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"south":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"west":{"uv":[7.5,14.5,9.5,15],"texture":"#texture"},"east":{"uv":[7,14.5,9,15],"texture":"#texture"}}},{"from":[11.5,0,0],"to":[13,1,16],"faces":{"down":{"uv":[11.5,16,13,0],"texture":"#texture"},"up":{"uv":[11.5,0,13,16],"texture":"#texture"},"north":{"uv":[3,15,3.5,15.5],"texture":"#texture"},"south":{"uv":[11.5,15,12,15.5],"texture":"#texture"},"west":{"uv":[3,8,3.5,8.5],"rotation":90,"texture":"#texture"},"east":{"uv":[4,8,4.5,8.5],"texture":"#texture"}}},{"from":[3,0,0],"to":[4.5,1,16],"faces":{"down":{"uv":[3,16,4.5,0],"texture":"#texture"},"up":{"uv":[3,0,4.5,16],"texture":"#texture"},"north":{"uv":[11.5,15,12,15.5],"texture":"#texture"},"south":{"uv":[4,11.5,4.5,12],"texture":"#texture"},"west":{"uv":[3,14,3.5,13.5],"rotation":90,"texture":"#texture"},"east":{"uv":[4,8.5,4.5,8],"texture":"#texture"}}},{"from":[2.5,0.5,4.5],"to":[3.5,1.5,12],"faces":{"down":{"uv":[13.5,12,12.5,4.5],"texture":"#rail_detector"},"up":{"uv":[2.5,4.5,3.5,12],"texture":"#rail_detector"},"north":{"uv":[12.5,14.5,13.5,15.5],"texture":"#anvil_base"},"south":{"uv":[2.5,14.5,3.5,15.5],"texture":"#anvil_base"},"west":{"uv":[4.5,14.5,12,15.5],"texture":"#anvil_base"},"east":{"uv":[4,14.5,11.5,15.5],"texture":"#anvil_base"}}},{"from":[12.5,0.5,4.5],"to":[13.5,1.5,12],"faces":{"down":{"uv":[3.5,12,2.5,4.5],"texture":"#rail_detector"},"up":{"uv":[12.5,4.5,13.5,12],"texture":"#rail_detector"},"north":{"uv":[2.5,14.5,3.5,15.5],"texture":"#anvil_base"},"south":{"uv":[12.5,14.5,13.5,15.5],"texture":"#anvil_base"},"west":{"uv":[4.5,14.5,12,15.5],"texture":"#anvil_base"},"east":{"uv":[4,14.5,11.5,15.5],"texture":"#anvil_base"}}},{"from":[2,0.5,5],"to":[2.5,1.5,11.5],"faces":{"down":{"uv":[14,11.5,13.5,5],"texture":"#rail_detector"},"up":{"uv":[2,5,2.5,11.5],"texture":"#rail_detector"},"north":{"uv":[13.5,14.5,14,15.5],"texture":"#anvil_base"},"south":{"uv":[2,14.5,2.5,15.5],"texture":"#anvil_base"},"west":{"uv":[5,14.5,11.5,15.5],"texture":"#anvil_base"},"east":{"uv":[4.5,14.5,11,15.5],"texture":"#anvil_base"}}},{"from":[13.5,0.5,5],"to":[14,1.5,11.5],"faces":{"down":{"uv":[2.5,11.5,2,5],"texture":"#rail_detector"},"up":{"uv":[13.5,5,14,11.5],"texture":"#rail_detector"},"north":{"uv":[2,14.5,2.5,15.5],"texture":"#anvil_base"},"south":{"uv":[13.5,14.5,14,15.5],"texture":"#anvil_base"},"west":{"uv":[5,14.5,11.5,15.5],"texture":"#anvil_base"},"east":{"uv":[4.5,14.5,11,15.5],"texture":"#anvil_base"}}},{"from":[4,0.5,4.5],"to":[6,1.5,12],"faces":{"down":{"uv":[12,12,10,4.5],"texture":"#rail_detector"},"up":{"uv":[4,4.5,6,12],"texture":"#rail_detector"},"north":{"uv":[10,14.5,12,15.5],"texture":"#anvil_base"},"south":{"uv":[4,14.5,6,15.5],"texture":"#anvil_base"},"west":{"uv":[4.5,14.5,12,15.5],"texture":"#anvil_base"},"east":{"uv":[4,14.5,11.5,15.5],"texture":"#anvil_base"}}},{"from":[10,0.5,4.5],"to":[12,1.5,12],"faces":{"down":{"uv":[6,12,4,4.5],"texture":"#rail_detector"},"up":{"uv":[10,4.5,12,12],"texture":"#rail_detector"},"north":{"uv":[4,14.5,6,15.5],"texture":"#anvil_base"},"south":{"uv":[10,14.5,12,15.5],"texture":"#anvil_base"},"west":{"uv":[4.5,14.5,12,15.5],"texture":"#anvil_base"},"east":{"uv":[4,14.5,11.5,15.5],"texture":"#anvil_base"}}},{"from":[6,0.5,5.5],"to":[10,1.5,7],"faces":{"down":{"uv":[10,7,6,5.5],"texture":"#rail_detector"},"up":{"uv":[6,5.5,10,7],"texture":"#rail_detector"},"north":{"uv":[6,14.5,10,15.5],"texture":"#anvil_base"},"south":{"uv":[6,14.5,10,15.5],"texture":"#anvil_base"},"west":{"uv":[5.5,14.5,7,15.5],"texture":"#anvil_base"},"east":{"uv":[9,14.5,10.5,15.5],"texture":"#anvil_base"}}},{"from":[6,0.5,9.5],"to":[10,1.5,11],"faces":{"down":{"uv":[10,11,6,9.5],"texture":"#rail_detector"},"up":{"uv":[6,9.5,10,11],"texture":"#rail_detector"},"north":{"uv":[6,14.5,10,15.5],"texture":"#anvil_base"},"south":{"uv":[6,14.5,10,15.5],"texture":"#anvil_base"},"west":{"uv":[9.5,14.5,11,15.5],"texture":"#anvil_base"},"east":{"uv":[5,14.5,6.5,15.5],"texture":"#anvil_base"}}}]} diff --git a/assets/minecraft/models/block/detector_rail_powered_raised_sw.json b/assets/minecraft/models/block/detector_rail_powered_raised_sw.json index b37c111..81201b1 100755 --- a/assets/minecraft/models/block/detector_rail_powered_raised_sw.json +++ b/assets/minecraft/models/block/detector_rail_powered_raised_sw.json @@ -1,194 +1 @@ -{ -"__comment": "Designed by Filmjolk", -"ambientocclusion": false, -"textures": { - "particle": "blocks/rail_normal", - "texture": "blocks/rail_normal", - "rail_detector": "blocks/rail_detector_powered", - "anvil_base": "blocks/anvil_base" -}, -"elements": [ -{ - "from": [ 3, -0.22, -0.2 ], - "to": [ 4.5, 0.78, 22.8 ], - "rotation": { "origin": [ 3, 0.78, -0.2 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 3, 16, 4.5, 0 ], "texture": "#texture" }, - "up": { "uv": [ 3, 0, 4.5, 16 ], "texture": "#texture" }, - "north": { "uv": [ 11.5, 15, 12, 15.5 ], "texture": "#texture" }, - "south": { "uv": [ 4, 11.5, 4.5, 12 ], "texture": "#texture" }, - "west": { "uv": [ 3, 14, 3.5, 13.5 ], "rotation": 90, "texture": "#texture" }, - "east": { "uv": [ 4, 8.5, 4.5, 8 ], "texture": "#texture" } - } -}, -{ - "from": [ 11.5, -0.22, -0.2 ], - "to": [ 13, 0.78, 22.8 ], - "rotation": { "origin": [ 11.5, 0.78, -0.2 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 11.5, 16, 13, 0 ], "texture": "#texture" }, - "up": { "uv": [ 11.5, 0, 13, 16 ], "texture": "#texture" }, - "north": { "uv": [ 3, 15, 3.5, 15.5 ], "texture": "#texture" }, - "south": { "uv": [ 11.5, 15, 12, 15.5 ], "texture": "#texture" }, - "west": { "uv": [ 3, 8, 3.5, 8.5 ], "rotation": 90, "texture": "#texture" }, - "east": { "uv": [ 4, 8, 4.5, 8.5 ], "texture": "#texture" } - } -}, -{ - "from": [ 1.5, 11.78, 12.3 ], - "to": [ 14.5, 12.28, 14.3 ], - "rotation": { "origin": [ 1.5, 12.28, 12.3 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 1.5, 15, 14.5, 12.5 ], "texture": "#texture" }, - "up": { "uv": [ 1.5, 12.5, 14.5, 15 ], "texture": "#texture" }, - "north": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "west": { "uv": [ 7.5, 14.5, 9.5, 15 ], "texture": "#texture" }, - "east": { "uv": [ 7, 14.5, 9, 15 ], "texture": "#texture" } - } -}, -{ - "from": [ 1, 2.53, 3.05 ], - "to": [ 15, 3.03, 4.3 ], - "rotation": { "origin": [ 1, 3.03, 3.05 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 1, 3.5, 15, 2 ], "texture": "#texture" }, - "up": { "uv": [ 1, 2, 15, 3.5 ], "texture": "#texture" }, - "north": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "west": { "uv": [ 7.5, 14.5, 9.5, 15 ], "texture": "#texture" }, - "east": { "uv": [ 7, 14.5, 9, 15 ], "texture": "#texture" } - } -}, -{ - "from": [ 1.5, 2.28, 2.8 ], - "to": [ 14.5, 2.78, 4.8 ], - "rotation": { "origin": [ 1.5, 2.78, 2.8 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 1.5, 4, 14.5, 1.5 ], "texture": "#texture" }, - "up": { "uv": [ 1.5, 1.5, 14.5, 4 ], "texture": "#texture" }, - "north": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "west": { "uv": [ 7.5, 14.5, 9.5, 15 ], "texture": "#texture" }, - "east": { "uv": [ 7.5, 14.5, 9.5, 15 ], "texture": "#texture" } - } -}, -{ - "from": [ 1, 12.03, 12.55 ], - "to": [ 15, 12.53, 13.8 ], - "rotation": { "origin": [ 1, 12.53, 12.55 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 1, 14.5, 15, 13 ], "texture": "#texture" }, - "up": { "uv": [ 1, 13, 15, 14.5 ], "texture": "#texture" }, - "north": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "west": { "uv": [ 7.5, 14.5, 9.5, 15 ], "texture": "#texture" }, - "east": { "uv": [ 7, 14.5, 9, 15 ], "texture": "#texture" } - } -}, -{ - "from": [ 2.5, 5.5, 5 ], - "to": [ 3.5, 6.5, 12.5 ], - "rotation": { "origin": [ 2.5, 6.5, 5 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 13.5, 12, 12.5, 4.5 ], "texture": "#rail_detector" }, - "up": { "uv": [ 2.5, 4.5, 3.5, 12 ], "texture": "#rail_detector" }, - "north": { "uv": [ 12.5, 14.5, 13.5, 15.5 ], "texture": "#anvil_base" }, - "south": { "uv": [ 2.5, 14.5, 3.5, 15.5 ], "texture": "#anvil_base" }, - "west": { "uv": [ 4.5, 14.5, 12, 15.5 ], "texture": "#anvil_base" }, - "east": { "uv": [ 4, 14.5, 11.5, 15.5 ], "texture": "#anvil_base" } - } -}, -{ - "from": [ 12.5, 5.5, 5 ], - "to": [ 13.5, 6.5, 12.5 ], - "rotation": { "origin": [ 12.5, 6.5, 5 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 3.5, 12, 2.5, 4.5 ], "texture": "#rail_detector" }, - "up": { "uv": [ 12.5, 4.5, 13.5, 12 ], "texture": "#rail_detector" }, - "north": { "uv": [ 2.5, 14.5, 3.5, 15.5 ], "texture": "#anvil_base" }, - "south": { "uv": [ 12.5, 14.5, 13.5, 15.5 ], "texture": "#anvil_base" }, - "west": { "uv": [ 4.5, 14.5, 12, 15.5 ], "texture": "#anvil_base" }, - "east": { "uv": [ 4, 14.5, 11.5, 15.5 ], "texture": "#anvil_base" } - } -}, -{ - "from": [ 2, 6, 5.5 ], - "to": [ 2.5, 7, 12 ], - "rotation": { "origin": [ 2, 7, 5.5 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 14, 11.5, 13.5, 5 ], "texture": "#rail_detector" }, - "up": { "uv": [ 2, 5, 2.5, 11.5 ], "texture": "#rail_detector" }, - "north": { "uv": [ 13.5, 14.5, 14, 15.5 ], "texture": "#anvil_base" }, - "south": { "uv": [ 2, 14.5, 2.5, 15.5 ], "texture": "#anvil_base" }, - "west": { "uv": [ 5, 14.5, 11.5, 15.5 ], "texture": "#anvil_base" }, - "east": { "uv": [ 4.5, 14.5, 11, 15.5 ], "texture": "#anvil_base" } - } -}, -{ - "from": [ 13.5, 6, 5.5 ], - "to": [ 14, 7, 12 ], - "rotation": { "origin": [ 13.5, 7, 5.5 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 2.5, 11.5, 2, 5 ], "texture": "#rail_detector" }, - "up": { "uv": [ 13.5, 5, 14, 11.5 ], "texture": "#rail_detector" }, - "north": { "uv": [ 2, 14.5, 2.5, 15.5 ], "texture": "#anvil_base" }, - "south": { "uv": [ 13.5, 14.5, 14, 15.5 ], "texture": "#anvil_base" }, - "west": { "uv": [ 5, 14.5, 11.5, 15.5 ], "texture": "#anvil_base" }, - "east": { "uv": [ 4.5, 14.5, 11, 15.5 ], "texture": "#anvil_base" } - } -}, -{ - "from": [ 4, 5.5, 5 ], - "to": [ 6, 6.5, 12.5 ], - "rotation": { "origin": [ 4, 6.5, 5 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 12, 12, 10, 4.5 ], "texture": "#rail_detector" }, - "up": { "uv": [ 4, 4.5, 6, 12 ], "texture": "#rail_detector" }, - "north": { "uv": [ 10, 14.5, 12, 15.5 ], "texture": "#anvil_base" }, - "south": { "uv": [ 4, 14.5, 6, 15.5 ], "texture": "#anvil_base" }, - "west": { "uv": [ 4.5, 14.5, 12, 15.5 ], "texture": "#anvil_base" }, - "east": { "uv": [ 4, 14.5, 11.5, 15.5 ], "texture": "#anvil_base" } - } -}, -{ - "from": [ 10, 5.5, 5 ], - "to": [ 12, 6.5, 12.5 ], - "rotation": { "origin": [ 10, 6.5, 5 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 6, 12, 4, 4.5 ], "texture": "#rail_detector" }, - "up": { "uv": [ 10, 4.5, 12, 12 ], "texture": "#rail_detector" }, - "north": { "uv": [ 4, 14.5, 6, 15.5 ], "texture": "#anvil_base" }, - "south": { "uv": [ 10, 14.5, 12, 15.5 ], "texture": "#anvil_base" }, - "west": { "uv": [ 4.5, 14.5, 12, 15.5 ], "texture": "#anvil_base" }, - "east": { "uv": [ 4, 14.5, 11.5, 15.5 ], "texture": "#anvil_base" } - } -}, -{ - "from": [ 6, 6.5, 6.5 ], - "to": [ 10, 7, 8 ], - "rotation": { "origin": [ 6, 7, 6.5 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 10, 7, 6, 5.5 ], "texture": "#rail_detector" }, - "up": { "uv": [ 6, 5.5, 10, 7 ], "texture": "#rail_detector" }, - "north": { "uv": [ 6, 14.5, 10, 15.5 ], "texture": "#anvil_base" }, - "south": { "uv": [ 6, 14.5, 10, 15.5 ], "texture": "#anvil_base" }, - "west": { "uv": [ 5.5, 14.5, 7, 15.5 ], "texture": "#anvil_base" }, - "east": { "uv": [ 9, 14.5, 10.5, 15.5 ], "texture": "#anvil_base" } - } -}, -{ - "from": [ 6, 9, 9 ], - "to": [ 10, 9.5, 10.5 ], - "rotation": { "origin": [ 6, 9.5, 9 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 10, 11, 6, 9.5 ], "texture": "#rail_detector" }, - "up": { "uv": [ 6, 9.5, 10, 11 ], "texture": "#rail_detector" }, - "north": { "uv": [ 6, 14.5, 10, 15.5 ], "texture": "#anvil_base" }, - "south": { "uv": [ 6, 14.5, 10, 15.5 ], "texture": "#anvil_base" }, - "west": { "uv": [ 9.5, 14.5, 11, 15.5 ], "texture": "#anvil_base" }, - "east": { "uv": [ 5, 14.5, 6.5, 15.5 ], "texture": "#anvil_base" } - } -} -] -} \ No newline at end of file +{"__comment":"Designed_by_Filmjolk","ambientocclusion":false,"textures":{"particle":"block/rail","texture":"block/rail","rail_detector":"block/detector_rail_on","anvil_base":"block/anvil"},"elements":[{"from":[3,-0.22,-0.2],"to":[4.5,0.78,22.8],"rotation":{"origin":[3,0.78,-0.2],"axis":"x","angle":-45},"faces":{"down":{"uv":[3,16,4.5,0],"texture":"#texture"},"up":{"uv":[3,0,4.5,16],"texture":"#texture"},"north":{"uv":[11.5,15,12,15.5],"texture":"#texture"},"south":{"uv":[4,11.5,4.5,12],"texture":"#texture"},"west":{"uv":[3,14,3.5,13.5],"rotation":90,"texture":"#texture"},"east":{"uv":[4,8.5,4.5,8],"texture":"#texture"}}},{"from":[11.5,-0.22,-0.2],"to":[13,0.78,22.8],"rotation":{"origin":[11.5,0.78,-0.2],"axis":"x","angle":-45},"faces":{"down":{"uv":[11.5,16,13,0],"texture":"#texture"},"up":{"uv":[11.5,0,13,16],"texture":"#texture"},"north":{"uv":[3,15,3.5,15.5],"texture":"#texture"},"south":{"uv":[11.5,15,12,15.5],"texture":"#texture"},"west":{"uv":[3,8,3.5,8.5],"rotation":90,"texture":"#texture"},"east":{"uv":[4,8,4.5,8.5],"texture":"#texture"}}},{"from":[1.5,11.78,12.3],"to":[14.5,12.28,14.3],"rotation":{"origin":[1.5,12.28,12.3],"axis":"x","angle":-45},"faces":{"down":{"uv":[1.5,15,14.5,12.5],"texture":"#texture"},"up":{"uv":[1.5,12.5,14.5,15],"texture":"#texture"},"north":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"south":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"west":{"uv":[7.5,14.5,9.5,15],"texture":"#texture"},"east":{"uv":[7,14.5,9,15],"texture":"#texture"}}},{"from":[1,2.53,3.05],"to":[15,3.03,4.3],"rotation":{"origin":[1,3.03,3.05],"axis":"x","angle":-45},"faces":{"down":{"uv":[1,3.5,15,2],"texture":"#texture"},"up":{"uv":[1,2,15,3.5],"texture":"#texture"},"north":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"south":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"west":{"uv":[7.5,14.5,9.5,15],"texture":"#texture"},"east":{"uv":[7,14.5,9,15],"texture":"#texture"}}},{"from":[1.5,2.28,2.8],"to":[14.5,2.78,4.8],"rotation":{"origin":[1.5,2.78,2.8],"axis":"x","angle":-45},"faces":{"down":{"uv":[1.5,4,14.5,1.5],"texture":"#texture"},"up":{"uv":[1.5,1.5,14.5,4],"texture":"#texture"},"north":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"south":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"west":{"uv":[7.5,14.5,9.5,15],"texture":"#texture"},"east":{"uv":[7.5,14.5,9.5,15],"texture":"#texture"}}},{"from":[1,12.03,12.55],"to":[15,12.53,13.8],"rotation":{"origin":[1,12.53,12.55],"axis":"x","angle":-45},"faces":{"down":{"uv":[1,14.5,15,13],"texture":"#texture"},"up":{"uv":[1,13,15,14.5],"texture":"#texture"},"north":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"south":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"west":{"uv":[7.5,14.5,9.5,15],"texture":"#texture"},"east":{"uv":[7,14.5,9,15],"texture":"#texture"}}},{"from":[2.5,5.5,5],"to":[3.5,6.5,12.5],"rotation":{"origin":[2.5,6.5,5],"axis":"x","angle":-45},"faces":{"down":{"uv":[13.5,12,12.5,4.5],"texture":"#rail_detector"},"up":{"uv":[2.5,4.5,3.5,12],"texture":"#rail_detector"},"north":{"uv":[12.5,14.5,13.5,15.5],"texture":"#anvil_base"},"south":{"uv":[2.5,14.5,3.5,15.5],"texture":"#anvil_base"},"west":{"uv":[4.5,14.5,12,15.5],"texture":"#anvil_base"},"east":{"uv":[4,14.5,11.5,15.5],"texture":"#anvil_base"}}},{"from":[12.5,5.5,5],"to":[13.5,6.5,12.5],"rotation":{"origin":[12.5,6.5,5],"axis":"x","angle":-45},"faces":{"down":{"uv":[3.5,12,2.5,4.5],"texture":"#rail_detector"},"up":{"uv":[12.5,4.5,13.5,12],"texture":"#rail_detector"},"north":{"uv":[2.5,14.5,3.5,15.5],"texture":"#anvil_base"},"south":{"uv":[12.5,14.5,13.5,15.5],"texture":"#anvil_base"},"west":{"uv":[4.5,14.5,12,15.5],"texture":"#anvil_base"},"east":{"uv":[4,14.5,11.5,15.5],"texture":"#anvil_base"}}},{"from":[2,6,5.5],"to":[2.5,7,12],"rotation":{"origin":[2,7,5.5],"axis":"x","angle":-45},"faces":{"down":{"uv":[14,11.5,13.5,5],"texture":"#rail_detector"},"up":{"uv":[2,5,2.5,11.5],"texture":"#rail_detector"},"north":{"uv":[13.5,14.5,14,15.5],"texture":"#anvil_base"},"south":{"uv":[2,14.5,2.5,15.5],"texture":"#anvil_base"},"west":{"uv":[5,14.5,11.5,15.5],"texture":"#anvil_base"},"east":{"uv":[4.5,14.5,11,15.5],"texture":"#anvil_base"}}},{"from":[13.5,6,5.5],"to":[14,7,12],"rotation":{"origin":[13.5,7,5.5],"axis":"x","angle":-45},"faces":{"down":{"uv":[2.5,11.5,2,5],"texture":"#rail_detector"},"up":{"uv":[13.5,5,14,11.5],"texture":"#rail_detector"},"north":{"uv":[2,14.5,2.5,15.5],"texture":"#anvil_base"},"south":{"uv":[13.5,14.5,14,15.5],"texture":"#anvil_base"},"west":{"uv":[5,14.5,11.5,15.5],"texture":"#anvil_base"},"east":{"uv":[4.5,14.5,11,15.5],"texture":"#anvil_base"}}},{"from":[4,5.5,5],"to":[6,6.5,12.5],"rotation":{"origin":[4,6.5,5],"axis":"x","angle":-45},"faces":{"down":{"uv":[12,12,10,4.5],"texture":"#rail_detector"},"up":{"uv":[4,4.5,6,12],"texture":"#rail_detector"},"north":{"uv":[10,14.5,12,15.5],"texture":"#anvil_base"},"south":{"uv":[4,14.5,6,15.5],"texture":"#anvil_base"},"west":{"uv":[4.5,14.5,12,15.5],"texture":"#anvil_base"},"east":{"uv":[4,14.5,11.5,15.5],"texture":"#anvil_base"}}},{"from":[10,5.5,5],"to":[12,6.5,12.5],"rotation":{"origin":[10,6.5,5],"axis":"x","angle":-45},"faces":{"down":{"uv":[6,12,4,4.5],"texture":"#rail_detector"},"up":{"uv":[10,4.5,12,12],"texture":"#rail_detector"},"north":{"uv":[4,14.5,6,15.5],"texture":"#anvil_base"},"south":{"uv":[10,14.5,12,15.5],"texture":"#anvil_base"},"west":{"uv":[4.5,14.5,12,15.5],"texture":"#anvil_base"},"east":{"uv":[4,14.5,11.5,15.5],"texture":"#anvil_base"}}},{"from":[6,6.5,6.5],"to":[10,7,8],"rotation":{"origin":[6,7,6.5],"axis":"x","angle":-45},"faces":{"down":{"uv":[10,7,6,5.5],"texture":"#rail_detector"},"up":{"uv":[6,5.5,10,7],"texture":"#rail_detector"},"north":{"uv":[6,14.5,10,15.5],"texture":"#anvil_base"},"south":{"uv":[6,14.5,10,15.5],"texture":"#anvil_base"},"west":{"uv":[5.5,14.5,7,15.5],"texture":"#anvil_base"},"east":{"uv":[9,14.5,10.5,15.5],"texture":"#anvil_base"}}},{"from":[6,9,9],"to":[10,9.5,10.5],"rotation":{"origin":[6,9.5,9],"axis":"x","angle":-45},"faces":{"down":{"uv":[10,11,6,9.5],"texture":"#rail_detector"},"up":{"uv":[6,9.5,10,11],"texture":"#rail_detector"},"north":{"uv":[6,14.5,10,15.5],"texture":"#anvil_base"},"south":{"uv":[6,14.5,10,15.5],"texture":"#anvil_base"},"west":{"uv":[9.5,14.5,11,15.5],"texture":"#anvil_base"},"east":{"uv":[5,14.5,6.5,15.5],"texture":"#anvil_base"}}}]} diff --git a/assets/minecraft/models/block/detector_rail_raised_sw.json b/assets/minecraft/models/block/detector_rail_raised_sw.json index ea3b529..b52b7a7 100755 --- a/assets/minecraft/models/block/detector_rail_raised_sw.json +++ b/assets/minecraft/models/block/detector_rail_raised_sw.json @@ -1,194 +1 @@ -{ -"__comment": "Designed by Filmjolk", -"ambientocclusion": false, -"textures": { - "particle": "blocks/rail_normal", - "texture": "blocks/rail_normal", - "rail_detector": "blocks/rail_detector", - "anvil_base": "blocks/anvil_base" -}, -"elements": [ -{ - "from": [ 3, -0.22, -0.2 ], - "to": [ 4.5, 0.78, 22.8 ], - "rotation": { "origin": [ 3, 0.78, -0.2 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 3, 16, 4.5, 0 ], "texture": "#texture" }, - "up": { "uv": [ 3, 0, 4.5, 16 ], "texture": "#texture" }, - "north": { "uv": [ 11.5, 15, 12, 15.5 ], "texture": "#texture" }, - "south": { "uv": [ 4, 11.5, 4.5, 12 ], "texture": "#texture" }, - "west": { "uv": [ 3, 14, 3.5, 13.5 ], "rotation": 90, "texture": "#texture" }, - "east": { "uv": [ 4, 8.5, 4.5, 8 ], "texture": "#texture" } - } -}, -{ - "from": [ 11.5, -0.22, -0.2 ], - "to": [ 13, 0.78, 22.8 ], - "rotation": { "origin": [ 11.5, 0.78, -0.2 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 11.5, 16, 13, 0 ], "texture": "#texture" }, - "up": { "uv": [ 11.5, 0, 13, 16 ], "texture": "#texture" }, - "north": { "uv": [ 3, 15, 3.5, 15.5 ], "texture": "#texture" }, - "south": { "uv": [ 11.5, 15, 12, 15.5 ], "texture": "#texture" }, - "west": { "uv": [ 3, 8, 3.5, 8.5 ], "rotation": 90, "texture": "#texture" }, - "east": { "uv": [ 4, 8, 4.5, 8.5 ], "texture": "#texture" } - } -}, -{ - "from": [ 1.5, 11.78, 12.3 ], - "to": [ 14.5, 12.28, 14.3 ], - "rotation": { "origin": [ 1.5, 12.28, 12.3 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 1.5, 15, 14.5, 12.5 ], "texture": "#texture" }, - "up": { "uv": [ 1.5, 12.5, 14.5, 15 ], "texture": "#texture" }, - "north": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "west": { "uv": [ 7.5, 14.5, 9.5, 15 ], "texture": "#texture" }, - "east": { "uv": [ 7, 14.5, 9, 15 ], "texture": "#texture" } - } -}, -{ - "from": [ 1, 2.53, 3.05 ], - "to": [ 15, 3.03, 4.3 ], - "rotation": { "origin": [ 1, 3.03, 3.05 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 1, 3.5, 15, 2 ], "texture": "#texture" }, - "up": { "uv": [ 1, 2, 15, 3.5 ], "texture": "#texture" }, - "north": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "west": { "uv": [ 7.5, 14.5, 9.5, 15 ], "texture": "#texture" }, - "east": { "uv": [ 7, 14.5, 9, 15 ], "texture": "#texture" } - } -}, -{ - "from": [ 1.5, 2.28, 2.8 ], - "to": [ 14.5, 2.78, 4.8 ], - "rotation": { "origin": [ 1.5, 2.78, 2.8 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 1.5, 4, 14.5, 1.5 ], "texture": "#texture" }, - "up": { "uv": [ 1.5, 1.5, 14.5, 4 ], "texture": "#texture" }, - "north": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "west": { "uv": [ 7.5, 14.5, 9.5, 15 ], "texture": "#texture" }, - "east": { "uv": [ 7.5, 14.5, 9.5, 15 ], "texture": "#texture" } - } -}, -{ - "from": [ 1, 12.03, 12.55 ], - "to": [ 15, 12.53, 13.8 ], - "rotation": { "origin": [ 1, 12.53, 12.55 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 1, 14.5, 15, 13 ], "texture": "#texture" }, - "up": { "uv": [ 1, 13, 15, 14.5 ], "texture": "#texture" }, - "north": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "west": { "uv": [ 7.5, 14.5, 9.5, 15 ], "texture": "#texture" }, - "east": { "uv": [ 7, 14.5, 9, 15 ], "texture": "#texture" } - } -}, -{ - "from": [ 2.5, 5.5, 5 ], - "to": [ 3.5, 6.5, 12.5 ], - "rotation": { "origin": [ 2.5, 6.5, 5 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 13.5, 12, 12.5, 4.5 ], "texture": "#rail_detector" }, - "up": { "uv": [ 2.5, 4.5, 3.5, 12 ], "texture": "#rail_detector" }, - "north": { "uv": [ 12.5, 14.5, 13.5, 15.5 ], "texture": "#anvil_base" }, - "south": { "uv": [ 2.5, 14.5, 3.5, 15.5 ], "texture": "#anvil_base" }, - "west": { "uv": [ 4.5, 14.5, 12, 15.5 ], "texture": "#anvil_base" }, - "east": { "uv": [ 4, 14.5, 11.5, 15.5 ], "texture": "#anvil_base" } - } -}, -{ - "from": [ 12.5, 5.5, 5 ], - "to": [ 13.5, 6.5, 12.5 ], - "rotation": { "origin": [ 12.5, 6.5, 5 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 3.5, 12, 2.5, 4.5 ], "texture": "#rail_detector" }, - "up": { "uv": [ 12.5, 4.5, 13.5, 12 ], "texture": "#rail_detector" }, - "north": { "uv": [ 2.5, 14.5, 3.5, 15.5 ], "texture": "#anvil_base" }, - "south": { "uv": [ 12.5, 14.5, 13.5, 15.5 ], "texture": "#anvil_base" }, - "west": { "uv": [ 4.5, 14.5, 12, 15.5 ], "texture": "#anvil_base" }, - "east": { "uv": [ 4, 14.5, 11.5, 15.5 ], "texture": "#anvil_base" } - } -}, -{ - "from": [ 2, 6, 5.5 ], - "to": [ 2.5, 7, 12 ], - "rotation": { "origin": [ 2, 7, 5.5 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 14, 11.5, 13.5, 5 ], "texture": "#rail_detector" }, - "up": { "uv": [ 2, 5, 2.5, 11.5 ], "texture": "#rail_detector" }, - "north": { "uv": [ 13.5, 14.5, 14, 15.5 ], "texture": "#anvil_base" }, - "south": { "uv": [ 2, 14.5, 2.5, 15.5 ], "texture": "#anvil_base" }, - "west": { "uv": [ 5, 14.5, 11.5, 15.5 ], "texture": "#anvil_base" }, - "east": { "uv": [ 4.5, 14.5, 11, 15.5 ], "texture": "#anvil_base" } - } -}, -{ - "from": [ 13.5, 6, 5.5 ], - "to": [ 14, 7, 12 ], - "rotation": { "origin": [ 13.5, 7, 5.5 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 2.5, 11.5, 2, 5 ], "texture": "#rail_detector" }, - "up": { "uv": [ 13.5, 5, 14, 11.5 ], "texture": "#rail_detector" }, - "north": { "uv": [ 2, 14.5, 2.5, 15.5 ], "texture": "#anvil_base" }, - "south": { "uv": [ 13.5, 14.5, 14, 15.5 ], "texture": "#anvil_base" }, - "west": { "uv": [ 5, 14.5, 11.5, 15.5 ], "texture": "#anvil_base" }, - "east": { "uv": [ 4.5, 14.5, 11, 15.5 ], "texture": "#anvil_base" } - } -}, -{ - "from": [ 4, 5.5, 5 ], - "to": [ 6, 6.5, 12.5 ], - "rotation": { "origin": [ 4, 6.5, 5 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 12, 12, 10, 4.5 ], "texture": "#rail_detector" }, - "up": { "uv": [ 4, 4.5, 6, 12 ], "texture": "#rail_detector" }, - "north": { "uv": [ 10, 14.5, 12, 15.5 ], "texture": "#anvil_base" }, - "south": { "uv": [ 4, 14.5, 6, 15.5 ], "texture": "#anvil_base" }, - "west": { "uv": [ 4.5, 14.5, 12, 15.5 ], "texture": "#anvil_base" }, - "east": { "uv": [ 4, 14.5, 11.5, 15.5 ], "texture": "#anvil_base" } - } -}, -{ - "from": [ 10, 5.5, 5 ], - "to": [ 12, 6.5, 12.5 ], - "rotation": { "origin": [ 10, 6.5, 5 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 6, 12, 4, 4.5 ], "texture": "#rail_detector" }, - "up": { "uv": [ 10, 4.5, 12, 12 ], "texture": "#rail_detector" }, - "north": { "uv": [ 4, 14.5, 6, 15.5 ], "texture": "#anvil_base" }, - "south": { "uv": [ 10, 14.5, 12, 15.5 ], "texture": "#anvil_base" }, - "west": { "uv": [ 4.5, 14.5, 12, 15.5 ], "texture": "#anvil_base" }, - "east": { "uv": [ 4, 14.5, 11.5, 15.5 ], "texture": "#anvil_base" } - } -}, -{ - "from": [ 6, 6.5, 6.5 ], - "to": [ 10, 7, 8 ], - "rotation": { "origin": [ 6, 7, 6.5 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 10, 7, 6, 5.5 ], "texture": "#rail_detector" }, - "up": { "uv": [ 6, 5.5, 10, 7 ], "texture": "#rail_detector" }, - "north": { "uv": [ 6, 14.5, 10, 15.5 ], "texture": "#anvil_base" }, - "south": { "uv": [ 6, 14.5, 10, 15.5 ], "texture": "#anvil_base" }, - "west": { "uv": [ 5.5, 14.5, 7, 15.5 ], "texture": "#anvil_base" }, - "east": { "uv": [ 9, 14.5, 10.5, 15.5 ], "texture": "#anvil_base" } - } -}, -{ - "from": [ 6, 9, 9 ], - "to": [ 10, 9.5, 10.5 ], - "rotation": { "origin": [ 6, 9.5, 9 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 10, 11, 6, 9.5 ], "texture": "#rail_detector" }, - "up": { "uv": [ 6, 9.5, 10, 11 ], "texture": "#rail_detector" }, - "north": { "uv": [ 6, 14.5, 10, 15.5 ], "texture": "#anvil_base" }, - "south": { "uv": [ 6, 14.5, 10, 15.5 ], "texture": "#anvil_base" }, - "west": { "uv": [ 9.5, 14.5, 11, 15.5 ], "texture": "#anvil_base" }, - "east": { "uv": [ 5, 14.5, 6.5, 15.5 ], "texture": "#anvil_base" } - } -} -] -} \ No newline at end of file +{"__comment":"Designed_by_Filmjolk","ambientocclusion":false,"textures":{"particle":"block/rail","texture":"block/rail","rail_detector":"block/detector_rail","anvil_base":"block/anvil"},"elements":[{"from":[3,-0.22,-0.2],"to":[4.5,0.78,22.8],"rotation":{"origin":[3,0.78,-0.2],"axis":"x","angle":-45},"faces":{"down":{"uv":[3,16,4.5,0],"texture":"#texture"},"up":{"uv":[3,0,4.5,16],"texture":"#texture"},"north":{"uv":[11.5,15,12,15.5],"texture":"#texture"},"south":{"uv":[4,11.5,4.5,12],"texture":"#texture"},"west":{"uv":[3,14,3.5,13.5],"rotation":90,"texture":"#texture"},"east":{"uv":[4,8.5,4.5,8],"texture":"#texture"}}},{"from":[11.5,-0.22,-0.2],"to":[13,0.78,22.8],"rotation":{"origin":[11.5,0.78,-0.2],"axis":"x","angle":-45},"faces":{"down":{"uv":[11.5,16,13,0],"texture":"#texture"},"up":{"uv":[11.5,0,13,16],"texture":"#texture"},"north":{"uv":[3,15,3.5,15.5],"texture":"#texture"},"south":{"uv":[11.5,15,12,15.5],"texture":"#texture"},"west":{"uv":[3,8,3.5,8.5],"rotation":90,"texture":"#texture"},"east":{"uv":[4,8,4.5,8.5],"texture":"#texture"}}},{"from":[1.5,11.78,12.3],"to":[14.5,12.28,14.3],"rotation":{"origin":[1.5,12.28,12.3],"axis":"x","angle":-45},"faces":{"down":{"uv":[1.5,15,14.5,12.5],"texture":"#texture"},"up":{"uv":[1.5,12.5,14.5,15],"texture":"#texture"},"north":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"south":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"west":{"uv":[7.5,14.5,9.5,15],"texture":"#texture"},"east":{"uv":[7,14.5,9,15],"texture":"#texture"}}},{"from":[1,2.53,3.05],"to":[15,3.03,4.3],"rotation":{"origin":[1,3.03,3.05],"axis":"x","angle":-45},"faces":{"down":{"uv":[1,3.5,15,2],"texture":"#texture"},"up":{"uv":[1,2,15,3.5],"texture":"#texture"},"north":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"south":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"west":{"uv":[7.5,14.5,9.5,15],"texture":"#texture"},"east":{"uv":[7,14.5,9,15],"texture":"#texture"}}},{"from":[1.5,2.28,2.8],"to":[14.5,2.78,4.8],"rotation":{"origin":[1.5,2.78,2.8],"axis":"x","angle":-45},"faces":{"down":{"uv":[1.5,4,14.5,1.5],"texture":"#texture"},"up":{"uv":[1.5,1.5,14.5,4],"texture":"#texture"},"north":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"south":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"west":{"uv":[7.5,14.5,9.5,15],"texture":"#texture"},"east":{"uv":[7.5,14.5,9.5,15],"texture":"#texture"}}},{"from":[1,12.03,12.55],"to":[15,12.53,13.8],"rotation":{"origin":[1,12.53,12.55],"axis":"x","angle":-45},"faces":{"down":{"uv":[1,14.5,15,13],"texture":"#texture"},"up":{"uv":[1,13,15,14.5],"texture":"#texture"},"north":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"south":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"west":{"uv":[7.5,14.5,9.5,15],"texture":"#texture"},"east":{"uv":[7,14.5,9,15],"texture":"#texture"}}},{"from":[2.5,5.5,5],"to":[3.5,6.5,12.5],"rotation":{"origin":[2.5,6.5,5],"axis":"x","angle":-45},"faces":{"down":{"uv":[13.5,12,12.5,4.5],"texture":"#rail_detector"},"up":{"uv":[2.5,4.5,3.5,12],"texture":"#rail_detector"},"north":{"uv":[12.5,14.5,13.5,15.5],"texture":"#anvil_base"},"south":{"uv":[2.5,14.5,3.5,15.5],"texture":"#anvil_base"},"west":{"uv":[4.5,14.5,12,15.5],"texture":"#anvil_base"},"east":{"uv":[4,14.5,11.5,15.5],"texture":"#anvil_base"}}},{"from":[12.5,5.5,5],"to":[13.5,6.5,12.5],"rotation":{"origin":[12.5,6.5,5],"axis":"x","angle":-45},"faces":{"down":{"uv":[3.5,12,2.5,4.5],"texture":"#rail_detector"},"up":{"uv":[12.5,4.5,13.5,12],"texture":"#rail_detector"},"north":{"uv":[2.5,14.5,3.5,15.5],"texture":"#anvil_base"},"south":{"uv":[12.5,14.5,13.5,15.5],"texture":"#anvil_base"},"west":{"uv":[4.5,14.5,12,15.5],"texture":"#anvil_base"},"east":{"uv":[4,14.5,11.5,15.5],"texture":"#anvil_base"}}},{"from":[2,6,5.5],"to":[2.5,7,12],"rotation":{"origin":[2,7,5.5],"axis":"x","angle":-45},"faces":{"down":{"uv":[14,11.5,13.5,5],"texture":"#rail_detector"},"up":{"uv":[2,5,2.5,11.5],"texture":"#rail_detector"},"north":{"uv":[13.5,14.5,14,15.5],"texture":"#anvil_base"},"south":{"uv":[2,14.5,2.5,15.5],"texture":"#anvil_base"},"west":{"uv":[5,14.5,11.5,15.5],"texture":"#anvil_base"},"east":{"uv":[4.5,14.5,11,15.5],"texture":"#anvil_base"}}},{"from":[13.5,6,5.5],"to":[14,7,12],"rotation":{"origin":[13.5,7,5.5],"axis":"x","angle":-45},"faces":{"down":{"uv":[2.5,11.5,2,5],"texture":"#rail_detector"},"up":{"uv":[13.5,5,14,11.5],"texture":"#rail_detector"},"north":{"uv":[2,14.5,2.5,15.5],"texture":"#anvil_base"},"south":{"uv":[13.5,14.5,14,15.5],"texture":"#anvil_base"},"west":{"uv":[5,14.5,11.5,15.5],"texture":"#anvil_base"},"east":{"uv":[4.5,14.5,11,15.5],"texture":"#anvil_base"}}},{"from":[4,5.5,5],"to":[6,6.5,12.5],"rotation":{"origin":[4,6.5,5],"axis":"x","angle":-45},"faces":{"down":{"uv":[12,12,10,4.5],"texture":"#rail_detector"},"up":{"uv":[4,4.5,6,12],"texture":"#rail_detector"},"north":{"uv":[10,14.5,12,15.5],"texture":"#anvil_base"},"south":{"uv":[4,14.5,6,15.5],"texture":"#anvil_base"},"west":{"uv":[4.5,14.5,12,15.5],"texture":"#anvil_base"},"east":{"uv":[4,14.5,11.5,15.5],"texture":"#anvil_base"}}},{"from":[10,5.5,5],"to":[12,6.5,12.5],"rotation":{"origin":[10,6.5,5],"axis":"x","angle":-45},"faces":{"down":{"uv":[6,12,4,4.5],"texture":"#rail_detector"},"up":{"uv":[10,4.5,12,12],"texture":"#rail_detector"},"north":{"uv":[4,14.5,6,15.5],"texture":"#anvil_base"},"south":{"uv":[10,14.5,12,15.5],"texture":"#anvil_base"},"west":{"uv":[4.5,14.5,12,15.5],"texture":"#anvil_base"},"east":{"uv":[4,14.5,11.5,15.5],"texture":"#anvil_base"}}},{"from":[6,6.5,6.5],"to":[10,7,8],"rotation":{"origin":[6,7,6.5],"axis":"x","angle":-45},"faces":{"down":{"uv":[10,7,6,5.5],"texture":"#rail_detector"},"up":{"uv":[6,5.5,10,7],"texture":"#rail_detector"},"north":{"uv":[6,14.5,10,15.5],"texture":"#anvil_base"},"south":{"uv":[6,14.5,10,15.5],"texture":"#anvil_base"},"west":{"uv":[5.5,14.5,7,15.5],"texture":"#anvil_base"},"east":{"uv":[9,14.5,10.5,15.5],"texture":"#anvil_base"}}},{"from":[6,9,9],"to":[10,9.5,10.5],"rotation":{"origin":[6,9.5,9],"axis":"x","angle":-45},"faces":{"down":{"uv":[10,11,6,9.5],"texture":"#rail_detector"},"up":{"uv":[6,9.5,10,11],"texture":"#rail_detector"},"north":{"uv":[6,14.5,10,15.5],"texture":"#anvil_base"},"south":{"uv":[6,14.5,10,15.5],"texture":"#anvil_base"},"west":{"uv":[9.5,14.5,11,15.5],"texture":"#anvil_base"},"east":{"uv":[5,14.5,6.5,15.5],"texture":"#anvil_base"}}}]} diff --git a/assets/minecraft/models/block/door_bottom.json b/assets/minecraft/models/block/door_bottom.json index 905758f..7ef02f3 100755 --- a/assets/minecraft/models/block/door_bottom.json +++ b/assets/minecraft/models/block/door_bottom.json @@ -1,18 +1 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "#bottom" - }, - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 3, 16, 16 ], - "faces": { - "down": { "uv": [ 13, 0, 16, 16 ], "texture": "#bottom", "cullface": "down" }, - "north": { "uv": [ 3, 0, 0, 16 ], "texture": "#bottom", "cullface": "north" }, - "south": { "uv": [ 0, 0, 3, 16 ], "texture": "#bottom", "cullface": "south" }, - "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "west" }, - "east": { "uv": [ 16, 0, 0, 16 ], "texture": "#bottom" } - } - } - ] -} +{"ambientocclusion":false,"textures":{"particle":"#bottom"},"elements":[{"from":[0,0,0],"to":[3,16,16],"faces":{"down":{"uv":[13,0,16,16],"texture":"#bottom","cullface":"down"},"north":{"uv":[3,0,0,16],"texture":"#bottom","cullface":"north"},"south":{"uv":[0,0,3,16],"texture":"#bottom","cullface":"south"},"west":{"uv":[0,0,16,16],"texture":"#bottom","cullface":"west"},"east":{"uv":[16,0,0,16],"texture":"#bottom"}}}]} diff --git a/assets/minecraft/models/block/door_bottom_rh.json b/assets/minecraft/models/block/door_bottom_rh.json index 26acf4c..9532730 100755 --- a/assets/minecraft/models/block/door_bottom_rh.json +++ b/assets/minecraft/models/block/door_bottom_rh.json @@ -1,18 +1 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "#bottom" - }, - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 3, 16, 16 ], - "faces": { - "down": { "uv": [ 13, 0, 16, 16 ], "texture": "#bottom", "cullface": "down" }, - "north": { "uv": [ 3, 0, 0, 16 ], "texture": "#bottom", "cullface": "north" }, - "south": { "uv": [ 0, 0, 3, 16 ], "texture": "#bottom", "cullface": "south" }, - "west": { "uv": [ 16, 0, 0, 16 ], "texture": "#bottom", "cullface": "west" }, - "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom" } - } - } - ] -} +{"ambientocclusion":false,"textures":{"particle":"#bottom"},"elements":[{"from":[0,0,0],"to":[3,16,16],"faces":{"down":{"uv":[13,0,16,16],"texture":"#bottom","cullface":"down"},"north":{"uv":[3,0,0,16],"texture":"#bottom","cullface":"north"},"south":{"uv":[0,0,3,16],"texture":"#bottom","cullface":"south"},"west":{"uv":[16,0,0,16],"texture":"#bottom","cullface":"west"},"east":{"uv":[0,0,16,16],"texture":"#bottom"}}}]} diff --git a/assets/minecraft/models/block/door_top.json b/assets/minecraft/models/block/door_top.json index 809fa44..5dab9e5 100755 --- a/assets/minecraft/models/block/door_top.json +++ b/assets/minecraft/models/block/door_top.json @@ -1,18 +1 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "#top" - }, - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 3, 16, 16 ], - "faces": { - "up": { "uv": [ 13, 0, 16, 16 ], "texture": "#bottom", "cullface": "up" }, - "north": { "uv": [ 3, 0, 0, 16 ], "texture": "#top", "cullface": "north" }, - "south": { "uv": [ 0, 0, 3, 16 ], "texture": "#top", "cullface": "south" }, - "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#top", "cullface": "west" }, - "east": { "uv": [ 16, 0, 0, 16 ], "texture": "#top" } - } - } - ] -} +{"ambientocclusion":false,"textures":{"particle":"#top"},"elements":[{"from":[0,0,0],"to":[3,16,16],"faces":{"up":{"uv":[13,0,16,16],"texture":"#bottom","cullface":"up"},"north":{"uv":[3,0,0,16],"texture":"#top","cullface":"north"},"south":{"uv":[0,0,3,16],"texture":"#top","cullface":"south"},"west":{"uv":[0,0,16,16],"texture":"#top","cullface":"west"},"east":{"uv":[16,0,0,16],"texture":"#top"}}}]} diff --git a/assets/minecraft/models/block/door_top_rh.json b/assets/minecraft/models/block/door_top_rh.json index e7d2f93..e589997 100755 --- a/assets/minecraft/models/block/door_top_rh.json +++ b/assets/minecraft/models/block/door_top_rh.json @@ -1,18 +1 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "#top" - }, - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 3, 16, 16 ], - "faces": { - "up": { "uv": [ 13, 0, 16, 16 ], "texture": "#bottom", "cullface": "up" }, - "north": { "uv": [ 3, 0, 0, 16 ], "texture": "#top", "cullface": "north" }, - "south": { "uv": [ 0, 0, 3, 16 ], "texture": "#top", "cullface": "south" }, - "west": { "uv": [ 16, 0, 0, 16 ], "texture": "#top", "cullface": "west" }, - "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" } - } - } - ] -} +{"ambientocclusion":false,"textures":{"particle":"#top"},"elements":[{"from":[0,0,0],"to":[3,16,16],"faces":{"up":{"uv":[13,0,16,16],"texture":"#bottom","cullface":"up"},"north":{"uv":[3,0,0,16],"texture":"#top","cullface":"north"},"south":{"uv":[0,0,3,16],"texture":"#top","cullface":"south"},"west":{"uv":[16,0,0,16],"texture":"#top","cullface":"west"},"east":{"uv":[0,0,16,16],"texture":"#top"}}}]} diff --git a/assets/minecraft/models/block/enchanting_table.json b/assets/minecraft/models/block/enchanting_table.json new file mode 100755 index 0000000..76d1174 --- /dev/null +++ b/assets/minecraft/models/block/enchanting_table.json @@ -0,0 +1 @@ +{"ambientocclusion":false,"textures":{"particle":"block/enchanting_table_top","bottom":"block/enchanting_table_bottom","top":"block/enchanting_table_top","side":"block/enchanting_table_side"},"elements":[{"from":[6.5,0,15],"to":[9.5,2.5,15.5],"faces":{"down":{"uv":[15.5,15.5,16,12.5],"rotation":90,"texture":"#side","cullface":"down"},"up":{"uv":[0,12.5,0.5,15.5],"rotation":270,"texture":"#side"},"south":{"uv":[6.5,13.5,9.5,16],"texture":"#side"}}},{"from":[9.5,0,15],"to":[10,3,15.5],"faces":{"down":{"uv":[15.5,16,16,15.5],"rotation":90,"texture":"#side","cullface":"down"},"up":{"uv":[15,15,15.5,15.5],"rotation":270,"texture":"#side"},"south":{"uv":[9.5,13,10,16],"texture":"#side"},"west":{"uv":[9.5,13,10,16],"texture":"#side"}}},{"from":[6,0,15],"to":[6.5,3,15.5],"faces":{"down":{"uv":[15.5,16,16,15.5],"rotation":90,"texture":"#side","cullface":"down"},"up":{"uv":[15,15,15.5,15.5],"rotation":270,"texture":"#side"},"south":{"uv":[6,13,6.5,16],"texture":"#side"},"east":{"uv":[6,13,6.5,16],"texture":"#side"}}},{"from":[10,0,15],"to":[15,4,15.5],"faces":{"down":{"uv":[10,16,16,15.5],"rotation":180,"texture":"#side","cullface":"down"},"up":{"uv":[9.5,15,15.5,15.5],"texture":"#side"},"south":{"uv":[10,12,15.5,16],"texture":"#side"},"west":{"uv":[15,12,15.5,16],"texture":"#side"}}},{"from":[0.5,0,15],"to":[6,4,15.5],"faces":{"down":{"uv":[0,16,6,15.5],"rotation":180,"texture":"#side","cullface":"down"},"up":{"uv":[0,15,6,15.5],"texture":"#side"},"north":{"uv":[10,12,16,16],"texture":"#side"},"south":{"uv":[0,12,6,16],"texture":"#side"},"west":{"uv":[15.5,12,16,16],"texture":"#side"},"east":{"uv":[0.5,12,1,16],"texture":"#side"}}},{"from":[15,0,6.5],"to":[15.5,2.5,9.5],"faces":{"down":{"uv":[15.5,15.5,16,12.5],"rotation":180,"texture":"#side","cullface":"down"},"up":{"uv":[0,12.5,0.5,15.5],"rotation":180,"texture":"#side"},"east":{"uv":[6.5,13.5,9.5,16],"texture":"#side"}}},{"from":[15,0,6],"to":[15.5,3,6.5],"faces":{"down":{"uv":[15.5,16,16,15.5],"rotation":180,"texture":"#side","cullface":"down"},"up":{"uv":[15,15,15.5,15.5],"rotation":180,"texture":"#side"},"south":{"uv":[9.5,13,10,16],"texture":"#side"},"east":{"uv":[9.5,13,10,16],"texture":"#side"}}},{"from":[15,0,9.5],"to":[15.5,3,10],"faces":{"down":{"uv":[15.5,16,16,15.5],"rotation":180,"texture":"#side","cullface":"down"},"up":{"uv":[15,15,15.5,15.5],"rotation":180,"texture":"#side"},"north":{"uv":[6,13,6.5,16],"texture":"#side"},"east":{"uv":[6,13,6.5,16],"texture":"#side"}}},{"from":[15,0,1],"to":[15.5,4,6],"faces":{"down":{"uv":[10,16,16,15.5],"rotation":270,"texture":"#side","cullface":"down"},"up":{"uv":[9.5,15,15.5,15.5],"rotation":270,"texture":"#side"},"south":{"uv":[15,12,15.5,16],"texture":"#side"},"east":{"uv":[10,12,15.5,16],"texture":"#side"}}},{"from":[15,0,10],"to":[15.5,4,15.5],"faces":{"down":{"uv":[0,16,6,15.5],"rotation":270,"texture":"#side","cullface":"down"},"up":{"uv":[0,15,6,15.5],"rotation":270,"texture":"#side"},"north":{"uv":[0.5,12,1,16],"texture":"#side"},"south":{"uv":[15.5,12,16,16],"texture":"#side"},"west":{"uv":[10,12,16,16],"texture":"#side"},"east":{"uv":[0,12,6,16],"texture":"#side"}}},{"from":[6.5,0,0.5],"to":[9.5,2.5,1],"faces":{"down":{"uv":[15.5,15.5,16,12.5],"rotation":270,"texture":"#side","cullface":"down"},"up":{"uv":[0,12.5,0.5,15.5],"rotation":90,"texture":"#side"},"north":{"uv":[6.5,13.5,9.5,16],"texture":"#side"}}},{"from":[6,0,0.5],"to":[6.5,3,1],"faces":{"down":{"uv":[15.5,16,16,15.5],"rotation":270,"texture":"#side","cullface":"down"},"up":{"uv":[15,15,15.5,15.5],"rotation":90,"texture":"#side"},"north":{"uv":[9.5,13,10,16],"texture":"#side"},"east":{"uv":[9.5,13,10,16],"texture":"#side"}}},{"from":[9.5,0,0.5],"to":[10,3,1],"faces":{"down":{"uv":[15.5,16,16,15.5],"rotation":270,"texture":"#side","cullface":"down"},"up":{"uv":[15,15,15.5,15.5],"rotation":90,"texture":"#side"},"north":{"uv":[6,13,6.5,16],"texture":"#side"},"west":{"uv":[6,13,6.5,16],"texture":"#side"}}},{"from":[1,0,0.5],"to":[6,4,1],"faces":{"down":{"uv":[10,16,16,15.5],"texture":"#side","cullface":"down"},"up":{"uv":[9.5,15,15.5,15.5],"rotation":180,"texture":"#side"},"north":{"uv":[10,12,15.5,16],"texture":"#side"},"east":{"uv":[15,12,15.5,16],"texture":"#side"}}},{"from":[10,0,0.5],"to":[15.5,4,1],"faces":{"down":{"uv":[0,16,6,15.5],"texture":"#side","cullface":"down"},"up":{"uv":[0,15,6,15.5],"rotation":180,"texture":"#side"},"north":{"uv":[0,12,6,16],"texture":"#side"},"south":{"uv":[10,12,16,16],"texture":"#side"},"west":{"uv":[0.5,12,1,16],"texture":"#side"},"east":{"uv":[15.5,12,16,16],"texture":"#side"}}},{"from":[13,9,0],"to":[14,10,1],"faces":{"down":{"uv":[15,14,16,13],"rotation":90,"texture":"#top"},"up":{"uv":[15,13,16,14],"rotation":270,"texture":"#top"},"north":{"uv":[2,6,3,7],"texture":"#side"},"west":{"uv":[0,6,1,7],"texture":"#side"},"east":{"uv":[15,6,16,7],"texture":"#side"}}},{"from":[13,10.5,0],"to":[16,11,3],"faces":{"down":{"uv":[13,16,16,13],"rotation":90,"texture":"#top"},"north":{"uv":[0,5,3,5.5],"texture":"#side"},"south":{"uv":[13,5,16,5.5],"texture":"#side"},"west":{"uv":[0,5,3,5.5],"texture":"#side"},"east":{"uv":[13,5,16,5.5],"texture":"#side"}}},{"from":[15,9,2],"to":[16,10,3],"faces":{"down":{"uv":[13,16,14,15],"rotation":90,"texture":"#top"},"up":{"uv":[13,15,14,16],"rotation":270,"texture":"#top"},"north":{"uv":[0,6,1,7],"texture":"#side"},"south":{"uv":[15,6,16,7],"texture":"#side"},"east":{"uv":[13,6,14,7],"texture":"#side"}}},{"from":[14.5,9,0],"to":[16,9.5,1.5],"faces":{"down":{"uv":[14.5,16,16,14.5],"rotation":90,"texture":"#top"},"north":{"uv":[0,6.5,1.5,7],"texture":"#side"},"south":{"uv":[14.5,6.5,16,7],"texture":"#side"},"west":{"uv":[0,6.5,1.5,7],"texture":"#side"},"east":{"uv":[14.5,6.5,16,7],"texture":"#side"}}},{"from":[15,7.5,0],"to":[16,9,1],"faces":{"down":{"uv":[15,16,16,15],"rotation":90,"texture":"#top"},"north":{"uv":[0,7,1,8.5],"texture":"#side"},"south":{"uv":[15,7,16,8.5],"texture":"#side"},"west":{"uv":[0,7,1,8.5],"texture":"#side"},"east":{"uv":[15,7,16,8.5],"texture":"#side"}}},{"from":[13.5,9.5,0],"to":[16,10.5,2.5],"faces":{"down":{"uv":[13.5,16,16,13.5],"rotation":90,"texture":"#top"},"north":{"uv":[0,5.5,2.5,6.5],"texture":"#side"},"south":{"uv":[13.5,5.5,16,6.5],"texture":"#side"},"west":{"uv":[0,5.5,2.5,6.5],"texture":"#side"},"east":{"uv":[13.5,5.5,16,6.5],"texture":"#side"}}},{"from":[0,9,2],"to":[1,10,3],"faces":{"down":{"uv":[15,14,16,13],"rotation":180,"texture":"#top"},"up":{"uv":[15,13,16,14],"rotation":180,"texture":"#top"},"north":{"uv":[15,6,16,7],"texture":"#side"},"south":{"uv":[0,6,1,7],"texture":"#side"},"west":{"uv":[2,6,3,7],"texture":"#side"}}},{"from":[0,10.5,0],"to":[3,11,3],"faces":{"down":{"uv":[13,16,16,13],"rotation":180,"texture":"#top"},"north":{"uv":[13,5,16,5.5],"texture":"#side"},"south":{"uv":[0,5,3,5.5],"texture":"#side"},"west":{"uv":[0,5,3,5.5],"texture":"#side"},"east":{"uv":[13,5,16,5.5],"texture":"#side"}}},{"from":[2,9,0],"to":[3,10,1],"faces":{"down":{"uv":[13,16,14,15],"rotation":180,"texture":"#top"},"up":{"uv":[13,15,14,16],"rotation":180,"texture":"#top"},"north":{"uv":[13,6,14,7],"texture":"#side"},"west":{"uv":[0,6,1,7],"texture":"#side"},"east":{"uv":[15,6,16,7],"texture":"#side"}}},{"from":[0,9,0],"to":[1.5,9.5,1.5],"faces":{"down":{"uv":[14.5,16,16,14.5],"rotation":180,"texture":"#top"},"north":{"uv":[14.5,6.5,16,7],"texture":"#side"},"south":{"uv":[0,6.5,1.5,7],"texture":"#side"},"west":{"uv":[0,6.5,1.5,7],"texture":"#side"},"east":{"uv":[14.5,6.5,16,7],"texture":"#side"}}},{"from":[0,7.5,0],"to":[1,9,1],"faces":{"down":{"uv":[15,16,16,15],"rotation":180,"texture":"#top"},"north":{"uv":[15,7,16,8.5],"texture":"#side"},"south":{"uv":[0,7,1,8.5],"texture":"#side"},"west":{"uv":[0,7,1,8.5],"texture":"#side"},"east":{"uv":[15,7,16,8.5],"texture":"#side"}}},{"from":[0,9.5,0],"to":[2.5,10.5,2.5],"faces":{"down":{"uv":[13.5,16,16,13.5],"rotation":180,"texture":"#top"},"north":{"uv":[13.5,5.5,16,6.5],"texture":"#side"},"south":{"uv":[0,5.5,2.5,6.5],"texture":"#side"},"west":{"uv":[0,5.5,2.5,6.5],"texture":"#side"},"east":{"uv":[13.5,5.5,16,6.5],"texture":"#side"}}},{"from":[2,9,15],"to":[3,10,16],"faces":{"down":{"uv":[15,14,16,13],"rotation":270,"texture":"#top"},"up":{"uv":[15,13,16,14],"rotation":90,"texture":"#top"},"south":{"uv":[2,6,3,7],"texture":"#side"},"west":{"uv":[15,6,16,7],"texture":"#side"},"east":{"uv":[0,6,1,7],"texture":"#side"}}},{"from":[0,10.5,13],"to":[3,11,16],"faces":{"down":{"uv":[13,16,16,13],"rotation":270,"texture":"#top"},"north":{"uv":[13,5,16,5.5],"texture":"#side"},"south":{"uv":[0,5,3,5.5],"texture":"#side"},"west":{"uv":[13,5,16,5.5],"texture":"#side"},"east":{"uv":[0,5,3,5.5],"texture":"#side"}}},{"from":[0,9,13],"to":[1,10,14],"faces":{"down":{"uv":[13,16,14,15],"rotation":270,"texture":"#top"},"up":{"uv":[13,15,14,16],"rotation":90,"texture":"#top"},"north":{"uv":[15,6,16,7],"texture":"#side"},"south":{"uv":[0,6,1,7],"texture":"#side"},"west":{"uv":[13,6,14,7],"texture":"#side"}}},{"from":[0,9,14.5],"to":[1.5,9.5,16],"faces":{"down":{"uv":[14.5,16,16,14.5],"rotation":270,"texture":"#top"},"north":{"uv":[14.5,6.5,16,7],"texture":"#side"},"south":{"uv":[0,6.5,1.5,7],"texture":"#side"},"west":{"uv":[14.5,6.5,16,7],"texture":"#side"},"east":{"uv":[0,6.5,1.5,7],"texture":"#side"}}},{"from":[0,7.5,15],"to":[1,9,16],"faces":{"down":{"uv":[15,16,16,15],"rotation":270,"texture":"#top"},"north":{"uv":[15,7,16,8.5],"texture":"#side"},"south":{"uv":[0,7,1,8.5],"texture":"#side"},"west":{"uv":[15,7,16,8.5],"texture":"#side"},"east":{"uv":[0,7,1,8.5],"texture":"#side"}}},{"from":[0,9.5,13.5],"to":[2.5,10.5,16],"faces":{"down":{"uv":[13.5,16,16,13.5],"rotation":270,"texture":"#top"},"north":{"uv":[13.5,5.5,16,6.5],"texture":"#side"},"south":{"uv":[0,5.5,2.5,6.5],"texture":"#side"},"west":{"uv":[13.5,5.5,16,6.5],"texture":"#side"},"east":{"uv":[0,5.5,2.5,6.5],"texture":"#side"}}},{"from":[15,9,13],"to":[16,10,14],"faces":{"down":{"uv":[15,14,16,13],"texture":"#top"},"up":{"uv":[15,13,16,14],"texture":"#top"},"north":{"uv":[0,6,1,7],"texture":"#side"},"south":{"uv":[15,6,16,7],"texture":"#side"},"east":{"uv":[2,6,3,7],"texture":"#side"}}},{"from":[13,10.5,13],"to":[16,11,16],"faces":{"down":{"uv":[13,16,16,13],"texture":"#top"},"north":{"uv":[0,5,3,5.5],"texture":"#side"},"south":{"uv":[13,5,16,5.5],"texture":"#side"},"west":{"uv":[13,5,16,5.5],"texture":"#side"},"east":{"uv":[0,5,3,5.5],"texture":"#side"}}},{"from":[13,9,15],"to":[14,10,16],"faces":{"down":{"uv":[13,16,14,15],"texture":"#top"},"up":{"uv":[13,15,14,16],"texture":"#top"},"south":{"uv":[13,6,14,7],"texture":"#side"},"west":{"uv":[15,6,16,7],"texture":"#side"},"east":{"uv":[0,6,1,7],"texture":"#side"}}},{"from":[14.5,9,14.5],"to":[16,9.5,16],"faces":{"down":{"uv":[14.5,16,16,14.5],"texture":"#top"},"north":{"uv":[0,6.5,1.5,7],"texture":"#side"},"south":{"uv":[14.5,6.5,16,7],"texture":"#side"},"west":{"uv":[14.5,6.5,16,7],"texture":"#side"},"east":{"uv":[0,6.5,1.5,7],"texture":"#side"}}},{"from":[15,7.5,15],"to":[16,9,16],"faces":{"down":{"uv":[15,16,16,15],"texture":"#top"},"north":{"uv":[0,7,1,8.5],"texture":"#side"},"south":{"uv":[15,7,16,8.5],"texture":"#side"},"west":{"uv":[15,7,16,8.5],"texture":"#side"},"east":{"uv":[0,7,1,8.5],"texture":"#side"}}},{"from":[13.5,9.5,13.5],"to":[16,10.5,16],"faces":{"down":{"uv":[13.5,16,16,13.5],"texture":"#top"},"north":{"uv":[0,5.5,2.5,6.5],"texture":"#side"},"south":{"uv":[13.5,5.5,16,6.5],"texture":"#side"},"west":{"uv":[13.5,5.5,16,6.5],"texture":"#side"},"east":{"uv":[0,5.5,2.5,6.5],"texture":"#side"}}},{"from":[3.5,11,1],"to":[4,12,2],"faces":{"down":{"uv":[3.5,2,4,1],"texture":"#top"},"up":{"uv":[3.5,1,4,2],"texture":"#top"},"north":{"uv":[12,4,12.5,5],"texture":"#side"},"south":{"uv":[3.5,4,4,5],"texture":"#side"},"east":{"uv":[14,4,15,5],"texture":"#side"}}},{"from":[12,11,14],"to":[12.5,12,15],"faces":{"down":{"uv":[12,15,12.5,14],"texture":"#top"},"up":{"uv":[12,14,12.5,15],"texture":"#top"},"north":{"uv":[3.5,4,4,5],"texture":"#side"},"south":{"uv":[12,4,12.5,5],"texture":"#side"},"west":{"uv":[14,4,15,5],"texture":"#side"}}},{"from":[3.5,11,14],"to":[4,12,15],"faces":{"down":{"uv":[3.5,15,4,14],"texture":"#top"},"up":{"uv":[3.5,14,4,15],"texture":"#top"},"north":{"uv":[12,4,12.5,5],"texture":"#side"},"south":{"uv":[3.5,4,4,5],"texture":"#side"},"east":{"uv":[1,4,2,5],"texture":"#side"}}},{"from":[3,11,12],"to":[4,12,13],"faces":{"down":{"uv":[3,13,4,12],"texture":"#top"},"up":{"uv":[3,12,4,13],"texture":"#top"},"north":{"uv":[12,4,13,5],"texture":"#side"},"south":{"uv":[3,4,4,5],"texture":"#side"},"west":{"uv":[12,4,13,5],"texture":"#side"},"east":{"uv":[3,4,4,5],"texture":"#side"}}},{"from":[1,11,12],"to":[2,12,12.5],"faces":{"down":{"uv":[1,12.5,2,12],"texture":"#top"},"up":{"uv":[1,12,2,12.5],"texture":"#top"},"north":{"uv":[14,4,15,5],"texture":"#side"},"west":{"uv":[12,4,12.5,5],"texture":"#side"},"east":{"uv":[3.5,4,4,5],"texture":"#side"}}},{"from":[14,11,3.5],"to":[15,12,4],"faces":{"down":{"uv":[14,4,15,3.5],"texture":"#top"},"up":{"uv":[14,3.5,15,4],"texture":"#top"},"south":{"uv":[14,4,15,5],"texture":"#side"},"west":{"uv":[3.5,4,4,5],"texture":"#side"},"east":{"uv":[12,4,12.5,5],"texture":"#side"}}},{"from":[14,11,12],"to":[15,12,12.5],"faces":{"down":{"uv":[14,12.5,15,12],"texture":"#top"},"up":{"uv":[14,12,15,12.5],"texture":"#top"},"north":{"uv":[1,4,2,5],"texture":"#side"},"west":{"uv":[12,4,12.5,5],"texture":"#side"},"east":{"uv":[3.5,4,4,5],"texture":"#side"}}},{"from":[1,11,3.5],"to":[2,12,4],"faces":{"down":{"uv":[1,4,2,3.5],"texture":"#top"},"up":{"uv":[1,3.5,2,4],"texture":"#top"},"south":{"uv":[1,4,2,5],"texture":"#side"},"west":{"uv":[3.5,4,4,5],"texture":"#side"},"east":{"uv":[12,4,12.5,5],"texture":"#side"}}},{"from":[12,11,3],"to":[13,12,4],"faces":{"down":{"uv":[12,4,13,3],"texture":"#top"},"up":{"uv":[12,3,13,4],"texture":"#top"},"north":{"uv":[3,4,4,5],"texture":"#side"},"south":{"uv":[12,4,13,5],"texture":"#side"},"west":{"uv":[3,4,4,5],"texture":"#side"},"east":{"uv":[12,4,13,5],"texture":"#side"}}},{"from":[3,11,3],"to":[4,12,4],"faces":{"down":{"uv":[3,4,4,3],"texture":"#top"},"up":{"uv":[3,3,4,4],"texture":"#top"},"north":{"uv":[12,4,13,5],"texture":"#side"},"south":{"uv":[3,4,4,5],"texture":"#side"},"west":{"uv":[3,4,4,5],"texture":"#side"},"east":{"uv":[12,4,13,5],"texture":"#side"}}},{"from":[12,11,1],"to":[12.5,12,2],"faces":{"down":{"uv":[12,2,12.5,1],"texture":"#top"},"up":{"uv":[12,1,12.5,2],"texture":"#top"},"north":{"uv":[3.5,4,4,5],"texture":"#side"},"south":{"uv":[12,4,12.5,5],"texture":"#side"},"west":{"uv":[1,4,2,5],"texture":"#side"}}},{"from":[12,11,12],"to":[13,12,13],"faces":{"down":{"uv":[12,13,13,12],"texture":"#top"},"up":{"uv":[12,12,13,13],"texture":"#top"},"north":{"uv":[3,4,4,5],"texture":"#side"},"south":{"uv":[12,4,13,5],"texture":"#side"},"west":{"uv":[12,4,13,5],"texture":"#side"},"east":{"uv":[3,4,4,5],"texture":"#side"}}},{"from":[12.5,11,0],"to":[16,12,3.5],"faces":{"down":{"uv":[12.5,3.5,16,0],"texture":"#top"},"up":{"uv":[12.5,0,16,3.5],"texture":"#top"},"north":{"uv":[0,4,3.5,5],"texture":"#side","cullface":"north"},"south":{"uv":[12.5,4,16,5],"texture":"#side"},"west":{"uv":[0,4,3.5,5],"texture":"#side"},"east":{"uv":[12.5,4,16,5],"texture":"#side","cullface":"east"}}},{"from":[12.5,11,12.5],"to":[16,12,16],"faces":{"down":{"uv":[12.5,16,16,12.5],"texture":"#top"},"up":{"uv":[12.5,12.5,16,16],"texture":"#top"},"north":{"uv":[0,4,3.5,5],"texture":"#side"},"south":{"uv":[12.5,4,16,5],"texture":"#side","cullface":"south"},"west":{"uv":[12.5,4,16,5],"texture":"#side"},"east":{"uv":[0,4,3.5,5],"texture":"#side","cullface":"east"}}},{"from":[0,11,0],"to":[3.5,12,3.5],"faces":{"down":{"uv":[0,3.5,3.5,0],"texture":"#top"},"up":{"uv":[0,0,3.5,3.5],"texture":"#top"},"north":{"uv":[12.5,4,16,5],"texture":"#side","cullface":"north"},"south":{"uv":[0,4,3.5,5],"texture":"#side"},"west":{"uv":[0,4,3.5,5],"texture":"#side","cullface":"west"},"east":{"uv":[12.5,4,16,5],"texture":"#side"}}},{"from":[0,11,12.5],"to":[3.5,12,16],"faces":{"down":{"uv":[0,16,3.5,12.5],"texture":"#top"},"up":{"uv":[0,12.5,3.5,16],"texture":"#top"},"north":{"uv":[12.5,4,16,5],"texture":"#side"},"south":{"uv":[0,4,3.5,5],"texture":"#side","cullface":"south"},"west":{"uv":[12.5,4,16,5],"texture":"#side","cullface":"west"},"east":{"uv":[0,4,3.5,5],"texture":"#side"}}},{"from":[0.5,0,6.5],"to":[1,2.5,9.5],"faces":{"down":{"uv":[15.5,15.5,16,12.5],"texture":"#side","cullface":"down"},"up":{"uv":[0,12.5,0.5,15.5],"texture":"#side"},"west":{"uv":[6.5,13.5,9.5,16],"texture":"#side"}}},{"from":[0.5,0,9.5],"to":[1,3,10],"faces":{"down":{"uv":[15.5,16,16,15.5],"texture":"#side","cullface":"down"},"up":{"uv":[15,15,15.5,15.5],"texture":"#side"},"north":{"uv":[9.5,13,10,16],"texture":"#side"},"west":{"uv":[9.5,13,10,16],"texture":"#side"}}},{"from":[0.5,0,6],"to":[1,3,6.5],"faces":{"down":{"uv":[15.5,16,16,15.5],"texture":"#side","cullface":"down"},"up":{"uv":[15,15,15.5,15.5],"texture":"#side"},"south":{"uv":[6,13,6.5,16],"texture":"#side"},"west":{"uv":[6,13,6.5,16],"texture":"#side"}}},{"from":[0.5,0,10],"to":[1,4,15],"faces":{"down":{"uv":[10,16,16,15.5],"rotation":90,"texture":"#side","cullface":"down"},"up":{"uv":[9.5,15,15.5,15.5],"rotation":90,"texture":"#side"},"north":{"uv":[15,12,15.5,16],"texture":"#side"},"west":{"uv":[10,12,15.5,16],"texture":"#side"}}},{"from":[0.5,0,0.5],"to":[1,4,6],"faces":{"down":{"uv":[0,16,6,15.5],"rotation":90,"texture":"#side","cullface":"down"},"up":{"uv":[0,15,6,15.5],"rotation":90,"texture":"#side"},"north":{"uv":[15.5,12,16,16],"texture":"#side"},"south":{"uv":[0.5,12,1,16],"texture":"#side"},"west":{"uv":[0,12,6,16],"texture":"#side"},"east":{"uv":[10,12,16,16],"texture":"#side"}}},{"from":[1,0,1],"to":[15,11.25,15],"faces":{"down":{"uv":[1,15,15,1],"texture":"#bottom","cullface":"down"},"up":{"uv":[1,1,15,15],"texture":"#top"},"north":{"uv":[1,4.75,15,16],"texture":"#side"},"south":{"uv":[1,4.75,15,16],"texture":"#side"},"west":{"uv":[1,4.75,15,16],"texture":"#side"},"east":{"uv":[1,4.75,15,16],"texture":"#side"}}}],"display":{"gui":{"rotation":[30,225,0],"translation":[0,0,0],"scale":[0.625,0.625,0.625]},"ground":{"rotation":[0,0,0],"translation":[0,3,0],"scale":[0.25,0.25,0.25]},"fixed":{"rotation":[0,0,0],"translation":[0,0,0],"scale":[0.5,0.5,0.5]},"thirdperson_righthand":{"rotation":[75,45,0],"translation":[0,2.5,0],"scale":[0.375,0.375,0.375]},"firstperson_righthand":{"rotation":[0,45,0],"translation":[0,0,0],"scale":[0.40,0.40,0.40]},"firstperson_lefthand":{"rotation":[0,225,0],"translation":[0,0,0],"scale":[0.40,0.40,0.40]}}} diff --git a/assets/minecraft/models/block/enchanting_table_base.json b/assets/minecraft/models/block/enchanting_table_base.json deleted file mode 100755 index cc0aaff..0000000 --- a/assets/minecraft/models/block/enchanting_table_base.json +++ /dev/null @@ -1,707 +0,0 @@ -{ -"ambientocclusion": false, -"textures": { - "particle": "blocks/enchanting_table_top", - "bottom": "blocks/enchanting_table_bottom", - "top": "blocks/enchanting_table_top", - "side": "blocks/enchanting_table_side" -}, -"elements": [ -{ - "from": [ 6.5, 0, 15 ], - "to": [ 9.5, 2.5, 15.5 ], - "faces": { - "down": { "uv": [ 15.5, 15.5, 16, 12.5 ], "rotation": 90, "texture": "#side", "cullface": "down" }, - "up": { "uv": [ 0, 12.5, 0.5, 15.5 ], "rotation": 270, "texture": "#side" }, - "south": { "uv": [ 6.5, 13.5, 9.5, 16 ], "texture": "#side" } - } -}, -{ - "from": [ 9.5, 0, 15 ], - "to": [ 10, 3, 15.5 ], - "faces": { - "down": { "uv": [ 15.5, 16, 16, 15.5 ], "rotation": 90, "texture": "#side", "cullface": "down" }, - "up": { "uv": [ 15, 15, 15.5, 15.5 ], "rotation": 270, "texture": "#side" }, - "south": { "uv": [ 9.5, 13, 10, 16 ], "texture": "#side" }, - "west": { "uv": [ 9.5, 13, 10, 16 ], "texture": "#side" } - } -}, -{ - "from": [ 6, 0, 15 ], - "to": [ 6.5, 3, 15.5 ], - "faces": { - "down": { "uv": [ 15.5, 16, 16, 15.5 ], "rotation": 90, "texture": "#side", "cullface": "down" }, - "up": { "uv": [ 15, 15, 15.5, 15.5 ], "rotation": 270, "texture": "#side" }, - "south": { "uv": [ 6, 13, 6.5, 16 ], "texture": "#side" }, - "east": { "uv": [ 6, 13, 6.5, 16 ], "texture": "#side" } - } -}, -{ - "from": [ 10, 0, 15 ], - "to": [ 15, 4, 15.5 ], - "faces": { - "down": { "uv": [ 10, 16, 16, 15.5 ], "rotation": 180, "texture": "#side", "cullface": "down" }, - "up": { "uv": [ 9.5, 15, 15.5, 15.5 ], "texture": "#side" }, - "south": { "uv": [ 10, 12, 15.5, 16 ], "texture": "#side" }, - "west": { "uv": [ 15, 12, 15.5, 16 ], "texture": "#side" } - } -}, -{ - "from": [ 0.5, 0, 15 ], - "to": [ 6, 4, 15.5 ], - "faces": { - "down": { "uv": [ 0, 16, 6, 15.5 ], "rotation": 180, "texture": "#side", "cullface": "down" }, - "up": { "uv": [ 0, 15, 6, 15.5 ], "texture": "#side" }, - "north": { "uv": [ 10, 12, 16, 16 ], "texture": "#side" }, - "south": { "uv": [ 0, 12, 6, 16 ], "texture": "#side" }, - "west": { "uv": [ 15.5, 12, 16, 16 ], "texture": "#side" }, - "east": { "uv": [ 0.5, 12, 1, 16 ], "texture": "#side" } - } -}, -{ - "from": [ 15, 0, 6.5 ], - "to": [ 15.5, 2.5, 9.5 ], - "faces": { - "down": { "uv": [ 15.5, 15.5, 16, 12.5 ], "rotation": 180, "texture": "#side", "cullface": "down" }, - "up": { "uv": [ 0, 12.5, 0.5, 15.5 ], "rotation": 180, "texture": "#side" }, - "east": { "uv": [ 6.5, 13.5, 9.5, 16 ], "texture": "#side" } - } -}, -{ - "from": [ 15, 0, 6 ], - "to": [ 15.5, 3, 6.5 ], - "faces": { - "down": { "uv": [ 15.5, 16, 16, 15.5 ], "rotation": 180, "texture": "#side", "cullface": "down" }, - "up": { "uv": [ 15, 15, 15.5, 15.5 ], "rotation": 180, "texture": "#side" }, - "south": { "uv": [ 9.5, 13, 10, 16 ], "texture": "#side" }, - "east": { "uv": [ 9.5, 13, 10, 16 ], "texture": "#side" } - } -}, -{ - "from": [ 15, 0, 9.5 ], - "to": [ 15.5, 3, 10 ], - "faces": { - "down": { "uv": [ 15.5, 16, 16, 15.5 ], "rotation": 180, "texture": "#side", "cullface": "down" }, - "up": { "uv": [ 15, 15, 15.5, 15.5 ], "rotation": 180, "texture": "#side" }, - "north": { "uv": [ 6, 13, 6.5, 16 ], "texture": "#side" }, - "east": { "uv": [ 6, 13, 6.5, 16 ], "texture": "#side" } - } -}, -{ - "from": [ 15, 0, 1 ], - "to": [ 15.5, 4, 6 ], - "faces": { - "down": { "uv": [ 10, 16, 16, 15.5 ], "rotation": 270, "texture": "#side", "cullface": "down" }, - "up": { "uv": [ 9.5, 15, 15.5, 15.5 ], "rotation": 270, "texture": "#side" }, - "south": { "uv": [ 15, 12, 15.5, 16 ], "texture": "#side" }, - "east": { "uv": [ 10, 12, 15.5, 16 ], "texture": "#side" } - } -}, -{ - "from": [ 15, 0, 10 ], - "to": [ 15.5, 4, 15.5 ], - "faces": { - "down": { "uv": [ 0, 16, 6, 15.5 ], "rotation": 270, "texture": "#side", "cullface": "down" }, - "up": { "uv": [ 0, 15, 6, 15.5 ], "rotation": 270, "texture": "#side" }, - "north": { "uv": [ 0.5, 12, 1, 16 ], "texture": "#side" }, - "south": { "uv": [ 15.5, 12, 16, 16 ], "texture": "#side" }, - "west": { "uv": [ 10, 12, 16, 16 ], "texture": "#side" }, - "east": { "uv": [ 0, 12, 6, 16 ], "texture": "#side" } - } -}, -{ - "from": [ 6.5, 0, 0.5 ], - "to": [ 9.5, 2.5, 1 ], - "faces": { - "down": { "uv": [ 15.5, 15.5, 16, 12.5 ], "rotation": 270, "texture": "#side", "cullface": "down" }, - "up": { "uv": [ 0, 12.5, 0.5, 15.5 ], "rotation": 90, "texture": "#side" }, - "north": { "uv": [ 6.5, 13.5, 9.5, 16 ], "texture": "#side" } - } -}, -{ - "from": [ 6, 0, 0.5 ], - "to": [ 6.5, 3, 1 ], - "faces": { - "down": { "uv": [ 15.5, 16, 16, 15.5 ], "rotation": 270, "texture": "#side", "cullface": "down" }, - "up": { "uv": [ 15, 15, 15.5, 15.5 ], "rotation": 90, "texture": "#side" }, - "north": { "uv": [ 9.5, 13, 10, 16 ], "texture": "#side" }, - "east": { "uv": [ 9.5, 13, 10, 16 ], "texture": "#side" } - } -}, -{ - "from": [ 9.5, 0, 0.5 ], - "to": [ 10, 3, 1 ], - "faces": { - "down": { "uv": [ 15.5, 16, 16, 15.5 ], "rotation": 270, "texture": "#side", "cullface": "down" }, - "up": { "uv": [ 15, 15, 15.5, 15.5 ], "rotation": 90, "texture": "#side" }, - "north": { "uv": [ 6, 13, 6.5, 16 ], "texture": "#side" }, - "west": { "uv": [ 6, 13, 6.5, 16 ], "texture": "#side" } - } -}, -{ - "from": [ 1, 0, 0.5 ], - "to": [ 6, 4, 1 ], - "faces": { - "down": { "uv": [ 10, 16, 16, 15.5 ], "texture": "#side", "cullface": "down" }, - "up": { "uv": [ 9.5, 15, 15.5, 15.5 ], "rotation": 180, "texture": "#side" }, - "north": { "uv": [ 10, 12, 15.5, 16 ], "texture": "#side" }, - "east": { "uv": [ 15, 12, 15.5, 16 ], "texture": "#side" } - } -}, -{ - "from": [ 10, 0, 0.5 ], - "to": [ 15.5, 4, 1 ], - "faces": { - "down": { "uv": [ 0, 16, 6, 15.5 ], "texture": "#side", "cullface": "down" }, - "up": { "uv": [ 0, 15, 6, 15.5 ], "rotation": 180, "texture": "#side" }, - "north": { "uv": [ 0, 12, 6, 16 ], "texture": "#side" }, - "south": { "uv": [ 10, 12, 16, 16 ], "texture": "#side" }, - "west": { "uv": [ 0.5, 12, 1, 16 ], "texture": "#side" }, - "east": { "uv": [ 15.5, 12, 16, 16 ], "texture": "#side" } - } -}, -{ - "from": [ 13, 9, 0 ], - "to": [ 14, 10, 1 ], - "faces": { - "down": { "uv": [ 15, 14, 16, 13 ], "rotation": 90, "texture": "#top" }, - "up": { "uv": [ 15, 13, 16, 14 ], "rotation": 270, "texture": "#top" }, - "north": { "uv": [ 2, 6, 3, 7 ], "texture": "#side" }, - "west": { "uv": [ 0, 6, 1, 7 ], "texture": "#side" }, - "east": { "uv": [ 15, 6, 16, 7 ], "texture": "#side" } - } -}, -{ - "from": [ 13, 10.5, 0 ], - "to": [ 16, 11, 3 ], - "faces": { - "down": { "uv": [ 13, 16, 16, 13 ], "rotation": 90, "texture": "#top" }, - "north": { "uv": [ 0, 5, 3, 5.5 ], "texture": "#side" }, - "south": { "uv": [ 13, 5, 16, 5.5 ], "texture": "#side" }, - "west": { "uv": [ 0, 5, 3, 5.5 ], "texture": "#side" }, - "east": { "uv": [ 13, 5, 16, 5.5 ], "texture": "#side" } - } -}, -{ - "from": [ 15, 9, 2 ], - "to": [ 16, 10, 3 ], - "faces": { - "down": { "uv": [ 13, 16, 14, 15 ], "rotation": 90, "texture": "#top" }, - "up": { "uv": [ 13, 15, 14, 16 ], "rotation": 270, "texture": "#top" }, - "north": { "uv": [ 0, 6, 1, 7 ], "texture": "#side" }, - "south": { "uv": [ 15, 6, 16, 7 ], "texture": "#side" }, - "east": { "uv": [ 13, 6, 14, 7 ], "texture": "#side" } - } -}, -{ - "from": [ 14.5, 9, 0 ], - "to": [ 16, 9.5, 1.5 ], - "faces": { - "down": { "uv": [ 14.5, 16, 16, 14.5 ], "rotation": 90, "texture": "#top" }, - "north": { "uv": [ 0, 6.5, 1.5, 7 ], "texture": "#side" }, - "south": { "uv": [ 14.5, 6.5, 16, 7 ], "texture": "#side" }, - "west": { "uv": [ 0, 6.5, 1.5, 7 ], "texture": "#side" }, - "east": { "uv": [ 14.5, 6.5, 16, 7 ], "texture": "#side" } - } -}, -{ - "from": [ 15, 7.5, 0 ], - "to": [ 16, 9, 1 ], - "faces": { - "down": { "uv": [ 15, 16, 16, 15 ], "rotation": 90, "texture": "#top" }, - "north": { "uv": [ 0, 7, 1, 8.5 ], "texture": "#side" }, - "south": { "uv": [ 15, 7, 16, 8.5 ], "texture": "#side" }, - "west": { "uv": [ 0, 7, 1, 8.5 ], "texture": "#side" }, - "east": { "uv": [ 15, 7, 16, 8.5 ], "texture": "#side" } - } -}, -{ - "from": [ 13.5, 9.5, 0 ], - "to": [ 16, 10.5, 2.5 ], - "faces": { - "down": { "uv": [ 13.5, 16, 16, 13.5 ], "rotation": 90, "texture": "#top" }, - "north": { "uv": [ 0, 5.5, 2.5, 6.5 ], "texture": "#side" }, - "south": { "uv": [ 13.5, 5.5, 16, 6.5 ], "texture": "#side" }, - "west": { "uv": [ 0, 5.5, 2.5, 6.5 ], "texture": "#side" }, - "east": { "uv": [ 13.5, 5.5, 16, 6.5 ], "texture": "#side" } - } -}, -{ - "from": [ 0, 9, 2 ], - "to": [ 1, 10, 3 ], - "faces": { - "down": { "uv": [ 15, 14, 16, 13 ], "rotation": 180, "texture": "#top" }, - "up": { "uv": [ 15, 13, 16, 14 ], "rotation": 180, "texture": "#top" }, - "north": { "uv": [ 15, 6, 16, 7 ], "texture": "#side" }, - "south": { "uv": [ 0, 6, 1, 7 ], "texture": "#side" }, - "west": { "uv": [ 2, 6, 3, 7 ], "texture": "#side" } - } -}, -{ - "from": [ 0, 10.5, 0 ], - "to": [ 3, 11, 3 ], - "faces": { - "down": { "uv": [ 13, 16, 16, 13 ], "rotation": 180, "texture": "#top" }, - "north": { "uv": [ 13, 5, 16, 5.5 ], "texture": "#side" }, - "south": { "uv": [ 0, 5, 3, 5.5 ], "texture": "#side" }, - "west": { "uv": [ 0, 5, 3, 5.5 ], "texture": "#side" }, - "east": { "uv": [ 13, 5, 16, 5.5 ], "texture": "#side" } - } -}, -{ - "from": [ 2, 9, 0 ], - "to": [ 3, 10, 1 ], - "faces": { - "down": { "uv": [ 13, 16, 14, 15 ], "rotation": 180, "texture": "#top" }, - "up": { "uv": [ 13, 15, 14, 16 ], "rotation": 180, "texture": "#top" }, - "north": { "uv": [ 13, 6, 14, 7 ], "texture": "#side" }, - "west": { "uv": [ 0, 6, 1, 7 ], "texture": "#side" }, - "east": { "uv": [ 15, 6, 16, 7 ], "texture": "#side" } - } -}, -{ - "from": [ 0, 9, 0 ], - "to": [ 1.5, 9.5, 1.5 ], - "faces": { - "down": { "uv": [ 14.5, 16, 16, 14.5 ], "rotation": 180, "texture": "#top" }, - "north": { "uv": [ 14.5, 6.5, 16, 7 ], "texture": "#side" }, - "south": { "uv": [ 0, 6.5, 1.5, 7 ], "texture": "#side" }, - "west": { "uv": [ 0, 6.5, 1.5, 7 ], "texture": "#side" }, - "east": { "uv": [ 14.5, 6.5, 16, 7 ], "texture": "#side" } - } -}, -{ - "from": [ 0, 7.5, 0 ], - "to": [ 1, 9, 1 ], - "faces": { - "down": { "uv": [ 15, 16, 16, 15 ], "rotation": 180, "texture": "#top" }, - "north": { "uv": [ 15, 7, 16, 8.5 ], "texture": "#side" }, - "south": { "uv": [ 0, 7, 1, 8.5 ], "texture": "#side" }, - "west": { "uv": [ 0, 7, 1, 8.5 ], "texture": "#side" }, - "east": { "uv": [ 15, 7, 16, 8.5 ], "texture": "#side" } - } -}, -{ - "from": [ 0, 9.5, 0 ], - "to": [ 2.5, 10.5, 2.5 ], - "faces": { - "down": { "uv": [ 13.5, 16, 16, 13.5 ], "rotation": 180, "texture": "#top" }, - "north": { "uv": [ 13.5, 5.5, 16, 6.5 ], "texture": "#side" }, - "south": { "uv": [ 0, 5.5, 2.5, 6.5 ], "texture": "#side" }, - "west": { "uv": [ 0, 5.5, 2.5, 6.5 ], "texture": "#side" }, - "east": { "uv": [ 13.5, 5.5, 16, 6.5 ], "texture": "#side" } - } -}, -{ - "from": [ 2, 9, 15 ], - "to": [ 3, 10, 16 ], - "faces": { - "down": { "uv": [ 15, 14, 16, 13 ], "rotation": 270, "texture": "#top" }, - "up": { "uv": [ 15, 13, 16, 14 ], "rotation": 90, "texture": "#top" }, - "south": { "uv": [ 2, 6, 3, 7 ], "texture": "#side" }, - "west": { "uv": [ 15, 6, 16, 7 ], "texture": "#side" }, - "east": { "uv": [ 0, 6, 1, 7 ], "texture": "#side" } - } -}, -{ - "from": [ 0, 10.5, 13 ], - "to": [ 3, 11, 16 ], - "faces": { - "down": { "uv": [ 13, 16, 16, 13 ], "rotation": 270, "texture": "#top" }, - "north": { "uv": [ 13, 5, 16, 5.5 ], "texture": "#side" }, - "south": { "uv": [ 0, 5, 3, 5.5 ], "texture": "#side" }, - "west": { "uv": [ 13, 5, 16, 5.5 ], "texture": "#side" }, - "east": { "uv": [ 0, 5, 3, 5.5 ], "texture": "#side" } - } -}, -{ - "from": [ 0, 9, 13 ], - "to": [ 1, 10, 14 ], - "faces": { - "down": { "uv": [ 13, 16, 14, 15 ], "rotation": 270, "texture": "#top" }, - "up": { "uv": [ 13, 15, 14, 16 ], "rotation": 90, "texture": "#top" }, - "north": { "uv": [ 15, 6, 16, 7 ], "texture": "#side" }, - "south": { "uv": [ 0, 6, 1, 7 ], "texture": "#side" }, - "west": { "uv": [ 13, 6, 14, 7 ], "texture": "#side" } - } -}, -{ - "from": [ 0, 9, 14.5 ], - "to": [ 1.5, 9.5, 16 ], - "faces": { - "down": { "uv": [ 14.5, 16, 16, 14.5 ], "rotation": 270, "texture": "#top" }, - "north": { "uv": [ 14.5, 6.5, 16, 7 ], "texture": "#side" }, - "south": { "uv": [ 0, 6.5, 1.5, 7 ], "texture": "#side" }, - "west": { "uv": [ 14.5, 6.5, 16, 7 ], "texture": "#side" }, - "east": { "uv": [ 0, 6.5, 1.5, 7 ], "texture": "#side" } - } -}, -{ - "from": [ 0, 7.5, 15 ], - "to": [ 1, 9, 16 ], - "faces": { - "down": { "uv": [ 15, 16, 16, 15 ], "rotation": 270, "texture": "#top" }, - "north": { "uv": [ 15, 7, 16, 8.5 ], "texture": "#side" }, - "south": { "uv": [ 0, 7, 1, 8.5 ], "texture": "#side" }, - "west": { "uv": [ 15, 7, 16, 8.5 ], "texture": "#side" }, - "east": { "uv": [ 0, 7, 1, 8.5 ], "texture": "#side" } - } -}, -{ - "from": [ 0, 9.5, 13.5 ], - "to": [ 2.5, 10.5, 16 ], - "faces": { - "down": { "uv": [ 13.5, 16, 16, 13.5 ], "rotation": 270, "texture": "#top" }, - "north": { "uv": [ 13.5, 5.5, 16, 6.5 ], "texture": "#side" }, - "south": { "uv": [ 0, 5.5, 2.5, 6.5 ], "texture": "#side" }, - "west": { "uv": [ 13.5, 5.5, 16, 6.5 ], "texture": "#side" }, - "east": { "uv": [ 0, 5.5, 2.5, 6.5 ], "texture": "#side" } - } -}, -{ - "from": [ 15, 9, 13 ], - "to": [ 16, 10, 14 ], - "faces": { - "down": { "uv": [ 15, 14, 16, 13 ], "texture": "#top" }, - "up": { "uv": [ 15, 13, 16, 14 ], "texture": "#top" }, - "north": { "uv": [ 0, 6, 1, 7 ], "texture": "#side" }, - "south": { "uv": [ 15, 6, 16, 7 ], "texture": "#side" }, - "east": { "uv": [ 2, 6, 3, 7 ], "texture": "#side" } - } -}, -{ - "from": [ 13, 10.5, 13 ], - "to": [ 16, 11, 16 ], - "faces": { - "down": { "uv": [ 13, 16, 16, 13 ], "texture": "#top" }, - "north": { "uv": [ 0, 5, 3, 5.5 ], "texture": "#side" }, - "south": { "uv": [ 13, 5, 16, 5.5 ], "texture": "#side" }, - "west": { "uv": [ 13, 5, 16, 5.5 ], "texture": "#side" }, - "east": { "uv": [ 0, 5, 3, 5.5 ], "texture": "#side" } - } -}, -{ - "from": [ 13, 9, 15 ], - "to": [ 14, 10, 16 ], - "faces": { - "down": { "uv": [ 13, 16, 14, 15 ], "texture": "#top" }, - "up": { "uv": [ 13, 15, 14, 16 ], "texture": "#top" }, - "south": { "uv": [ 13, 6, 14, 7 ], "texture": "#side" }, - "west": { "uv": [ 15, 6, 16, 7 ], "texture": "#side" }, - "east": { "uv": [ 0, 6, 1, 7 ], "texture": "#side" } - } -}, -{ - "from": [ 14.5, 9, 14.5 ], - "to": [ 16, 9.5, 16 ], - "faces": { - "down": { "uv": [ 14.5, 16, 16, 14.5 ], "texture": "#top" }, - "north": { "uv": [ 0, 6.5, 1.5, 7 ], "texture": "#side" }, - "south": { "uv": [ 14.5, 6.5, 16, 7 ], "texture": "#side" }, - "west": { "uv": [ 14.5, 6.5, 16, 7 ], "texture": "#side" }, - "east": { "uv": [ 0, 6.5, 1.5, 7 ], "texture": "#side" } - } -}, -{ - "from": [ 15, 7.5, 15 ], - "to": [ 16, 9, 16 ], - "faces": { - "down": { "uv": [ 15, 16, 16, 15 ], "texture": "#top" }, - "north": { "uv": [ 0, 7, 1, 8.5 ], "texture": "#side" }, - "south": { "uv": [ 15, 7, 16, 8.5 ], "texture": "#side" }, - "west": { "uv": [ 15, 7, 16, 8.5 ], "texture": "#side" }, - "east": { "uv": [ 0, 7, 1, 8.5 ], "texture": "#side" } - } -}, -{ - "from": [ 13.5, 9.5, 13.5 ], - "to": [ 16, 10.5, 16 ], - "faces": { - "down": { "uv": [ 13.5, 16, 16, 13.5 ], "texture": "#top" }, - "north": { "uv": [ 0, 5.5, 2.5, 6.5 ], "texture": "#side" }, - "south": { "uv": [ 13.5, 5.5, 16, 6.5 ], "texture": "#side" }, - "west": { "uv": [ 13.5, 5.5, 16, 6.5 ], "texture": "#side" }, - "east": { "uv": [ 0, 5.5, 2.5, 6.5 ], "texture": "#side" } - } -}, -{ - "from": [ 3.5, 11, 1 ], - "to": [ 4, 12, 2 ], - "faces": { - "down": { "uv": [ 3.5, 2, 4, 1 ], "texture": "#top" }, - "up": { "uv": [ 3.5, 1, 4, 2 ], "texture": "#top" }, - "north": { "uv": [ 12, 4, 12.5, 5 ], "texture": "#side" }, - "south": { "uv": [ 3.5, 4, 4, 5 ], "texture": "#side" }, - "east": { "uv": [ 14, 4, 15, 5 ], "texture": "#side" } - } -}, -{ - "from": [ 12, 11, 14 ], - "to": [ 12.5, 12, 15 ], - "faces": { - "down": { "uv": [ 12, 15, 12.5, 14 ], "texture": "#top" }, - "up": { "uv": [ 12, 14, 12.5, 15 ], "texture": "#top" }, - "north": { "uv": [ 3.5, 4, 4, 5 ], "texture": "#side" }, - "south": { "uv": [ 12, 4, 12.5, 5 ], "texture": "#side" }, - "west": { "uv": [ 14, 4, 15, 5 ], "texture": "#side" } - } -}, -{ - "from": [ 3.5, 11, 14 ], - "to": [ 4, 12, 15 ], - "faces": { - "down": { "uv": [ 3.5, 15, 4, 14 ], "texture": "#top" }, - "up": { "uv": [ 3.5, 14, 4, 15 ], "texture": "#top" }, - "north": { "uv": [ 12, 4, 12.5, 5 ], "texture": "#side" }, - "south": { "uv": [ 3.5, 4, 4, 5 ], "texture": "#side" }, - "east": { "uv": [ 1, 4, 2, 5 ], "texture": "#side" } - } -}, -{ - "from": [ 3, 11, 12 ], - "to": [ 4, 12, 13 ], - "faces": { - "down": { "uv": [ 3, 13, 4, 12 ], "texture": "#top" }, - "up": { "uv": [ 3, 12, 4, 13 ], "texture": "#top" }, - "north": { "uv": [ 12, 4, 13, 5 ], "texture": "#side" }, - "south": { "uv": [ 3, 4, 4, 5 ], "texture": "#side" }, - "west": { "uv": [ 12, 4, 13, 5 ], "texture": "#side" }, - "east": { "uv": [ 3, 4, 4, 5 ], "texture": "#side" } - } -}, -{ - "from": [ 1, 11, 12 ], - "to": [ 2, 12, 12.5 ], - "faces": { - "down": { "uv": [ 1, 12.5, 2, 12 ], "texture": "#top" }, - "up": { "uv": [ 1, 12, 2, 12.5 ], "texture": "#top" }, - "north": { "uv": [ 14, 4, 15, 5 ], "texture": "#side" }, - "west": { "uv": [ 12, 4, 12.5, 5 ], "texture": "#side" }, - "east": { "uv": [ 3.5, 4, 4, 5 ], "texture": "#side" } - } -}, -{ - "from": [ 14, 11, 3.5 ], - "to": [ 15, 12, 4 ], - "faces": { - "down": { "uv": [ 14, 4, 15, 3.5 ], "texture": "#top" }, - "up": { "uv": [ 14, 3.5, 15, 4 ], "texture": "#top" }, - "south": { "uv": [ 14, 4, 15, 5 ], "texture": "#side" }, - "west": { "uv": [ 3.5, 4, 4, 5 ], "texture": "#side" }, - "east": { "uv": [ 12, 4, 12.5, 5 ], "texture": "#side" } - } -}, -{ - "from": [ 14, 11, 12 ], - "to": [ 15, 12, 12.5 ], - "faces": { - "down": { "uv": [ 14, 12.5, 15, 12 ], "texture": "#top" }, - "up": { "uv": [ 14, 12, 15, 12.5 ], "texture": "#top" }, - "north": { "uv": [ 1, 4, 2, 5 ], "texture": "#side" }, - "west": { "uv": [ 12, 4, 12.5, 5 ], "texture": "#side" }, - "east": { "uv": [ 3.5, 4, 4, 5 ], "texture": "#side" } - } -}, -{ - "from": [ 1, 11, 3.5 ], - "to": [ 2, 12, 4 ], - "faces": { - "down": { "uv": [ 1, 4, 2, 3.5 ], "texture": "#top" }, - "up": { "uv": [ 1, 3.5, 2, 4 ], "texture": "#top" }, - "south": { "uv": [ 1, 4, 2, 5 ], "texture": "#side" }, - "west": { "uv": [ 3.5, 4, 4, 5 ], "texture": "#side" }, - "east": { "uv": [ 12, 4, 12.5, 5 ], "texture": "#side" } - } -}, -{ - "from": [ 12, 11, 3 ], - "to": [ 13, 12, 4 ], - "faces": { - "down": { "uv": [ 12, 4, 13, 3 ], "texture": "#top" }, - "up": { "uv": [ 12, 3, 13, 4 ], "texture": "#top" }, - "north": { "uv": [ 3, 4, 4, 5 ], "texture": "#side" }, - "south": { "uv": [ 12, 4, 13, 5 ], "texture": "#side" }, - "west": { "uv": [ 3, 4, 4, 5 ], "texture": "#side" }, - "east": { "uv": [ 12, 4, 13, 5 ], "texture": "#side" } - } -}, -{ - "from": [ 3, 11, 3 ], - "to": [ 4, 12, 4 ], - "faces": { - "down": { "uv": [ 3, 4, 4, 3 ], "texture": "#top" }, - "up": { "uv": [ 3, 3, 4, 4 ], "texture": "#top" }, - "north": { "uv": [ 12, 4, 13, 5 ], "texture": "#side" }, - "south": { "uv": [ 3, 4, 4, 5 ], "texture": "#side" }, - "west": { "uv": [ 3, 4, 4, 5 ], "texture": "#side" }, - "east": { "uv": [ 12, 4, 13, 5 ], "texture": "#side" } - } -}, -{ - "from": [ 12, 11, 1 ], - "to": [ 12.5, 12, 2 ], - "faces": { - "down": { "uv": [ 12, 2, 12.5, 1 ], "texture": "#top" }, - "up": { "uv": [ 12, 1, 12.5, 2 ], "texture": "#top" }, - "north": { "uv": [ 3.5, 4, 4, 5 ], "texture": "#side" }, - "south": { "uv": [ 12, 4, 12.5, 5 ], "texture": "#side" }, - "west": { "uv": [ 1, 4, 2, 5 ], "texture": "#side" } - } -}, -{ - "from": [ 12, 11, 12 ], - "to": [ 13, 12, 13 ], - "faces": { - "down": { "uv": [ 12, 13, 13, 12 ], "texture": "#top" }, - "up": { "uv": [ 12, 12, 13, 13 ], "texture": "#top" }, - "north": { "uv": [ 3, 4, 4, 5 ], "texture": "#side" }, - "south": { "uv": [ 12, 4, 13, 5 ], "texture": "#side" }, - "west": { "uv": [ 12, 4, 13, 5 ], "texture": "#side" }, - "east": { "uv": [ 3, 4, 4, 5 ], "texture": "#side" } - } -}, -{ - "from": [ 12.5, 11, 0 ], - "to": [ 16, 12, 3.5 ], - "faces": { - "down": { "uv": [ 12.5, 3.5, 16, 0 ], "texture": "#top" }, - "up": { "uv": [ 12.5, 0, 16, 3.5 ], "texture": "#top" }, - "north": { "uv": [ 0, 4, 3.5, 5 ], "texture": "#side", "cullface": "north" }, - "south": { "uv": [ 12.5, 4, 16, 5 ], "texture": "#side" }, - "west": { "uv": [ 0, 4, 3.5, 5 ], "texture": "#side" }, - "east": { "uv": [ 12.5, 4, 16, 5 ], "texture": "#side", "cullface": "east" } - } -}, -{ - "from": [ 12.5, 11, 12.5 ], - "to": [ 16, 12, 16 ], - "faces": { - "down": { "uv": [ 12.5, 16, 16, 12.5 ], "texture": "#top" }, - "up": { "uv": [ 12.5, 12.5, 16, 16 ], "texture": "#top" }, - "north": { "uv": [ 0, 4, 3.5, 5 ], "texture": "#side" }, - "south": { "uv": [ 12.5, 4, 16, 5 ], "texture": "#side", "cullface": "south" }, - "west": { "uv": [ 12.5, 4, 16, 5 ], "texture": "#side" }, - "east": { "uv": [ 0, 4, 3.5, 5 ], "texture": "#side", "cullface": "east" } - } -}, -{ - "from": [ 0, 11, 0 ], - "to": [ 3.5, 12, 3.5 ], - "faces": { - "down": { "uv": [ 0, 3.5, 3.5, 0 ], "texture": "#top" }, - "up": { "uv": [ 0, 0, 3.5, 3.5 ], "texture": "#top" }, - "north": { "uv": [ 12.5, 4, 16, 5 ], "texture": "#side", "cullface": "north" }, - "south": { "uv": [ 0, 4, 3.5, 5 ], "texture": "#side" }, - "west": { "uv": [ 0, 4, 3.5, 5 ], "texture": "#side", "cullface": "west" }, - "east": { "uv": [ 12.5, 4, 16, 5 ], "texture": "#side" } - } -}, -{ - "from": [ 0, 11, 12.5 ], - "to": [ 3.5, 12, 16 ], - "faces": { - "down": { "uv": [ 0, 16, 3.5, 12.5 ], "texture": "#top" }, - "up": { "uv": [ 0, 12.5, 3.5, 16 ], "texture": "#top" }, - "north": { "uv": [ 12.5, 4, 16, 5 ], "texture": "#side" }, - "south": { "uv": [ 0, 4, 3.5, 5 ], "texture": "#side", "cullface": "south" }, - "west": { "uv": [ 12.5, 4, 16, 5 ], "texture": "#side", "cullface": "west" }, - "east": { "uv": [ 0, 4, 3.5, 5 ], "texture": "#side" } - } -}, -{ - "from": [ 0.5, 0, 6.5 ], - "to": [ 1, 2.5, 9.5 ], - "faces": { - "down": { "uv": [ 15.5, 15.5, 16, 12.5 ], "texture": "#side", "cullface": "down" }, - "up": { "uv": [ 0, 12.5, 0.5, 15.5 ], "texture": "#side" }, - "west": { "uv": [ 6.5, 13.5, 9.5, 16 ], "texture": "#side" } - } -}, -{ - "from": [ 0.5, 0, 9.5 ], - "to": [ 1, 3, 10 ], - "faces": { - "down": { "uv": [ 15.5, 16, 16, 15.5 ], "texture": "#side", "cullface": "down" }, - "up": { "uv": [ 15, 15, 15.5, 15.5 ], "texture": "#side" }, - "north": { "uv": [ 9.5, 13, 10, 16 ], "texture": "#side" }, - "west": { "uv": [ 9.5, 13, 10, 16 ], "texture": "#side" } - } -}, -{ - "from": [ 0.5, 0, 6 ], - "to": [ 1, 3, 6.5 ], - "faces": { - "down": { "uv": [ 15.5, 16, 16, 15.5 ], "texture": "#side", "cullface": "down" }, - "up": { "uv": [ 15, 15, 15.5, 15.5 ], "texture": "#side" }, - "south": { "uv": [ 6, 13, 6.5, 16 ], "texture": "#side" }, - "west": { "uv": [ 6, 13, 6.5, 16 ], "texture": "#side" } - } -}, -{ - "from": [ 0.5, 0, 10 ], - "to": [ 1, 4, 15 ], - "faces": { - "down": { "uv": [ 10, 16, 16, 15.5 ], "rotation": 90, "texture": "#side", "cullface": "down" }, - "up": { "uv": [ 9.5, 15, 15.5, 15.5 ], "rotation": 90, "texture": "#side" }, - "north": { "uv": [ 15, 12, 15.5, 16 ], "texture": "#side" }, - "west": { "uv": [ 10, 12, 15.5, 16 ], "texture": "#side" } - } -}, -{ - "from": [ 0.5, 0, 0.5 ], - "to": [ 1, 4, 6 ], - "faces": { - "down": { "uv": [ 0, 16, 6, 15.5 ], "rotation": 90, "texture": "#side", "cullface": "down" }, - "up": { "uv": [ 0, 15, 6, 15.5 ], "rotation": 90, "texture": "#side" }, - "north": { "uv": [ 15.5, 12, 16, 16 ], "texture": "#side" }, - "south": { "uv": [ 0.5, 12, 1, 16 ], "texture": "#side" }, - "west": { "uv": [ 0, 12, 6, 16 ], "texture": "#side" }, - "east": { "uv": [ 10, 12, 16, 16 ], "texture": "#side" } - } -}, -{ - "from": [ 1, 0, 1 ], - "to": [ 15, 11.25, 15 ], - "faces": { - "down": { "uv": [ 1, 15, 15, 1 ], "texture": "#bottom", "cullface": "down" }, - "up": { "uv": [ 1, 1, 15, 15 ], "texture": "#top" }, - "north": { "uv": [ 1, 4.75, 15, 16 ], "texture": "#side" }, - "south": { "uv": [ 1, 4.75, 15, 16 ], "texture": "#side" }, - "west": { "uv": [ 1, 4.75, 15, 16 ], "texture": "#side" }, - "east": { "uv": [ 1, 4.75, 15, 16 ], "texture": "#side" } - } -} -], - "display": { - "gui": { - "rotation": [ 30, 225, 0 ], - "translation": [ 0, 0, 0], - "scale":[ 0.625, 0.625, 0.625 ] - }, - "ground": { - "rotation": [ 0, 0, 0 ], - "translation": [ 0, 3, 0], - "scale":[ 0.25, 0.25, 0.25 ] - }, - "fixed": { - "rotation": [ 0, 0, 0 ], - "translation": [ 0, 0, 0], - "scale":[ 0.5, 0.5, 0.5 ] - }, - "thirdperson_righthand": { - "rotation": [ 75, 45, 0 ], - "translation": [ 0, 2.5, 0], - "scale": [ 0.375, 0.375, 0.375 ] - }, - "firstperson_righthand": { - "rotation": [ 0, 45, 0 ], - "translation": [ 0, 0, 0 ], - "scale": [ 0.40, 0.40, 0.40 ] - }, - "firstperson_lefthand": { - "rotation": [ 0, 225, 0 ], - "translation": [ 0, 0, 0 ], - "scale": [ 0.40, 0.40, 0.40 ] - } - } -} \ No newline at end of file diff --git a/assets/minecraft/models/block/fence_post.json b/assets/minecraft/models/block/fence_post.json index 48a9f7a..9e52244 100755 --- a/assets/minecraft/models/block/fence_post.json +++ b/assets/minecraft/models/block/fence_post.json @@ -1,20 +1 @@ -{ -"textures": { - "particle": "#texture" -}, -"elements": [ -{ - "__comment": "Center post", - "from": [ 6.5, 0, 6.5 ], - "to": [ 9.5, 16, 9.5 ], - "faces": { - "down": { "uv": [ 10.5, 6.5, 13.5, 3.5 ], "texture": "#texture", "cullface": "down" }, - "up": { "uv": [ 10.5, 3.5, 13.5, 6.5 ], "texture": "#texture" }, - "north": { "uv": [ 2.5, 6.5, 13.5, 10 ], "rotation": 90, "texture": "#texture" }, - "south": { "uv": [ 2.5, 6.5, 13.5, 10 ], "rotation": 90, "texture": "#texture" }, - "west": { "uv": [ 2.5, 6.5, 13.5, 10 ], "rotation": 90, "texture": "#texture" }, - "east": { "uv": [ 2.5, 6.5, 13.5, 10 ], "rotation": 90, "texture": "#texture" } - } -} -] -} +{"textures":{"particle":"#texture"},"elements":[{"__comment":"Center_post","from":[6.5,0,6.5],"to":[9.5,16,9.5],"faces":{"down":{"uv":[10.5,6.5,13.5,3.5],"texture":"#texture","cullface":"down"},"up":{"uv":[10.5,3.5,13.5,6.5],"texture":"#texture"},"north":{"uv":[2.5,6.5,13.5,10],"rotation":90,"texture":"#texture"},"south":{"uv":[2.5,6.5,13.5,10],"rotation":90,"texture":"#texture"},"west":{"uv":[2.5,6.5,13.5,10],"rotation":90,"texture":"#texture"},"east":{"uv":[2.5,6.5,13.5,10],"rotation":90,"texture":"#texture"}}}]} diff --git a/assets/minecraft/models/block/fence_side.json b/assets/minecraft/models/block/fence_side.json index 7cada68..81389a1 100755 --- a/assets/minecraft/models/block/fence_side.json +++ b/assets/minecraft/models/block/fence_side.json @@ -1,33 +1 @@ -{ -"textures": { - "particle": "#texture" -}, -"elements": [ -{ - "__comment": "North-south top bar", - "from": [ 7.5, 12, 0 ], - "to": [ 8.5, 15, 6.5 ], - "faces": { - "down": { "uv": [ 0, 6.5, 1, 0 ], "texture": "#texture", "cullface": "down" }, - "up": { "uv": [ 0, 0, 1, 6.5 ], "texture": "#texture" }, - "north": { "uv": [ 12.5, 7, 13.5, 10 ], "texture": "#texture", "cullface": "north" }, - "south": { "uv": [ 12.5, 7, 13.5, 10 ], "texture": "#texture", "cullface": "south" }, - "west": { "uv": [ 8.5, 3.5, 15, 7 ], "texture": "#texture" }, - "east": { "uv": [ 1, 3.5, 7.5, 7 ], "texture": "#texture" } - } -}, -{ - "__comment": "North-south lower bar", - "from": [ 7.5, 6, 0 ], - "to": [ 8.5, 9, 6.5 ], - "faces": { - "down": { "uv": [ 0, 6.5, 1, 0 ], "texture": "#texture", "cullface": "down" }, - "up": { "uv": [ 0, 0, 1, 6.5 ], "texture": "#texture" }, - "north": { "uv": [ 12.5, 7, 13.5, 10 ], "texture": "#texture", "cullface": "north" }, - "south": { "uv": [ 12.5, 7, 13.5, 10 ], "texture": "#texture", "cullface": "south" }, - "west": { "uv": [ 8.5, 3.5, 15, 7 ], "texture": "#texture" }, - "east": { "uv": [ 1, 3.5, 7.5, 7 ], "texture": "#texture" } - } -} -] -} \ No newline at end of file +{"textures":{"particle":"#texture"},"elements":[{"__comment":"North-south_top_bar","from":[7.5,12,0],"to":[8.5,15,6.5],"faces":{"down":{"uv":[0,6.5,1,0],"texture":"#texture","cullface":"down"},"up":{"uv":[0,0,1,6.5],"texture":"#texture"},"north":{"uv":[12.5,7,13.5,10],"texture":"#texture","cullface":"north"},"south":{"uv":[12.5,7,13.5,10],"texture":"#texture","cullface":"south"},"west":{"uv":[8.5,3.5,15,7],"texture":"#texture"},"east":{"uv":[1,3.5,7.5,7],"texture":"#texture"}}},{"__comment":"North-south_lower_bar","from":[7.5,6,0],"to":[8.5,9,6.5],"faces":{"down":{"uv":[0,6.5,1,0],"texture":"#texture","cullface":"down"},"up":{"uv":[0,0,1,6.5],"texture":"#texture"},"north":{"uv":[12.5,7,13.5,10],"texture":"#texture","cullface":"north"},"south":{"uv":[12.5,7,13.5,10],"texture":"#texture","cullface":"south"},"west":{"uv":[8.5,3.5,15,7],"texture":"#texture"},"east":{"uv":[1,3.5,7.5,7],"texture":"#texture"}}}]} diff --git a/assets/minecraft/models/block/furnace.json b/assets/minecraft/models/block/furnace.json index 00f91a3..d9e8603 100755 --- a/assets/minecraft/models/block/furnace.json +++ b/assets/minecraft/models/block/furnace.json @@ -1,499 +1 @@ -{ -"__comment": "Designed by Filmjolk", -"textures": { - "particle": "blocks/furnace_side_new", - "texture": "blocks/furnace_side_new", - "furnace_top": "blocks/furnace_top", - "cauldron_inner": "blocks/cauldron_inner" -}, -"elements": [ -{ - "from": [ 0.5, 14.5, 0.5 ], - "to": [ 15.5, 15.5, 15.5 ], - "faces": { - "down": { "uv": [ 0.5, 15.5, 15.5, 0.5 ], "texture": "#cauldron_inner" }, - "up": { "uv": [ 0.5, 0.5, 15.5, 15.5 ], "texture": "#cauldron_inner" }, - "north": { "uv": [ 0.5, 0.5, 15.5, 1.5 ], "texture": "#texture" }, - "south": { "uv": [ 0.5, 0.5, 15.5, 1.5 ], "texture": "#texture" }, - "west": { "uv": [ 0.5, 0.5, 15.5, 1.5 ], "texture": "#texture" }, - "east": { "uv": [ 0.5, 0.5, 15.5, 1.5 ], "texture": "#texture" } - } -}, -{ - "from": [ 0, 15, 0 ], - "to": [ 16, 16, 1 ], - "faces": { - "down": { "uv": [ 0, 1, 16, 0 ], "texture": "#texture" }, - "up": { "uv": [ 0, 0, 16, 1 ], "texture": "#texture" }, - "north": { "uv": [ 0, 0, 16, 1 ], "texture": "#texture" }, - "south": { "uv": [ 0, 0, 16, 1 ], "texture": "#texture" }, - "west": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture" }, - "east": { "uv": [ 15, 0, 16, 1 ], "texture": "#texture" } - } -}, -{ - "from": [ 0, 15, 15 ], - "to": [ 16, 16, 16 ], - "faces": { - "down": { "uv": [ 16, 1, 0, 0 ], "texture": "#texture" }, - "up": { "uv": [ 0, 1, 16, 0 ], "texture": "#texture" }, - "north": { "uv": [ 0, 0, 16, 1 ], "texture": "#texture" }, - "south": { "uv": [ 0, 0, 16, 1 ], "texture": "#texture" }, - "west": { "uv": [ 15, 0, 16, 1 ], "texture": "#texture" }, - "east": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture" } - } -}, -{ - "from": [ 0, 15, 1 ], - "to": [ 1, 16, 15 ], - "faces": { - "down": { "uv": [ 1, 1, 15, 0 ], "rotation": 270, "texture": "#texture" }, - "up": { "uv": [ 1, 0, 15, 1 ], "rotation": 270, "texture": "#texture" }, - "north": { "uv": [ 15, 0, 16, 1 ], "texture": "#texture" }, - "south": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture" }, - "west": { "uv": [ 1, 0, 15, 1 ], "texture": "#texture" }, - "east": { "uv": [ 1, 0, 15, 1 ], "texture": "#texture" } - } -}, -{ - "from": [ 15, 15, 1 ], - "to": [ 16, 16, 15 ], - "faces": { - "down": { "uv": [ 1, 1, 15, 0 ], "rotation": 90, "texture": "#texture" }, - "up": { "uv": [ 1, 0, 15, 1 ], "rotation": 90, "texture": "#texture" }, - "north": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture" }, - "south": { "uv": [ 15, 0, 16, 1 ], "texture": "#texture" }, - "west": { "uv": [ 1, 0, 15, 1 ], "texture": "#texture" }, - "east": { "uv": [ 1, 0, 15, 1 ], "texture": "#texture" } - } -}, -{ - "from": [ 0, 1, 15 ], - "to": [ 1, 15, 16 ], - "faces": { - "down": { "uv": [ 0, 16, 1, 15 ], "texture": "#texture" }, - "up": { "uv": [ 0, 15, 1, 16 ], "texture": "#texture" }, - "north": { "uv": [ 15, 1, 16, 15 ], "texture": "#texture" }, - "south": { "uv": [ 0, 1, 1, 15 ], "texture": "#texture" }, - "west": { "uv": [ 15, 1, 16, 15 ], "texture": "#texture" }, - "east": { "uv": [ 0, 1, 1, 15 ], "texture": "#texture" } - } -}, -{ - "from": [ 0, 1, 0 ], - "to": [ 1, 15, 1 ], - "faces": { - "down": { "uv": [ 0, 1, 1, 0 ], "texture": "#texture" }, - "up": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture" }, - "north": { "uv": [ 15, 1, 16, 15 ], "texture": "#texture" }, - "south": { "uv": [ 0, 1, 1, 15 ], "texture": "#texture" }, - "west": { "uv": [ 0, 1, 1, 15 ], "texture": "#texture" }, - "east": { "uv": [ 15, 1, 16, 15 ], "texture": "#texture" } - } -}, -{ - "from": [ 15, 1, 15 ], - "to": [ 16, 15, 16 ], - "faces": { - "down": { "uv": [ 15, 16, 16, 15 ], "texture": "#texture" }, - "up": { "uv": [ 15, 15, 16, 16 ], "texture": "#texture" }, - "north": { "uv": [ 0, 1, 1, 15 ], "texture": "#texture" }, - "south": { "uv": [ 15, 1, 16, 15 ], "texture": "#texture" }, - "west": { "uv": [ 15, 1, 16, 15 ], "texture": "#texture" }, - "east": { "uv": [ 0, 1, 1, 15 ], "texture": "#texture" } - } -}, -{ - "from": [ 15, 1, 0 ], - "to": [ 16, 15, 1 ], - "faces": { - "down": { "uv": [ 15, 1, 16, 0 ], "texture": "#texture" }, - "up": { "uv": [ 15, 0, 16, 1 ], "texture": "#texture" }, - "north": { "uv": [ 0, 1, 1, 15 ], "texture": "#texture" }, - "south": { "uv": [ 15, 1, 16, 15 ], "texture": "#texture" }, - "west": { "uv": [ 0, 1, 1, 15 ], "texture": "#texture" }, - "east": { "uv": [ 15, 1, 16, 15 ], "texture": "#texture" } - } -}, -{ - "from": [ 2, 15, 2 ], - "to": [ 7.5, 16, 7.5 ], - "faces": { - "down": { "uv": [ 2, 7.5, 7.5, 2 ], "texture": "#cauldron_inner" }, - "up": { "uv": [ 2.5, 2.5, 8, 8 ], "texture": "#furnace_top" }, - "north": { "uv": [ 8.5, 0, 14, 1 ], "texture": "#furnace_top" }, - "south": { "uv": [ 2, 0, 7.5, 1 ], "texture": "#furnace_top" }, - "west": { "uv": [ 2, 0, 7.5, 1 ], "texture": "#furnace_top" }, - "east": { "uv": [ 8.5, 0, 14, 1 ], "texture": "#furnace_top" } - } -}, -{ - "from": [ 8.5, 15, 2 ], - "to": [ 14, 16, 7.5 ], - "faces": { - "down": { "uv": [ 8, 7.5, 13.5, 2.5 ], "texture": "#cauldron_inner" }, - "up": { "uv": [ 8, 2.5, 13.5, 8 ], "texture": "#furnace_top" }, - "north": { "uv": [ 2.5, 0, 8, 1 ], "texture": "#furnace_top" }, - "south": { "uv": [ 8, 0, 13.5, 1 ], "texture": "#furnace_top" }, - "west": { "uv": [ 2.5, 0, 7.5, 1 ], "texture": "#furnace_top" }, - "east": { "uv": [ 8.5, 0, 13.5, 1 ], "texture": "#furnace_top" } - } -}, -{ - "from": [ 8.5, 15, 8.5 ], - "to": [ 14, 16, 14 ], - "faces": { - "down": { "uv": [ 8, 13, 13.5, 8 ], "texture": "#cauldron_inner" }, - "up": { "uv": [ 8, 8, 13.5, 13.5 ], "texture": "#furnace_top" }, - "north": { "uv": [ 2.5, 0, 8, 1 ], "texture": "#furnace_top" }, - "south": { "uv": [ 8, 0, 13.5, 1 ], "texture": "#furnace_top" }, - "west": { "uv": [ 8, 0, 13, 1 ], "texture": "#furnace_top" }, - "east": { "uv": [ 3, 0, 8, 1 ], "texture": "#furnace_top" } - } -}, -{ - "from": [ 2, 15, 8.5 ], - "to": [ 7.5, 16, 14 ], - "faces": { - "down": { "uv": [ 2.5, 13, 7.5, 8 ], "texture": "#cauldron_inner" }, - "up": { "uv": [ 2.5, 8, 8, 13.5 ], "texture": "#furnace_top" }, - "north": { "uv": [ 8.5, 0, 13.5, 1 ], "texture": "#furnace_top" }, - "south": { "uv": [ 2.5, 0, 7.5, 1 ], "texture": "#furnace_top" }, - "west": { "uv": [ 8, 0, 13, 1 ], "texture": "#furnace_top" }, - "east": { "uv": [ 3, 0, 8, 1 ], "texture": "#furnace_top" } - } -}, -{ - "from": [ 0.5, 0.5, 0.5 ], - "to": [ 15.5, 1.5, 15.5 ], - "faces": { - "down": { "uv": [ 0.5, 15.5, 15.5, 0.5 ], "texture": "#furnace_top" }, - "up": { "uv": [ 0.5, 0.5, 15.5, 15.5 ], "texture": "#cauldron_inner" }, - "north": { "uv": [ 0.5, 14.5, 15.5, 15.5 ], "texture": "#texture" }, - "south": { "uv": [ 0.5, 14.5, 15.5, 15.5 ], "texture": "#texture" }, - "west": { "uv": [ 0.5, 14.5, 15.5, 15.5 ], "texture": "#texture" }, - "east": { "uv": [ 0.5, 14.5, 15.5, 15.5 ], "texture": "#texture" } - } -}, -{ - "from": [ 1, 12.5, 0.5 ], - "to": [ 15, 15, 1.5 ], - "faces": { - "down": { "uv": [ 1, 1.5, 15, 0.5 ], "texture": "#texture" }, - "up": { "uv": [ 1, 0.5, 15, 1.5 ], "texture": "#texture" }, - "north": { "uv": [ 1, 1, 15, 3.5 ], "texture": "#texture" }, - "south": { "uv": [ 1, 1, 15, 3.5 ], "texture": "#texture" }, - "west": { "uv": [ 0.5, 1, 1.5, 3.5 ], "texture": "#texture" }, - "east": { "uv": [ 14.5, 1, 15.5, 3.5 ], "texture": "#texture" } - } -}, -{ - "from": [ 0, 0, 0 ], - "to": [ 16, 1, 1 ], - "faces": { - "down": { "uv": [ 0, 1, 16, 0 ], "texture": "#texture" }, - "up": { "uv": [ 0, 0, 16, 1 ], "texture": "#texture" }, - "north": { "uv": [ 0, 15, 16, 16 ], "texture": "#texture" }, - "south": { "uv": [ 0, 15, 16, 16 ], "texture": "#texture" }, - "west": { "uv": [ 0, 15, 1, 16 ], "texture": "#texture" }, - "east": { "uv": [ 15, 15, 16, 16 ], "texture": "#texture" } - } -}, -{ - "from": [ 0, 0, 15 ], - "to": [ 16, 1, 16 ], - "faces": { - "down": { "uv": [ 0, 16, 16, 15 ], "texture": "#texture" }, - "up": { "uv": [ 0, 15, 16, 16 ], "texture": "#texture" }, - "north": { "uv": [ 0, 15, 16, 16 ], "texture": "#texture" }, - "south": { "uv": [ 0, 15, 16, 16 ], "texture": "#texture" }, - "west": { "uv": [ 15, 15, 16, 16 ], "texture": "#texture" }, - "east": { "uv": [ 0, 15, 1, 16 ], "texture": "#texture" } - } -}, -{ - "from": [ 0, 0, 1 ], - "to": [ 1, 1, 15 ], - "faces": { - "down": { "uv": [ 0, 15, 1, 1 ], "texture": "#texture" }, - "up": { "uv": [ 0, 1, 1, 15 ], "texture": "#texture" }, - "north": { "uv": [ 15, 15, 16, 16 ], "texture": "#texture" }, - "south": { "uv": [ 0, 15, 1, 16 ], "texture": "#texture" }, - "west": { "uv": [ 1, 15, 15, 16 ], "texture": "#texture" }, - "east": { "uv": [ 1, 15, 15, 16 ], "texture": "#texture" } - } -}, -{ - "from": [ 15, 0, 1 ], - "to": [ 16, 1, 15 ], - "faces": { - "down": { "uv": [ 15, 15, 16, 1 ], "texture": "#texture" }, - "up": { "uv": [ 15, 1, 16, 15 ], "texture": "#texture" }, - "north": { "uv": [ 0, 15, 1, 16 ], "texture": "#texture" }, - "south": { "uv": [ 15, 15, 16, 16 ], "texture": "#texture" }, - "west": { "uv": [ 1, 15, 15, 16 ], "texture": "#texture" }, - "east": { "uv": [ 1, 15, 15, 16 ], "texture": "#texture" } - } -}, -{ - "from": [ 1, 1, 0.5 ], - "to": [ 3.5, 9.5, 1.5 ], - "faces": { - "down": { "uv": [ 1, 1.5, 3.5, 0.5 ], "texture": "#texture" }, - "up": { "uv": [ 1, 0.5, 3.5, 1.5 ], "texture": "#texture" }, - "north": { "uv": [ 12.5, 6.5, 15, 15 ], "texture": "#texture" }, - "south": { "uv": [ 1, 6.5, 3.5, 15 ], "texture": "#texture" }, - "west": { "uv": [ 0.5, 6.5, 1.5, 15 ], "texture": "#texture" }, - "east": { "uv": [ 14.5, 6.5, 15.5, 15 ], "texture": "#texture" } - } -}, -{ - "from": [ 12.5, 1, 0.5 ], - "to": [ 15, 9.5, 1.5 ], - "faces": { - "down": { "uv": [ 12.5, 1.5, 15, 0.5 ], "texture": "#texture" }, - "up": { "uv": [ 12.5, 0.5, 15, 1.5 ], "texture": "#texture" }, - "north": { "uv": [ 1, 6.5, 3.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 12.5, 6.5, 15, 15 ], "texture": "#texture" }, - "west": { "uv": [ 0.5, 6.5, 1.5, 15 ], "texture": "#texture" }, - "east": { "uv": [ 14.5, 6.5, 15.5, 15 ], "texture": "#texture" } - } -}, -{ - "from": [ 3.5, 4, 0.5 ], - "to": [ 4, 9.5, 1.5 ], - "faces": { - "down": { "uv": [ 3.5, 1.5, 4, 0.5 ], "texture": "#texture" }, - "up": { "uv": [ 3.5, 0.5, 4, 1.5 ], "texture": "#texture" }, - "north": { "uv": [ 12, 6.5, 12.5, 12 ], "texture": "#texture" }, - "south": { "uv": [ 3.5, 6.5, 4, 12 ], "texture": "#texture" }, - "west": { "uv": [ 0.5, 6.5, 1.5, 12 ], "texture": "#texture" }, - "east": { "uv": [ 14.5, 6.5, 15.5, 12 ], "texture": "#texture" } - } -}, -{ - "from": [ 12, 4, 0.5 ], - "to": [ 12.5, 9.5, 1.5 ], - "faces": { - "down": { "uv": [ 12, 1.5, 12.5, 0.5 ], "texture": "#texture" }, - "up": { "uv": [ 12, 0.5, 12.5, 1.5 ], "texture": "#texture" }, - "north": { "uv": [ 3.5, 6.5, 4, 12 ], "texture": "#texture" }, - "south": { "uv": [ 12, 6.5, 12.5, 12 ], "texture": "#texture" }, - "west": { "uv": [ 0.5, 6.5, 1.5, 12 ], "texture": "#texture" }, - "east": { "uv": [ 14.5, 6.5, 15.5, 12 ], "texture": "#texture" } - } -}, -{ - "from": [ 11.5, 5, 0.5 ], - "to": [ 12, 9.5, 1.5 ], - "faces": { - "down": { "uv": [ 11.5, 1.5, 12, 0.5 ], "texture": "#texture" }, - "up": { "uv": [ 11.5, 0.5, 12, 1.5 ], "texture": "#texture" }, - "north": { "uv": [ 4, 6.5, 4.5, 11 ], "texture": "#texture" }, - "south": { "uv": [ 11.5, 6.5, 12, 11 ], "texture": "#texture" }, - "west": { "uv": [ 0.5, 6.5, 1.5, 11 ], "texture": "#texture" }, - "east": { "uv": [ 14.5, 6.5, 15.5, 11 ], "texture": "#texture" } - } -}, -{ - "from": [ 4, 5, 0.5 ], - "to": [ 4.5, 9.5, 1.5 ], - "faces": { - "down": { "uv": [ 4, 1.5, 4.5, 0.5 ], "texture": "#texture" }, - "up": { "uv": [ 4, 0.5, 4.5, 1.5 ], "texture": "#texture" }, - "north": { "uv": [ 11.5, 6.5, 12, 11 ], "texture": "#texture" }, - "south": { "uv": [ 4, 6.5, 4.5, 11 ], "texture": "#texture" }, - "west": { "uv": [ 0.5, 6.5, 1.5, 11 ], "texture": "#texture" }, - "east": { "uv": [ 14.5, 6.5, 15.5, 11 ], "texture": "#texture" } - } -}, -{ - "from": [ 4.5, 5.5, 0.5 ], - "to": [ 5.5, 10, 1.5 ], - "faces": { - "down": { "uv": [ 4.5, 1.5, 5.5, 0.5 ], "texture": "#texture" }, - "up": { "uv": [ 4.5, 0.5, 5.5, 1.5 ], "texture": "#texture" }, - "north": { "uv": [ 10.5, 6, 11.5, 10.5 ], "texture": "#texture" }, - "south": { "uv": [ 4.5, 6, 5.5, 10.5 ], "texture": "#texture" }, - "west": { "uv": [ 0.5, 6, 1.5, 10.5 ], "texture": "#texture" }, - "east": { "uv": [ 14.5, 6, 15.5, 10.5 ], "texture": "#texture" } - } -}, -{ - "from": [ 10.5, 5.5, 0.5 ], - "to": [ 11.5, 10, 1.5 ], - "faces": { - "down": { "uv": [ 10.5, 1.5, 11.5, 0.5 ], "texture": "#texture" }, - "up": { "uv": [ 10.5, 0.5, 11.5, 1.5 ], "texture": "#texture" }, - "north": { "uv": [ 4.5, 6, 5.5, 10.5 ], "texture": "#texture" }, - "south": { "uv": [ 10.5, 6, 11.5, 10.5 ], "texture": "#texture" }, - "west": { "uv": [ 0.5, 6, 1.5, 10.5 ], "texture": "#texture" }, - "east": { "uv": [ 14.5, 6, 15.5, 10.5 ], "texture": "#texture" } - } -}, -{ - "from": [ 5.5, 6, 0.5 ], - "to": [ 10.5, 10, 1.5 ], - "faces": { - "down": { "uv": [ 5.5, 1.5, 10.5, 0.5 ], "texture": "#texture" }, - "up": { "uv": [ 5.5, 0.5, 10.5, 1.5 ], "texture": "#texture" }, - "north": { "uv": [ 5.5, 6, 10.5, 10 ], "texture": "#texture" }, - "south": { "uv": [ 5.5, 6, 10.5, 10 ], "texture": "#texture" }, - "west": { "uv": [ 0.5, 6, 1.5, 10 ], "texture": "#texture" }, - "east": { "uv": [ 14.5, 6, 15.5, 10 ], "texture": "#texture" } - } -}, -{ - "from": [ 1, 9.5, 0.5 ], - "to": [ 4.5, 12.5, 1.5 ], - "faces": { - "down": { "uv": [ 1, 1.5, 4.5, 0.5 ], "texture": "#texture" }, - "up": { "uv": [ 1, 0.5, 4.5, 1.5 ], "texture": "#texture" }, - "north": { "uv": [ 11.5, 3.5, 15, 6.5 ], "texture": "#texture" }, - "south": { "uv": [ 1, 3.5, 4.5, 6.5 ], "texture": "#texture" }, - "west": { "uv": [ 0.5, 3.5, 1.5, 6.5 ], "texture": "#texture" }, - "east": { "uv": [ 14.5, 3.5, 15.5, 6.5 ], "texture": "#texture" } - } -}, -{ - "from": [ 11.5, 9.5, 0.5 ], - "to": [ 15, 12.5, 1.5 ], - "faces": { - "down": { "uv": [ 11.5, 1.5, 15, 0.5 ], "texture": "#texture" }, - "up": { "uv": [ 11.5, 0.5, 15, 1.5 ], "texture": "#texture" }, - "north": { "uv": [ 1, 3.5, 4.5, 6.5 ], "texture": "#texture" }, - "south": { "uv": [ 11.5, 3.5, 15, 6.5 ], "texture": "#texture" }, - "west": { "uv": [ 0.5, 3.5, 1.5, 6.5 ], "texture": "#texture" }, - "east": { "uv": [ 14.5, 3.5, 15.5, 6.5 ], "texture": "#texture" } - } -}, -{ - "from": [ 11, 11.5, 0.5 ], - "to": [ 11.5, 12, 1.5 ], - "faces": { - "down": { "uv": [ 11, 1.5, 11.5, 0.5 ], "texture": "#texture" }, - "up": { "uv": [ 11, 0.5, 11.5, 1.5 ], "texture": "#texture" }, - "north": { "uv": [ 4.5, 4, 5, 4.5 ], "texture": "#texture" }, - "south": { "uv": [ 11, 4, 11.5, 4.5 ], "texture": "#texture" }, - "west": { "uv": [ 0.5, 4, 1.5, 4.5 ], "texture": "#texture" }, - "east": { "uv": [ 14.5, 4, 15.5, 4.5 ], "texture": "#texture" } - } -}, -{ - "from": [ 4.5, 11.5, 0.5 ], - "to": [ 5, 12, 1.5 ], - "faces": { - "down": { "uv": [ 4.5, 1.5, 5, 0.5 ], "texture": "#texture" }, - "up": { "uv": [ 4.5, 0.5, 5, 1.5 ], "texture": "#texture" }, - "north": { "uv": [ 11, 4, 11.5, 4.5 ], "texture": "#texture" }, - "south": { "uv": [ 4.5, 4, 5, 4.5 ], "texture": "#texture" }, - "west": { "uv": [ 0.5, 4, 1.5, 4.5 ], "texture": "#texture" }, - "east": { "uv": [ 14.5, 4, 15.5, 4.5 ], "texture": "#texture" } - } -}, -{ - "from": [ 4.5, 12, 0.5 ], - "to": [ 5.5, 12.5, 1.5 ], - "faces": { - "down": { "uv": [ 4.5, 1.5, 5.5, 0.5 ], "texture": "#texture" }, - "up": { "uv": [ 4.5, 0.5, 5.5, 1.5 ], "texture": "#texture" }, - "north": { "uv": [ 10.5, 3.5, 11.5, 4 ], "texture": "#texture" }, - "south": { "uv": [ 4.5, 3.5, 5.5, 4 ], "texture": "#texture" }, - "west": { "uv": [ 0.5, 3.5, 1.5, 4 ], "texture": "#texture" }, - "east": { "uv": [ 14.5, 3.5, 15.5, 4 ], "texture": "#texture" } - } -}, -{ - "from": [ 10.5, 12, 0.5 ], - "to": [ 11.5, 12.5, 1.5 ], - "faces": { - "down": { "uv": [ 10.5, 1.5, 11.5, 0.5 ], "texture": "#texture" }, - "up": { "uv": [ 10.5, 0.5, 11.5, 1.5 ], "texture": "#texture" }, - "north": { "uv": [ 4.5, 3.5, 5.5, 4 ], "texture": "#texture" }, - "south": { "uv": [ 10.5, 3.5, 11.5, 4 ], "texture": "#texture" }, - "west": { "uv": [ 0.5, 3.5, 1.5, 4 ], "texture": "#texture" }, - "east": { "uv": [ 14.5, 3.5, 15.5, 4 ], "texture": "#texture" } - } -}, -{ - "from": [ 1.5, 8.5, 1.5 ], - "to": [ 14.5, 9.5, 14.5 ], - "faces": { - "down": { "uv": [ 1.5, 14.5, 14.5, 1.5 ], "texture": "#cauldron_inner" }, - "up": { "uv": [ 1.5, 1.5, 14.5, 14.5 ], "texture": "#cauldron_inner" }, - "north": { "uv": [ 1.5, 6.5, 14.5, 7.5 ], "texture": "#texture" }, - "south": { "uv": [ 1.5, 6.5, 14.5, 7.5 ], "texture": "#texture" }, - "west": { "uv": [ 1.5, 6.5, 14.5, 7.5 ], "texture": "#texture" }, - "east": { "uv": [ 1.5, 6.5, 14.5, 7.5 ], "texture": "#texture" } - } -}, -{ - "from": [ 14.5, 1.5, 1 ], - "to": [ 15.5, 14.5, 15 ], - "faces": { - "down": { "uv": [ 14.5, 15, 15.5, 1 ], "texture": "#texture" }, - "up": { "uv": [ 14.5, 1, 15.5, 15 ], "texture": "#texture" }, - "north": { "uv": [ 0.5, 1.5, 1.5, 14.5 ], "texture": "#texture" }, - "south": { "uv": [ 14.5, 1.5, 15.5, 14.5 ], "texture": "#texture" }, - "west": { "uv": [ 4, 3.5, 12, 11.5 ], "texture": "#cauldron_inner" }, - "east": { "uv": [ 1, 1.5, 15, 14.5 ], "texture": "#texture" } - } -}, -{ - "from": [ 1, 1.5, 14.5 ], - "to": [ 15, 14.5, 15.5 ], - "faces": { - "down": { "uv": [ 14.5, 15, 15.5, 1 ], "rotation": 270, "texture": "#texture" }, - "up": { "uv": [ 14.5, 1, 15.5, 15 ], "rotation": 90, "texture": "#texture" }, - "north": { "uv": [ 4, 4, 12, 11.5 ], "texture": "#cauldron_inner" }, - "south": { "uv": [ 1, 1.5, 15, 14.5 ], "texture": "#texture" }, - "west": { "uv": [ 14.5, 1.5, 15.5, 14.5 ], "texture": "#texture" }, - "east": { "uv": [ 0.5, 1.5, 1.5, 14.5 ], "texture": "#texture" } - } -}, -{ - "from": [ 0.5, 1.5, 1 ], - "to": [ 1.5, 14.5, 15 ], - "faces": { - "down": { "uv": [ 14.5, 15, 15.5, 1 ], "rotation": 180, "texture": "#texture" }, - "up": { "uv": [ 14.5, 1, 15.5, 15 ], "rotation": 180, "texture": "#texture" }, - "north": { "uv": [ 14.5, 1.5, 15.5, 14.5 ], "texture": "#texture" }, - "south": { "uv": [ 0.5, 1.5, 1.5, 14.5 ], "texture": "#texture" }, - "west": { "uv": [ 1, 1.5, 15, 14.5 ], "texture": "#texture" }, - "east": { "uv": [ 4, 3, 12.5, 12 ], "texture": "#cauldron_inner" } - } -} -], - "display": { - "gui": { - "rotation": [ 30, 225, 0 ], - "translation": [ 0, 0, 0], - "scale":[ 0.625, 0.625, 0.625 ] - }, - "ground": { - "rotation": [ 0, 0, 0 ], - "translation": [ 0, 3, 0], - "scale":[ 0.25, 0.25, 0.25 ] - }, - "fixed": { - "rotation": [ 0, 0, 0 ], - "translation": [ 0, 0, 0], - "scale":[ 0.5, 0.5, 0.5 ] - }, - "thirdperson_righthand": { - "rotation": [ 75, 45, 0 ], - "translation": [ 0, 2.5, 0], - "scale": [ 0.375, 0.375, 0.375 ] - }, - "firstperson_righthand": { - "rotation": [ 0, 45, 0 ], - "translation": [ 0, 0, 0 ], - "scale": [ 0.40, 0.40, 0.40 ] - }, - "firstperson_lefthand": { - "rotation": [ 0, 225, 0 ], - "translation": [ 0, 0, 0 ], - "scale": [ 0.40, 0.40, 0.40 ] - } - } -} \ No newline at end of file +{"__comment":"Designed_by_Filmjolk","textures":{"particle":"block/furnace_side_new","texture":"block/furnace_side_new","furnace_top":"block/furnace_top","cauldron_inner":"block/cauldron_inner"},"elements":[{"from":[0.5,14.5,0.5],"to":[15.5,15.5,15.5],"faces":{"down":{"uv":[0.5,15.5,15.5,0.5],"texture":"#cauldron_inner"},"up":{"uv":[0.5,0.5,15.5,15.5],"texture":"#cauldron_inner"},"north":{"uv":[0.5,0.5,15.5,1.5],"texture":"#texture"},"south":{"uv":[0.5,0.5,15.5,1.5],"texture":"#texture"},"west":{"uv":[0.5,0.5,15.5,1.5],"texture":"#texture"},"east":{"uv":[0.5,0.5,15.5,1.5],"texture":"#texture"}}},{"from":[0,15,0],"to":[16,16,1],"faces":{"down":{"uv":[0,1,16,0],"texture":"#texture"},"up":{"uv":[0,0,16,1],"texture":"#texture"},"north":{"uv":[0,0,16,1],"texture":"#texture"},"south":{"uv":[0,0,16,1],"texture":"#texture"},"west":{"uv":[0,0,1,1],"texture":"#texture"},"east":{"uv":[15,0,16,1],"texture":"#texture"}}},{"from":[0,15,15],"to":[16,16,16],"faces":{"down":{"uv":[16,1,0,0],"texture":"#texture"},"up":{"uv":[0,1,16,0],"texture":"#texture"},"north":{"uv":[0,0,16,1],"texture":"#texture"},"south":{"uv":[0,0,16,1],"texture":"#texture"},"west":{"uv":[15,0,16,1],"texture":"#texture"},"east":{"uv":[0,0,1,1],"texture":"#texture"}}},{"from":[0,15,1],"to":[1,16,15],"faces":{"down":{"uv":[1,1,15,0],"rotation":270,"texture":"#texture"},"up":{"uv":[1,0,15,1],"rotation":270,"texture":"#texture"},"north":{"uv":[15,0,16,1],"texture":"#texture"},"south":{"uv":[0,0,1,1],"texture":"#texture"},"west":{"uv":[1,0,15,1],"texture":"#texture"},"east":{"uv":[1,0,15,1],"texture":"#texture"}}},{"from":[15,15,1],"to":[16,16,15],"faces":{"down":{"uv":[1,1,15,0],"rotation":90,"texture":"#texture"},"up":{"uv":[1,0,15,1],"rotation":90,"texture":"#texture"},"north":{"uv":[0,0,1,1],"texture":"#texture"},"south":{"uv":[15,0,16,1],"texture":"#texture"},"west":{"uv":[1,0,15,1],"texture":"#texture"},"east":{"uv":[1,0,15,1],"texture":"#texture"}}},{"from":[0,1,15],"to":[1,15,16],"faces":{"down":{"uv":[0,16,1,15],"texture":"#texture"},"up":{"uv":[0,15,1,16],"texture":"#texture"},"north":{"uv":[15,1,16,15],"texture":"#texture"},"south":{"uv":[0,1,1,15],"texture":"#texture"},"west":{"uv":[15,1,16,15],"texture":"#texture"},"east":{"uv":[0,1,1,15],"texture":"#texture"}}},{"from":[0,1,0],"to":[1,15,1],"faces":{"down":{"uv":[0,1,1,0],"texture":"#texture"},"up":{"uv":[0,0,1,1],"texture":"#texture"},"north":{"uv":[15,1,16,15],"texture":"#texture"},"south":{"uv":[0,1,1,15],"texture":"#texture"},"west":{"uv":[0,1,1,15],"texture":"#texture"},"east":{"uv":[15,1,16,15],"texture":"#texture"}}},{"from":[15,1,15],"to":[16,15,16],"faces":{"down":{"uv":[15,16,16,15],"texture":"#texture"},"up":{"uv":[15,15,16,16],"texture":"#texture"},"north":{"uv":[0,1,1,15],"texture":"#texture"},"south":{"uv":[15,1,16,15],"texture":"#texture"},"west":{"uv":[15,1,16,15],"texture":"#texture"},"east":{"uv":[0,1,1,15],"texture":"#texture"}}},{"from":[15,1,0],"to":[16,15,1],"faces":{"down":{"uv":[15,1,16,0],"texture":"#texture"},"up":{"uv":[15,0,16,1],"texture":"#texture"},"north":{"uv":[0,1,1,15],"texture":"#texture"},"south":{"uv":[15,1,16,15],"texture":"#texture"},"west":{"uv":[0,1,1,15],"texture":"#texture"},"east":{"uv":[15,1,16,15],"texture":"#texture"}}},{"from":[2,15,2],"to":[7.5,16,7.5],"faces":{"down":{"uv":[2,7.5,7.5,2],"texture":"#cauldron_inner"},"up":{"uv":[2.5,2.5,8,8],"texture":"#furnace_top"},"north":{"uv":[8.5,0,14,1],"texture":"#furnace_top"},"south":{"uv":[2,0,7.5,1],"texture":"#furnace_top"},"west":{"uv":[2,0,7.5,1],"texture":"#furnace_top"},"east":{"uv":[8.5,0,14,1],"texture":"#furnace_top"}}},{"from":[8.5,15,2],"to":[14,16,7.5],"faces":{"down":{"uv":[8,7.5,13.5,2.5],"texture":"#cauldron_inner"},"up":{"uv":[8,2.5,13.5,8],"texture":"#furnace_top"},"north":{"uv":[2.5,0,8,1],"texture":"#furnace_top"},"south":{"uv":[8,0,13.5,1],"texture":"#furnace_top"},"west":{"uv":[2.5,0,7.5,1],"texture":"#furnace_top"},"east":{"uv":[8.5,0,13.5,1],"texture":"#furnace_top"}}},{"from":[8.5,15,8.5],"to":[14,16,14],"faces":{"down":{"uv":[8,13,13.5,8],"texture":"#cauldron_inner"},"up":{"uv":[8,8,13.5,13.5],"texture":"#furnace_top"},"north":{"uv":[2.5,0,8,1],"texture":"#furnace_top"},"south":{"uv":[8,0,13.5,1],"texture":"#furnace_top"},"west":{"uv":[8,0,13,1],"texture":"#furnace_top"},"east":{"uv":[3,0,8,1],"texture":"#furnace_top"}}},{"from":[2,15,8.5],"to":[7.5,16,14],"faces":{"down":{"uv":[2.5,13,7.5,8],"texture":"#cauldron_inner"},"up":{"uv":[2.5,8,8,13.5],"texture":"#furnace_top"},"north":{"uv":[8.5,0,13.5,1],"texture":"#furnace_top"},"south":{"uv":[2.5,0,7.5,1],"texture":"#furnace_top"},"west":{"uv":[8,0,13,1],"texture":"#furnace_top"},"east":{"uv":[3,0,8,1],"texture":"#furnace_top"}}},{"from":[0.5,0.5,0.5],"to":[15.5,1.5,15.5],"faces":{"down":{"uv":[0.5,15.5,15.5,0.5],"texture":"#furnace_top"},"up":{"uv":[0.5,0.5,15.5,15.5],"texture":"#cauldron_inner"},"north":{"uv":[0.5,14.5,15.5,15.5],"texture":"#texture"},"south":{"uv":[0.5,14.5,15.5,15.5],"texture":"#texture"},"west":{"uv":[0.5,14.5,15.5,15.5],"texture":"#texture"},"east":{"uv":[0.5,14.5,15.5,15.5],"texture":"#texture"}}},{"from":[1,12.5,0.5],"to":[15,15,1.5],"faces":{"down":{"uv":[1,1.5,15,0.5],"texture":"#texture"},"up":{"uv":[1,0.5,15,1.5],"texture":"#texture"},"north":{"uv":[1,1,15,3.5],"texture":"#texture"},"south":{"uv":[1,1,15,3.5],"texture":"#texture"},"west":{"uv":[0.5,1,1.5,3.5],"texture":"#texture"},"east":{"uv":[14.5,1,15.5,3.5],"texture":"#texture"}}},{"from":[0,0,0],"to":[16,1,1],"faces":{"down":{"uv":[0,1,16,0],"texture":"#texture"},"up":{"uv":[0,0,16,1],"texture":"#texture"},"north":{"uv":[0,15,16,16],"texture":"#texture"},"south":{"uv":[0,15,16,16],"texture":"#texture"},"west":{"uv":[0,15,1,16],"texture":"#texture"},"east":{"uv":[15,15,16,16],"texture":"#texture"}}},{"from":[0,0,15],"to":[16,1,16],"faces":{"down":{"uv":[0,16,16,15],"texture":"#texture"},"up":{"uv":[0,15,16,16],"texture":"#texture"},"north":{"uv":[0,15,16,16],"texture":"#texture"},"south":{"uv":[0,15,16,16],"texture":"#texture"},"west":{"uv":[15,15,16,16],"texture":"#texture"},"east":{"uv":[0,15,1,16],"texture":"#texture"}}},{"from":[0,0,1],"to":[1,1,15],"faces":{"down":{"uv":[0,15,1,1],"texture":"#texture"},"up":{"uv":[0,1,1,15],"texture":"#texture"},"north":{"uv":[15,15,16,16],"texture":"#texture"},"south":{"uv":[0,15,1,16],"texture":"#texture"},"west":{"uv":[1,15,15,16],"texture":"#texture"},"east":{"uv":[1,15,15,16],"texture":"#texture"}}},{"from":[15,0,1],"to":[16,1,15],"faces":{"down":{"uv":[15,15,16,1],"texture":"#texture"},"up":{"uv":[15,1,16,15],"texture":"#texture"},"north":{"uv":[0,15,1,16],"texture":"#texture"},"south":{"uv":[15,15,16,16],"texture":"#texture"},"west":{"uv":[1,15,15,16],"texture":"#texture"},"east":{"uv":[1,15,15,16],"texture":"#texture"}}},{"from":[1,1,0.5],"to":[3.5,9.5,1.5],"faces":{"down":{"uv":[1,1.5,3.5,0.5],"texture":"#texture"},"up":{"uv":[1,0.5,3.5,1.5],"texture":"#texture"},"north":{"uv":[12.5,6.5,15,15],"texture":"#texture"},"south":{"uv":[1,6.5,3.5,15],"texture":"#texture"},"west":{"uv":[0.5,6.5,1.5,15],"texture":"#texture"},"east":{"uv":[14.5,6.5,15.5,15],"texture":"#texture"}}},{"from":[12.5,1,0.5],"to":[15,9.5,1.5],"faces":{"down":{"uv":[12.5,1.5,15,0.5],"texture":"#texture"},"up":{"uv":[12.5,0.5,15,1.5],"texture":"#texture"},"north":{"uv":[1,6.5,3.5,15],"texture":"#texture"},"south":{"uv":[12.5,6.5,15,15],"texture":"#texture"},"west":{"uv":[0.5,6.5,1.5,15],"texture":"#texture"},"east":{"uv":[14.5,6.5,15.5,15],"texture":"#texture"}}},{"from":[3.5,4,0.5],"to":[4,9.5,1.5],"faces":{"down":{"uv":[3.5,1.5,4,0.5],"texture":"#texture"},"up":{"uv":[3.5,0.5,4,1.5],"texture":"#texture"},"north":{"uv":[12,6.5,12.5,12],"texture":"#texture"},"south":{"uv":[3.5,6.5,4,12],"texture":"#texture"},"west":{"uv":[0.5,6.5,1.5,12],"texture":"#texture"},"east":{"uv":[14.5,6.5,15.5,12],"texture":"#texture"}}},{"from":[12,4,0.5],"to":[12.5,9.5,1.5],"faces":{"down":{"uv":[12,1.5,12.5,0.5],"texture":"#texture"},"up":{"uv":[12,0.5,12.5,1.5],"texture":"#texture"},"north":{"uv":[3.5,6.5,4,12],"texture":"#texture"},"south":{"uv":[12,6.5,12.5,12],"texture":"#texture"},"west":{"uv":[0.5,6.5,1.5,12],"texture":"#texture"},"east":{"uv":[14.5,6.5,15.5,12],"texture":"#texture"}}},{"from":[11.5,5,0.5],"to":[12,9.5,1.5],"faces":{"down":{"uv":[11.5,1.5,12,0.5],"texture":"#texture"},"up":{"uv":[11.5,0.5,12,1.5],"texture":"#texture"},"north":{"uv":[4,6.5,4.5,11],"texture":"#texture"},"south":{"uv":[11.5,6.5,12,11],"texture":"#texture"},"west":{"uv":[0.5,6.5,1.5,11],"texture":"#texture"},"east":{"uv":[14.5,6.5,15.5,11],"texture":"#texture"}}},{"from":[4,5,0.5],"to":[4.5,9.5,1.5],"faces":{"down":{"uv":[4,1.5,4.5,0.5],"texture":"#texture"},"up":{"uv":[4,0.5,4.5,1.5],"texture":"#texture"},"north":{"uv":[11.5,6.5,12,11],"texture":"#texture"},"south":{"uv":[4,6.5,4.5,11],"texture":"#texture"},"west":{"uv":[0.5,6.5,1.5,11],"texture":"#texture"},"east":{"uv":[14.5,6.5,15.5,11],"texture":"#texture"}}},{"from":[4.5,5.5,0.5],"to":[5.5,10,1.5],"faces":{"down":{"uv":[4.5,1.5,5.5,0.5],"texture":"#texture"},"up":{"uv":[4.5,0.5,5.5,1.5],"texture":"#texture"},"north":{"uv":[10.5,6,11.5,10.5],"texture":"#texture"},"south":{"uv":[4.5,6,5.5,10.5],"texture":"#texture"},"west":{"uv":[0.5,6,1.5,10.5],"texture":"#texture"},"east":{"uv":[14.5,6,15.5,10.5],"texture":"#texture"}}},{"from":[10.5,5.5,0.5],"to":[11.5,10,1.5],"faces":{"down":{"uv":[10.5,1.5,11.5,0.5],"texture":"#texture"},"up":{"uv":[10.5,0.5,11.5,1.5],"texture":"#texture"},"north":{"uv":[4.5,6,5.5,10.5],"texture":"#texture"},"south":{"uv":[10.5,6,11.5,10.5],"texture":"#texture"},"west":{"uv":[0.5,6,1.5,10.5],"texture":"#texture"},"east":{"uv":[14.5,6,15.5,10.5],"texture":"#texture"}}},{"from":[5.5,6,0.5],"to":[10.5,10,1.5],"faces":{"down":{"uv":[5.5,1.5,10.5,0.5],"texture":"#texture"},"up":{"uv":[5.5,0.5,10.5,1.5],"texture":"#texture"},"north":{"uv":[5.5,6,10.5,10],"texture":"#texture"},"south":{"uv":[5.5,6,10.5,10],"texture":"#texture"},"west":{"uv":[0.5,6,1.5,10],"texture":"#texture"},"east":{"uv":[14.5,6,15.5,10],"texture":"#texture"}}},{"from":[1,9.5,0.5],"to":[4.5,12.5,1.5],"faces":{"down":{"uv":[1,1.5,4.5,0.5],"texture":"#texture"},"up":{"uv":[1,0.5,4.5,1.5],"texture":"#texture"},"north":{"uv":[11.5,3.5,15,6.5],"texture":"#texture"},"south":{"uv":[1,3.5,4.5,6.5],"texture":"#texture"},"west":{"uv":[0.5,3.5,1.5,6.5],"texture":"#texture"},"east":{"uv":[14.5,3.5,15.5,6.5],"texture":"#texture"}}},{"from":[11.5,9.5,0.5],"to":[15,12.5,1.5],"faces":{"down":{"uv":[11.5,1.5,15,0.5],"texture":"#texture"},"up":{"uv":[11.5,0.5,15,1.5],"texture":"#texture"},"north":{"uv":[1,3.5,4.5,6.5],"texture":"#texture"},"south":{"uv":[11.5,3.5,15,6.5],"texture":"#texture"},"west":{"uv":[0.5,3.5,1.5,6.5],"texture":"#texture"},"east":{"uv":[14.5,3.5,15.5,6.5],"texture":"#texture"}}},{"from":[11,11.5,0.5],"to":[11.5,12,1.5],"faces":{"down":{"uv":[11,1.5,11.5,0.5],"texture":"#texture"},"up":{"uv":[11,0.5,11.5,1.5],"texture":"#texture"},"north":{"uv":[4.5,4,5,4.5],"texture":"#texture"},"south":{"uv":[11,4,11.5,4.5],"texture":"#texture"},"west":{"uv":[0.5,4,1.5,4.5],"texture":"#texture"},"east":{"uv":[14.5,4,15.5,4.5],"texture":"#texture"}}},{"from":[4.5,11.5,0.5],"to":[5,12,1.5],"faces":{"down":{"uv":[4.5,1.5,5,0.5],"texture":"#texture"},"up":{"uv":[4.5,0.5,5,1.5],"texture":"#texture"},"north":{"uv":[11,4,11.5,4.5],"texture":"#texture"},"south":{"uv":[4.5,4,5,4.5],"texture":"#texture"},"west":{"uv":[0.5,4,1.5,4.5],"texture":"#texture"},"east":{"uv":[14.5,4,15.5,4.5],"texture":"#texture"}}},{"from":[4.5,12,0.5],"to":[5.5,12.5,1.5],"faces":{"down":{"uv":[4.5,1.5,5.5,0.5],"texture":"#texture"},"up":{"uv":[4.5,0.5,5.5,1.5],"texture":"#texture"},"north":{"uv":[10.5,3.5,11.5,4],"texture":"#texture"},"south":{"uv":[4.5,3.5,5.5,4],"texture":"#texture"},"west":{"uv":[0.5,3.5,1.5,4],"texture":"#texture"},"east":{"uv":[14.5,3.5,15.5,4],"texture":"#texture"}}},{"from":[10.5,12,0.5],"to":[11.5,12.5,1.5],"faces":{"down":{"uv":[10.5,1.5,11.5,0.5],"texture":"#texture"},"up":{"uv":[10.5,0.5,11.5,1.5],"texture":"#texture"},"north":{"uv":[4.5,3.5,5.5,4],"texture":"#texture"},"south":{"uv":[10.5,3.5,11.5,4],"texture":"#texture"},"west":{"uv":[0.5,3.5,1.5,4],"texture":"#texture"},"east":{"uv":[14.5,3.5,15.5,4],"texture":"#texture"}}},{"from":[1.5,8.5,1.5],"to":[14.5,9.5,14.5],"faces":{"down":{"uv":[1.5,14.5,14.5,1.5],"texture":"#cauldron_inner"},"up":{"uv":[1.5,1.5,14.5,14.5],"texture":"#cauldron_inner"},"north":{"uv":[1.5,6.5,14.5,7.5],"texture":"#texture"},"south":{"uv":[1.5,6.5,14.5,7.5],"texture":"#texture"},"west":{"uv":[1.5,6.5,14.5,7.5],"texture":"#texture"},"east":{"uv":[1.5,6.5,14.5,7.5],"texture":"#texture"}}},{"from":[14.5,1.5,1],"to":[15.5,14.5,15],"faces":{"down":{"uv":[14.5,15,15.5,1],"texture":"#texture"},"up":{"uv":[14.5,1,15.5,15],"texture":"#texture"},"north":{"uv":[0.5,1.5,1.5,14.5],"texture":"#texture"},"south":{"uv":[14.5,1.5,15.5,14.5],"texture":"#texture"},"west":{"uv":[4,3.5,12,11.5],"texture":"#cauldron_inner"},"east":{"uv":[1,1.5,15,14.5],"texture":"#texture"}}},{"from":[1,1.5,14.5],"to":[15,14.5,15.5],"faces":{"down":{"uv":[14.5,15,15.5,1],"rotation":270,"texture":"#texture"},"up":{"uv":[14.5,1,15.5,15],"rotation":90,"texture":"#texture"},"north":{"uv":[4,4,12,11.5],"texture":"#cauldron_inner"},"south":{"uv":[1,1.5,15,14.5],"texture":"#texture"},"west":{"uv":[14.5,1.5,15.5,14.5],"texture":"#texture"},"east":{"uv":[0.5,1.5,1.5,14.5],"texture":"#texture"}}},{"from":[0.5,1.5,1],"to":[1.5,14.5,15],"faces":{"down":{"uv":[14.5,15,15.5,1],"rotation":180,"texture":"#texture"},"up":{"uv":[14.5,1,15.5,15],"rotation":180,"texture":"#texture"},"north":{"uv":[14.5,1.5,15.5,14.5],"texture":"#texture"},"south":{"uv":[0.5,1.5,1.5,14.5],"texture":"#texture"},"west":{"uv":[1,1.5,15,14.5],"texture":"#texture"},"east":{"uv":[4,3,12.5,12],"texture":"#cauldron_inner"}}}],"display":{"gui":{"rotation":[30,225,0],"translation":[0,0,0],"scale":[0.625,0.625,0.625]},"ground":{"rotation":[0,0,0],"translation":[0,3,0],"scale":[0.25,0.25,0.25]},"fixed":{"rotation":[0,0,0],"translation":[0,0,0],"scale":[0.5,0.5,0.5]},"thirdperson_righthand":{"rotation":[75,45,0],"translation":[0,2.5,0],"scale":[0.375,0.375,0.375]},"firstperson_righthand":{"rotation":[0,45,0],"translation":[0,0,0],"scale":[0.40,0.40,0.40]},"firstperson_lefthand":{"rotation":[0,225,0],"translation":[0,0,0],"scale":[0.40,0.40,0.40]}}} diff --git a/assets/minecraft/models/block/golden_rail_active_flat.json b/assets/minecraft/models/block/golden_rail_active_flat.json index 1b0f010..749b7b0 100755 --- a/assets/minecraft/models/block/golden_rail_active_flat.json +++ b/assets/minecraft/models/block/golden_rail_active_flat.json @@ -1,204 +1 @@ -{ -"__comment": "Designed by Filmjolk", -"ambientocclusion": false, -"textures": { - "particle": "blocks/rail_normal", - "texture": "blocks/rail_normal", - "rail_golden": "blocks/rail_golden", - "rail_golden_powered": "blocks/rail_golden_powered" -}, -"elements": [ -{ - "from": [ 1, 0, 12.875 ], - "to": [ 15, 0.5, 14.125 ], - "faces": { - "down": { "uv": [ 1, 14.5, 15, 13 ], "texture": "#texture" }, - "up": { "uv": [ 1, 13, 15, 14.5 ], "texture": "#texture" }, - "north": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "west": { "uv": [ 7.5, 14.5, 9.5, 15 ], "texture": "#texture" }, - "east": { "uv": [ 7, 14.5, 9, 15 ], "texture": "#texture" } - } -}, -{ - "from": [ 1, 0, 7.375 ], - "to": [ 15, 0.5, 8.625 ], - "faces": { - "down": { "uv": [ 1, 9, 15, 7.5 ], "texture": "#texture" }, - "up": { "uv": [ 1, 7.5, 15, 9 ], "texture": "#texture" }, - "north": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "west": { "uv": [ 7.5, 14.5, 9.5, 15 ], "texture": "#texture" }, - "east": { "uv": [ 7, 14.5, 9, 15 ], "texture": "#texture" } - } -}, -{ - "from": [ 1, 0, 1.875 ], - "to": [ 15, 0.5, 3.125 ], - "faces": { - "down": { "uv": [ 1, 3.5, 15, 2 ], "texture": "#texture" }, - "up": { "uv": [ 1, 2, 15, 3.5 ], "texture": "#texture" }, - "north": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "west": { "uv": [ 7.5, 14.5, 9.5, 15 ], "texture": "#texture" }, - "east": { "uv": [ 7, 14.5, 9, 15 ], "texture": "#texture" } - } -}, -{ - "from": [ 1.5, 0, 1.5 ], - "to": [ 14.5, 0.5, 3.5 ], - "faces": { - "down": { "uv": [ 1.5, 4, 14.5, 1.5 ], "texture": "#texture" }, - "up": { "uv": [ 1.5, 1.5, 14.5, 4 ], "texture": "#texture" }, - "north": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "west": { "uv": [ 7.5, 14.5, 9.5, 15 ], "texture": "#texture" }, - "east": { "uv": [ 7.5, 14.5, 9.5, 15 ], "texture": "#texture" } - } -}, -{ - "from": [ 1.5, 0, 7 ], - "to": [ 14.5, 0.5, 9 ], - "faces": { - "down": { "uv": [ 1.5, 9.5, 14.5, 7 ], "texture": "#texture" }, - "up": { "uv": [ 1.5, 7, 14.5, 9.5 ], "texture": "#texture" }, - "north": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "west": { "uv": [ 7, 14.5, 9, 15 ], "texture": "#texture" }, - "east": { "uv": [ 7.5, 14.5, 9.5, 15 ], "texture": "#texture" } - } -}, -{ - "from": [ 1.5, 0, 12.5 ], - "to": [ 14.5, 0.5, 14.5 ], - "faces": { - "down": { "uv": [ 1.5, 15, 14.5, 12.5 ], "texture": "#texture" }, - "up": { "uv": [ 1.5, 12.5, 14.5, 15 ], "texture": "#texture" }, - "north": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "west": { "uv": [ 7.5, 14.5, 9.5, 15 ], "texture": "#texture" }, - "east": { "uv": [ 7, 14.5, 9, 15 ], "texture": "#texture" } - } -}, -{ - "from": [ 11.5, 0, 0 ], - "to": [ 13, 1, 16 ], - "faces": { - "down": { "uv": [ 11.5, 16, 13, 0 ], "texture": "#texture" }, - "up": { "uv": [ 11.5, 0, 13, 16 ], "texture": "#rail_golden_powered" }, - "north": { "uv": [ 3, 15, 3.5, 15.5 ], "texture": "#texture" }, - "south": { "uv": [ 11.5, 15, 12, 15.5 ], "texture": "#texture" }, - "west": { "uv": [ 3, 8, 3.5, 8.5 ], "rotation": 90, "texture": "#texture" }, - "east": { "uv": [ 4, 8, 4.5, 8.5 ], "texture": "#texture" } - } -}, -{ - "from": [ 3, 0, 0 ], - "to": [ 4.5, 1, 16 ], - "faces": { - "down": { "uv": [ 3, 16, 4.5, 0 ], "texture": "#texture" }, - "up": { "uv": [ 3, 0, 4.5, 16 ], "texture": "#rail_golden_powered" }, - "north": { "uv": [ 11.5, 15, 12, 15.5 ], "texture": "#texture" }, - "south": { "uv": [ 4, 11.5, 4.5, 12 ], "texture": "#texture" }, - "west": { "uv": [ 3, 14, 3.5, 13.5 ], "rotation": 90, "texture": "#texture" }, - "east": { "uv": [ 4, 8.5, 4.5, 8 ], "texture": "#texture" } - } -}, -{ - "from": [ 2.4375, 0.5, 3.5 ], - "to": [ 2.9375, 1.25, 13 ], - "faces": { - "down": { "uv": [ 14.5, 13, 14, 3.5 ], "texture": "#rail_golden" }, - "up": { "uv": [ 1.5, 3.5, 2, 13 ], "texture": "#rail_golden" }, - "north": { "uv": [ 14, 8.5, 14.5, 9.5 ], "texture": "#rail_golden" }, - "south": { "uv": [ 5.5, 8, 6, 9 ], "texture": "#rail_golden" }, - "west": { "uv": [ 1.5, 3.5, 2.5, 13 ], "rotation": 90, "texture": "#rail_golden" }, - "east": { "uv": [ 5, 3.5, 6, 13 ], "rotation": 90, "texture": "#rail_golden" } - } -}, -{ - "from": [ 2.9375, 0.5, 3 ], - "to": [ 3.4375, 1.5, 13.5 ], - "faces": { - "down": { "uv": [ 14, 13.5, 13.5, 3 ], "texture": "#rail_golden" }, - "up": { "uv": [ 2, 3, 2.5, 13.5 ], "texture": "#rail_golden" }, - "north": { "uv": [ 14, 12, 14.5, 13 ], "texture": "#rail_golden" }, - "south": { "uv": [ 1.5, 5.5, 2, 6.5 ], "texture": "#rail_golden" }, - "west": { "uv": [ 5, 13, 6, 3.5 ], "rotation": 90, "texture": "#rail_golden" }, - "east": { "uv": [ 13.5, 13, 14.5, 3.5 ], "rotation": 90, "texture": "#rail_golden" } - } -}, -{ - "from": [ 4.0625, 0.5, 3 ], - "to": [ 4.5625, 1.5, 13.5 ], - "faces": { - "down": { "uv": [ 11, 13.5, 10.5, 3 ], "texture": "#rail_golden" }, - "up": { "uv": [ 5, 3, 5.5, 13.5 ], "texture": "#rail_golden" }, - "north": { "uv": [ 10, 6.5, 10.5, 7.5 ], "texture": "#rail_golden" }, - "south": { "uv": [ 1.5, 7, 2, 8 ], "texture": "#rail_golden" }, - "west": { "uv": [ 13.5, 13, 14.5, 3.5 ], "rotation": 90, "texture": "#rail_golden" }, - "east": { "uv": [ 5, 13, 6, 3.5 ], "rotation": 90, "texture": "#rail_golden" } - } -}, -{ - "from": [ 4.5625, 0.5, 3.5 ], - "to": [ 5.0625, 1.25, 13 ], - "faces": { - "down": { "uv": [ 11, 13.5, 10.5, 3 ], "texture": "#rail_golden" }, - "up": { "uv": [ 5, 3, 5.5, 13.5 ], "texture": "#rail_golden" }, - "north": { "uv": [ 10, 7, 10.5, 8 ], "texture": "#rail_golden" }, - "south": { "uv": [ 5.5, 10, 6, 11 ], "texture": "#rail_golden" }, - "west": { "uv": [ 13.5, 13, 14.5, 3.5 ], "rotation": 90, "texture": "#rail_golden" }, - "east": { "uv": [ 10, 13, 11, 3.5 ], "rotation": 90, "texture": "#rail_golden" } - } -}, -{ - "from": [ 10.9375, 0.5, 3.5 ], - "to": [ 11.4375, 1.25, 13 ], - "faces": { - "down": { "uv": [ 11, 13.5, 10.5, 3 ], "texture": "#rail_golden" }, - "up": { "uv": [ 5, 3, 5.5, 13.5 ], "texture": "#rail_golden" }, - "north": { "uv": [ 10, 7, 10.5, 8 ], "texture": "#rail_golden" }, - "south": { "uv": [ 5.5, 10, 6, 11 ], "texture": "#rail_golden" }, - "west": { "uv": [ 13.5, 13, 14.5, 3.5 ], "rotation": 90, "texture": "#rail_golden" }, - "east": { "uv": [ 10, 13, 11, 3.5 ], "rotation": 90, "texture": "#rail_golden" } - } -}, -{ - "from": [ 11.4375, 0.5, 3 ], - "to": [ 11.9375, 1.5, 13.5 ], - "faces": { - "down": { "uv": [ 14, 13.5, 13.5, 3 ], "texture": "#rail_golden" }, - "up": { "uv": [ 2, 3, 2.5, 13.5 ], "texture": "#rail_golden" }, - "north": { "uv": [ 14, 12, 14.5, 13 ], "texture": "#rail_golden" }, - "south": { "uv": [ 1.5, 5.5, 2, 6.5 ], "texture": "#rail_golden" }, - "west": { "uv": [ 5, 13, 6, 3.5 ], "rotation": 90, "texture": "#rail_golden" }, - "east": { "uv": [ 13.5, 13, 14.5, 3.5 ], "rotation": 90, "texture": "#rail_golden" } - } -}, -{ - "from": [ 12.5625, 0.5, 3 ], - "to": [ 13.0625, 1.5, 13.5 ], - "faces": { - "down": { "uv": [ 14, 13.5, 13.5, 3 ], "texture": "#rail_golden" }, - "up": { "uv": [ 2, 3, 2.5, 13.5 ], "texture": "#rail_golden" }, - "north": { "uv": [ 14, 12, 14.5, 13 ], "texture": "#rail_golden" }, - "south": { "uv": [ 1.5, 5.5, 2, 6.5 ], "texture": "#rail_golden" }, - "west": { "uv": [ 5, 13, 6, 3.5 ], "rotation": 90, "texture": "#rail_golden" }, - "east": { "uv": [ 13.5, 13, 14.5, 3.5 ], "rotation": 90, "texture": "#rail_golden" } - } -}, -{ - "from": [ 13.0625, 0.5, 3.5 ], - "to": [ 13.5625, 1.25, 13 ], - "faces": { - "down": { "uv": [ 11, 13.5, 10.5, 3 ], "texture": "#rail_golden" }, - "up": { "uv": [ 5, 3, 5.5, 13.5 ], "texture": "#rail_golden" }, - "north": { "uv": [ 10, 7, 10.5, 8 ], "texture": "#rail_golden" }, - "south": { "uv": [ 5.5, 10, 6, 11 ], "texture": "#rail_golden" }, - "west": { "uv": [ 13.5, 13, 14.5, 3.5 ], "rotation": 90, "texture": "#rail_golden" }, - "east": { "uv": [ 10, 13, 11, 3.5 ], "rotation": 90, "texture": "#rail_golden" } - } -} -] -} \ No newline at end of file +{"__comment":"Designed_by_Filmjolk","ambientocclusion":false,"textures":{"particle":"block/rail","texture":"block/rail","rail_golden":"block/powered_rail","rail_golden_powered":"block/powered_rail_on"},"elements":[{"from":[1,0,12.875],"to":[15,0.5,14.125],"faces":{"down":{"uv":[1,14.5,15,13],"texture":"#texture"},"up":{"uv":[1,13,15,14.5],"texture":"#texture"},"north":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"south":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"west":{"uv":[7.5,14.5,9.5,15],"texture":"#texture"},"east":{"uv":[7,14.5,9,15],"texture":"#texture"}}},{"from":[1,0,7.375],"to":[15,0.5,8.625],"faces":{"down":{"uv":[1,9,15,7.5],"texture":"#texture"},"up":{"uv":[1,7.5,15,9],"texture":"#texture"},"north":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"south":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"west":{"uv":[7.5,14.5,9.5,15],"texture":"#texture"},"east":{"uv":[7,14.5,9,15],"texture":"#texture"}}},{"from":[1,0,1.875],"to":[15,0.5,3.125],"faces":{"down":{"uv":[1,3.5,15,2],"texture":"#texture"},"up":{"uv":[1,2,15,3.5],"texture":"#texture"},"north":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"south":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"west":{"uv":[7.5,14.5,9.5,15],"texture":"#texture"},"east":{"uv":[7,14.5,9,15],"texture":"#texture"}}},{"from":[1.5,0,1.5],"to":[14.5,0.5,3.5],"faces":{"down":{"uv":[1.5,4,14.5,1.5],"texture":"#texture"},"up":{"uv":[1.5,1.5,14.5,4],"texture":"#texture"},"north":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"south":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"west":{"uv":[7.5,14.5,9.5,15],"texture":"#texture"},"east":{"uv":[7.5,14.5,9.5,15],"texture":"#texture"}}},{"from":[1.5,0,7],"to":[14.5,0.5,9],"faces":{"down":{"uv":[1.5,9.5,14.5,7],"texture":"#texture"},"up":{"uv":[1.5,7,14.5,9.5],"texture":"#texture"},"north":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"south":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"west":{"uv":[7,14.5,9,15],"texture":"#texture"},"east":{"uv":[7.5,14.5,9.5,15],"texture":"#texture"}}},{"from":[1.5,0,12.5],"to":[14.5,0.5,14.5],"faces":{"down":{"uv":[1.5,15,14.5,12.5],"texture":"#texture"},"up":{"uv":[1.5,12.5,14.5,15],"texture":"#texture"},"north":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"south":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"west":{"uv":[7.5,14.5,9.5,15],"texture":"#texture"},"east":{"uv":[7,14.5,9,15],"texture":"#texture"}}},{"from":[11.5,0,0],"to":[13,1,16],"faces":{"down":{"uv":[11.5,16,13,0],"texture":"#texture"},"up":{"uv":[11.5,0,13,16],"texture":"#rail_golden_powered"},"north":{"uv":[3,15,3.5,15.5],"texture":"#texture"},"south":{"uv":[11.5,15,12,15.5],"texture":"#texture"},"west":{"uv":[3,8,3.5,8.5],"rotation":90,"texture":"#texture"},"east":{"uv":[4,8,4.5,8.5],"texture":"#texture"}}},{"from":[3,0,0],"to":[4.5,1,16],"faces":{"down":{"uv":[3,16,4.5,0],"texture":"#texture"},"up":{"uv":[3,0,4.5,16],"texture":"#rail_golden_powered"},"north":{"uv":[11.5,15,12,15.5],"texture":"#texture"},"south":{"uv":[4,11.5,4.5,12],"texture":"#texture"},"west":{"uv":[3,14,3.5,13.5],"rotation":90,"texture":"#texture"},"east":{"uv":[4,8.5,4.5,8],"texture":"#texture"}}},{"from":[2.4375,0.5,3.5],"to":[2.9375,1.25,13],"faces":{"down":{"uv":[14.5,13,14,3.5],"texture":"#rail_golden"},"up":{"uv":[1.5,3.5,2,13],"texture":"#rail_golden"},"north":{"uv":[14,8.5,14.5,9.5],"texture":"#rail_golden"},"south":{"uv":[5.5,8,6,9],"texture":"#rail_golden"},"west":{"uv":[1.5,3.5,2.5,13],"rotation":90,"texture":"#rail_golden"},"east":{"uv":[5,3.5,6,13],"rotation":90,"texture":"#rail_golden"}}},{"from":[2.9375,0.5,3],"to":[3.4375,1.5,13.5],"faces":{"down":{"uv":[14,13.5,13.5,3],"texture":"#rail_golden"},"up":{"uv":[2,3,2.5,13.5],"texture":"#rail_golden"},"north":{"uv":[14,12,14.5,13],"texture":"#rail_golden"},"south":{"uv":[1.5,5.5,2,6.5],"texture":"#rail_golden"},"west":{"uv":[5,13,6,3.5],"rotation":90,"texture":"#rail_golden"},"east":{"uv":[13.5,13,14.5,3.5],"rotation":90,"texture":"#rail_golden"}}},{"from":[4.0625,0.5,3],"to":[4.5625,1.5,13.5],"faces":{"down":{"uv":[11,13.5,10.5,3],"texture":"#rail_golden"},"up":{"uv":[5,3,5.5,13.5],"texture":"#rail_golden"},"north":{"uv":[10,6.5,10.5,7.5],"texture":"#rail_golden"},"south":{"uv":[1.5,7,2,8],"texture":"#rail_golden"},"west":{"uv":[13.5,13,14.5,3.5],"rotation":90,"texture":"#rail_golden"},"east":{"uv":[5,13,6,3.5],"rotation":90,"texture":"#rail_golden"}}},{"from":[4.5625,0.5,3.5],"to":[5.0625,1.25,13],"faces":{"down":{"uv":[11,13.5,10.5,3],"texture":"#rail_golden"},"up":{"uv":[5,3,5.5,13.5],"texture":"#rail_golden"},"north":{"uv":[10,7,10.5,8],"texture":"#rail_golden"},"south":{"uv":[5.5,10,6,11],"texture":"#rail_golden"},"west":{"uv":[13.5,13,14.5,3.5],"rotation":90,"texture":"#rail_golden"},"east":{"uv":[10,13,11,3.5],"rotation":90,"texture":"#rail_golden"}}},{"from":[10.9375,0.5,3.5],"to":[11.4375,1.25,13],"faces":{"down":{"uv":[11,13.5,10.5,3],"texture":"#rail_golden"},"up":{"uv":[5,3,5.5,13.5],"texture":"#rail_golden"},"north":{"uv":[10,7,10.5,8],"texture":"#rail_golden"},"south":{"uv":[5.5,10,6,11],"texture":"#rail_golden"},"west":{"uv":[13.5,13,14.5,3.5],"rotation":90,"texture":"#rail_golden"},"east":{"uv":[10,13,11,3.5],"rotation":90,"texture":"#rail_golden"}}},{"from":[11.4375,0.5,3],"to":[11.9375,1.5,13.5],"faces":{"down":{"uv":[14,13.5,13.5,3],"texture":"#rail_golden"},"up":{"uv":[2,3,2.5,13.5],"texture":"#rail_golden"},"north":{"uv":[14,12,14.5,13],"texture":"#rail_golden"},"south":{"uv":[1.5,5.5,2,6.5],"texture":"#rail_golden"},"west":{"uv":[5,13,6,3.5],"rotation":90,"texture":"#rail_golden"},"east":{"uv":[13.5,13,14.5,3.5],"rotation":90,"texture":"#rail_golden"}}},{"from":[12.5625,0.5,3],"to":[13.0625,1.5,13.5],"faces":{"down":{"uv":[14,13.5,13.5,3],"texture":"#rail_golden"},"up":{"uv":[2,3,2.5,13.5],"texture":"#rail_golden"},"north":{"uv":[14,12,14.5,13],"texture":"#rail_golden"},"south":{"uv":[1.5,5.5,2,6.5],"texture":"#rail_golden"},"west":{"uv":[5,13,6,3.5],"rotation":90,"texture":"#rail_golden"},"east":{"uv":[13.5,13,14.5,3.5],"rotation":90,"texture":"#rail_golden"}}},{"from":[13.0625,0.5,3.5],"to":[13.5625,1.25,13],"faces":{"down":{"uv":[11,13.5,10.5,3],"texture":"#rail_golden"},"up":{"uv":[5,3,5.5,13.5],"texture":"#rail_golden"},"north":{"uv":[10,7,10.5,8],"texture":"#rail_golden"},"south":{"uv":[5.5,10,6,11],"texture":"#rail_golden"},"west":{"uv":[13.5,13,14.5,3.5],"rotation":90,"texture":"#rail_golden"},"east":{"uv":[10,13,11,3.5],"rotation":90,"texture":"#rail_golden"}}}]} diff --git a/assets/minecraft/models/block/golden_rail_active_raised_sw.json b/assets/minecraft/models/block/golden_rail_active_raised_sw.json index 4be7ca1..3f397ff 100755 --- a/assets/minecraft/models/block/golden_rail_active_raised_sw.json +++ b/assets/minecraft/models/block/golden_rail_active_raised_sw.json @@ -1,246 +1 @@ -{ -"__comment": "Designed by Filmjolk", -"ambientocclusion": false, -"textures": { - "particle": "blocks/rail_normal", - "texture": "blocks/rail_normal", - "rail_golden": "blocks/rail_golden", - "rail_golden_powered": "blocks/rail_golden_powered" -}, -"elements": [ -{ - "from": [ 3, -0.25, -0.1875 ], - "to": [ 4.5, 0.75, 22.8125 ], - "rotation": { "origin": [ 3, 0.75, -0.1875 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 3, 16, 4.5, 0 ], "texture": "#texture" }, - "up": { "uv": [ 3, 0, 4.5, 16 ], "texture": "#texture" }, - "north": { "uv": [ 11.5, 15, 12, 15.5 ], "texture": "#texture" }, - "south": { "uv": [ 4, 11.5, 4.5, 12 ], "texture": "#texture" }, - "west": { "uv": [ 3, 14, 3.5, 13.5 ], "rotation": 90, "texture": "#texture" }, - "east": { "uv": [ 4, 8.5, 4.5, 8 ], "texture": "#texture" } - } -}, -{ - "from": [ 11.5, -0.25, -0.1875 ], - "to": [ 13, 0.75, 22.8125 ], - "rotation": { "origin": [ 11.5, 0.75, -0.1875 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 11.5, 16, 13, 0 ], "texture": "#texture" }, - "up": { "uv": [ 11.5, 0, 13, 16 ], "texture": "#texture" }, - "north": { "uv": [ 3, 15, 3.5, 15.5 ], "texture": "#texture" }, - "south": { "uv": [ 11.5, 15, 12, 15.5 ], "texture": "#texture" }, - "west": { "uv": [ 3, 8, 3.5, 8.5 ], "rotation": 90, "texture": "#texture" }, - "east": { "uv": [ 4, 8, 4.5, 8.5 ], "texture": "#texture" } - } -}, -{ - "from": [ 1.5, 11.75, 12.25 ], - "to": [ 14.5, 12.25, 14.25 ], - "rotation": { "origin": [ 1.5, 12.25, 12.25 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 1.5, 15, 14.5, 12.5 ], "texture": "#texture" }, - "up": { "uv": [ 1.5, 12.5, 14.5, 15 ], "texture": "#texture" }, - "north": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "west": { "uv": [ 7.5, 14.5, 9.5, 15 ], "texture": "#texture" }, - "east": { "uv": [ 7, 14.5, 9, 15 ], "texture": "#texture" } - } -}, -{ - "from": [ 1.5, 6.75, 7.3125 ], - "to": [ 14.5, 7.25, 9.3125 ], - "rotation": { "origin": [ 1.5, 7.25, 7.3125 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 1.5, 9.5, 14.5, 7 ], "texture": "#texture" }, - "up": { "uv": [ 1.5, 7, 14.5, 9.5 ], "texture": "#texture" }, - "north": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "west": { "uv": [ 7, 14.5, 9, 15 ], "texture": "#texture" }, - "east": { "uv": [ 7.5, 14.5, 9.5, 15 ], "texture": "#texture" } - } -}, -{ - "from": [ 1.5, 2.25, 2.8125 ], - "to": [ 14.5, 2.75, 4.8125 ], - "rotation": { "origin": [ 1.5, 2.75, 2.8125 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 1.5, 4, 14.5, 1.5 ], "texture": "#texture" }, - "up": { "uv": [ 1.5, 1.5, 14.5, 4 ], "texture": "#texture" }, - "north": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "west": { "uv": [ 7.5, 14.5, 9.5, 15 ], "texture": "#texture" }, - "east": { "uv": [ 7.5, 14.5, 9.5, 15 ], "texture": "#texture" } - } -}, -{ - "from": [ 1, 2.5, 3.0625 ], - "to": [ 15, 3, 4.3125 ], - "rotation": { "origin": [ 1, 3, 3.0625 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 1, 3.5, 15, 2 ], "texture": "#texture" }, - "up": { "uv": [ 1, 2, 15, 3.5 ], "texture": "#texture" }, - "north": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "west": { "uv": [ 7.5, 14.5, 9.5, 15 ], "texture": "#texture" }, - "east": { "uv": [ 7, 14.5, 9, 15 ], "texture": "#texture" } - } -}, -{ - "from": [ 1, 7, 7.5625 ], - "to": [ 15, 7.5, 8.8125 ], - "rotation": { "origin": [ 1, 7.5, 7.5625 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 1, 9, 15, 7.5 ], "texture": "#texture" }, - "up": { "uv": [ 1, 7.5, 15, 9 ], "texture": "#texture" }, - "north": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "west": { "uv": [ 7.5, 14.5, 9.5, 15 ], "texture": "#texture" }, - "east": { "uv": [ 7, 14.5, 9, 15 ], "texture": "#texture" } - } -}, -{ - "from": [ 1, 12, 12.5 ], - "to": [ 15, 12.5, 13.75 ], - "rotation": { "origin": [ 1, 12.5, 12.5 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 1, 14.5, 15, 13 ], "texture": "#texture" }, - "up": { "uv": [ 1, 13, 15, 14.5 ], "texture": "#texture" }, - "north": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "west": { "uv": [ 7.5, 14.5, 9.5, 15 ], "texture": "#texture" }, - "east": { "uv": [ 7, 14.5, 9, 15 ], "texture": "#texture" } - } -}, -{ - "from": [ 2.4375, 4.8125, 4.0625 ], - "to": [ 2.9375, 5.5625, 13.5625 ], - "rotation": { "origin": [ 2.4375, 5.5625, 4.0625 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 14.5, 13, 14, 3.5 ], "texture": "#rail_golden" }, - "up": { "uv": [ 1.5, 3.5, 2, 13 ], "texture": "#rail_golden" }, - "north": { "uv": [ 14, 8.5, 14.5, 9.5 ], "texture": "#rail_golden" }, - "south": { "uv": [ 5.5, 8, 6, 9 ], "texture": "#rail_golden" }, - "west": { "uv": [ 1.5, 3.5, 2.5, 13 ], "rotation": 90, "texture": "#rail_golden" }, - "east": { "uv": [ 5, 3.5, 6, 13 ], "texture": "#rail_golden" } - } -}, -{ - "from": [ 2.9375, 4.125, 3.625 ], - "to": [ 3.4375, 5.125, 14.125 ], - "rotation": { "origin": [ 2.9375, 5.125, 3.625 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 14, 13.5, 13.5, 3 ], "texture": "#rail_golden" }, - "up": { "uv": [ 2, 3, 2.5, 13.5 ], "texture": "#rail_golden" }, - "north": { "uv": [ 14, 12, 14.5, 13 ], "texture": "#rail_golden" }, - "south": { "uv": [ 1.5, 5.5, 2, 6.5 ], "texture": "#rail_golden" }, - "west": { "uv": [ 5, 13, 6, 3.5 ], "rotation": 90, "texture": "#rail_golden" }, - "east": { "uv": [ 13.5, 13, 14.5, 3.5 ], "texture": "#rail_golden" } - } -}, -{ - "from": [ 4.0625, 4.0625, 3.75 ], - "to": [ 4.5625, 5.0625, 14.25 ], - "rotation": { "origin": [ 4.0625, 5.0625, 3.75 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 11, 13.5, 10.5, 3 ], "texture": "#rail_golden" }, - "up": { "uv": [ 5, 3, 5.5, 13.5 ], "texture": "#rail_golden" }, - "north": { "uv": [ 10, 6.5, 10.5, 7.5 ], "texture": "#rail_golden" }, - "south": { "uv": [ 1.5, 7, 2, 8 ], "texture": "#rail_golden" }, - "west": { "uv": [ 13.5, 13, 14.5, 3.5 ], "rotation": 90, "texture": "#rail_golden" }, - "east": { "uv": [ 5, 13, 6, 3.5 ], "texture": "#rail_golden" } - } -}, -{ - "from": [ 4.5625, 4.4375, 4.1875 ], - "to": [ 5.0625, 5.1875, 13.6875 ], - "rotation": { "origin": [ 4.5625, 5.1875, 4.1875 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 11, 13.5, 10.5, 3 ], "texture": "#rail_golden" }, - "up": { "uv": [ 10, 13.0625, 10.5625, 3.5625 ], "texture": "#rail_golden" }, - "north": { "uv": [ 10, 7, 10.5, 8 ], "texture": "#rail_golden" }, - "south": { "uv": [ 5.5, 10, 6, 11 ], "texture": "#rail_golden" }, - "west": { "uv": [ 13.5, 13, 14.5, 3.5 ], "rotation": 180, "texture": "#rail_golden" }, - "east": { "uv": [ 10, 13, 11, 3.5 ], "rotation": 90, "texture": "#rail_golden" } - } -}, -{ - "from": [ 10.9375, 4.5625, 4.125 ], - "to": [ 11.4375, 5.3125, 13.625 ], - "rotation": { "origin": [ 10.9375, 5.3125, 4.125 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 11, 13.5, 10.5, 3 ], "texture": "#rail_golden" }, - "up": { "uv": [ 5, 3, 5.5, 13.5 ], "texture": "#rail_golden" }, - "north": { "uv": [ 10, 7, 10.5, 8 ], "texture": "#rail_golden" }, - "south": { "uv": [ 5.5, 10, 6, 11 ], "texture": "#rail_golden" }, - "west": { "uv": [ 13.5, 13, 14.5, 3.5 ], "rotation": 90, "texture": "#rail_golden" }, - "east": { "uv": [ 10, 13, 11, 3.5 ], "texture": "#rail_golden" } - } -}, -{ - "from": [ 11.4375, 4.125, 3.625 ], - "to": [ 11.9375, 5.125, 14.125 ], - "rotation": { "origin": [ 11.4375, 5.125, 3.625 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 14, 13.5, 13.5, 3 ], "texture": "#rail_golden" }, - "up": { "uv": [ 2, 3, 2.5, 13.5 ], "texture": "#rail_golden" }, - "north": { "uv": [ 14, 12, 14.5, 13 ], "texture": "#rail_golden" }, - "south": { "uv": [ 1.5, 5.5, 2, 6.5 ], "texture": "#rail_golden" }, - "west": { "uv": [ 5, 13, 6, 3.5 ], "rotation": 90, "texture": "#rail_golden" }, - "east": { "uv": [ 13.5, 13, 14.5, 3.5 ], "texture": "#rail_golden" } - } -}, -{ - "from": [ 12.5625, 4.125, 3.5 ], - "to": [ 13.0625, 5.125, 14 ], - "rotation": { "origin": [ 12.5625, 5.125, 3.5 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 14, 13.5, 13.5, 3 ], "texture": "#rail_golden" }, - "up": { "uv": [ 2, 3, 2.5, 13.5 ], "texture": "#rail_golden" }, - "north": { "uv": [ 14, 12, 14.5, 13 ], "texture": "#rail_golden" }, - "south": { "uv": [ 1.5, 5.5, 2, 6.5 ], "texture": "#rail_golden" }, - "west": { "uv": [ 5, 13, 6, 3.5 ], "rotation": 90, "texture": "#rail_golden" }, - "east": { "uv": [ 13.5, 13, 14.5, 3.5 ], "texture": "#rail_golden" } - } -}, -{ - "from": [ 13.0625, 4.5625, 4 ], - "to": [ 13.5625, 5.3125, 13.5 ], - "rotation": { "origin": [ 13.0625, 5.3125, 4 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 11, 13.5, 10.5, 3 ], "texture": "#rail_golden" }, - "up": { "uv": [ 5, 3, 5.5, 13.5 ], "texture": "#rail_golden" }, - "north": { "uv": [ 10, 7, 10.5, 8 ], "texture": "#rail_golden" }, - "south": { "uv": [ 5.5, 10, 6, 11 ], "texture": "#rail_golden" }, - "west": { "uv": [ 13.5, 13, 14.5, 3.5 ], "rotation": 90, "texture": "#rail_golden" }, - "east": { "uv": [ 10, 13, 11, 3.5 ], "texture": "#rail_golden" } - } -}, -{ - "from": [ 12, 4.1875, 3.875 ], - "to": [ 12.5, 4.875, 14.4375 ], - "rotation": { "origin": [ 12, 4.875, 3.875 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 14, 13.5, 13.5, 3 ], "texture": "#rail_golden" }, - "up": { "uv": [ 3.5, 3, 4, 13.5 ], "texture": "#rail_golden_powered" }, - "north": { "uv": [ 12.0625, 3.0625, 12.5, 3.5 ], "texture": "#rail_golden_powered" }, - "south": { "uv": [ 12.0625, 13.125, 12.5, 13.5625 ], "texture": "#rail_golden_powered" }, - "west": { "uv": [ 5, 13, 6, 3.5 ], "rotation": 90, "texture": "#rail_golden_powered" }, - "east": { "uv": [ 13.5, 13, 14.5, 3.5 ], "texture": "#rail_golden_powered" } - } -}, -{ - "from": [ 3.5, 4.1875, 3.875 ], - "to": [ 4, 4.875, 14.4375 ], - "rotation": { "origin": [ 3.5, 4.875, 3.875 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 14, 13.5, 13.5, 3 ], "texture": "#rail_golden" }, - "up": { "uv": [ 3.5, 3, 4, 13.5 ], "texture": "#rail_golden_powered" }, - "north": { "uv": [ 12.0625, 3.0625, 12.5, 3.5 ], "texture": "#rail_golden_powered" }, - "south": { "uv": [ 12.0625, 13.125, 12.5, 13.5625 ], "texture": "#rail_golden_powered" }, - "west": { "uv": [ 5, 13, 6, 3.5 ], "rotation": 90, "texture": "#rail_golden_powered" }, - "east": { "uv": [ 13.5, 13, 14.5, 3.5 ], "texture": "#rail_golden_powered" } - } -} -] -} \ No newline at end of file +{"__comment":"Designed_by_Filmjolk","ambientocclusion":false,"textures":{"particle":"block/rail","texture":"block/rail","rail_golden":"block/powered_rail","rail_golden_powered":"block/powered_rail_on"},"elements":[{"from":[3,-0.25,-0.1875],"to":[4.5,0.75,22.8125],"rotation":{"origin":[3,0.75,-0.1875],"axis":"x","angle":-45},"faces":{"down":{"uv":[3,16,4.5,0],"texture":"#texture"},"up":{"uv":[3,0,4.5,16],"texture":"#texture"},"north":{"uv":[11.5,15,12,15.5],"texture":"#texture"},"south":{"uv":[4,11.5,4.5,12],"texture":"#texture"},"west":{"uv":[3,14,3.5,13.5],"rotation":90,"texture":"#texture"},"east":{"uv":[4,8.5,4.5,8],"texture":"#texture"}}},{"from":[11.5,-0.25,-0.1875],"to":[13,0.75,22.8125],"rotation":{"origin":[11.5,0.75,-0.1875],"axis":"x","angle":-45},"faces":{"down":{"uv":[11.5,16,13,0],"texture":"#texture"},"up":{"uv":[11.5,0,13,16],"texture":"#texture"},"north":{"uv":[3,15,3.5,15.5],"texture":"#texture"},"south":{"uv":[11.5,15,12,15.5],"texture":"#texture"},"west":{"uv":[3,8,3.5,8.5],"rotation":90,"texture":"#texture"},"east":{"uv":[4,8,4.5,8.5],"texture":"#texture"}}},{"from":[1.5,11.75,12.25],"to":[14.5,12.25,14.25],"rotation":{"origin":[1.5,12.25,12.25],"axis":"x","angle":-45},"faces":{"down":{"uv":[1.5,15,14.5,12.5],"texture":"#texture"},"up":{"uv":[1.5,12.5,14.5,15],"texture":"#texture"},"north":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"south":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"west":{"uv":[7.5,14.5,9.5,15],"texture":"#texture"},"east":{"uv":[7,14.5,9,15],"texture":"#texture"}}},{"from":[1.5,6.75,7.3125],"to":[14.5,7.25,9.3125],"rotation":{"origin":[1.5,7.25,7.3125],"axis":"x","angle":-45},"faces":{"down":{"uv":[1.5,9.5,14.5,7],"texture":"#texture"},"up":{"uv":[1.5,7,14.5,9.5],"texture":"#texture"},"north":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"south":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"west":{"uv":[7,14.5,9,15],"texture":"#texture"},"east":{"uv":[7.5,14.5,9.5,15],"texture":"#texture"}}},{"from":[1.5,2.25,2.8125],"to":[14.5,2.75,4.8125],"rotation":{"origin":[1.5,2.75,2.8125],"axis":"x","angle":-45},"faces":{"down":{"uv":[1.5,4,14.5,1.5],"texture":"#texture"},"up":{"uv":[1.5,1.5,14.5,4],"texture":"#texture"},"north":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"south":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"west":{"uv":[7.5,14.5,9.5,15],"texture":"#texture"},"east":{"uv":[7.5,14.5,9.5,15],"texture":"#texture"}}},{"from":[1,2.5,3.0625],"to":[15,3,4.3125],"rotation":{"origin":[1,3,3.0625],"axis":"x","angle":-45},"faces":{"down":{"uv":[1,3.5,15,2],"texture":"#texture"},"up":{"uv":[1,2,15,3.5],"texture":"#texture"},"north":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"south":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"west":{"uv":[7.5,14.5,9.5,15],"texture":"#texture"},"east":{"uv":[7,14.5,9,15],"texture":"#texture"}}},{"from":[1,7,7.5625],"to":[15,7.5,8.8125],"rotation":{"origin":[1,7.5,7.5625],"axis":"x","angle":-45},"faces":{"down":{"uv":[1,9,15,7.5],"texture":"#texture"},"up":{"uv":[1,7.5,15,9],"texture":"#texture"},"north":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"south":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"west":{"uv":[7.5,14.5,9.5,15],"texture":"#texture"},"east":{"uv":[7,14.5,9,15],"texture":"#texture"}}},{"from":[1,12,12.5],"to":[15,12.5,13.75],"rotation":{"origin":[1,12.5,12.5],"axis":"x","angle":-45},"faces":{"down":{"uv":[1,14.5,15,13],"texture":"#texture"},"up":{"uv":[1,13,15,14.5],"texture":"#texture"},"north":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"south":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"west":{"uv":[7.5,14.5,9.5,15],"texture":"#texture"},"east":{"uv":[7,14.5,9,15],"texture":"#texture"}}},{"from":[2.4375,4.8125,4.0625],"to":[2.9375,5.5625,13.5625],"rotation":{"origin":[2.4375,5.5625,4.0625],"axis":"x","angle":-45},"faces":{"down":{"uv":[14.5,13,14,3.5],"texture":"#rail_golden"},"up":{"uv":[1.5,3.5,2,13],"texture":"#rail_golden"},"north":{"uv":[14,8.5,14.5,9.5],"texture":"#rail_golden"},"south":{"uv":[5.5,8,6,9],"texture":"#rail_golden"},"west":{"uv":[1.5,3.5,2.5,13],"rotation":90,"texture":"#rail_golden"},"east":{"uv":[5,3.5,6,13],"texture":"#rail_golden"}}},{"from":[2.9375,4.125,3.625],"to":[3.4375,5.125,14.125],"rotation":{"origin":[2.9375,5.125,3.625],"axis":"x","angle":-45},"faces":{"down":{"uv":[14,13.5,13.5,3],"texture":"#rail_golden"},"up":{"uv":[2,3,2.5,13.5],"texture":"#rail_golden"},"north":{"uv":[14,12,14.5,13],"texture":"#rail_golden"},"south":{"uv":[1.5,5.5,2,6.5],"texture":"#rail_golden"},"west":{"uv":[5,13,6,3.5],"rotation":90,"texture":"#rail_golden"},"east":{"uv":[13.5,13,14.5,3.5],"texture":"#rail_golden"}}},{"from":[4.0625,4.0625,3.75],"to":[4.5625,5.0625,14.25],"rotation":{"origin":[4.0625,5.0625,3.75],"axis":"x","angle":-45},"faces":{"down":{"uv":[11,13.5,10.5,3],"texture":"#rail_golden"},"up":{"uv":[5,3,5.5,13.5],"texture":"#rail_golden"},"north":{"uv":[10,6.5,10.5,7.5],"texture":"#rail_golden"},"south":{"uv":[1.5,7,2,8],"texture":"#rail_golden"},"west":{"uv":[13.5,13,14.5,3.5],"rotation":90,"texture":"#rail_golden"},"east":{"uv":[5,13,6,3.5],"texture":"#rail_golden"}}},{"from":[4.5625,4.4375,4.1875],"to":[5.0625,5.1875,13.6875],"rotation":{"origin":[4.5625,5.1875,4.1875],"axis":"x","angle":-45},"faces":{"down":{"uv":[11,13.5,10.5,3],"texture":"#rail_golden"},"up":{"uv":[10,13.0625,10.5625,3.5625],"texture":"#rail_golden"},"north":{"uv":[10,7,10.5,8],"texture":"#rail_golden"},"south":{"uv":[5.5,10,6,11],"texture":"#rail_golden"},"west":{"uv":[13.5,13,14.5,3.5],"rotation":180,"texture":"#rail_golden"},"east":{"uv":[10,13,11,3.5],"rotation":90,"texture":"#rail_golden"}}},{"from":[10.9375,4.5625,4.125],"to":[11.4375,5.3125,13.625],"rotation":{"origin":[10.9375,5.3125,4.125],"axis":"x","angle":-45},"faces":{"down":{"uv":[11,13.5,10.5,3],"texture":"#rail_golden"},"up":{"uv":[5,3,5.5,13.5],"texture":"#rail_golden"},"north":{"uv":[10,7,10.5,8],"texture":"#rail_golden"},"south":{"uv":[5.5,10,6,11],"texture":"#rail_golden"},"west":{"uv":[13.5,13,14.5,3.5],"rotation":90,"texture":"#rail_golden"},"east":{"uv":[10,13,11,3.5],"texture":"#rail_golden"}}},{"from":[11.4375,4.125,3.625],"to":[11.9375,5.125,14.125],"rotation":{"origin":[11.4375,5.125,3.625],"axis":"x","angle":-45},"faces":{"down":{"uv":[14,13.5,13.5,3],"texture":"#rail_golden"},"up":{"uv":[2,3,2.5,13.5],"texture":"#rail_golden"},"north":{"uv":[14,12,14.5,13],"texture":"#rail_golden"},"south":{"uv":[1.5,5.5,2,6.5],"texture":"#rail_golden"},"west":{"uv":[5,13,6,3.5],"rotation":90,"texture":"#rail_golden"},"east":{"uv":[13.5,13,14.5,3.5],"texture":"#rail_golden"}}},{"from":[12.5625,4.125,3.5],"to":[13.0625,5.125,14],"rotation":{"origin":[12.5625,5.125,3.5],"axis":"x","angle":-45},"faces":{"down":{"uv":[14,13.5,13.5,3],"texture":"#rail_golden"},"up":{"uv":[2,3,2.5,13.5],"texture":"#rail_golden"},"north":{"uv":[14,12,14.5,13],"texture":"#rail_golden"},"south":{"uv":[1.5,5.5,2,6.5],"texture":"#rail_golden"},"west":{"uv":[5,13,6,3.5],"rotation":90,"texture":"#rail_golden"},"east":{"uv":[13.5,13,14.5,3.5],"texture":"#rail_golden"}}},{"from":[13.0625,4.5625,4],"to":[13.5625,5.3125,13.5],"rotation":{"origin":[13.0625,5.3125,4],"axis":"x","angle":-45},"faces":{"down":{"uv":[11,13.5,10.5,3],"texture":"#rail_golden"},"up":{"uv":[5,3,5.5,13.5],"texture":"#rail_golden"},"north":{"uv":[10,7,10.5,8],"texture":"#rail_golden"},"south":{"uv":[5.5,10,6,11],"texture":"#rail_golden"},"west":{"uv":[13.5,13,14.5,3.5],"rotation":90,"texture":"#rail_golden"},"east":{"uv":[10,13,11,3.5],"texture":"#rail_golden"}}},{"from":[12,4.1875,3.875],"to":[12.5,4.875,14.4375],"rotation":{"origin":[12,4.875,3.875],"axis":"x","angle":-45},"faces":{"down":{"uv":[14,13.5,13.5,3],"texture":"#rail_golden"},"up":{"uv":[3.5,3,4,13.5],"texture":"#rail_golden_powered"},"north":{"uv":[12.0625,3.0625,12.5,3.5],"texture":"#rail_golden_powered"},"south":{"uv":[12.0625,13.125,12.5,13.5625],"texture":"#rail_golden_powered"},"west":{"uv":[5,13,6,3.5],"rotation":90,"texture":"#rail_golden_powered"},"east":{"uv":[13.5,13,14.5,3.5],"texture":"#rail_golden_powered"}}},{"from":[3.5,4.1875,3.875],"to":[4,4.875,14.4375],"rotation":{"origin":[3.5,4.875,3.875],"axis":"x","angle":-45},"faces":{"down":{"uv":[14,13.5,13.5,3],"texture":"#rail_golden"},"up":{"uv":[3.5,3,4,13.5],"texture":"#rail_golden_powered"},"north":{"uv":[12.0625,3.0625,12.5,3.5],"texture":"#rail_golden_powered"},"south":{"uv":[12.0625,13.125,12.5,13.5625],"texture":"#rail_golden_powered"},"west":{"uv":[5,13,6,3.5],"rotation":90,"texture":"#rail_golden_powered"},"east":{"uv":[13.5,13,14.5,3.5],"texture":"#rail_golden_powered"}}}]} diff --git a/assets/minecraft/models/block/golden_rail_flat.json b/assets/minecraft/models/block/golden_rail_flat.json index 9eca930..e4322c2 100755 --- a/assets/minecraft/models/block/golden_rail_flat.json +++ b/assets/minecraft/models/block/golden_rail_flat.json @@ -1,299 +1 @@ -{ -"__comment": "Designed by Filmjolk", -"ambientocclusion": false, -"textures": { - "particle": "blocks/rail_normal", - "texture": "blocks/rail_normal", - "rail_golden": "blocks/rail_golden" -}, -"elements": [ -{ - "from": [ 1, 0, 12.875 ], - "to": [ 15, 0.5, 14.125 ], - "faces": { - "down": { "uv": [ 1, 14.5, 15, 13 ], "texture": "#texture" }, - "up": { "uv": [ 1, 13, 15, 14.5 ], "texture": "#texture" }, - "north": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "west": { "uv": [ 7.5, 14.5, 9.5, 15 ], "texture": "#texture" }, - "east": { "uv": [ 7, 14.5, 9, 15 ], "texture": "#texture" } - } -}, -{ - "from": [ 1, 0, 7.375 ], - "to": [ 15, 0.5, 8.625 ], - "faces": { - "down": { "uv": [ 1, 9, 15, 7.5 ], "texture": "#texture" }, - "up": { "uv": [ 1, 7.5, 15, 9 ], "texture": "#texture" }, - "north": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "west": { "uv": [ 7.5, 14.5, 9.5, 15 ], "texture": "#texture" }, - "east": { "uv": [ 7, 14.5, 9, 15 ], "texture": "#texture" } - } -}, -{ - "from": [ 1, 0, 1.875 ], - "to": [ 15, 0.5, 3.125 ], - "faces": { - "down": { "uv": [ 1, 3.5, 15, 2 ], "texture": "#texture" }, - "up": { "uv": [ 1, 2, 15, 3.5 ], "texture": "#texture" }, - "north": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "west": { "uv": [ 7.5, 14.5, 9.5, 15 ], "texture": "#texture" }, - "east": { "uv": [ 7, 14.5, 9, 15 ], "texture": "#texture" } - } -}, -{ - "from": [ 1.5, 0, 1.5 ], - "to": [ 14.5, 0.5, 3.5 ], - "faces": { - "down": { "uv": [ 1.5, 4, 14.5, 1.5 ], "texture": "#texture" }, - "up": { "uv": [ 1.5, 1.5, 14.5, 4 ], "texture": "#texture" }, - "north": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "west": { "uv": [ 7.5, 14.5, 9.5, 15 ], "texture": "#texture" }, - "east": { "uv": [ 7.5, 14.5, 9.5, 15 ], "texture": "#texture" } - } -}, -{ - "from": [ 1.5, 0, 7 ], - "to": [ 14.5, 0.5, 9 ], - "faces": { - "down": { "uv": [ 1.5, 9.5, 14.5, 7 ], "texture": "#texture" }, - "up": { "uv": [ 1.5, 7, 14.5, 9.5 ], "texture": "#texture" }, - "north": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "west": { "uv": [ 7, 14.5, 9, 15 ], "texture": "#texture" }, - "east": { "uv": [ 7.5, 14.5, 9.5, 15 ], "texture": "#texture" } - } -}, -{ - "from": [ 1.5, 0, 12.5 ], - "to": [ 14.5, 0.5, 14.5 ], - "faces": { - "down": { "uv": [ 1.5, 15, 14.5, 12.5 ], "texture": "#texture" }, - "up": { "uv": [ 1.5, 12.5, 14.5, 15 ], "texture": "#texture" }, - "north": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "west": { "uv": [ 7.5, 14.5, 9.5, 15 ], "texture": "#texture" }, - "east": { "uv": [ 7, 14.5, 9, 15 ], "texture": "#texture" } - } -}, -{ - "from": [ 11.5, 0, 0 ], - "to": [ 13, 1, 16 ], - "faces": { - "down": { "uv": [ 11.5, 16, 13, 0 ], "texture": "#texture" }, - "up": { "uv": [ 11.5, 0, 13, 16 ], "texture": "#texture" }, - "north": { "uv": [ 3, 15, 3.5, 15.5 ], "texture": "#texture" }, - "south": { "uv": [ 11.5, 15, 12, 15.5 ], "texture": "#texture" }, - "west": { "uv": [ 3, 8, 3.5, 8.5 ], "rotation": 90, "texture": "#texture" }, - "east": { "uv": [ 4, 8, 4.5, 8.5 ], "texture": "#texture" } - } -}, -{ - "from": [ 3, 0, 0 ], - "to": [ 4.5, 1, 16 ], - "faces": { - "down": { "uv": [ 3, 16, 4.5, 0 ], "texture": "#texture" }, - "up": { "uv": [ 3, 0, 4.5, 16 ], "texture": "#texture" }, - "north": { "uv": [ 11.5, 15, 12, 15.5 ], "texture": "#texture" }, - "south": { "uv": [ 4, 11.5, 4.5, 12 ], "texture": "#texture" }, - "west": { "uv": [ 3, 14, 3.5, 13.5 ], "rotation": 90, "texture": "#texture" }, - "east": { "uv": [ 4, 8.5, 4.5, 8 ], "texture": "#texture" } - } -}, -{ - "from": [ 1.5, 0.5, 3.5 ], - "to": [ 2, 1.25, 13 ], - "faces": { - "down": { "uv": [ 14.5, 13, 14, 3.5 ], "texture": "#rail_golden" }, - "up": { "uv": [ 1.5, 3.5, 2, 13 ], "texture": "#rail_golden" }, - "north": { "uv": [ 14, 8.5, 14.5, 9.5 ], "texture": "#rail_golden" }, - "south": { "uv": [ 5.5, 8, 6, 9 ], "texture": "#rail_golden" }, - "west": { "uv": [ 1.5, 3.5, 2.5, 13 ], "rotation": 90, "texture": "#rail_golden" }, - "east": { "uv": [ 5, 3.5, 6, 13 ], "rotation": 90, "texture": "#rail_golden" } - } -}, -{ - "from": [ 2, 0.5, 3 ], - "to": [ 2.5, 1.5, 13.5 ], - "faces": { - "down": { "uv": [ 14, 13.5, 13.5, 3 ], "texture": "#rail_golden" }, - "up": { "uv": [ 2, 3, 2.5, 13.5 ], "texture": "#rail_golden" }, - "north": { "uv": [ 14, 12, 14.5, 13 ], "texture": "#rail_golden" }, - "south": { "uv": [ 1.5, 5.5, 2, 6.5 ], "texture": "#rail_golden" }, - "west": { "uv": [ 5, 13, 6, 3.5 ], "rotation": 90, "texture": "#rail_golden" }, - "east": { "uv": [ 13.5, 13, 14.5, 3.5 ], "rotation": 90, "texture": "#rail_golden" } - } -}, -{ - "from": [ 5, 0.5, 3 ], - "to": [ 5.5, 1.5, 13.5 ], - "faces": { - "down": { "uv": [ 11, 13.5, 10.5, 3 ], "texture": "#rail_golden" }, - "up": { "uv": [ 5, 3, 5.5, 13.5 ], "texture": "#rail_golden" }, - "north": { "uv": [ 10, 6.5, 10.5, 7.5 ], "texture": "#rail_golden" }, - "south": { "uv": [ 1.5, 7, 2, 8 ], "texture": "#rail_golden" }, - "west": { "uv": [ 13.5, 13, 14.5, 3.5 ], "rotation": 90, "texture": "#rail_golden" }, - "east": { "uv": [ 5, 13, 6, 3.5 ], "rotation": 90, "texture": "#rail_golden" } - } -}, -{ - "from": [ 5.5, 0.5, 3.5 ], - "to": [ 6, 1.25, 13 ], - "faces": { - "down": { "uv": [ 11, 13.5, 10.5, 3 ], "texture": "#rail_golden" }, - "up": { "uv": [ 5, 3, 5.5, 13.5 ], "texture": "#rail_golden" }, - "north": { "uv": [ 10, 7, 10.5, 8 ], "texture": "#rail_golden" }, - "south": { "uv": [ 5.5, 10, 6, 11 ], "texture": "#rail_golden" }, - "west": { "uv": [ 13.5, 13, 14.5, 3.5 ], "rotation": 90, "texture": "#rail_golden" }, - "east": { "uv": [ 10, 13, 11, 3.5 ], "rotation": 90, "texture": "#rail_golden" } - } -}, -{ - "from": [ 10, 0.5, 3.5 ], - "to": [ 10.5, 1.25, 13 ], - "faces": { - "down": { "uv": [ 11, 13.5, 10.5, 3 ], "texture": "#rail_golden" }, - "up": { "uv": [ 5, 3, 5.5, 13.5 ], "texture": "#rail_golden" }, - "north": { "uv": [ 10, 7, 10.5, 8 ], "texture": "#rail_golden" }, - "south": { "uv": [ 5.5, 10, 6, 11 ], "texture": "#rail_golden" }, - "west": { "uv": [ 13.5, 13, 14.5, 3.5 ], "rotation": 90, "texture": "#rail_golden" }, - "east": { "uv": [ 10, 13, 11, 3.5 ], "rotation": 90, "texture": "#rail_golden" } - } -}, -{ - "from": [ 10.5, 0.5, 3 ], - "to": [ 11, 1.5, 13.5 ], - "faces": { - "down": { "uv": [ 14, 13.5, 13.5, 3 ], "texture": "#rail_golden" }, - "up": { "uv": [ 2, 3, 2.5, 13.5 ], "texture": "#rail_golden" }, - "north": { "uv": [ 14, 12, 14.5, 13 ], "texture": "#rail_golden" }, - "south": { "uv": [ 1.5, 5.5, 2, 6.5 ], "texture": "#rail_golden" }, - "west": { "uv": [ 5, 13, 6, 3.5 ], "rotation": 90, "texture": "#rail_golden" }, - "east": { "uv": [ 13.5, 13, 14.5, 3.5 ], "rotation": 90, "texture": "#rail_golden" } - } -}, -{ - "from": [ 13.5, 0.5, 3 ], - "to": [ 14, 1.5, 13.5 ], - "faces": { - "down": { "uv": [ 14, 13.5, 13.5, 3 ], "texture": "#rail_golden" }, - "up": { "uv": [ 2, 3, 2.5, 13.5 ], "texture": "#rail_golden" }, - "north": { "uv": [ 14, 12, 14.5, 13 ], "texture": "#rail_golden" }, - "south": { "uv": [ 1.5, 5.5, 2, 6.5 ], "texture": "#rail_golden" }, - "west": { "uv": [ 5, 13, 6, 3.5 ], "rotation": 90, "texture": "#rail_golden" }, - "east": { "uv": [ 13.5, 13, 14.5, 3.5 ], "rotation": 90, "texture": "#rail_golden" } - } -}, -{ - "from": [ 14, 0.5, 3.5 ], - "to": [ 14.5, 1.25, 13 ], - "faces": { - "down": { "uv": [ 11, 13.5, 10.5, 3 ], "texture": "#rail_golden" }, - "up": { "uv": [ 5, 3, 5.5, 13.5 ], "texture": "#rail_golden" }, - "north": { "uv": [ 10, 7, 10.5, 8 ], "texture": "#rail_golden" }, - "south": { "uv": [ 5.5, 10, 6, 11 ], "texture": "#rail_golden" }, - "west": { "uv": [ 13.5, 13, 14.5, 3.5 ], "rotation": 90, "texture": "#rail_golden" }, - "east": { "uv": [ 10, 13, 11, 3.5 ], "rotation": 90, "texture": "#rail_golden" } - } -}, -{ - "from": [ 2.5, 0.5, 3 ], - "to": [ 3, 1.125, 5 ], - "faces": { - "down": { "uv": [ 3, 5, 2.5, 3 ], "texture": "#rail_golden" }, - "up": { "uv": [ 2.5, 3, 3, 5 ], "texture": "#rail_golden" }, - "north": { "uv": [ 14, 12, 14.5, 13 ], "texture": "#rail_golden" }, - "south": { "uv": [ 1.5, 5.5, 2, 6.5 ], "texture": "#rail_golden" }, - "west": { "uv": [ 5, 13, 6, 3.5 ], "rotation": 90, "texture": "#rail_golden" }, - "east": { "uv": [ 13.5, 13, 14.5, 3.5 ], "rotation": 90, "texture": "#rail_golden" } - } -}, -{ - "from": [ 2.5, 0.5, 11.5 ], - "to": [ 3, 1.125, 13.5 ], - "faces": { - "down": { "uv": [ 3, 13.5, 2.5, 11.5 ], "texture": "#rail_golden" }, - "up": { "uv": [ 2.5, 11.5, 3, 13.5 ], "texture": "#rail_golden" }, - "north": { "uv": [ 14, 12, 14.5, 13 ], "texture": "#rail_golden" }, - "south": { "uv": [ 1.5, 5.5, 2, 6.5 ], "texture": "#rail_golden" }, - "west": { "uv": [ 5, 13, 6, 3.5 ], "rotation": 90, "texture": "#rail_golden" }, - "east": { "uv": [ 13.5, 13, 14.5, 3.5 ], "rotation": 90, "texture": "#rail_golden" } - } -}, -{ - "from": [ 4.5, 0.5, 12 ], - "to": [ 5, 1.125, 13.5 ], - "faces": { - "down": { "uv": [ 5, 13.5, 4.5, 11.5 ], "texture": "#rail_golden" }, - "up": { "uv": [ 4.5, 11.5, 5, 13.5 ], "texture": "#rail_golden" }, - "north": { "uv": [ 14, 12, 14.5, 13 ], "texture": "#rail_golden" }, - "south": { "uv": [ 1.5, 5.5, 2, 6.5 ], "texture": "#rail_golden" }, - "west": { "uv": [ 5, 13, 6, 3.5 ], "rotation": 90, "texture": "#rail_golden" }, - "east": { "uv": [ 13.5, 13, 14.5, 3.5 ], "rotation": 90, "texture": "#rail_golden" } - } -}, -{ - "from": [ 4.5, 0.5, 3 ], - "to": [ 5, 1.125, 5 ], - "faces": { - "down": { "uv": [ 5, 5, 4.5, 3 ], "texture": "#rail_golden" }, - "up": { "uv": [ 4.5, 3, 5, 5 ], "texture": "#rail_golden" }, - "north": { "uv": [ 14, 12, 14.5, 13 ], "texture": "#rail_golden" }, - "south": { "uv": [ 1.5, 5.5, 2, 6.5 ], "texture": "#rail_golden" }, - "west": { "uv": [ 5, 13, 6, 3.5 ], "rotation": 90, "texture": "#rail_golden" }, - "east": { "uv": [ 13.5, 13, 14.5, 3.5 ], "rotation": 90, "texture": "#rail_golden" } - } -}, -{ - "from": [ 11, 0.5, 3 ], - "to": [ 11.5, 1.125, 5 ], - "faces": { - "down": { "uv": [ 11.5, 5, 11, 3 ], "texture": "#rail_golden" }, - "up": { "uv": [ 11, 3, 11.5, 5 ], "texture": "#rail_golden" }, - "north": { "uv": [ 14, 12, 14.5, 13 ], "texture": "#rail_golden" }, - "south": { "uv": [ 1.5, 5.5, 2, 6.5 ], "texture": "#rail_golden" }, - "west": { "uv": [ 5, 13, 6, 3.5 ], "rotation": 90, "texture": "#rail_golden" }, - "east": { "uv": [ 13.5, 13, 14.5, 3.5 ], "rotation": 90, "texture": "#rail_golden" } - } -}, -{ - "from": [ 13, 0.5, 3 ], - "to": [ 13.5, 1.125, 5 ], - "faces": { - "down": { "uv": [ 13.5, 5, 13, 3 ], "texture": "#rail_golden" }, - "up": { "uv": [ 13, 3, 13.5, 5 ], "texture": "#rail_golden" }, - "north": { "uv": [ 14, 12, 14.5, 13 ], "texture": "#rail_golden" }, - "south": { "uv": [ 1.5, 5.5, 2, 6.5 ], "texture": "#rail_golden" }, - "west": { "uv": [ 5, 13, 6, 3.5 ], "rotation": 90, "texture": "#rail_golden" }, - "east": { "uv": [ 13.5, 13, 14.5, 3.5 ], "rotation": 90, "texture": "#rail_golden" } - } -}, -{ - "from": [ 13, 0.5, 11.5 ], - "to": [ 13.5, 1.125, 13.5 ], - "faces": { - "down": { "uv": [ 13.5, 13.5, 13, 11.5 ], "texture": "#rail_golden" }, - "up": { "uv": [ 13, 11.5, 13.5, 13.5 ], "texture": "#rail_golden" }, - "north": { "uv": [ 14, 12, 14.5, 13 ], "texture": "#rail_golden" }, - "south": { "uv": [ 1.5, 5.5, 2, 6.5 ], "texture": "#rail_golden" }, - "west": { "uv": [ 5, 13, 6, 3.5 ], "rotation": 90, "texture": "#rail_golden" }, - "east": { "uv": [ 13.5, 13, 14.5, 3.5 ], "rotation": 90, "texture": "#rail_golden" } - } -}, -{ - "from": [ 11, 0.5, 11.5 ], - "to": [ 11.5, 1.125, 13.5 ], - "faces": { - "down": { "uv": [ 11.5, 13.5, 11, 11.5 ], "texture": "#rail_golden" }, - "up": { "uv": [ 11, 11.5, 11.5, 13.5 ], "texture": "#rail_golden" }, - "north": { "uv": [ 14, 12, 14.5, 13 ], "texture": "#rail_golden" }, - "south": { "uv": [ 1.5, 5.5, 2, 6.5 ], "texture": "#rail_golden" }, - "west": { "uv": [ 5, 13, 6, 3.5 ], "rotation": 90, "texture": "#rail_golden" }, - "east": { "uv": [ 13.5, 13, 14.5, 3.5 ], "rotation": 90, "texture": "#rail_golden" } - } -} -] -} \ No newline at end of file +{"__comment":"Designed_by_Filmjolk","ambientocclusion":false,"textures":{"particle":"block/rail","texture":"block/rail","rail_golden":"block/powered_rail"},"elements":[{"from":[1,0,12.875],"to":[15,0.5,14.125],"faces":{"down":{"uv":[1,14.5,15,13],"texture":"#texture"},"up":{"uv":[1,13,15,14.5],"texture":"#texture"},"north":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"south":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"west":{"uv":[7.5,14.5,9.5,15],"texture":"#texture"},"east":{"uv":[7,14.5,9,15],"texture":"#texture"}}},{"from":[1,0,7.375],"to":[15,0.5,8.625],"faces":{"down":{"uv":[1,9,15,7.5],"texture":"#texture"},"up":{"uv":[1,7.5,15,9],"texture":"#texture"},"north":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"south":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"west":{"uv":[7.5,14.5,9.5,15],"texture":"#texture"},"east":{"uv":[7,14.5,9,15],"texture":"#texture"}}},{"from":[1,0,1.875],"to":[15,0.5,3.125],"faces":{"down":{"uv":[1,3.5,15,2],"texture":"#texture"},"up":{"uv":[1,2,15,3.5],"texture":"#texture"},"north":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"south":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"west":{"uv":[7.5,14.5,9.5,15],"texture":"#texture"},"east":{"uv":[7,14.5,9,15],"texture":"#texture"}}},{"from":[1.5,0,1.5],"to":[14.5,0.5,3.5],"faces":{"down":{"uv":[1.5,4,14.5,1.5],"texture":"#texture"},"up":{"uv":[1.5,1.5,14.5,4],"texture":"#texture"},"north":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"south":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"west":{"uv":[7.5,14.5,9.5,15],"texture":"#texture"},"east":{"uv":[7.5,14.5,9.5,15],"texture":"#texture"}}},{"from":[1.5,0,7],"to":[14.5,0.5,9],"faces":{"down":{"uv":[1.5,9.5,14.5,7],"texture":"#texture"},"up":{"uv":[1.5,7,14.5,9.5],"texture":"#texture"},"north":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"south":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"west":{"uv":[7,14.5,9,15],"texture":"#texture"},"east":{"uv":[7.5,14.5,9.5,15],"texture":"#texture"}}},{"from":[1.5,0,12.5],"to":[14.5,0.5,14.5],"faces":{"down":{"uv":[1.5,15,14.5,12.5],"texture":"#texture"},"up":{"uv":[1.5,12.5,14.5,15],"texture":"#texture"},"north":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"south":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"west":{"uv":[7.5,14.5,9.5,15],"texture":"#texture"},"east":{"uv":[7,14.5,9,15],"texture":"#texture"}}},{"from":[11.5,0,0],"to":[13,1,16],"faces":{"down":{"uv":[11.5,16,13,0],"texture":"#texture"},"up":{"uv":[11.5,0,13,16],"texture":"#texture"},"north":{"uv":[3,15,3.5,15.5],"texture":"#texture"},"south":{"uv":[11.5,15,12,15.5],"texture":"#texture"},"west":{"uv":[3,8,3.5,8.5],"rotation":90,"texture":"#texture"},"east":{"uv":[4,8,4.5,8.5],"texture":"#texture"}}},{"from":[3,0,0],"to":[4.5,1,16],"faces":{"down":{"uv":[3,16,4.5,0],"texture":"#texture"},"up":{"uv":[3,0,4.5,16],"texture":"#texture"},"north":{"uv":[11.5,15,12,15.5],"texture":"#texture"},"south":{"uv":[4,11.5,4.5,12],"texture":"#texture"},"west":{"uv":[3,14,3.5,13.5],"rotation":90,"texture":"#texture"},"east":{"uv":[4,8.5,4.5,8],"texture":"#texture"}}},{"from":[1.5,0.5,3.5],"to":[2,1.25,13],"faces":{"down":{"uv":[14.5,13,14,3.5],"texture":"#rail_golden"},"up":{"uv":[1.5,3.5,2,13],"texture":"#rail_golden"},"north":{"uv":[14,8.5,14.5,9.5],"texture":"#rail_golden"},"south":{"uv":[5.5,8,6,9],"texture":"#rail_golden"},"west":{"uv":[1.5,3.5,2.5,13],"rotation":90,"texture":"#rail_golden"},"east":{"uv":[5,3.5,6,13],"rotation":90,"texture":"#rail_golden"}}},{"from":[2,0.5,3],"to":[2.5,1.5,13.5],"faces":{"down":{"uv":[14,13.5,13.5,3],"texture":"#rail_golden"},"up":{"uv":[2,3,2.5,13.5],"texture":"#rail_golden"},"north":{"uv":[14,12,14.5,13],"texture":"#rail_golden"},"south":{"uv":[1.5,5.5,2,6.5],"texture":"#rail_golden"},"west":{"uv":[5,13,6,3.5],"rotation":90,"texture":"#rail_golden"},"east":{"uv":[13.5,13,14.5,3.5],"rotation":90,"texture":"#rail_golden"}}},{"from":[5,0.5,3],"to":[5.5,1.5,13.5],"faces":{"down":{"uv":[11,13.5,10.5,3],"texture":"#rail_golden"},"up":{"uv":[5,3,5.5,13.5],"texture":"#rail_golden"},"north":{"uv":[10,6.5,10.5,7.5],"texture":"#rail_golden"},"south":{"uv":[1.5,7,2,8],"texture":"#rail_golden"},"west":{"uv":[13.5,13,14.5,3.5],"rotation":90,"texture":"#rail_golden"},"east":{"uv":[5,13,6,3.5],"rotation":90,"texture":"#rail_golden"}}},{"from":[5.5,0.5,3.5],"to":[6,1.25,13],"faces":{"down":{"uv":[11,13.5,10.5,3],"texture":"#rail_golden"},"up":{"uv":[5,3,5.5,13.5],"texture":"#rail_golden"},"north":{"uv":[10,7,10.5,8],"texture":"#rail_golden"},"south":{"uv":[5.5,10,6,11],"texture":"#rail_golden"},"west":{"uv":[13.5,13,14.5,3.5],"rotation":90,"texture":"#rail_golden"},"east":{"uv":[10,13,11,3.5],"rotation":90,"texture":"#rail_golden"}}},{"from":[10,0.5,3.5],"to":[10.5,1.25,13],"faces":{"down":{"uv":[11,13.5,10.5,3],"texture":"#rail_golden"},"up":{"uv":[5,3,5.5,13.5],"texture":"#rail_golden"},"north":{"uv":[10,7,10.5,8],"texture":"#rail_golden"},"south":{"uv":[5.5,10,6,11],"texture":"#rail_golden"},"west":{"uv":[13.5,13,14.5,3.5],"rotation":90,"texture":"#rail_golden"},"east":{"uv":[10,13,11,3.5],"rotation":90,"texture":"#rail_golden"}}},{"from":[10.5,0.5,3],"to":[11,1.5,13.5],"faces":{"down":{"uv":[14,13.5,13.5,3],"texture":"#rail_golden"},"up":{"uv":[2,3,2.5,13.5],"texture":"#rail_golden"},"north":{"uv":[14,12,14.5,13],"texture":"#rail_golden"},"south":{"uv":[1.5,5.5,2,6.5],"texture":"#rail_golden"},"west":{"uv":[5,13,6,3.5],"rotation":90,"texture":"#rail_golden"},"east":{"uv":[13.5,13,14.5,3.5],"rotation":90,"texture":"#rail_golden"}}},{"from":[13.5,0.5,3],"to":[14,1.5,13.5],"faces":{"down":{"uv":[14,13.5,13.5,3],"texture":"#rail_golden"},"up":{"uv":[2,3,2.5,13.5],"texture":"#rail_golden"},"north":{"uv":[14,12,14.5,13],"texture":"#rail_golden"},"south":{"uv":[1.5,5.5,2,6.5],"texture":"#rail_golden"},"west":{"uv":[5,13,6,3.5],"rotation":90,"texture":"#rail_golden"},"east":{"uv":[13.5,13,14.5,3.5],"rotation":90,"texture":"#rail_golden"}}},{"from":[14,0.5,3.5],"to":[14.5,1.25,13],"faces":{"down":{"uv":[11,13.5,10.5,3],"texture":"#rail_golden"},"up":{"uv":[5,3,5.5,13.5],"texture":"#rail_golden"},"north":{"uv":[10,7,10.5,8],"texture":"#rail_golden"},"south":{"uv":[5.5,10,6,11],"texture":"#rail_golden"},"west":{"uv":[13.5,13,14.5,3.5],"rotation":90,"texture":"#rail_golden"},"east":{"uv":[10,13,11,3.5],"rotation":90,"texture":"#rail_golden"}}},{"from":[2.5,0.5,3],"to":[3,1.125,5],"faces":{"down":{"uv":[3,5,2.5,3],"texture":"#rail_golden"},"up":{"uv":[2.5,3,3,5],"texture":"#rail_golden"},"north":{"uv":[14,12,14.5,13],"texture":"#rail_golden"},"south":{"uv":[1.5,5.5,2,6.5],"texture":"#rail_golden"},"west":{"uv":[5,13,6,3.5],"rotation":90,"texture":"#rail_golden"},"east":{"uv":[13.5,13,14.5,3.5],"rotation":90,"texture":"#rail_golden"}}},{"from":[2.5,0.5,11.5],"to":[3,1.125,13.5],"faces":{"down":{"uv":[3,13.5,2.5,11.5],"texture":"#rail_golden"},"up":{"uv":[2.5,11.5,3,13.5],"texture":"#rail_golden"},"north":{"uv":[14,12,14.5,13],"texture":"#rail_golden"},"south":{"uv":[1.5,5.5,2,6.5],"texture":"#rail_golden"},"west":{"uv":[5,13,6,3.5],"rotation":90,"texture":"#rail_golden"},"east":{"uv":[13.5,13,14.5,3.5],"rotation":90,"texture":"#rail_golden"}}},{"from":[4.5,0.5,12],"to":[5,1.125,13.5],"faces":{"down":{"uv":[5,13.5,4.5,11.5],"texture":"#rail_golden"},"up":{"uv":[4.5,11.5,5,13.5],"texture":"#rail_golden"},"north":{"uv":[14,12,14.5,13],"texture":"#rail_golden"},"south":{"uv":[1.5,5.5,2,6.5],"texture":"#rail_golden"},"west":{"uv":[5,13,6,3.5],"rotation":90,"texture":"#rail_golden"},"east":{"uv":[13.5,13,14.5,3.5],"rotation":90,"texture":"#rail_golden"}}},{"from":[4.5,0.5,3],"to":[5,1.125,5],"faces":{"down":{"uv":[5,5,4.5,3],"texture":"#rail_golden"},"up":{"uv":[4.5,3,5,5],"texture":"#rail_golden"},"north":{"uv":[14,12,14.5,13],"texture":"#rail_golden"},"south":{"uv":[1.5,5.5,2,6.5],"texture":"#rail_golden"},"west":{"uv":[5,13,6,3.5],"rotation":90,"texture":"#rail_golden"},"east":{"uv":[13.5,13,14.5,3.5],"rotation":90,"texture":"#rail_golden"}}},{"from":[11,0.5,3],"to":[11.5,1.125,5],"faces":{"down":{"uv":[11.5,5,11,3],"texture":"#rail_golden"},"up":{"uv":[11,3,11.5,5],"texture":"#rail_golden"},"north":{"uv":[14,12,14.5,13],"texture":"#rail_golden"},"south":{"uv":[1.5,5.5,2,6.5],"texture":"#rail_golden"},"west":{"uv":[5,13,6,3.5],"rotation":90,"texture":"#rail_golden"},"east":{"uv":[13.5,13,14.5,3.5],"rotation":90,"texture":"#rail_golden"}}},{"from":[13,0.5,3],"to":[13.5,1.125,5],"faces":{"down":{"uv":[13.5,5,13,3],"texture":"#rail_golden"},"up":{"uv":[13,3,13.5,5],"texture":"#rail_golden"},"north":{"uv":[14,12,14.5,13],"texture":"#rail_golden"},"south":{"uv":[1.5,5.5,2,6.5],"texture":"#rail_golden"},"west":{"uv":[5,13,6,3.5],"rotation":90,"texture":"#rail_golden"},"east":{"uv":[13.5,13,14.5,3.5],"rotation":90,"texture":"#rail_golden"}}},{"from":[13,0.5,11.5],"to":[13.5,1.125,13.5],"faces":{"down":{"uv":[13.5,13.5,13,11.5],"texture":"#rail_golden"},"up":{"uv":[13,11.5,13.5,13.5],"texture":"#rail_golden"},"north":{"uv":[14,12,14.5,13],"texture":"#rail_golden"},"south":{"uv":[1.5,5.5,2,6.5],"texture":"#rail_golden"},"west":{"uv":[5,13,6,3.5],"rotation":90,"texture":"#rail_golden"},"east":{"uv":[13.5,13,14.5,3.5],"rotation":90,"texture":"#rail_golden"}}},{"from":[11,0.5,11.5],"to":[11.5,1.125,13.5],"faces":{"down":{"uv":[11.5,13.5,11,11.5],"texture":"#rail_golden"},"up":{"uv":[11,11.5,11.5,13.5],"texture":"#rail_golden"},"north":{"uv":[14,12,14.5,13],"texture":"#rail_golden"},"south":{"uv":[1.5,5.5,2,6.5],"texture":"#rail_golden"},"west":{"uv":[5,13,6,3.5],"rotation":90,"texture":"#rail_golden"},"east":{"uv":[13.5,13,14.5,3.5],"rotation":90,"texture":"#rail_golden"}}}]} diff --git a/assets/minecraft/models/block/golden_rail_raised_sw.json b/assets/minecraft/models/block/golden_rail_raised_sw.json index c539c7b..d2bf7e6 100755 --- a/assets/minecraft/models/block/golden_rail_raised_sw.json +++ b/assets/minecraft/models/block/golden_rail_raised_sw.json @@ -1,323 +1 @@ -{ -"__comment": "Designed by Filmjolk", -"ambientocclusion": false, -"textures": { - "particle": "blocks/rail_normal", - "texture": "blocks/rail_normal", - "rail_golden": "blocks/rail_golden" -}, -"elements": [ -{ - "from": [ 3, -0.25, -0.1875 ], - "to": [ 4.5, 0.75, 22.8125 ], - "rotation": { "origin": [ 3, 0.75, -0.1875 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 3, 16, 4.5, 0 ], "texture": "#texture" }, - "up": { "uv": [ 3, 0, 4.5, 16 ], "texture": "#texture" }, - "north": { "uv": [ 11.5, 15, 12, 15.5 ], "texture": "#texture" }, - "south": { "uv": [ 4, 11.5, 4.5, 12 ], "texture": "#texture" }, - "west": { "uv": [ 3, 14, 3.5, 13.5 ], "rotation": 90, "texture": "#texture" }, - "east": { "uv": [ 4, 8.5, 4.5, 8 ], "texture": "#texture" } - } -}, -{ - "from": [ 11.5, -0.25, -0.1875 ], - "to": [ 13, 0.75, 22.8125 ], - "rotation": { "origin": [ 11.5, 0.75, -0.1875 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 11.5, 16, 13, 0 ], "texture": "#texture" }, - "up": { "uv": [ 11.5, 0, 13, 16 ], "texture": "#texture" }, - "north": { "uv": [ 3, 15, 3.5, 15.5 ], "texture": "#texture" }, - "south": { "uv": [ 11.5, 15, 12, 15.5 ], "texture": "#texture" }, - "west": { "uv": [ 3, 8, 3.5, 8.5 ], "rotation": 90, "texture": "#texture" }, - "east": { "uv": [ 4, 8, 4.5, 8.5 ], "texture": "#texture" } - } -}, -{ - "from": [ 1.5, 11.75, 12.25 ], - "to": [ 14.5, 12.25, 14.25 ], - "rotation": { "origin": [ 1.5, 12.25, 12.25 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 1.5, 15, 14.5, 12.5 ], "texture": "#texture" }, - "up": { "uv": [ 1.5, 12.5, 14.5, 15 ], "texture": "#texture" }, - "north": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "west": { "uv": [ 7.5, 14.5, 9.5, 15 ], "texture": "#texture" }, - "east": { "uv": [ 7, 14.5, 9, 15 ], "texture": "#texture" } - } -}, -{ - "from": [ 1.5, 6.75, 7.3125 ], - "to": [ 14.5, 7.25, 9.3125 ], - "rotation": { "origin": [ 1.5, 7.25, 7.3125 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 1.5, 9.5, 14.5, 7 ], "texture": "#texture" }, - "up": { "uv": [ 1.5, 7, 14.5, 9.5 ], "texture": "#texture" }, - "north": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "west": { "uv": [ 7, 14.5, 9, 15 ], "texture": "#texture" }, - "east": { "uv": [ 7.5, 14.5, 9.5, 15 ], "texture": "#texture" } - } -}, -{ - "from": [ 1.5, 2.25, 2.8125 ], - "to": [ 14.5, 2.75, 4.8125 ], - "rotation": { "origin": [ 1.5, 2.75, 2.8125 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 1.5, 4, 14.5, 1.5 ], "texture": "#texture" }, - "up": { "uv": [ 1.5, 1.5, 14.5, 4 ], "texture": "#texture" }, - "north": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "west": { "uv": [ 7.5, 14.5, 9.5, 15 ], "texture": "#texture" }, - "east": { "uv": [ 7.5, 14.5, 9.5, 15 ], "texture": "#texture" } - } -}, -{ - "from": [ 1, 2.5, 3.0625 ], - "to": [ 15, 3, 4.3125 ], - "rotation": { "origin": [ 1, 3, 3.0625 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 1, 3.5, 15, 2 ], "texture": "#texture" }, - "up": { "uv": [ 1, 2, 15, 3.5 ], "texture": "#texture" }, - "north": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "west": { "uv": [ 7.5, 14.5, 9.5, 15 ], "texture": "#texture" }, - "east": { "uv": [ 7, 14.5, 9, 15 ], "texture": "#texture" } - } -}, -{ - "from": [ 1, 7, 7.5625 ], - "to": [ 15, 7.5, 8.8125 ], - "rotation": { "origin": [ 1, 7.5, 7.5625 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 1, 9, 15, 7.5 ], "texture": "#texture" }, - "up": { "uv": [ 1, 7.5, 15, 9 ], "texture": "#texture" }, - "north": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "west": { "uv": [ 7.5, 14.5, 9.5, 15 ], "texture": "#texture" }, - "east": { "uv": [ 7, 14.5, 9, 15 ], "texture": "#texture" } - } -}, -{ - "from": [ 1, 12, 12.5 ], - "to": [ 15, 12.5, 13.75 ], - "rotation": { "origin": [ 1, 12.5, 12.5 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 1, 14.5, 15, 13 ], "texture": "#texture" }, - "up": { "uv": [ 1, 13, 15, 14.5 ], "texture": "#texture" }, - "north": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "west": { "uv": [ 7.5, 14.5, 9.5, 15 ], "texture": "#texture" }, - "east": { "uv": [ 7, 14.5, 9, 15 ], "texture": "#texture" } - } -}, -{ - "from": [ 1.5, 4.8125, 4.0625 ], - "to": [ 2, 5.5625, 13.5625 ], - "rotation": { "origin": [ 1.5, 5.5625, 4.0625 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 14.5, 13, 14, 3.5 ], "texture": "#rail_golden" }, - "up": { "uv": [ 1.5, 3.5, 2, 13 ], "texture": "#rail_golden" }, - "north": { "uv": [ 14, 8.5, 14.5, 9.5 ], "texture": "#rail_golden" }, - "south": { "uv": [ 5.5, 8, 6, 9 ], "texture": "#rail_golden" }, - "west": { "uv": [ 1.5, 3.5, 2.5, 13 ], "rotation": 90, "texture": "#rail_golden" }, - "east": { "uv": [ 5, 3.5, 6, 13 ], "texture": "#rail_golden" } - } -}, -{ - "from": [ 2, 4.125, 3.625 ], - "to": [ 2.5, 5.125, 14.125 ], - "rotation": { "origin": [ 2, 5.125, 3.625 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 14, 13.5, 13.5, 3 ], "texture": "#rail_golden" }, - "up": { "uv": [ 2, 3, 2.5, 13.5 ], "texture": "#rail_golden" }, - "north": { "uv": [ 14, 12, 14.5, 13 ], "texture": "#rail_golden" }, - "south": { "uv": [ 1.5, 5.5, 2, 6.5 ], "texture": "#rail_golden" }, - "west": { "uv": [ 5, 13, 6, 3.5 ], "rotation": 90, "texture": "#rail_golden" }, - "east": { "uv": [ 13.5, 13, 14.5, 3.5 ], "texture": "#rail_golden" } - } -}, -{ - "from": [ 5, 4.0625, 3.75 ], - "to": [ 5.5, 5.0625, 14.25 ], - "rotation": { "origin": [ 5, 5.0625, 3.75 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 11, 13.5, 10.5, 3 ], "texture": "#rail_golden" }, - "up": { "uv": [ 5, 3, 5.5, 13.5 ], "texture": "#rail_golden" }, - "north": { "uv": [ 10, 6.5, 10.5, 7.5 ], "texture": "#rail_golden" }, - "south": { "uv": [ 1.5, 7, 2, 8 ], "texture": "#rail_golden" }, - "west": { "uv": [ 13.5, 13, 14.5, 3.5 ], "rotation": 90, "texture": "#rail_golden" }, - "east": { "uv": [ 5, 13, 6, 3.5 ], "texture": "#rail_golden" } - } -}, -{ - "from": [ 5.5, 4.4375, 4.1875 ], - "to": [ 6, 5.1875, 13.6875 ], - "rotation": { "origin": [ 5.5, 5.1875, 4.1875 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 11, 13.5, 10.5, 3 ], "texture": "#rail_golden" }, - "up": { "uv": [ 10, 13.0625, 10.5625, 3.5625 ], "texture": "#rail_golden" }, - "north": { "uv": [ 10, 7, 10.5, 8 ], "texture": "#rail_golden" }, - "south": { "uv": [ 5.5, 10, 6, 11 ], "texture": "#rail_golden" }, - "west": { "uv": [ 13.5, 13, 14.5, 3.5 ], "rotation": 180, "texture": "#rail_golden" }, - "east": { "uv": [ 10, 13, 11, 3.5 ], "rotation": 90, "texture": "#rail_golden" } - } -}, -{ - "from": [ 10, 4.5625, 4.125 ], - "to": [ 10.5, 5.3125, 13.625 ], - "rotation": { "origin": [ 10, 5.3125, 4.125 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 11, 13.5, 10.5, 3 ], "texture": "#rail_golden" }, - "up": { "uv": [ 5, 3, 5.5, 13.5 ], "texture": "#rail_golden" }, - "north": { "uv": [ 10, 7, 10.5, 8 ], "texture": "#rail_golden" }, - "south": { "uv": [ 5.5, 10, 6, 11 ], "texture": "#rail_golden" }, - "west": { "uv": [ 13.5, 13, 14.5, 3.5 ], "rotation": 90, "texture": "#rail_golden" }, - "east": { "uv": [ 10, 13, 11, 3.5 ], "texture": "#rail_golden" } - } -}, -{ - "from": [ 10.5, 4.125, 3.625 ], - "to": [ 11, 5.125, 14.125 ], - "rotation": { "origin": [ 10.5, 5.125, 3.625 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 14, 13.5, 13.5, 3 ], "texture": "#rail_golden" }, - "up": { "uv": [ 2, 3, 2.5, 13.5 ], "texture": "#rail_golden" }, - "north": { "uv": [ 14, 12, 14.5, 13 ], "texture": "#rail_golden" }, - "south": { "uv": [ 1.5, 5.5, 2, 6.5 ], "texture": "#rail_golden" }, - "west": { "uv": [ 5, 13, 6, 3.5 ], "rotation": 90, "texture": "#rail_golden" }, - "east": { "uv": [ 13.5, 13, 14.5, 3.5 ], "texture": "#rail_golden" } - } -}, -{ - "from": [ 13.5, 4.125, 3.5 ], - "to": [ 14, 5.125, 14 ], - "rotation": { "origin": [ 13.5, 5.125, 3.5 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 14, 13.5, 13.5, 3 ], "texture": "#rail_golden" }, - "up": { "uv": [ 2, 3, 2.5, 13.5 ], "texture": "#rail_golden" }, - "north": { "uv": [ 14, 12, 14.5, 13 ], "texture": "#rail_golden" }, - "south": { "uv": [ 1.5, 5.5, 2, 6.5 ], "texture": "#rail_golden" }, - "west": { "uv": [ 5, 13, 6, 3.5 ], "rotation": 90, "texture": "#rail_golden" }, - "east": { "uv": [ 13.5, 13, 14.5, 3.5 ], "texture": "#rail_golden" } - } -}, -{ - "from": [ 14, 4.5625, 4 ], - "to": [ 14.5, 5.3125, 13.5 ], - "rotation": { "origin": [ 14, 5.3125, 4 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 11, 13.5, 10.5, 3 ], "texture": "#rail_golden" }, - "up": { "uv": [ 5, 3, 5.5, 13.5 ], "texture": "#rail_golden" }, - "north": { "uv": [ 10, 7, 10.5, 8 ], "texture": "#rail_golden" }, - "south": { "uv": [ 5.5, 10, 6, 11 ], "texture": "#rail_golden" }, - "west": { "uv": [ 13.5, 13, 14.5, 3.5 ], "rotation": 90, "texture": "#rail_golden" }, - "east": { "uv": [ 10, 13, 11, 3.5 ], "texture": "#rail_golden" } - } -}, -{ - "from": [ 2.5, 4.25, 3.875 ], - "to": [ 3, 4.875, 5.875 ], - "rotation": { "origin": [ 2.5, 4.875, 3.875 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 3, 5, 2.5, 3 ], "texture": "#rail_golden" }, - "up": { "uv": [ 2.5, 3, 3, 5 ], "texture": "#rail_golden" }, - "north": { "uv": [ 14, 12, 14.5, 13 ], "texture": "#rail_golden" }, - "south": { "uv": [ 1.5, 5.5, 2, 6.5 ], "texture": "#rail_golden" }, - "west": { "uv": [ 5, 13, 6, 3.5 ], "rotation": 90, "texture": "#rail_golden" }, - "east": { "uv": [ 13.5, 13, 14.5, 3.5 ], "texture": "#rail_golden" } - } -}, -{ - "from": [ 2.5, 10.3125, 9.875 ], - "to": [ 3, 10.9375, 11.875 ], - "rotation": { "origin": [ 2.5, 10.9375, 9.875 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 3, 13.5, 2.5, 11.5 ], "texture": "#rail_golden" }, - "up": { "uv": [ 2.5, 11.5, 3, 13.5 ], "texture": "#rail_golden" }, - "north": { "uv": [ 14, 12, 14.5, 13 ], "texture": "#rail_golden" }, - "south": { "uv": [ 1.5, 5.5, 2, 6.5 ], "texture": "#rail_golden" }, - "west": { "uv": [ 5, 13, 6, 3.5 ], "rotation": 90, "texture": "#rail_golden" }, - "east": { "uv": [ 13.5, 13, 14.5, 3.5 ], "texture": "#rail_golden" } - } -}, -{ - "from": [ 4.5, 10.4375, 9.9375 ], - "to": [ 5, 10.9375, 11.9375 ], - "rotation": { "origin": [ 4.5, 10.9375, 9.9375 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 5, 13.5, 4.5, 11.5 ], "texture": "#rail_golden" }, - "up": { "uv": [ 4.5, 11.5, 5, 13.5 ], "texture": "#rail_golden" }, - "north": { "uv": [ 14, 12, 14.5, 13 ], "texture": "#rail_golden" }, - "south": { "uv": [ 1.5, 5.5, 2, 6.5 ], "texture": "#rail_golden" }, - "west": { "uv": [ 5, 13, 6, 3.5 ], "rotation": 90, "texture": "#rail_golden" }, - "east": { "uv": [ 13.5, 13, 14.5, 3.5 ], "texture": "#rail_golden" } - } -}, -{ - "from": [ 4.5, 4.1875, 4 ], - "to": [ 5, 4.8125, 6 ], - "rotation": { "origin": [ 4.5, 4.8125, 4 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 5, 5, 4.5, 3 ], "texture": "#rail_golden" }, - "up": { "uv": [ 4.5, 3, 5, 5 ], "texture": "#rail_golden" }, - "north": { "uv": [ 14, 12, 14.5, 13 ], "texture": "#rail_golden" }, - "south": { "uv": [ 1.5, 5.5, 2, 6.5 ], "texture": "#rail_golden" }, - "west": { "uv": [ 5, 13, 6, 3.5 ], "rotation": 90, "texture": "#rail_golden" }, - "east": { "uv": [ 13.5, 13, 14.5, 3.5 ], "texture": "#rail_golden" } - } -}, -{ - "from": [ 11, 4.25, 3.875 ], - "to": [ 11.5, 4.875, 5.875 ], - "rotation": { "origin": [ 11, 4.875, 3.875 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 11.5, 5, 11, 3 ], "texture": "#rail_golden" }, - "up": { "uv": [ 11, 3, 11.5, 5 ], "texture": "#rail_golden" }, - "north": { "uv": [ 14, 12, 14.5, 13 ], "texture": "#rail_golden" }, - "south": { "uv": [ 1.5, 5.5, 2, 6.5 ], "texture": "#rail_golden" }, - "west": { "uv": [ 5, 13, 6, 3.5 ], "rotation": 90, "texture": "#rail_golden" }, - "east": { "uv": [ 13.5, 13, 14.5, 3.5 ], "texture": "#rail_golden" } - } -}, -{ - "from": [ 13, 4.25, 3.75 ], - "to": [ 13.5, 4.875, 5.75 ], - "rotation": { "origin": [ 13, 4.875, 3.75 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 13.5, 5, 13, 3 ], "texture": "#rail_golden" }, - "up": { "uv": [ 13, 3, 13.5, 5 ], "texture": "#rail_golden" }, - "north": { "uv": [ 14, 12, 14.5, 13 ], "texture": "#rail_golden" }, - "south": { "uv": [ 1.5, 5.5, 2, 6.5 ], "texture": "#rail_golden" }, - "west": { "uv": [ 5, 13, 6, 3.5 ], "rotation": 90, "texture": "#rail_golden" }, - "east": { "uv": [ 13.5, 13, 14.5, 3.5 ], "texture": "#rail_golden" } - } -}, -{ - "from": [ 13, 10.25, 9.75 ], - "to": [ 13.5, 10.875, 11.75 ], - "rotation": { "origin": [ 13, 10.875, 9.75 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 13.5, 13.5, 13, 11.5 ], "texture": "#rail_golden" }, - "up": { "uv": [ 13, 11.5, 13.5, 13.5 ], "texture": "#rail_golden" }, - "north": { "uv": [ 14, 12, 14.5, 13 ], "texture": "#rail_golden" }, - "south": { "uv": [ 1.5, 5.5, 2, 6.5 ], "texture": "#rail_golden" }, - "west": { "uv": [ 5, 13, 6, 3.5 ], "rotation": 90, "texture": "#rail_golden" }, - "east": { "uv": [ 13.5, 13, 14.5, 3.5 ], "texture": "#rail_golden" } - } -}, -{ - "from": [ 11, 10.25, 9.875 ], - "to": [ 11.5, 10.875, 11.875 ], - "rotation": { "origin": [ 11, 10.875, 9.875 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 11.5, 13.5, 11, 11.5 ], "texture": "#rail_golden" }, - "up": { "uv": [ 11, 11.5, 11.5, 13.5 ], "texture": "#rail_golden" }, - "north": { "uv": [ 14, 12, 14.5, 13 ], "texture": "#rail_golden" }, - "south": { "uv": [ 1.5, 5.5, 2, 6.5 ], "texture": "#rail_golden" }, - "west": { "uv": [ 5, 13, 6, 3.5 ], "rotation": 90, "texture": "#rail_golden" }, - "east": { "uv": [ 13.5, 13, 14.5, 3.5 ], "texture": "#rail_golden" } - } -} -] -} \ No newline at end of file +{"__comment":"Designed_by_Filmjolk","ambientocclusion":false,"textures":{"particle":"block/rail","texture":"block/rail","rail_golden":"block/powered_rail"},"elements":[{"from":[3,-0.25,-0.1875],"to":[4.5,0.75,22.8125],"rotation":{"origin":[3,0.75,-0.1875],"axis":"x","angle":-45},"faces":{"down":{"uv":[3,16,4.5,0],"texture":"#texture"},"up":{"uv":[3,0,4.5,16],"texture":"#texture"},"north":{"uv":[11.5,15,12,15.5],"texture":"#texture"},"south":{"uv":[4,11.5,4.5,12],"texture":"#texture"},"west":{"uv":[3,14,3.5,13.5],"rotation":90,"texture":"#texture"},"east":{"uv":[4,8.5,4.5,8],"texture":"#texture"}}},{"from":[11.5,-0.25,-0.1875],"to":[13,0.75,22.8125],"rotation":{"origin":[11.5,0.75,-0.1875],"axis":"x","angle":-45},"faces":{"down":{"uv":[11.5,16,13,0],"texture":"#texture"},"up":{"uv":[11.5,0,13,16],"texture":"#texture"},"north":{"uv":[3,15,3.5,15.5],"texture":"#texture"},"south":{"uv":[11.5,15,12,15.5],"texture":"#texture"},"west":{"uv":[3,8,3.5,8.5],"rotation":90,"texture":"#texture"},"east":{"uv":[4,8,4.5,8.5],"texture":"#texture"}}},{"from":[1.5,11.75,12.25],"to":[14.5,12.25,14.25],"rotation":{"origin":[1.5,12.25,12.25],"axis":"x","angle":-45},"faces":{"down":{"uv":[1.5,15,14.5,12.5],"texture":"#texture"},"up":{"uv":[1.5,12.5,14.5,15],"texture":"#texture"},"north":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"south":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"west":{"uv":[7.5,14.5,9.5,15],"texture":"#texture"},"east":{"uv":[7,14.5,9,15],"texture":"#texture"}}},{"from":[1.5,6.75,7.3125],"to":[14.5,7.25,9.3125],"rotation":{"origin":[1.5,7.25,7.3125],"axis":"x","angle":-45},"faces":{"down":{"uv":[1.5,9.5,14.5,7],"texture":"#texture"},"up":{"uv":[1.5,7,14.5,9.5],"texture":"#texture"},"north":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"south":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"west":{"uv":[7,14.5,9,15],"texture":"#texture"},"east":{"uv":[7.5,14.5,9.5,15],"texture":"#texture"}}},{"from":[1.5,2.25,2.8125],"to":[14.5,2.75,4.8125],"rotation":{"origin":[1.5,2.75,2.8125],"axis":"x","angle":-45},"faces":{"down":{"uv":[1.5,4,14.5,1.5],"texture":"#texture"},"up":{"uv":[1.5,1.5,14.5,4],"texture":"#texture"},"north":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"south":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"west":{"uv":[7.5,14.5,9.5,15],"texture":"#texture"},"east":{"uv":[7.5,14.5,9.5,15],"texture":"#texture"}}},{"from":[1,2.5,3.0625],"to":[15,3,4.3125],"rotation":{"origin":[1,3,3.0625],"axis":"x","angle":-45},"faces":{"down":{"uv":[1,3.5,15,2],"texture":"#texture"},"up":{"uv":[1,2,15,3.5],"texture":"#texture"},"north":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"south":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"west":{"uv":[7.5,14.5,9.5,15],"texture":"#texture"},"east":{"uv":[7,14.5,9,15],"texture":"#texture"}}},{"from":[1,7,7.5625],"to":[15,7.5,8.8125],"rotation":{"origin":[1,7.5,7.5625],"axis":"x","angle":-45},"faces":{"down":{"uv":[1,9,15,7.5],"texture":"#texture"},"up":{"uv":[1,7.5,15,9],"texture":"#texture"},"north":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"south":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"west":{"uv":[7.5,14.5,9.5,15],"texture":"#texture"},"east":{"uv":[7,14.5,9,15],"texture":"#texture"}}},{"from":[1,12,12.5],"to":[15,12.5,13.75],"rotation":{"origin":[1,12.5,12.5],"axis":"x","angle":-45},"faces":{"down":{"uv":[1,14.5,15,13],"texture":"#texture"},"up":{"uv":[1,13,15,14.5],"texture":"#texture"},"north":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"south":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"west":{"uv":[7.5,14.5,9.5,15],"texture":"#texture"},"east":{"uv":[7,14.5,9,15],"texture":"#texture"}}},{"from":[1.5,4.8125,4.0625],"to":[2,5.5625,13.5625],"rotation":{"origin":[1.5,5.5625,4.0625],"axis":"x","angle":-45},"faces":{"down":{"uv":[14.5,13,14,3.5],"texture":"#rail_golden"},"up":{"uv":[1.5,3.5,2,13],"texture":"#rail_golden"},"north":{"uv":[14,8.5,14.5,9.5],"texture":"#rail_golden"},"south":{"uv":[5.5,8,6,9],"texture":"#rail_golden"},"west":{"uv":[1.5,3.5,2.5,13],"rotation":90,"texture":"#rail_golden"},"east":{"uv":[5,3.5,6,13],"texture":"#rail_golden"}}},{"from":[2,4.125,3.625],"to":[2.5,5.125,14.125],"rotation":{"origin":[2,5.125,3.625],"axis":"x","angle":-45},"faces":{"down":{"uv":[14,13.5,13.5,3],"texture":"#rail_golden"},"up":{"uv":[2,3,2.5,13.5],"texture":"#rail_golden"},"north":{"uv":[14,12,14.5,13],"texture":"#rail_golden"},"south":{"uv":[1.5,5.5,2,6.5],"texture":"#rail_golden"},"west":{"uv":[5,13,6,3.5],"rotation":90,"texture":"#rail_golden"},"east":{"uv":[13.5,13,14.5,3.5],"texture":"#rail_golden"}}},{"from":[5,4.0625,3.75],"to":[5.5,5.0625,14.25],"rotation":{"origin":[5,5.0625,3.75],"axis":"x","angle":-45},"faces":{"down":{"uv":[11,13.5,10.5,3],"texture":"#rail_golden"},"up":{"uv":[5,3,5.5,13.5],"texture":"#rail_golden"},"north":{"uv":[10,6.5,10.5,7.5],"texture":"#rail_golden"},"south":{"uv":[1.5,7,2,8],"texture":"#rail_golden"},"west":{"uv":[13.5,13,14.5,3.5],"rotation":90,"texture":"#rail_golden"},"east":{"uv":[5,13,6,3.5],"texture":"#rail_golden"}}},{"from":[5.5,4.4375,4.1875],"to":[6,5.1875,13.6875],"rotation":{"origin":[5.5,5.1875,4.1875],"axis":"x","angle":-45},"faces":{"down":{"uv":[11,13.5,10.5,3],"texture":"#rail_golden"},"up":{"uv":[10,13.0625,10.5625,3.5625],"texture":"#rail_golden"},"north":{"uv":[10,7,10.5,8],"texture":"#rail_golden"},"south":{"uv":[5.5,10,6,11],"texture":"#rail_golden"},"west":{"uv":[13.5,13,14.5,3.5],"rotation":180,"texture":"#rail_golden"},"east":{"uv":[10,13,11,3.5],"rotation":90,"texture":"#rail_golden"}}},{"from":[10,4.5625,4.125],"to":[10.5,5.3125,13.625],"rotation":{"origin":[10,5.3125,4.125],"axis":"x","angle":-45},"faces":{"down":{"uv":[11,13.5,10.5,3],"texture":"#rail_golden"},"up":{"uv":[5,3,5.5,13.5],"texture":"#rail_golden"},"north":{"uv":[10,7,10.5,8],"texture":"#rail_golden"},"south":{"uv":[5.5,10,6,11],"texture":"#rail_golden"},"west":{"uv":[13.5,13,14.5,3.5],"rotation":90,"texture":"#rail_golden"},"east":{"uv":[10,13,11,3.5],"texture":"#rail_golden"}}},{"from":[10.5,4.125,3.625],"to":[11,5.125,14.125],"rotation":{"origin":[10.5,5.125,3.625],"axis":"x","angle":-45},"faces":{"down":{"uv":[14,13.5,13.5,3],"texture":"#rail_golden"},"up":{"uv":[2,3,2.5,13.5],"texture":"#rail_golden"},"north":{"uv":[14,12,14.5,13],"texture":"#rail_golden"},"south":{"uv":[1.5,5.5,2,6.5],"texture":"#rail_golden"},"west":{"uv":[5,13,6,3.5],"rotation":90,"texture":"#rail_golden"},"east":{"uv":[13.5,13,14.5,3.5],"texture":"#rail_golden"}}},{"from":[13.5,4.125,3.5],"to":[14,5.125,14],"rotation":{"origin":[13.5,5.125,3.5],"axis":"x","angle":-45},"faces":{"down":{"uv":[14,13.5,13.5,3],"texture":"#rail_golden"},"up":{"uv":[2,3,2.5,13.5],"texture":"#rail_golden"},"north":{"uv":[14,12,14.5,13],"texture":"#rail_golden"},"south":{"uv":[1.5,5.5,2,6.5],"texture":"#rail_golden"},"west":{"uv":[5,13,6,3.5],"rotation":90,"texture":"#rail_golden"},"east":{"uv":[13.5,13,14.5,3.5],"texture":"#rail_golden"}}},{"from":[14,4.5625,4],"to":[14.5,5.3125,13.5],"rotation":{"origin":[14,5.3125,4],"axis":"x","angle":-45},"faces":{"down":{"uv":[11,13.5,10.5,3],"texture":"#rail_golden"},"up":{"uv":[5,3,5.5,13.5],"texture":"#rail_golden"},"north":{"uv":[10,7,10.5,8],"texture":"#rail_golden"},"south":{"uv":[5.5,10,6,11],"texture":"#rail_golden"},"west":{"uv":[13.5,13,14.5,3.5],"rotation":90,"texture":"#rail_golden"},"east":{"uv":[10,13,11,3.5],"texture":"#rail_golden"}}},{"from":[2.5,4.25,3.875],"to":[3,4.875,5.875],"rotation":{"origin":[2.5,4.875,3.875],"axis":"x","angle":-45},"faces":{"down":{"uv":[3,5,2.5,3],"texture":"#rail_golden"},"up":{"uv":[2.5,3,3,5],"texture":"#rail_golden"},"north":{"uv":[14,12,14.5,13],"texture":"#rail_golden"},"south":{"uv":[1.5,5.5,2,6.5],"texture":"#rail_golden"},"west":{"uv":[5,13,6,3.5],"rotation":90,"texture":"#rail_golden"},"east":{"uv":[13.5,13,14.5,3.5],"texture":"#rail_golden"}}},{"from":[2.5,10.3125,9.875],"to":[3,10.9375,11.875],"rotation":{"origin":[2.5,10.9375,9.875],"axis":"x","angle":-45},"faces":{"down":{"uv":[3,13.5,2.5,11.5],"texture":"#rail_golden"},"up":{"uv":[2.5,11.5,3,13.5],"texture":"#rail_golden"},"north":{"uv":[14,12,14.5,13],"texture":"#rail_golden"},"south":{"uv":[1.5,5.5,2,6.5],"texture":"#rail_golden"},"west":{"uv":[5,13,6,3.5],"rotation":90,"texture":"#rail_golden"},"east":{"uv":[13.5,13,14.5,3.5],"texture":"#rail_golden"}}},{"from":[4.5,10.4375,9.9375],"to":[5,10.9375,11.9375],"rotation":{"origin":[4.5,10.9375,9.9375],"axis":"x","angle":-45},"faces":{"down":{"uv":[5,13.5,4.5,11.5],"texture":"#rail_golden"},"up":{"uv":[4.5,11.5,5,13.5],"texture":"#rail_golden"},"north":{"uv":[14,12,14.5,13],"texture":"#rail_golden"},"south":{"uv":[1.5,5.5,2,6.5],"texture":"#rail_golden"},"west":{"uv":[5,13,6,3.5],"rotation":90,"texture":"#rail_golden"},"east":{"uv":[13.5,13,14.5,3.5],"texture":"#rail_golden"}}},{"from":[4.5,4.1875,4],"to":[5,4.8125,6],"rotation":{"origin":[4.5,4.8125,4],"axis":"x","angle":-45},"faces":{"down":{"uv":[5,5,4.5,3],"texture":"#rail_golden"},"up":{"uv":[4.5,3,5,5],"texture":"#rail_golden"},"north":{"uv":[14,12,14.5,13],"texture":"#rail_golden"},"south":{"uv":[1.5,5.5,2,6.5],"texture":"#rail_golden"},"west":{"uv":[5,13,6,3.5],"rotation":90,"texture":"#rail_golden"},"east":{"uv":[13.5,13,14.5,3.5],"texture":"#rail_golden"}}},{"from":[11,4.25,3.875],"to":[11.5,4.875,5.875],"rotation":{"origin":[11,4.875,3.875],"axis":"x","angle":-45},"faces":{"down":{"uv":[11.5,5,11,3],"texture":"#rail_golden"},"up":{"uv":[11,3,11.5,5],"texture":"#rail_golden"},"north":{"uv":[14,12,14.5,13],"texture":"#rail_golden"},"south":{"uv":[1.5,5.5,2,6.5],"texture":"#rail_golden"},"west":{"uv":[5,13,6,3.5],"rotation":90,"texture":"#rail_golden"},"east":{"uv":[13.5,13,14.5,3.5],"texture":"#rail_golden"}}},{"from":[13,4.25,3.75],"to":[13.5,4.875,5.75],"rotation":{"origin":[13,4.875,3.75],"axis":"x","angle":-45},"faces":{"down":{"uv":[13.5,5,13,3],"texture":"#rail_golden"},"up":{"uv":[13,3,13.5,5],"texture":"#rail_golden"},"north":{"uv":[14,12,14.5,13],"texture":"#rail_golden"},"south":{"uv":[1.5,5.5,2,6.5],"texture":"#rail_golden"},"west":{"uv":[5,13,6,3.5],"rotation":90,"texture":"#rail_golden"},"east":{"uv":[13.5,13,14.5,3.5],"texture":"#rail_golden"}}},{"from":[13,10.25,9.75],"to":[13.5,10.875,11.75],"rotation":{"origin":[13,10.875,9.75],"axis":"x","angle":-45},"faces":{"down":{"uv":[13.5,13.5,13,11.5],"texture":"#rail_golden"},"up":{"uv":[13,11.5,13.5,13.5],"texture":"#rail_golden"},"north":{"uv":[14,12,14.5,13],"texture":"#rail_golden"},"south":{"uv":[1.5,5.5,2,6.5],"texture":"#rail_golden"},"west":{"uv":[5,13,6,3.5],"rotation":90,"texture":"#rail_golden"},"east":{"uv":[13.5,13,14.5,3.5],"texture":"#rail_golden"}}},{"from":[11,10.25,9.875],"to":[11.5,10.875,11.875],"rotation":{"origin":[11,10.875,9.875],"axis":"x","angle":-45},"faces":{"down":{"uv":[11.5,13.5,11,11.5],"texture":"#rail_golden"},"up":{"uv":[11,11.5,11.5,13.5],"texture":"#rail_golden"},"north":{"uv":[14,12,14.5,13],"texture":"#rail_golden"},"south":{"uv":[1.5,5.5,2,6.5],"texture":"#rail_golden"},"west":{"uv":[5,13,6,3.5],"rotation":90,"texture":"#rail_golden"},"east":{"uv":[13.5,13,14.5,3.5],"texture":"#rail_golden"}}}]} diff --git a/assets/minecraft/models/block/grass.json b/assets/minecraft/models/block/grass.json index b430781..66195ac 100755 --- a/assets/minecraft/models/block/grass.json +++ b/assets/minecraft/models/block/grass.json @@ -1,24 +1 @@ -{ "parent": "block/block", - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 16, 16, 16 ], - "faces": { - "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "down" }, - "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top", "cullface": "up", "tintindex": 0 }, - "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "north" }, - "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "south" }, - "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "west" }, - "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "east" } - } - }, - { "from": [ 0, 0, 0 ], - "to": [ 16, 16, 16 ], - "faces": { - "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay", "tintindex": 0, "cullface": "north" }, - "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay", "tintindex": 0, "cullface": "south" }, - "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay", "tintindex": 0, "cullface": "west" }, - "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay", "tintindex": 0, "cullface": "east" } - } - } - ] -} +{"parent":"block/tinted_cross","textures":{"cross":"block/grass"}} diff --git a/assets/minecraft/models/block/grass_1_1.json b/assets/minecraft/models/block/grass_1_1.json index 3e645d1..3b200ba 100755 --- a/assets/minecraft/models/block/grass_1_1.json +++ b/assets/minecraft/models/block/grass_1_1.json @@ -1,6 +1 @@ -{ - "parent": "block/grass_normal_1", - "textures": { - "grass": "blocks/asmallgrass1" - } -} +{"parent":"block/grass_normal_1","textures":{"grass":"block/asmallgrass1"}} diff --git a/assets/minecraft/models/block/grass_1_2.json b/assets/minecraft/models/block/grass_1_2.json index bbe643e..28867d5 100755 --- a/assets/minecraft/models/block/grass_1_2.json +++ b/assets/minecraft/models/block/grass_1_2.json @@ -1,6 +1 @@ -{ - "parent": "block/grass_normal_2", - "textures": { - "grass": "blocks/asmallgrass1" - } -} +{"parent":"block/grass_normal_2","textures":{"grass":"block/asmallgrass1"}} diff --git a/assets/minecraft/models/block/grass_1_3.json b/assets/minecraft/models/block/grass_1_3.json index 6a93a5d..39320c1 100755 --- a/assets/minecraft/models/block/grass_1_3.json +++ b/assets/minecraft/models/block/grass_1_3.json @@ -1,6 +1 @@ -{ - "parent": "block/grass_normal_3", - "textures": { - "grass": "blocks/asmallgrass1" - } -} +{"parent":"block/grass_normal_3","textures":{"grass":"block/asmallgrass1"}} diff --git a/assets/minecraft/models/block/grass_2_1.json b/assets/minecraft/models/block/grass_2_1.json index 7c3d835..17c53ff 100755 --- a/assets/minecraft/models/block/grass_2_1.json +++ b/assets/minecraft/models/block/grass_2_1.json @@ -1,6 +1 @@ -{ - "parent": "block/grass_normal_1", - "textures": { - "grass": "blocks/asmallgrass2" - } -} +{"parent":"block/grass_normal_1","textures":{"grass":"block/asmallgrass2"}} diff --git a/assets/minecraft/models/block/grass_2_2.json b/assets/minecraft/models/block/grass_2_2.json index de334ab..2121dd1 100755 --- a/assets/minecraft/models/block/grass_2_2.json +++ b/assets/minecraft/models/block/grass_2_2.json @@ -1,6 +1 @@ -{ - "parent": "block/grass_normal_2", - "textures": { - "grass": "blocks/asmallgrass2" - } -} +{"parent":"block/grass_normal_2","textures":{"grass":"block/asmallgrass2"}} diff --git a/assets/minecraft/models/block/grass_2_3.json b/assets/minecraft/models/block/grass_2_3.json index 1dd4a33..9971afb 100755 --- a/assets/minecraft/models/block/grass_2_3.json +++ b/assets/minecraft/models/block/grass_2_3.json @@ -1,6 +1 @@ -{ - "parent": "block/grass_normal_3", - "textures": { - "grass": "blocks/asmallgrass2" - } -} +{"parent":"block/grass_normal_3","textures":{"grass":"block/asmallgrass2"}} diff --git a/assets/minecraft/models/block/grass_3_1.json b/assets/minecraft/models/block/grass_3_1.json index 28cc79a..7cf2894 100755 --- a/assets/minecraft/models/block/grass_3_1.json +++ b/assets/minecraft/models/block/grass_3_1.json @@ -1,6 +1 @@ -{ - "parent": "block/grass_normal_1", - "textures": { - "grass": "blocks/asmallgrass3" - } -} +{"parent":"block/grass_normal_1","textures":{"grass":"block/asmallgrass3"}} diff --git a/assets/minecraft/models/block/grass_3_2.json b/assets/minecraft/models/block/grass_3_2.json index 3566993..aec915b 100755 --- a/assets/minecraft/models/block/grass_3_2.json +++ b/assets/minecraft/models/block/grass_3_2.json @@ -1,6 +1 @@ -{ - "parent": "block/grass_normal_2", - "textures": { - "grass": "blocks/asmallgrass3" - } -} +{"parent":"block/grass_normal_2","textures":{"grass":"block/asmallgrass3"}} diff --git a/assets/minecraft/models/block/grass_3_3.json b/assets/minecraft/models/block/grass_3_3.json index ad91268..ca837e4 100755 --- a/assets/minecraft/models/block/grass_3_3.json +++ b/assets/minecraft/models/block/grass_3_3.json @@ -1,6 +1 @@ -{ - "parent": "block/grass_normal_3", - "textures": { - "grass": "blocks/asmallgrass3" - } -} +{"parent":"block/grass_normal_3","textures":{"grass":"block/asmallgrass3"}} diff --git a/assets/minecraft/models/block/grass_4_1.json b/assets/minecraft/models/block/grass_4_1.json index d636e59..c33945b 100755 --- a/assets/minecraft/models/block/grass_4_1.json +++ b/assets/minecraft/models/block/grass_4_1.json @@ -1,6 +1 @@ -{ - "parent": "block/grass_normal_1", - "textures": { - "grass": "blocks/asmallgrass4" - } -} +{"parent":"block/grass_normal_1","textures":{"grass":"block/asmallgrass4"}} diff --git a/assets/minecraft/models/block/grass_4_2.json b/assets/minecraft/models/block/grass_4_2.json index af9273c..6e49fb6 100755 --- a/assets/minecraft/models/block/grass_4_2.json +++ b/assets/minecraft/models/block/grass_4_2.json @@ -1,6 +1 @@ -{ - "parent": "block/grass_normal_2", - "textures": { - "grass": "blocks/asmallgrass4" - } -} +{"parent":"block/grass_normal_2","textures":{"grass":"block/asmallgrass4"}} diff --git a/assets/minecraft/models/block/grass_4_3.json b/assets/minecraft/models/block/grass_4_3.json index 5557c3d..b42fec9 100755 --- a/assets/minecraft/models/block/grass_4_3.json +++ b/assets/minecraft/models/block/grass_4_3.json @@ -1,6 +1 @@ -{ - "parent": "block/grass_normal_3", - "textures": { - "grass": "blocks/asmallgrass4" - } -} +{"parent":"block/grass_normal_3","textures":{"grass":"block/asmallgrass4"}} diff --git a/assets/minecraft/models/block/grass_5_1.json b/assets/minecraft/models/block/grass_5_1.json index b39ac00..d7a56b0 100755 --- a/assets/minecraft/models/block/grass_5_1.json +++ b/assets/minecraft/models/block/grass_5_1.json @@ -1,6 +1 @@ -{ - "parent": "block/grass_normal_1", - "textures": { - "grass": "blocks/asmallgrass5" - } -} +{"parent":"block/grass_normal_1","textures":{"grass":"block/asmallgrass5"}} diff --git a/assets/minecraft/models/block/grass_5_2.json b/assets/minecraft/models/block/grass_5_2.json index e0da21d..09d1be3 100755 --- a/assets/minecraft/models/block/grass_5_2.json +++ b/assets/minecraft/models/block/grass_5_2.json @@ -1,6 +1 @@ -{ - "parent": "block/grass_normal_2", - "textures": { - "grass": "blocks/asmallgrass5" - } -} +{"parent":"block/grass_normal_2","textures":{"grass":"block/asmallgrass5"}} diff --git a/assets/minecraft/models/block/grass_5_3.json b/assets/minecraft/models/block/grass_5_3.json index cfe298c..eacf0cf 100755 --- a/assets/minecraft/models/block/grass_5_3.json +++ b/assets/minecraft/models/block/grass_5_3.json @@ -1,6 +1 @@ -{ - "parent": "block/grass_normal_3", - "textures": { - "grass": "blocks/asmallgrass5" - } -} +{"parent":"block/grass_normal_3","textures":{"grass":"block/asmallgrass5"}} diff --git a/assets/minecraft/models/block/grass_6_1.json b/assets/minecraft/models/block/grass_6_1.json index 1a0c9e6..c6dbbf7 100755 --- a/assets/minecraft/models/block/grass_6_1.json +++ b/assets/minecraft/models/block/grass_6_1.json @@ -1,6 +1 @@ -{ - "parent": "block/grass_normal_1", - "textures": { - "grass": "blocks/asmallgrass6" - } -} +{"parent":"block/grass_normal_1","textures":{"grass":"block/asmallgrass6"}} diff --git a/assets/minecraft/models/block/grass_6_2.json b/assets/minecraft/models/block/grass_6_2.json index e67230a..a7f38f1 100755 --- a/assets/minecraft/models/block/grass_6_2.json +++ b/assets/minecraft/models/block/grass_6_2.json @@ -1,6 +1 @@ -{ - "parent": "block/grass_normal_2", - "textures": { - "grass": "blocks/asmallgrass6" - } -} +{"parent":"block/grass_normal_2","textures":{"grass":"block/asmallgrass6"}} diff --git a/assets/minecraft/models/block/grass_6_3.json b/assets/minecraft/models/block/grass_6_3.json index c809390..8f01d09 100755 --- a/assets/minecraft/models/block/grass_6_3.json +++ b/assets/minecraft/models/block/grass_6_3.json @@ -1,6 +1 @@ -{ - "parent": "block/grass_normal_3", - "textures": { - "grass": "blocks/asmallgrass6" - } -} +{"parent":"block/grass_normal_3","textures":{"grass":"block/asmallgrass6"}} diff --git a/assets/minecraft/models/block/grass_7_1.json b/assets/minecraft/models/block/grass_7_1.json index 10fe4a3..6a55a66 100755 --- a/assets/minecraft/models/block/grass_7_1.json +++ b/assets/minecraft/models/block/grass_7_1.json @@ -1,6 +1 @@ -{ - "parent": "block/grass_normal_1", - "textures": { - "grass": "blocks/asmallgrass7" - } -} +{"parent":"block/grass_normal_1","textures":{"grass":"block/asmallgrass7"}} diff --git a/assets/minecraft/models/block/grass_7_2.json b/assets/minecraft/models/block/grass_7_2.json index 9e03b6d..e9b7ab8 100755 --- a/assets/minecraft/models/block/grass_7_2.json +++ b/assets/minecraft/models/block/grass_7_2.json @@ -1,6 +1 @@ -{ - "parent": "block/grass_normal_2", - "textures": { - "grass": "blocks/asmallgrass7" - } -} +{"parent":"block/grass_normal_2","textures":{"grass":"block/asmallgrass7"}} diff --git a/assets/minecraft/models/block/grass_7_3.json b/assets/minecraft/models/block/grass_7_3.json index 07fc07d..a4cebe5 100755 --- a/assets/minecraft/models/block/grass_7_3.json +++ b/assets/minecraft/models/block/grass_7_3.json @@ -1,6 +1 @@ -{ - "parent": "block/grass_normal_3", - "textures": { - "grass": "blocks/asmallgrass7" - } -} +{"parent":"block/grass_normal_3","textures":{"grass":"block/asmallgrass7"}} diff --git a/assets/minecraft/models/block/grass_8_1.json b/assets/minecraft/models/block/grass_8_1.json index bdac54b..07c47db 100755 --- a/assets/minecraft/models/block/grass_8_1.json +++ b/assets/minecraft/models/block/grass_8_1.json @@ -1,6 +1 @@ -{ - "parent": "block/grass_normal_1", - "textures": { - "grass": "blocks/asmallgrass8" - } -} +{"parent":"block/grass_normal_1","textures":{"grass":"block/asmallgrass8"}} diff --git a/assets/minecraft/models/block/grass_8_2.json b/assets/minecraft/models/block/grass_8_2.json index ac1a40c..e233ecd 100755 --- a/assets/minecraft/models/block/grass_8_2.json +++ b/assets/minecraft/models/block/grass_8_2.json @@ -1,6 +1 @@ -{ - "parent": "block/grass_normal_2", - "textures": { - "grass": "blocks/asmallgrass8" - } -} +{"parent":"block/grass_normal_2","textures":{"grass":"block/asmallgrass8"}} diff --git a/assets/minecraft/models/block/grass_8_3.json b/assets/minecraft/models/block/grass_8_3.json index c2647cb..631e28c 100755 --- a/assets/minecraft/models/block/grass_8_3.json +++ b/assets/minecraft/models/block/grass_8_3.json @@ -1,6 +1 @@ -{ - "parent": "block/grass_normal_3", - "textures": { - "grass": "blocks/asmallgrass8" - } -} +{"parent":"block/grass_normal_3","textures":{"grass":"block/asmallgrass8"}} diff --git a/assets/minecraft/models/block/grass_normal.json b/assets/minecraft/models/block/grass_normal.json index 9d819f3..55eac4a 100755 --- a/assets/minecraft/models/block/grass_normal.json +++ b/assets/minecraft/models/block/grass_normal.json @@ -1,64 +1 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "blocks/dirt", - "bottom": "blocks/dirt", - "top": "blocks/grass_top", - "side": "blocks/grass_side", - "overlay": "blocks/grass_side_overlay" - }, - "elements": [ -{ "from": [ 0, 0, 0 ], - "to": [ 16, 16, 16 ], - "faces": { - "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "down" }, - "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top", "cullface": "up", "tintindex": 0 }, - "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "north" }, - "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "south" }, - "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "west" }, - "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "east" } - } -}, -{ "from": [ 0, 0, 0 ], - "to": [ 16, 16, 16 ], - "faces": { - "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay", "tintindex": 0, "cullface": "north" }, - "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay", "tintindex": 0, "cullface": "south" }, - "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay", "tintindex": 0, "cullface": "west" }, - "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay", "tintindex": 0, "cullface": "east" } - } -} -], - "display": { - "gui": { - "rotation": [ 30, 225, 0 ], - "translation": [ 0, 0, 0], - "scale":[ 0.625, 0.625, 0.625 ] - }, - "ground": { - "rotation": [ 0, 0, 0 ], - "translation": [ 0, 3, 0], - "scale":[ 0.25, 0.25, 0.25 ] - }, - "fixed": { - "rotation": [ 0, 0, 0 ], - "translation": [ 0, 0, 0], - "scale":[ 0.5, 0.5, 0.5 ] - }, - "thirdperson_righthand": { - "rotation": [ 75, 45, 0 ], - "translation": [ 0, 2.5, 0], - "scale": [ 0.375, 0.375, 0.375 ] - }, - "firstperson_righthand": { - "rotation": [ 0, 45, 0 ], - "translation": [ 0, 0, 0 ], - "scale": [ 0.40, 0.40, 0.40 ] - }, - "firstperson_lefthand": { - "rotation": [ 0, 225, 0 ], - "translation": [ 0, 0, 0 ], - "scale": [ 0.40, 0.40, 0.40 ] - } - } -} \ No newline at end of file +{"ambientocclusion":false,"textures":{"particle":"block/dirt","bottom":"block/dirt","top":"block/grass_block_top","side":"block/grass_block_side","overlay":"block/grass_block_side_overlay"},"elements":[{"from":[0,0,0],"to":[16,16,16],"faces":{"down":{"uv":[0,0,16,16],"texture":"#bottom","cullface":"down"},"up":{"uv":[0,0,16,16],"texture":"#top","cullface":"up","tintindex":0},"north":{"uv":[0,0,16,16],"texture":"#side","cullface":"north"},"south":{"uv":[0,0,16,16],"texture":"#side","cullface":"south"},"west":{"uv":[0,0,16,16],"texture":"#side","cullface":"west"},"east":{"uv":[0,0,16,16],"texture":"#side","cullface":"east"}}},{"from":[0,0,0],"to":[16,16,16],"faces":{"north":{"uv":[0,0,16,16],"texture":"#overlay","tintindex":0,"cullface":"north"},"south":{"uv":[0,0,16,16],"texture":"#overlay","tintindex":0,"cullface":"south"},"west":{"uv":[0,0,16,16],"texture":"#overlay","tintindex":0,"cullface":"west"},"east":{"uv":[0,0,16,16],"texture":"#overlay","tintindex":0,"cullface":"east"}}}],"display":{"gui":{"rotation":[30,225,0],"translation":[0,0,0],"scale":[0.625,0.625,0.625]},"ground":{"rotation":[0,0,0],"translation":[0,3,0],"scale":[0.25,0.25,0.25]},"fixed":{"rotation":[0,0,0],"translation":[0,0,0],"scale":[0.5,0.5,0.5]},"thirdperson_righthand":{"rotation":[75,45,0],"translation":[0,2.5,0],"scale":[0.375,0.375,0.375]},"firstperson_righthand":{"rotation":[0,45,0],"translation":[0,0,0],"scale":[0.40,0.40,0.40]},"firstperson_lefthand":{"rotation":[0,225,0],"translation":[0,0,0],"scale":[0.40,0.40,0.40]}}} diff --git a/assets/minecraft/models/block/grass_normal_1.json b/assets/minecraft/models/block/grass_normal_1.json index e786d6a..9846879 100755 --- a/assets/minecraft/models/block/grass_normal_1.json +++ b/assets/minecraft/models/block/grass_normal_1.json @@ -1,73 +1 @@ -{ -"ambientocclusion": false, -"textures": { - "side": "blocks/grass_side", - "particle": "blocks/grass_side", - "bottom": "blocks/dirt", - "top": "blocks/grass_top", - "grass": "blocks/smallgrass1", - "overlay": "blocks/grass_side_overlay" -}, -"elements": [ -{ "from": [ 0, 0, 0 ], - "to": [ 16, 16, 16 ], - "faces": { - "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "down" }, - "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top", "cullface": "up", "tintindex": 0 }, - "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "north" }, - "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "south" }, - "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "west" }, - "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "east" } - } -}, -{ - "from": [ 4.722, 14.879, -0.973 ], - "to": [ 4.7845, 30.879, 15.027 ], - "shade": false, - "__comment": "Planes", - "faces": { - "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#grass", "tintindex": 0, "cullface": "up" }, - "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#grass", "tintindex": 0, "cullface": "up" } - } -}, -{ - "from": [ 12.722, 14.879, -0.973 ], - "to": [ 12.7845, 30.879, 15.027 ], - "shade": false, - "__comment": "Planes", - "faces": { - "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#grass", "tintindex": 0, "cullface": "up" }, - "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#grass", "tintindex": 0, "cullface": "up" } - } -}, -{ - "from": [ 0.722, 14.879, 3.027 ], - "to": [ 16.722, 30.879, 3.0895 ], - "shade": false, - "__comment": "Planes", - "faces": { - "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#grass", "tintindex": 0, "cullface": "up" }, - "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#grass", "tintindex": 0, "cullface": "up" } - } -}, -{ - "from": [ 0.722, 14.879, 11.027 ], - "to": [ 16.722, 30.879, 11.0895 ], - "shade": false, - "__comment": "Planes", - "faces": { - "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#grass", "tintindex": 0, "cullface": "up" }, - "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#grass", "tintindex": 0, "cullface": "up" } - } -}, -{ "from": [ 0, 0, 0 ], - "to": [ 16, 16, 16 ], - "faces": { - "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay", "tintindex": 0, "cullface": "north" }, - "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay", "tintindex": 0, "cullface": "south" }, - "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay", "tintindex": 0, "cullface": "west" }, - "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay", "tintindex": 0, "cullface": "east" } - } -} -] -} +{"ambientocclusion":false,"textures":{"side":"block/grass_block_side","particle":"block/grass_block_side","bottom":"block/dirt","top":"block/grass_block_top","grass":"block/smallgrass1","overlay":"block/grass_block_side_overlay"},"elements":[{"from":[0,0,0],"to":[16,16,16],"faces":{"down":{"uv":[0,0,16,16],"texture":"#bottom","cullface":"down"},"up":{"uv":[0,0,16,16],"texture":"#top","cullface":"up","tintindex":0},"north":{"uv":[0,0,16,16],"texture":"#side","cullface":"north"},"south":{"uv":[0,0,16,16],"texture":"#side","cullface":"south"},"west":{"uv":[0,0,16,16],"texture":"#side","cullface":"west"},"east":{"uv":[0,0,16,16],"texture":"#side","cullface":"east"}}},{"from":[4.722,14.879,-0.973],"to":[4.7845,30.879,15.027],"shade":false,"__comment":"Planes","faces":{"west":{"uv":[0,0,16,16],"texture":"#grass","tintindex":0,"cullface":"up"},"east":{"uv":[0,0,16,16],"texture":"#grass","tintindex":0,"cullface":"up"}}},{"from":[12.722,14.879,-0.973],"to":[12.7845,30.879,15.027],"shade":false,"__comment":"Planes","faces":{"west":{"uv":[0,0,16,16],"texture":"#grass","tintindex":0,"cullface":"up"},"east":{"uv":[0,0,16,16],"texture":"#grass","tintindex":0,"cullface":"up"}}},{"from":[0.722,14.879,3.027],"to":[16.722,30.879,3.0895],"shade":false,"__comment":"Planes","faces":{"north":{"uv":[0,0,16,16],"texture":"#grass","tintindex":0,"cullface":"up"},"south":{"uv":[0,0,16,16],"texture":"#grass","tintindex":0,"cullface":"up"}}},{"from":[0.722,14.879,11.027],"to":[16.722,30.879,11.0895],"shade":false,"__comment":"Planes","faces":{"north":{"uv":[0,0,16,16],"texture":"#grass","tintindex":0,"cullface":"up"},"south":{"uv":[0,0,16,16],"texture":"#grass","tintindex":0,"cullface":"up"}}},{"from":[0,0,0],"to":[16,16,16],"faces":{"north":{"uv":[0,0,16,16],"texture":"#overlay","tintindex":0,"cullface":"north"},"south":{"uv":[0,0,16,16],"texture":"#overlay","tintindex":0,"cullface":"south"},"west":{"uv":[0,0,16,16],"texture":"#overlay","tintindex":0,"cullface":"west"},"east":{"uv":[0,0,16,16],"texture":"#overlay","tintindex":0,"cullface":"east"}}}]} diff --git a/assets/minecraft/models/block/grass_normal_2.json b/assets/minecraft/models/block/grass_normal_2.json index e786d6a..9846879 100755 --- a/assets/minecraft/models/block/grass_normal_2.json +++ b/assets/minecraft/models/block/grass_normal_2.json @@ -1,73 +1 @@ -{ -"ambientocclusion": false, -"textures": { - "side": "blocks/grass_side", - "particle": "blocks/grass_side", - "bottom": "blocks/dirt", - "top": "blocks/grass_top", - "grass": "blocks/smallgrass1", - "overlay": "blocks/grass_side_overlay" -}, -"elements": [ -{ "from": [ 0, 0, 0 ], - "to": [ 16, 16, 16 ], - "faces": { - "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "down" }, - "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top", "cullface": "up", "tintindex": 0 }, - "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "north" }, - "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "south" }, - "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "west" }, - "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "east" } - } -}, -{ - "from": [ 4.722, 14.879, -0.973 ], - "to": [ 4.7845, 30.879, 15.027 ], - "shade": false, - "__comment": "Planes", - "faces": { - "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#grass", "tintindex": 0, "cullface": "up" }, - "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#grass", "tintindex": 0, "cullface": "up" } - } -}, -{ - "from": [ 12.722, 14.879, -0.973 ], - "to": [ 12.7845, 30.879, 15.027 ], - "shade": false, - "__comment": "Planes", - "faces": { - "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#grass", "tintindex": 0, "cullface": "up" }, - "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#grass", "tintindex": 0, "cullface": "up" } - } -}, -{ - "from": [ 0.722, 14.879, 3.027 ], - "to": [ 16.722, 30.879, 3.0895 ], - "shade": false, - "__comment": "Planes", - "faces": { - "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#grass", "tintindex": 0, "cullface": "up" }, - "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#grass", "tintindex": 0, "cullface": "up" } - } -}, -{ - "from": [ 0.722, 14.879, 11.027 ], - "to": [ 16.722, 30.879, 11.0895 ], - "shade": false, - "__comment": "Planes", - "faces": { - "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#grass", "tintindex": 0, "cullface": "up" }, - "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#grass", "tintindex": 0, "cullface": "up" } - } -}, -{ "from": [ 0, 0, 0 ], - "to": [ 16, 16, 16 ], - "faces": { - "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay", "tintindex": 0, "cullface": "north" }, - "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay", "tintindex": 0, "cullface": "south" }, - "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay", "tintindex": 0, "cullface": "west" }, - "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay", "tintindex": 0, "cullface": "east" } - } -} -] -} +{"ambientocclusion":false,"textures":{"side":"block/grass_block_side","particle":"block/grass_block_side","bottom":"block/dirt","top":"block/grass_block_top","grass":"block/smallgrass1","overlay":"block/grass_block_side_overlay"},"elements":[{"from":[0,0,0],"to":[16,16,16],"faces":{"down":{"uv":[0,0,16,16],"texture":"#bottom","cullface":"down"},"up":{"uv":[0,0,16,16],"texture":"#top","cullface":"up","tintindex":0},"north":{"uv":[0,0,16,16],"texture":"#side","cullface":"north"},"south":{"uv":[0,0,16,16],"texture":"#side","cullface":"south"},"west":{"uv":[0,0,16,16],"texture":"#side","cullface":"west"},"east":{"uv":[0,0,16,16],"texture":"#side","cullface":"east"}}},{"from":[4.722,14.879,-0.973],"to":[4.7845,30.879,15.027],"shade":false,"__comment":"Planes","faces":{"west":{"uv":[0,0,16,16],"texture":"#grass","tintindex":0,"cullface":"up"},"east":{"uv":[0,0,16,16],"texture":"#grass","tintindex":0,"cullface":"up"}}},{"from":[12.722,14.879,-0.973],"to":[12.7845,30.879,15.027],"shade":false,"__comment":"Planes","faces":{"west":{"uv":[0,0,16,16],"texture":"#grass","tintindex":0,"cullface":"up"},"east":{"uv":[0,0,16,16],"texture":"#grass","tintindex":0,"cullface":"up"}}},{"from":[0.722,14.879,3.027],"to":[16.722,30.879,3.0895],"shade":false,"__comment":"Planes","faces":{"north":{"uv":[0,0,16,16],"texture":"#grass","tintindex":0,"cullface":"up"},"south":{"uv":[0,0,16,16],"texture":"#grass","tintindex":0,"cullface":"up"}}},{"from":[0.722,14.879,11.027],"to":[16.722,30.879,11.0895],"shade":false,"__comment":"Planes","faces":{"north":{"uv":[0,0,16,16],"texture":"#grass","tintindex":0,"cullface":"up"},"south":{"uv":[0,0,16,16],"texture":"#grass","tintindex":0,"cullface":"up"}}},{"from":[0,0,0],"to":[16,16,16],"faces":{"north":{"uv":[0,0,16,16],"texture":"#overlay","tintindex":0,"cullface":"north"},"south":{"uv":[0,0,16,16],"texture":"#overlay","tintindex":0,"cullface":"south"},"west":{"uv":[0,0,16,16],"texture":"#overlay","tintindex":0,"cullface":"west"},"east":{"uv":[0,0,16,16],"texture":"#overlay","tintindex":0,"cullface":"east"}}}]} diff --git a/assets/minecraft/models/block/grass_normal_3.json b/assets/minecraft/models/block/grass_normal_3.json index e786d6a..9846879 100755 --- a/assets/minecraft/models/block/grass_normal_3.json +++ b/assets/minecraft/models/block/grass_normal_3.json @@ -1,73 +1 @@ -{ -"ambientocclusion": false, -"textures": { - "side": "blocks/grass_side", - "particle": "blocks/grass_side", - "bottom": "blocks/dirt", - "top": "blocks/grass_top", - "grass": "blocks/smallgrass1", - "overlay": "blocks/grass_side_overlay" -}, -"elements": [ -{ "from": [ 0, 0, 0 ], - "to": [ 16, 16, 16 ], - "faces": { - "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "down" }, - "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top", "cullface": "up", "tintindex": 0 }, - "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "north" }, - "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "south" }, - "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "west" }, - "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "east" } - } -}, -{ - "from": [ 4.722, 14.879, -0.973 ], - "to": [ 4.7845, 30.879, 15.027 ], - "shade": false, - "__comment": "Planes", - "faces": { - "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#grass", "tintindex": 0, "cullface": "up" }, - "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#grass", "tintindex": 0, "cullface": "up" } - } -}, -{ - "from": [ 12.722, 14.879, -0.973 ], - "to": [ 12.7845, 30.879, 15.027 ], - "shade": false, - "__comment": "Planes", - "faces": { - "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#grass", "tintindex": 0, "cullface": "up" }, - "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#grass", "tintindex": 0, "cullface": "up" } - } -}, -{ - "from": [ 0.722, 14.879, 3.027 ], - "to": [ 16.722, 30.879, 3.0895 ], - "shade": false, - "__comment": "Planes", - "faces": { - "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#grass", "tintindex": 0, "cullface": "up" }, - "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#grass", "tintindex": 0, "cullface": "up" } - } -}, -{ - "from": [ 0.722, 14.879, 11.027 ], - "to": [ 16.722, 30.879, 11.0895 ], - "shade": false, - "__comment": "Planes", - "faces": { - "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#grass", "tintindex": 0, "cullface": "up" }, - "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#grass", "tintindex": 0, "cullface": "up" } - } -}, -{ "from": [ 0, 0, 0 ], - "to": [ 16, 16, 16 ], - "faces": { - "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay", "tintindex": 0, "cullface": "north" }, - "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay", "tintindex": 0, "cullface": "south" }, - "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay", "tintindex": 0, "cullface": "west" }, - "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay", "tintindex": 0, "cullface": "east" } - } -} -] -} +{"ambientocclusion":false,"textures":{"side":"block/grass_block_side","particle":"block/grass_block_side","bottom":"block/dirt","top":"block/grass_block_top","grass":"block/smallgrass1","overlay":"block/grass_block_side_overlay"},"elements":[{"from":[0,0,0],"to":[16,16,16],"faces":{"down":{"uv":[0,0,16,16],"texture":"#bottom","cullface":"down"},"up":{"uv":[0,0,16,16],"texture":"#top","cullface":"up","tintindex":0},"north":{"uv":[0,0,16,16],"texture":"#side","cullface":"north"},"south":{"uv":[0,0,16,16],"texture":"#side","cullface":"south"},"west":{"uv":[0,0,16,16],"texture":"#side","cullface":"west"},"east":{"uv":[0,0,16,16],"texture":"#side","cullface":"east"}}},{"from":[4.722,14.879,-0.973],"to":[4.7845,30.879,15.027],"shade":false,"__comment":"Planes","faces":{"west":{"uv":[0,0,16,16],"texture":"#grass","tintindex":0,"cullface":"up"},"east":{"uv":[0,0,16,16],"texture":"#grass","tintindex":0,"cullface":"up"}}},{"from":[12.722,14.879,-0.973],"to":[12.7845,30.879,15.027],"shade":false,"__comment":"Planes","faces":{"west":{"uv":[0,0,16,16],"texture":"#grass","tintindex":0,"cullface":"up"},"east":{"uv":[0,0,16,16],"texture":"#grass","tintindex":0,"cullface":"up"}}},{"from":[0.722,14.879,3.027],"to":[16.722,30.879,3.0895],"shade":false,"__comment":"Planes","faces":{"north":{"uv":[0,0,16,16],"texture":"#grass","tintindex":0,"cullface":"up"},"south":{"uv":[0,0,16,16],"texture":"#grass","tintindex":0,"cullface":"up"}}},{"from":[0.722,14.879,11.027],"to":[16.722,30.879,11.0895],"shade":false,"__comment":"Planes","faces":{"north":{"uv":[0,0,16,16],"texture":"#grass","tintindex":0,"cullface":"up"},"south":{"uv":[0,0,16,16],"texture":"#grass","tintindex":0,"cullface":"up"}}},{"from":[0,0,0],"to":[16,16,16],"faces":{"north":{"uv":[0,0,16,16],"texture":"#overlay","tintindex":0,"cullface":"north"},"south":{"uv":[0,0,16,16],"texture":"#overlay","tintindex":0,"cullface":"south"},"west":{"uv":[0,0,16,16],"texture":"#overlay","tintindex":0,"cullface":"west"},"east":{"uv":[0,0,16,16],"texture":"#overlay","tintindex":0,"cullface":"east"}}}]} diff --git a/assets/minecraft/models/block/grass_path.json b/assets/minecraft/models/block/grass_path.json index 8f1c364..2a81b32 100755 --- a/assets/minecraft/models/block/grass_path.json +++ b/assets/minecraft/models/block/grass_path.json @@ -1,21 +1 @@ -{ "parent": "block/block", - "textures": { - "particle": "blocks/dirt", - "top": "blocks/grass_path_top", - "side": "blocks/grass_path_side", - "bottom": "blocks/dirt" - }, - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 16, 15.5, 16 ], - "faces": { - "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "down" }, - "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" }, - "north": { "uv": [ 0, 0.5, 16, 16 ], "texture": "#side", "cullface": "north" }, - "south": { "uv": [ 0, 0.5, 16, 16 ], "texture": "#side", "cullface": "south" }, - "west": { "uv": [ 0, 0.5, 16, 16 ], "texture": "#side", "cullface": "west" }, - "east": { "uv": [ 0, 0.5, 16, 16 ], "texture": "#side", "cullface": "east" } - } - } - ] -} +{"parent":"block/block","textures":{"particle":"block/dirt","top":"block/grass_path_top","side":"block/grass_path_side","bottom":"block/dirt"}} diff --git a/assets/minecraft/models/block/half_slab_acacia.json b/assets/minecraft/models/block/half_slab_acacia.json index 47f501e..9065f81 100755 --- a/assets/minecraft/models/block/half_slab_acacia.json +++ b/assets/minecraft/models/block/half_slab_acacia.json @@ -1,6 +1 @@ -{ - "parent": "block/plankse_slab_bot", - "textures": { - "texture": "blocks/planks_acacia" - } -} +{"parent":"block/plankse_slab_bot","textures":{"texture":"block/acacia_planks"}} diff --git a/assets/minecraft/models/block/half_slab_birch.json b/assets/minecraft/models/block/half_slab_birch.json index 6043384..ea8ff17 100755 --- a/assets/minecraft/models/block/half_slab_birch.json +++ b/assets/minecraft/models/block/half_slab_birch.json @@ -1,6 +1 @@ -{ - "parent": "block/plankse_slab_bot", - "textures": { - "texture": "blocks/planks_birch" - } -} +{"parent":"block/plankse_slab_bot","textures":{"texture":"block/birch_planks"}} diff --git a/assets/minecraft/models/block/half_slab_dark_oak.json b/assets/minecraft/models/block/half_slab_dark_oak.json index 9b5635e..27b804d 100755 --- a/assets/minecraft/models/block/half_slab_dark_oak.json +++ b/assets/minecraft/models/block/half_slab_dark_oak.json @@ -1,6 +1 @@ -{ - "parent": "block/plankse_slab_bot", - "textures": { - "texture": "blocks/planks_big_oak" - } -} +{"parent":"block/plankse_slab_bot","textures":{"texture":"block/dark_oak_planks"}} diff --git a/assets/minecraft/models/block/half_slab_jungle.json b/assets/minecraft/models/block/half_slab_jungle.json index 690fe14..c1ba98e 100755 --- a/assets/minecraft/models/block/half_slab_jungle.json +++ b/assets/minecraft/models/block/half_slab_jungle.json @@ -1,6 +1 @@ -{ - "parent": "block/plankse_slab_bot", - "textures": { - "texture": "blocks/planks_jungle" - } -} +{"parent":"block/plankse_slab_bot","textures":{"texture":"block/jungle_planks"}} diff --git a/assets/minecraft/models/block/half_slab_oak.json b/assets/minecraft/models/block/half_slab_oak.json index 7ede249..08e86b5 100755 --- a/assets/minecraft/models/block/half_slab_oak.json +++ b/assets/minecraft/models/block/half_slab_oak.json @@ -1,6 +1 @@ -{ - "parent": "block/plankse_slab_bot", - "textures": { - "texture": "blocks/planks_oak" - } -} +{"parent":"block/plankse_slab_bot","textures":{"texture":"block/oak_planks"}} diff --git a/assets/minecraft/models/block/half_slab_red_sandstone.json b/assets/minecraft/models/block/half_slab_red_sandstone.json index 38844c8..69916ab 100755 --- a/assets/minecraft/models/block/half_slab_red_sandstone.json +++ b/assets/minecraft/models/block/half_slab_red_sandstone.json @@ -1,8 +1 @@ -{ - "parent": "block/half_slab", - "textures": { - "bottom": "blocks/red_sandstone_smooth", - "top": "blocks/red_sandstone_smooth", - "side": "blocks/red_sandstone_slab" - } -} +{"parent":"block/half_slab","textures":{"bottom":"block/cut_red_sandstone","top":"block/cut_red_sandstone","side":"block/red_sandstone_slab"}} diff --git a/assets/minecraft/models/block/half_slab_sandstone.json b/assets/minecraft/models/block/half_slab_sandstone.json index 2798ba3..92bf7a3 100755 --- a/assets/minecraft/models/block/half_slab_sandstone.json +++ b/assets/minecraft/models/block/half_slab_sandstone.json @@ -1,8 +1 @@ -{ - "parent": "block/half_slab", - "textures": { - "bottom": "blocks/sandstone_smooth", - "top": "blocks/sandstone_smooth", - "side": "blocks/sandstone_slab" - } -} +{"parent":"block/half_slab","textures":{"bottom":"block/cut_sandstone","top":"block/cut_sandstone","side":"block/sandstone_slab"}} diff --git a/assets/minecraft/models/block/half_slab_spruce.json b/assets/minecraft/models/block/half_slab_spruce.json index 36b5235..c71e886 100755 --- a/assets/minecraft/models/block/half_slab_spruce.json +++ b/assets/minecraft/models/block/half_slab_spruce.json @@ -1,6 +1 @@ -{ - "parent": "block/plankse_slab_bot", - "textures": { - "texture": "blocks/planks_spruce" - } -} +{"parent":"block/plankse_slab_bot","textures":{"texture":"block/spruce_planks"}} diff --git a/assets/minecraft/models/block/iron_trapdoor_bottom.json b/assets/minecraft/models/block/iron_trapdoor_bottom.json index ddff30c..a60399b 100755 --- a/assets/minecraft/models/block/iron_trapdoor_bottom.json +++ b/assets/minecraft/models/block/iron_trapdoor_bottom.json @@ -1,161 +1 @@ -{ -"ambientocclusion": false, -"textures": { - "particle": "blocks/iron_trapdoor", - "texture": "blocks/iron_trapdoor" -}, -"elements": [ -{ - "from": [ 3, 0, 0 ], - "to": [ 13, 3, 3 ], - "faces": { - "down": { "uv": [ 3, 3, 13, 0 ], "texture": "#texture" }, - "up": { "uv": [ 3, 0, 13, 3 ], "texture": "#texture" }, - "north": { "uv": [ 3, 13, 13, 16 ], "texture": "#texture" }, - "south": { "uv": [ 3, 13, 13, 16 ], "texture": "#texture" }, - "west": { "uv": [ 0, 13, 3, 16 ], "texture": "#texture" }, - "east": { "uv": [ 13, 13, 16, 16 ], "texture": "#texture" } - } -}, -{ - "from": [ 3, 0, 13 ], - "to": [ 13, 3, 16 ], - "faces": { - "down": { "uv": [ 3, 16, 13, 13 ], "texture": "#texture" }, - "up": { "uv": [ 3, 13, 13, 16 ], "texture": "#texture" }, - "north": { "uv": [ 3, 13, 13, 16 ], "texture": "#texture" }, - "south": { "uv": [ 3, 13, 13, 16 ], "texture": "#texture" }, - "west": { "uv": [ 13, 13, 16, 16 ], "texture": "#texture" }, - "east": { "uv": [ 0, 13, 3, 16 ], "texture": "#texture" } - } -}, -{ - "from": [ 13, 0, 0 ], - "to": [ 16, 3, 16 ], - "faces": { - "down": { "uv": [ 13, 16, 16, 0 ], "texture": "#texture" }, - "up": { "uv": [ 13, 0, 16, 16 ], "texture": "#texture" }, - "north": { "uv": [ 0, 13, 3, 16 ], "texture": "#texture" }, - "south": { "uv": [ 13, 13, 16, 16 ], "texture": "#texture" }, - "west": { "uv": [ 0, 13, 16, 16 ], "texture": "#texture" }, - "east": { "uv": [ 0, 13, 16, 16 ], "texture": "#texture" } - } -}, -{ - "from": [ 0, 0, 0 ], - "to": [ 3, 3, 16 ], - "faces": { - "down": { "uv": [ 0, 16, 3, 0 ], "texture": "#texture" }, - "up": { "uv": [ 0, 0, 3, 16 ], "texture": "#texture" }, - "north": { "uv": [ 13, 13, 16, 16 ], "texture": "#texture" }, - "south": { "uv": [ 0, 13, 3, 16 ], "texture": "#texture" }, - "west": { "uv": [ 0, 13, 16, 16 ], "texture": "#texture" }, - "east": { "uv": [ 0, 13, 16, 16 ], "texture": "#texture" } - } -}, -{ - "from": [ 3, 1, 4.5 ], - "to": [ 13, 2, 5.5 ], - "faces": { - "down": { "uv": [ 3, 5.5, 13, 4.5 ], "texture": "#texture" }, - "up": { "uv": [ 3, 4.5, 13, 5.5 ], "texture": "#texture" }, - "north": { "uv": [ 3, 14, 13, 15 ], "texture": "#texture" }, - "south": { "uv": [ 3, 14, 13, 15 ], "texture": "#texture" }, - "west": { "uv": [ 4.5, 14, 5.5, 15 ], "texture": "#texture" }, - "east": { "uv": [ 10.5, 14, 11.5, 15 ], "texture": "#texture" } - } -}, -{ - "from": [ 3, 1, 7.5 ], - "to": [ 13, 2, 8.5 ], - "faces": { - "down": { "uv": [ 3, 8.5, 13, 7.5 ], "texture": "#texture" }, - "up": { "uv": [ 3, 7.5, 13, 8.5 ], "texture": "#texture" }, - "north": { "uv": [ 3, 14, 13, 15 ], "texture": "#texture" }, - "south": { "uv": [ 3, 14, 13, 15 ], "texture": "#texture" }, - "west": { "uv": [ 7.5, 14, 8.5, 15 ], "texture": "#texture" }, - "east": { "uv": [ 7.5, 14, 8.5, 15 ], "texture": "#texture" } - } -}, -{ - "from": [ 3, 1, 10.5 ], - "to": [ 13, 2, 11.5 ], - "faces": { - "down": { "uv": [ 3, 11.5, 13, 10.5 ], "texture": "#texture" }, - "up": { "uv": [ 3, 10.5, 13, 11.5 ], "texture": "#texture" }, - "north": { "uv": [ 3, 14, 13, 15 ], "texture": "#texture" }, - "south": { "uv": [ 3, 14, 13, 15 ], "texture": "#texture" }, - "west": { "uv": [ 10.5, 14, 11.5, 15 ], "texture": "#texture" }, - "east": { "uv": [ 4.5, 14, 5.5, 15 ], "texture": "#texture" } - } -}, -{ - "from": [ 7.5, 1, 3 ], - "to": [ 8.5, 2, 13 ], - "faces": { - "down": { "uv": [ 7.5, 13, 8.5, 3 ], "texture": "#texture" }, - "up": { "uv": [ 7.5, 3, 8.5, 13 ], "texture": "#texture" }, - "north": { "uv": [ 7.5, 14, 8.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 7.5, 14, 8.5, 15 ], "texture": "#texture" }, - "west": { "uv": [ 3, 14, 13, 15 ], "texture": "#texture" }, - "east": { "uv": [ 3, 14, 13, 15 ], "texture": "#texture" } - } -}, -{ - "from": [ 4.5, 1, 3 ], - "to": [ 5.5, 2, 13 ], - "faces": { - "down": { "uv": [ 4.5, 13, 5.5, 3 ], "texture": "#texture" }, - "up": { "uv": [ 4.5, 3, 5.5, 13 ], "texture": "#texture" }, - "north": { "uv": [ 10.5, 14, 11.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 4.5, 14, 5.5, 15 ], "texture": "#texture" }, - "west": { "uv": [ 3, 14, 13, 15 ], "texture": "#texture" }, - "east": { "uv": [ 3, 14, 13, 15 ], "texture": "#texture" } - } -}, -{ - "from": [ 10.5, 1, 3 ], - "to": [ 11.5, 2, 13 ], - "faces": { - "down": { "uv": [ 10.5, 13, 11.5, 3 ], "texture": "#texture" }, - "up": { "uv": [ 10.5, 3, 11.5, 13 ], "texture": "#texture" }, - "north": { "uv": [ 4.5, 14, 5.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 10.5, 14, 11.5, 15 ], "texture": "#texture" }, - "west": { "uv": [ 3, 14, 13, 15 ], "texture": "#texture" }, - "east": { "uv": [ 3, 14, 13, 15 ], "texture": "#texture" } - } -} -], - "display": { - "gui": { - "rotation": [ 30, 225, 0 ], - "translation": [ 0, 0, 0], - "scale":[ 0.625, 0.625, 0.625 ] - }, - "ground": { - "rotation": [ 0, 0, 0 ], - "translation": [ 0, 3, 0], - "scale":[ 0.25, 0.25, 0.25 ] - }, - "fixed": { - "rotation": [ 0, 0, 0 ], - "translation": [ 0, 0, 0], - "scale":[ 0.5, 0.5, 0.5 ] - }, - "thirdperson_righthand": { - "rotation": [ 75, 45, 0 ], - "translation": [ 0, 2.5, 2], - "scale": [ 0.375, 0.375, 0.375 ] - }, - "firstperson_righthand": { - "rotation": [ 0, 45, 0 ], - "translation": [ 0, 4.2, 0 ], - "scale": [ 0.40, 0.40, 0.40 ] - }, - "firstperson_lefthand": { - "rotation": [ 0, 225, 0 ], - "translation": [ 0, 4.2, 0 ], - "scale": [ 0.40, 0.40, 0.40 ] - } - } -} +{"ambientocclusion":false,"textures":{"particle":"block/iron_trapdoor","texture":"block/iron_trapdoor"},"elements":[{"from":[3,0,0],"to":[13,3,3],"faces":{"down":{"uv":[3,3,13,0],"texture":"#texture"},"up":{"uv":[3,0,13,3],"texture":"#texture"},"north":{"uv":[3,13,13,16],"texture":"#texture"},"south":{"uv":[3,13,13,16],"texture":"#texture"},"west":{"uv":[0,13,3,16],"texture":"#texture"},"east":{"uv":[13,13,16,16],"texture":"#texture"}}},{"from":[3,0,13],"to":[13,3,16],"faces":{"down":{"uv":[3,16,13,13],"texture":"#texture"},"up":{"uv":[3,13,13,16],"texture":"#texture"},"north":{"uv":[3,13,13,16],"texture":"#texture"},"south":{"uv":[3,13,13,16],"texture":"#texture"},"west":{"uv":[13,13,16,16],"texture":"#texture"},"east":{"uv":[0,13,3,16],"texture":"#texture"}}},{"from":[13,0,0],"to":[16,3,16],"faces":{"down":{"uv":[13,16,16,0],"texture":"#texture"},"up":{"uv":[13,0,16,16],"texture":"#texture"},"north":{"uv":[0,13,3,16],"texture":"#texture"},"south":{"uv":[13,13,16,16],"texture":"#texture"},"west":{"uv":[0,13,16,16],"texture":"#texture"},"east":{"uv":[0,13,16,16],"texture":"#texture"}}},{"from":[0,0,0],"to":[3,3,16],"faces":{"down":{"uv":[0,16,3,0],"texture":"#texture"},"up":{"uv":[0,0,3,16],"texture":"#texture"},"north":{"uv":[13,13,16,16],"texture":"#texture"},"south":{"uv":[0,13,3,16],"texture":"#texture"},"west":{"uv":[0,13,16,16],"texture":"#texture"},"east":{"uv":[0,13,16,16],"texture":"#texture"}}},{"from":[3,1,4.5],"to":[13,2,5.5],"faces":{"down":{"uv":[3,5.5,13,4.5],"texture":"#texture"},"up":{"uv":[3,4.5,13,5.5],"texture":"#texture"},"north":{"uv":[3,14,13,15],"texture":"#texture"},"south":{"uv":[3,14,13,15],"texture":"#texture"},"west":{"uv":[4.5,14,5.5,15],"texture":"#texture"},"east":{"uv":[10.5,14,11.5,15],"texture":"#texture"}}},{"from":[3,1,7.5],"to":[13,2,8.5],"faces":{"down":{"uv":[3,8.5,13,7.5],"texture":"#texture"},"up":{"uv":[3,7.5,13,8.5],"texture":"#texture"},"north":{"uv":[3,14,13,15],"texture":"#texture"},"south":{"uv":[3,14,13,15],"texture":"#texture"},"west":{"uv":[7.5,14,8.5,15],"texture":"#texture"},"east":{"uv":[7.5,14,8.5,15],"texture":"#texture"}}},{"from":[3,1,10.5],"to":[13,2,11.5],"faces":{"down":{"uv":[3,11.5,13,10.5],"texture":"#texture"},"up":{"uv":[3,10.5,13,11.5],"texture":"#texture"},"north":{"uv":[3,14,13,15],"texture":"#texture"},"south":{"uv":[3,14,13,15],"texture":"#texture"},"west":{"uv":[10.5,14,11.5,15],"texture":"#texture"},"east":{"uv":[4.5,14,5.5,15],"texture":"#texture"}}},{"from":[7.5,1,3],"to":[8.5,2,13],"faces":{"down":{"uv":[7.5,13,8.5,3],"texture":"#texture"},"up":{"uv":[7.5,3,8.5,13],"texture":"#texture"},"north":{"uv":[7.5,14,8.5,15],"texture":"#texture"},"south":{"uv":[7.5,14,8.5,15],"texture":"#texture"},"west":{"uv":[3,14,13,15],"texture":"#texture"},"east":{"uv":[3,14,13,15],"texture":"#texture"}}},{"from":[4.5,1,3],"to":[5.5,2,13],"faces":{"down":{"uv":[4.5,13,5.5,3],"texture":"#texture"},"up":{"uv":[4.5,3,5.5,13],"texture":"#texture"},"north":{"uv":[10.5,14,11.5,15],"texture":"#texture"},"south":{"uv":[4.5,14,5.5,15],"texture":"#texture"},"west":{"uv":[3,14,13,15],"texture":"#texture"},"east":{"uv":[3,14,13,15],"texture":"#texture"}}},{"from":[10.5,1,3],"to":[11.5,2,13],"faces":{"down":{"uv":[10.5,13,11.5,3],"texture":"#texture"},"up":{"uv":[10.5,3,11.5,13],"texture":"#texture"},"north":{"uv":[4.5,14,5.5,15],"texture":"#texture"},"south":{"uv":[10.5,14,11.5,15],"texture":"#texture"},"west":{"uv":[3,14,13,15],"texture":"#texture"},"east":{"uv":[3,14,13,15],"texture":"#texture"}}}],"display":{"gui":{"rotation":[30,225,0],"translation":[0,0,0],"scale":[0.625,0.625,0.625]},"ground":{"rotation":[0,0,0],"translation":[0,3,0],"scale":[0.25,0.25,0.25]},"fixed":{"rotation":[0,0,0],"translation":[0,0,0],"scale":[0.5,0.5,0.5]},"thirdperson_righthand":{"rotation":[75,45,0],"translation":[0,2.5,2],"scale":[0.375,0.375,0.375]},"firstperson_righthand":{"rotation":[0,45,0],"translation":[0,4.2,0],"scale":[0.40,0.40,0.40]},"firstperson_lefthand":{"rotation":[0,225,0],"translation":[0,4.2,0],"scale":[0.40,0.40,0.40]}}} diff --git a/assets/minecraft/models/block/iron_trapdoor_open.json b/assets/minecraft/models/block/iron_trapdoor_open.json index 8e8d170..f7825cb 100755 --- a/assets/minecraft/models/block/iron_trapdoor_open.json +++ b/assets/minecraft/models/block/iron_trapdoor_open.json @@ -1,161 +1 @@ -{ -"ambientocclusion": false, -"textures": { - "particle": "blocks/iron_trapdoor", - "texture": "blocks/iron_trapdoor" -}, -"elements": [ -{ - "from": [ 0, 3, 13 ], - "to": [ 3, 13, 16 ], - "faces": { - "down": { "uv": [ 0, 16, 3, 13 ], "texture": "#texture" }, - "up": { "uv": [ 0, 13, 3, 16 ], "texture": "#texture" }, - "north": { "uv": [ 13, 3, 16, 13 ], "texture": "#texture" }, - "south": { "uv": [ 0, 3, 3, 13 ], "texture": "#texture" }, - "west": { "uv": [ 13, 3, 16, 13 ], "texture": "#texture" }, - "east": { "uv": [ 0, 3, 3, 13 ], "texture": "#texture" } - } -}, -{ - "from": [ 13, 3, 13 ], - "to": [ 16, 13, 16 ], - "faces": { - "down": { "uv": [ 13, 16, 16, 13 ], "texture": "#texture" }, - "up": { "uv": [ 13, 13, 16, 16 ], "texture": "#texture" }, - "north": { "uv": [ 0, 3, 3, 13 ], "texture": "#texture" }, - "south": { "uv": [ 13, 3, 16, 13 ], "texture": "#texture" }, - "west": { "uv": [ 13, 3, 16, 13 ], "texture": "#texture" }, - "east": { "uv": [ 0, 3, 3, 13 ], "texture": "#texture" } - } -}, -{ - "from": [ 0, 0, 13 ], - "to": [ 16, 3, 16 ], - "faces": { - "down": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture" }, - "up": { "uv": [ 0, 13, 16, 16 ], "texture": "#texture" }, - "north": { "uv": [ 0, 13, 16, 16 ], "texture": "#texture" }, - "south": { "uv": [ 0, 13, 16, 16 ], "texture": "#texture" }, - "west": { "uv": [ 13, 13, 16, 16 ], "texture": "#texture" }, - "east": { "uv": [ 0, 13, 3, 16 ], "texture": "#texture" } - } -}, -{ - "from": [ 0, 13, 13 ], - "to": [ 16, 16, 16 ], - "faces": { - "down": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture" }, - "up": { "uv": [ 0, 13, 16, 16 ], "texture": "#texture" }, - "north": { "uv": [ 0, 0, 16, 3 ], "texture": "#texture" }, - "south": { "uv": [ 0, 0, 16, 3 ], "texture": "#texture" }, - "west": { "uv": [ 13, 0, 16, 3 ], "texture": "#texture" }, - "east": { "uv": [ 0, 0, 3, 3 ], "texture": "#texture" } - } -}, -{ - "from": [ 4.5, 3, 14 ], - "to": [ 5.5, 13, 15 ], - "faces": { - "down": { "uv": [ 4.5, 15, 5.5, 14 ], "texture": "#texture" }, - "up": { "uv": [ 4.5, 14, 5.5, 15 ], "texture": "#texture" }, - "north": { "uv": [ 10.5, 3, 11.5, 13 ], "texture": "#texture" }, - "south": { "uv": [ 4.5, 3, 5.5, 13 ], "texture": "#texture" }, - "west": { "uv": [ 14, 3, 15, 13 ], "texture": "#texture" }, - "east": { "uv": [ 1, 3, 2, 13 ], "texture": "#texture" } - } -}, -{ - "from": [ 7.5, 3, 14 ], - "to": [ 8.5, 13, 15 ], - "faces": { - "down": { "uv": [ 7.5, 15, 8.5, 14 ], "texture": "#texture" }, - "up": { "uv": [ 7.5, 14, 8.5, 15 ], "texture": "#texture" }, - "north": { "uv": [ 7.5, 3, 8.5, 13 ], "texture": "#texture" }, - "south": { "uv": [ 7.5, 3, 8.5, 13 ], "texture": "#texture" }, - "west": { "uv": [ 14, 3, 15, 13 ], "texture": "#texture" }, - "east": { "uv": [ 1, 3, 2, 13 ], "texture": "#texture" } - } -}, -{ - "from": [ 10.5, 3, 14 ], - "to": [ 11.5, 13, 15 ], - "faces": { - "down": { "uv": [ 10.5, 15, 11.5, 14 ], "texture": "#texture" }, - "up": { "uv": [ 10.5, 14, 11.5, 15 ], "texture": "#texture" }, - "north": { "uv": [ 4.5, 3, 5.5, 13 ], "texture": "#texture" }, - "south": { "uv": [ 10.5, 3, 11.5, 13 ], "texture": "#texture" }, - "west": { "uv": [ 14, 3, 15, 13 ], "texture": "#texture" }, - "east": { "uv": [ 1, 3, 2, 13 ], "texture": "#texture" } - } -}, -{ - "from": [ 3, 10.5, 14 ], - "to": [ 13, 11.5, 15 ], - "faces": { - "down": { "uv": [ 3, 15, 13, 14 ], "texture": "#texture" }, - "up": { "uv": [ 3, 14, 13, 15 ], "texture": "#texture" }, - "north": { "uv": [ 3, 4.5, 13, 5.5 ], "texture": "#texture" }, - "south": { "uv": [ 3, 4.5, 13, 5.5 ], "texture": "#texture" }, - "west": { "uv": [ 14, 4.5, 15, 5.5 ], "texture": "#texture" }, - "east": { "uv": [ 1, 4.5, 2, 5.5 ], "texture": "#texture" } - } -}, -{ - "from": [ 3, 7.5, 14 ], - "to": [ 13, 8.5, 15 ], - "faces": { - "down": { "uv": [ 3, 15, 13, 14 ], "texture": "#texture" }, - "up": { "uv": [ 3, 14, 13, 15 ], "texture": "#texture" }, - "north": { "uv": [ 3, 7.5, 13, 8.5 ], "texture": "#texture" }, - "south": { "uv": [ 3, 7.5, 13, 8.5 ], "texture": "#texture" }, - "west": { "uv": [ 14, 7.5, 15, 8.5 ], "texture": "#texture" }, - "east": { "uv": [ 1, 7.5, 2, 8.5 ], "texture": "#texture" } - } -}, -{ - "from": [ 3, 4.5, 14 ], - "to": [ 13, 5.5, 15 ], - "faces": { - "down": { "uv": [ 3, 15, 13, 14 ], "texture": "#texture" }, - "up": { "uv": [ 3, 14, 13, 15 ], "texture": "#texture" }, - "north": { "uv": [ 3, 10.5, 13, 11.5 ], "texture": "#texture" }, - "south": { "uv": [ 3, 10.5, 13, 11.5 ], "texture": "#texture" }, - "west": { "uv": [ 14, 10.5, 15, 11.5 ], "texture": "#texture" }, - "east": { "uv": [ 1, 10.5, 2, 11.5 ], "texture": "#texture" } - } -} -], - "display": { - "gui": { - "rotation": [ 30, 225, 0 ], - "translation": [ 0, 0, 0], - "scale":[ 0.625, 0.625, 0.625 ] - }, - "ground": { - "rotation": [ 0, 0, 0 ], - "translation": [ 0, 3, 0], - "scale":[ 0.25, 0.25, 0.25 ] - }, - "fixed": { - "rotation": [ 0, 0, 0 ], - "translation": [ 0, 0, 0], - "scale":[ 0.5, 0.5, 0.5 ] - }, - "thirdperson_righthand": { - "rotation": [ 75, 45, 0 ], - "translation": [ 0, 2.5, 2], - "scale": [ 0.375, 0.375, 0.375 ] - }, - "firstperson_righthand": { - "rotation": [ 0, 45, 0 ], - "translation": [ 0, 4.2, 0 ], - "scale": [ 0.40, 0.40, 0.40 ] - }, - "firstperson_lefthand": { - "rotation": [ 0, 225, 0 ], - "translation": [ 0, 4.2, 0 ], - "scale": [ 0.40, 0.40, 0.40 ] - } - } -} +{"ambientocclusion":false,"textures":{"particle":"block/iron_trapdoor","texture":"block/iron_trapdoor"},"elements":[{"from":[0,3,13],"to":[3,13,16],"faces":{"down":{"uv":[0,16,3,13],"texture":"#texture"},"up":{"uv":[0,13,3,16],"texture":"#texture"},"north":{"uv":[13,3,16,13],"texture":"#texture"},"south":{"uv":[0,3,3,13],"texture":"#texture"},"west":{"uv":[13,3,16,13],"texture":"#texture"},"east":{"uv":[0,3,3,13],"texture":"#texture"}}},{"from":[13,3,13],"to":[16,13,16],"faces":{"down":{"uv":[13,16,16,13],"texture":"#texture"},"up":{"uv":[13,13,16,16],"texture":"#texture"},"north":{"uv":[0,3,3,13],"texture":"#texture"},"south":{"uv":[13,3,16,13],"texture":"#texture"},"west":{"uv":[13,3,16,13],"texture":"#texture"},"east":{"uv":[0,3,3,13],"texture":"#texture"}}},{"from":[0,0,13],"to":[16,3,16],"faces":{"down":{"uv":[0,16,16,13],"texture":"#texture"},"up":{"uv":[0,13,16,16],"texture":"#texture"},"north":{"uv":[0,13,16,16],"texture":"#texture"},"south":{"uv":[0,13,16,16],"texture":"#texture"},"west":{"uv":[13,13,16,16],"texture":"#texture"},"east":{"uv":[0,13,3,16],"texture":"#texture"}}},{"from":[0,13,13],"to":[16,16,16],"faces":{"down":{"uv":[0,16,16,13],"texture":"#texture"},"up":{"uv":[0,13,16,16],"texture":"#texture"},"north":{"uv":[0,0,16,3],"texture":"#texture"},"south":{"uv":[0,0,16,3],"texture":"#texture"},"west":{"uv":[13,0,16,3],"texture":"#texture"},"east":{"uv":[0,0,3,3],"texture":"#texture"}}},{"from":[4.5,3,14],"to":[5.5,13,15],"faces":{"down":{"uv":[4.5,15,5.5,14],"texture":"#texture"},"up":{"uv":[4.5,14,5.5,15],"texture":"#texture"},"north":{"uv":[10.5,3,11.5,13],"texture":"#texture"},"south":{"uv":[4.5,3,5.5,13],"texture":"#texture"},"west":{"uv":[14,3,15,13],"texture":"#texture"},"east":{"uv":[1,3,2,13],"texture":"#texture"}}},{"from":[7.5,3,14],"to":[8.5,13,15],"faces":{"down":{"uv":[7.5,15,8.5,14],"texture":"#texture"},"up":{"uv":[7.5,14,8.5,15],"texture":"#texture"},"north":{"uv":[7.5,3,8.5,13],"texture":"#texture"},"south":{"uv":[7.5,3,8.5,13],"texture":"#texture"},"west":{"uv":[14,3,15,13],"texture":"#texture"},"east":{"uv":[1,3,2,13],"texture":"#texture"}}},{"from":[10.5,3,14],"to":[11.5,13,15],"faces":{"down":{"uv":[10.5,15,11.5,14],"texture":"#texture"},"up":{"uv":[10.5,14,11.5,15],"texture":"#texture"},"north":{"uv":[4.5,3,5.5,13],"texture":"#texture"},"south":{"uv":[10.5,3,11.5,13],"texture":"#texture"},"west":{"uv":[14,3,15,13],"texture":"#texture"},"east":{"uv":[1,3,2,13],"texture":"#texture"}}},{"from":[3,10.5,14],"to":[13,11.5,15],"faces":{"down":{"uv":[3,15,13,14],"texture":"#texture"},"up":{"uv":[3,14,13,15],"texture":"#texture"},"north":{"uv":[3,4.5,13,5.5],"texture":"#texture"},"south":{"uv":[3,4.5,13,5.5],"texture":"#texture"},"west":{"uv":[14,4.5,15,5.5],"texture":"#texture"},"east":{"uv":[1,4.5,2,5.5],"texture":"#texture"}}},{"from":[3,7.5,14],"to":[13,8.5,15],"faces":{"down":{"uv":[3,15,13,14],"texture":"#texture"},"up":{"uv":[3,14,13,15],"texture":"#texture"},"north":{"uv":[3,7.5,13,8.5],"texture":"#texture"},"south":{"uv":[3,7.5,13,8.5],"texture":"#texture"},"west":{"uv":[14,7.5,15,8.5],"texture":"#texture"},"east":{"uv":[1,7.5,2,8.5],"texture":"#texture"}}},{"from":[3,4.5,14],"to":[13,5.5,15],"faces":{"down":{"uv":[3,15,13,14],"texture":"#texture"},"up":{"uv":[3,14,13,15],"texture":"#texture"},"north":{"uv":[3,10.5,13,11.5],"texture":"#texture"},"south":{"uv":[3,10.5,13,11.5],"texture":"#texture"},"west":{"uv":[14,10.5,15,11.5],"texture":"#texture"},"east":{"uv":[1,10.5,2,11.5],"texture":"#texture"}}}],"display":{"gui":{"rotation":[30,225,0],"translation":[0,0,0],"scale":[0.625,0.625,0.625]},"ground":{"rotation":[0,0,0],"translation":[0,3,0],"scale":[0.25,0.25,0.25]},"fixed":{"rotation":[0,0,0],"translation":[0,0,0],"scale":[0.5,0.5,0.5]},"thirdperson_righthand":{"rotation":[75,45,0],"translation":[0,2.5,2],"scale":[0.375,0.375,0.375]},"firstperson_righthand":{"rotation":[0,45,0],"translation":[0,4.2,0],"scale":[0.40,0.40,0.40]},"firstperson_lefthand":{"rotation":[0,225,0],"translation":[0,4.2,0],"scale":[0.40,0.40,0.40]}}} diff --git a/assets/minecraft/models/block/iron_trapdoor_top.json b/assets/minecraft/models/block/iron_trapdoor_top.json index 9a953cc..6a36091 100755 --- a/assets/minecraft/models/block/iron_trapdoor_top.json +++ b/assets/minecraft/models/block/iron_trapdoor_top.json @@ -1,161 +1 @@ -{ -"ambientocclusion": false, -"textures": { - "particle": "blocks/iron_trapdoor", - "texture": "blocks/iron_trapdoor" -}, -"elements": [ -{ - "from": [ 3, 13, 0 ], - "to": [ 13, 16, 3 ], - "faces": { - "down": { "uv": [ 3, 3, 13, 0 ], "texture": "#texture" }, - "up": { "uv": [ 3, 0, 13, 3 ], "texture": "#texture" }, - "north": { "uv": [ 3, 13, 13, 16 ], "texture": "#texture" }, - "south": { "uv": [ 3, 13, 13, 16 ], "texture": "#texture" }, - "west": { "uv": [ 0, 13, 3, 16 ], "texture": "#texture" }, - "east": { "uv": [ 13, 13, 16, 16 ], "texture": "#texture" } - } -}, -{ - "from": [ 3, 13, 13 ], - "to": [ 13, 16, 16 ], - "faces": { - "down": { "uv": [ 3, 16, 13, 13 ], "texture": "#texture" }, - "up": { "uv": [ 3, 13, 13, 16 ], "texture": "#texture" }, - "north": { "uv": [ 3, 13, 13, 16 ], "texture": "#texture" }, - "south": { "uv": [ 3, 13, 13, 16 ], "texture": "#texture" }, - "west": { "uv": [ 13, 13, 16, 16 ], "texture": "#texture" }, - "east": { "uv": [ 0, 13, 3, 16 ], "texture": "#texture" } - } -}, -{ - "from": [ 13, 13, 0 ], - "to": [ 16, 16, 16 ], - "faces": { - "down": { "uv": [ 13, 16, 16, 0 ], "texture": "#texture" }, - "up": { "uv": [ 13, 0, 16, 16 ], "texture": "#texture" }, - "north": { "uv": [ 0, 13, 3, 16 ], "texture": "#texture" }, - "south": { "uv": [ 13, 13, 16, 16 ], "texture": "#texture" }, - "west": { "uv": [ 0, 13, 16, 16 ], "texture": "#texture" }, - "east": { "uv": [ 0, 13, 16, 16 ], "texture": "#texture" } - } -}, -{ - "from": [ 0, 13, 0 ], - "to": [ 3, 16, 16 ], - "faces": { - "down": { "uv": [ 0, 16, 3, 0 ], "texture": "#texture" }, - "up": { "uv": [ 0, 0, 3, 16 ], "texture": "#texture" }, - "north": { "uv": [ 13, 13, 16, 16 ], "texture": "#texture" }, - "south": { "uv": [ 0, 13, 3, 16 ], "texture": "#texture" }, - "west": { "uv": [ 0, 13, 16, 16 ], "texture": "#texture" }, - "east": { "uv": [ 0, 13, 16, 16 ], "texture": "#texture" } - } -}, -{ - "from": [ 3, 14, 4.5 ], - "to": [ 13, 15, 5.5 ], - "faces": { - "down": { "uv": [ 3, 5.5, 13, 4.5 ], "texture": "#texture" }, - "up": { "uv": [ 3, 4.5, 13, 5.5 ], "texture": "#texture" }, - "north": { "uv": [ 3, 1, 13, 2 ], "texture": "#texture" }, - "south": { "uv": [ 3, 1, 13, 2 ], "texture": "#texture" }, - "west": { "uv": [ 4.5, 1, 5.5, 2 ], "texture": "#texture" }, - "east": { "uv": [ 10.5, 1, 11.5, 2 ], "texture": "#texture" } - } -}, -{ - "from": [ 3, 14, 7.5 ], - "to": [ 13, 15, 8.5 ], - "faces": { - "down": { "uv": [ 3, 8.5, 13, 7.5 ], "texture": "#texture" }, - "up": { "uv": [ 3, 7.5, 13, 8.5 ], "texture": "#texture" }, - "north": { "uv": [ 3, 1, 13, 2 ], "texture": "#texture" }, - "south": { "uv": [ 3, 1, 13, 2 ], "texture": "#texture" }, - "west": { "uv": [ 7.5, 1, 8.5, 2 ], "texture": "#texture" }, - "east": { "uv": [ 7.5, 1, 8.5, 2 ], "texture": "#texture" } - } -}, -{ - "from": [ 3, 14, 10.5 ], - "to": [ 13, 15, 11.5 ], - "faces": { - "down": { "uv": [ 3, 11.5, 13, 10.5 ], "texture": "#texture" }, - "up": { "uv": [ 3, 10.5, 13, 11.5 ], "texture": "#texture" }, - "north": { "uv": [ 3, 1, 13, 2 ], "texture": "#texture" }, - "south": { "uv": [ 3, 1, 13, 2 ], "texture": "#texture" }, - "west": { "uv": [ 10.5, 1, 11.5, 2 ], "texture": "#texture" }, - "east": { "uv": [ 4.5, 1, 5.5, 2 ], "texture": "#texture" } - } -}, -{ - "from": [ 7.5, 14, 3 ], - "to": [ 8.5, 15, 13 ], - "faces": { - "down": { "uv": [ 7.5, 13, 8.5, 3 ], "texture": "#texture" }, - "up": { "uv": [ 7.5, 3, 8.5, 13 ], "texture": "#texture" }, - "north": { "uv": [ 7.5, 1, 8.5, 2 ], "texture": "#texture" }, - "south": { "uv": [ 7.5, 1, 8.5, 2 ], "texture": "#texture" }, - "west": { "uv": [ 3, 1, 13, 2 ], "texture": "#texture" }, - "east": { "uv": [ 3, 1, 13, 2 ], "texture": "#texture" } - } -}, -{ - "from": [ 4.5, 14, 3 ], - "to": [ 5.5, 15, 13 ], - "faces": { - "down": { "uv": [ 4.5, 13, 5.5, 3 ], "texture": "#texture" }, - "up": { "uv": [ 4.5, 3, 5.5, 13 ], "texture": "#texture" }, - "north": { "uv": [ 10.5, 1, 11.5, 2 ], "texture": "#texture" }, - "south": { "uv": [ 4.5, 1, 5.5, 2 ], "texture": "#texture" }, - "west": { "uv": [ 3, 1, 13, 2 ], "texture": "#texture" }, - "east": { "uv": [ 3, 1, 13, 2 ], "texture": "#texture" } - } -}, -{ - "from": [ 10.5, 14, 3 ], - "to": [ 11.5, 15, 13 ], - "faces": { - "down": { "uv": [ 10.5, 13, 11.5, 3 ], "texture": "#texture" }, - "up": { "uv": [ 10.5, 3, 11.5, 13 ], "texture": "#texture" }, - "north": { "uv": [ 4.5, 1, 5.5, 2 ], "texture": "#texture" }, - "south": { "uv": [ 10.5, 1, 11.5, 2 ], "texture": "#texture" }, - "west": { "uv": [ 3, 1, 13, 2 ], "texture": "#texture" }, - "east": { "uv": [ 3, 1, 13, 2 ], "texture": "#texture" } - } -} -], - "display": { - "gui": { - "rotation": [ 30, 225, 0 ], - "translation": [ 0, 0, 0], - "scale":[ 0.625, 0.625, 0.625 ] - }, - "ground": { - "rotation": [ 0, 0, 0 ], - "translation": [ 0, 3, 0], - "scale":[ 0.25, 0.25, 0.25 ] - }, - "fixed": { - "rotation": [ 0, 0, 0 ], - "translation": [ 0, 0, 0], - "scale":[ 0.5, 0.5, 0.5 ] - }, - "thirdperson_righthand": { - "rotation": [ 75, 45, 0 ], - "translation": [ 0, 2.5, 2], - "scale": [ 0.375, 0.375, 0.375 ] - }, - "firstperson_righthand": { - "rotation": [ 0, 45, 0 ], - "translation": [ 0, 4.2, 0 ], - "scale": [ 0.40, 0.40, 0.40 ] - }, - "firstperson_lefthand": { - "rotation": [ 0, 225, 0 ], - "translation": [ 0, 4.2, 0 ], - "scale": [ 0.40, 0.40, 0.40 ] - } - } -} +{"ambientocclusion":false,"textures":{"particle":"block/iron_trapdoor","texture":"block/iron_trapdoor"},"elements":[{"from":[3,13,0],"to":[13,16,3],"faces":{"down":{"uv":[3,3,13,0],"texture":"#texture"},"up":{"uv":[3,0,13,3],"texture":"#texture"},"north":{"uv":[3,13,13,16],"texture":"#texture"},"south":{"uv":[3,13,13,16],"texture":"#texture"},"west":{"uv":[0,13,3,16],"texture":"#texture"},"east":{"uv":[13,13,16,16],"texture":"#texture"}}},{"from":[3,13,13],"to":[13,16,16],"faces":{"down":{"uv":[3,16,13,13],"texture":"#texture"},"up":{"uv":[3,13,13,16],"texture":"#texture"},"north":{"uv":[3,13,13,16],"texture":"#texture"},"south":{"uv":[3,13,13,16],"texture":"#texture"},"west":{"uv":[13,13,16,16],"texture":"#texture"},"east":{"uv":[0,13,3,16],"texture":"#texture"}}},{"from":[13,13,0],"to":[16,16,16],"faces":{"down":{"uv":[13,16,16,0],"texture":"#texture"},"up":{"uv":[13,0,16,16],"texture":"#texture"},"north":{"uv":[0,13,3,16],"texture":"#texture"},"south":{"uv":[13,13,16,16],"texture":"#texture"},"west":{"uv":[0,13,16,16],"texture":"#texture"},"east":{"uv":[0,13,16,16],"texture":"#texture"}}},{"from":[0,13,0],"to":[3,16,16],"faces":{"down":{"uv":[0,16,3,0],"texture":"#texture"},"up":{"uv":[0,0,3,16],"texture":"#texture"},"north":{"uv":[13,13,16,16],"texture":"#texture"},"south":{"uv":[0,13,3,16],"texture":"#texture"},"west":{"uv":[0,13,16,16],"texture":"#texture"},"east":{"uv":[0,13,16,16],"texture":"#texture"}}},{"from":[3,14,4.5],"to":[13,15,5.5],"faces":{"down":{"uv":[3,5.5,13,4.5],"texture":"#texture"},"up":{"uv":[3,4.5,13,5.5],"texture":"#texture"},"north":{"uv":[3,1,13,2],"texture":"#texture"},"south":{"uv":[3,1,13,2],"texture":"#texture"},"west":{"uv":[4.5,1,5.5,2],"texture":"#texture"},"east":{"uv":[10.5,1,11.5,2],"texture":"#texture"}}},{"from":[3,14,7.5],"to":[13,15,8.5],"faces":{"down":{"uv":[3,8.5,13,7.5],"texture":"#texture"},"up":{"uv":[3,7.5,13,8.5],"texture":"#texture"},"north":{"uv":[3,1,13,2],"texture":"#texture"},"south":{"uv":[3,1,13,2],"texture":"#texture"},"west":{"uv":[7.5,1,8.5,2],"texture":"#texture"},"east":{"uv":[7.5,1,8.5,2],"texture":"#texture"}}},{"from":[3,14,10.5],"to":[13,15,11.5],"faces":{"down":{"uv":[3,11.5,13,10.5],"texture":"#texture"},"up":{"uv":[3,10.5,13,11.5],"texture":"#texture"},"north":{"uv":[3,1,13,2],"texture":"#texture"},"south":{"uv":[3,1,13,2],"texture":"#texture"},"west":{"uv":[10.5,1,11.5,2],"texture":"#texture"},"east":{"uv":[4.5,1,5.5,2],"texture":"#texture"}}},{"from":[7.5,14,3],"to":[8.5,15,13],"faces":{"down":{"uv":[7.5,13,8.5,3],"texture":"#texture"},"up":{"uv":[7.5,3,8.5,13],"texture":"#texture"},"north":{"uv":[7.5,1,8.5,2],"texture":"#texture"},"south":{"uv":[7.5,1,8.5,2],"texture":"#texture"},"west":{"uv":[3,1,13,2],"texture":"#texture"},"east":{"uv":[3,1,13,2],"texture":"#texture"}}},{"from":[4.5,14,3],"to":[5.5,15,13],"faces":{"down":{"uv":[4.5,13,5.5,3],"texture":"#texture"},"up":{"uv":[4.5,3,5.5,13],"texture":"#texture"},"north":{"uv":[10.5,1,11.5,2],"texture":"#texture"},"south":{"uv":[4.5,1,5.5,2],"texture":"#texture"},"west":{"uv":[3,1,13,2],"texture":"#texture"},"east":{"uv":[3,1,13,2],"texture":"#texture"}}},{"from":[10.5,14,3],"to":[11.5,15,13],"faces":{"down":{"uv":[10.5,13,11.5,3],"texture":"#texture"},"up":{"uv":[10.5,3,11.5,13],"texture":"#texture"},"north":{"uv":[4.5,1,5.5,2],"texture":"#texture"},"south":{"uv":[10.5,1,11.5,2],"texture":"#texture"},"west":{"uv":[3,1,13,2],"texture":"#texture"},"east":{"uv":[3,1,13,2],"texture":"#texture"}}}],"display":{"gui":{"rotation":[30,225,0],"translation":[0,0,0],"scale":[0.625,0.625,0.625]},"ground":{"rotation":[0,0,0],"translation":[0,3,0],"scale":[0.25,0.25,0.25]},"fixed":{"rotation":[0,0,0],"translation":[0,0,0],"scale":[0.5,0.5,0.5]},"thirdperson_righthand":{"rotation":[75,45,0],"translation":[0,2.5,2],"scale":[0.375,0.375,0.375]},"firstperson_righthand":{"rotation":[0,45,0],"translation":[0,4.2,0],"scale":[0.40,0.40,0.40]},"firstperson_lefthand":{"rotation":[0,225,0],"translation":[0,4.2,0],"scale":[0.40,0.40,0.40]}}} diff --git a/assets/minecraft/models/block/jungle_door_bottom.json b/assets/minecraft/models/block/jungle_door_bottom.json index 3f76e26..1a6bee4 100755 --- a/assets/minecraft/models/block/jungle_door_bottom.json +++ b/assets/minecraft/models/block/jungle_door_bottom.json @@ -1,38 +1 @@ -{ -"ambientocclusion": false, -"textures": { - "particle": "blocks/door_jungle_lower", - "texture": "blocks/door_jungle_lower" -}, -"elements": [ -{ - "from": [ 6, 0, 0 ], - "to": [ 9.5, 9.5, 3 ], - "faces": { - "up": { "uv": [ 6.5, 8.5, 10, 10.5 ], "texture": "#texture" }, - "north": { "uv": [ 6.5, 6.5, 10, 16 ], "texture": "#texture" }, - "south": { "uv": [ 10, 6.5, 6.5, 16 ], "texture": "#texture" } - } -}, -{ - "from": [ 0, 0, 0 ], - "to": [ 6, 16, 3 ], - "faces": { - "north": { "uv": [ 10, 0, 16, 16 ], "texture": "#texture" }, - "south": { "uv": [ 16, 0, 10, 16 ], "texture": "#texture" }, - "west": { "uv": [ 0, 0, 2.5, 9.5 ], "texture": "#texture" }, - "east": { "uv": [ 0, 0, 2.5, 9.5 ], "texture": "#texture" } - } -}, -{ - "from": [ 9.5, 0, 0 ], - "to": [ 16, 16, 3 ], - "faces": { - "north": { "uv": [ 0, 0, 6.5, 16 ], "texture": "#texture" }, - "south": { "uv": [ 6.5, 0, 0, 16 ], "texture": "#texture" }, - "west": { "uv": [ 0, 0, 2.5, 9.5 ], "texture": "#texture" }, - "east": { "uv": [ 2.5, 0, 0, 16 ], "texture": "#texture" } - } -} -] -} \ No newline at end of file +{"ambientocclusion":false,"textures":{"particle":"block/jungle_door_lower","texture":"block/jungle_door_lower"},"elements":[{"from":[6,0,0],"to":[9.5,9.5,3],"faces":{"up":{"uv":[6.5,8.5,10,10.5],"texture":"#texture"},"north":{"uv":[6.5,6.5,10,16],"texture":"#texture"},"south":{"uv":[10,6.5,6.5,16],"texture":"#texture"}}},{"from":[0,0,0],"to":[6,16,3],"faces":{"north":{"uv":[10,0,16,16],"texture":"#texture"},"south":{"uv":[16,0,10,16],"texture":"#texture"},"west":{"uv":[0,0,2.5,9.5],"texture":"#texture"},"east":{"uv":[0,0,2.5,9.5],"texture":"#texture"}}},{"from":[9.5,0,0],"to":[16,16,3],"faces":{"north":{"uv":[0,0,6.5,16],"texture":"#texture"},"south":{"uv":[6.5,0,0,16],"texture":"#texture"},"west":{"uv":[0,0,2.5,9.5],"texture":"#texture"},"east":{"uv":[2.5,0,0,16],"texture":"#texture"}}}]} diff --git a/assets/minecraft/models/block/jungle_door_bottom_rh.json b/assets/minecraft/models/block/jungle_door_bottom_rh.json index ee4e1e0..b93afee 100755 --- a/assets/minecraft/models/block/jungle_door_bottom_rh.json +++ b/assets/minecraft/models/block/jungle_door_bottom_rh.json @@ -1,38 +1 @@ -{ -"ambientocclusion": false, -"textures": { - "particle": "blocks/door_jungle_lower", - "texture": "blocks/door_jungle_lower" -}, -"elements": [ -{ - "from": [ 6.5, 0, 0 ], - "to": [ 10, 9.5, 3 ], - "faces": { - "up": { "uv": [ 10, 8.5, 6.5, 10.5 ], "texture": "#texture" }, - "north": { "uv": [ 10, 6.5, 6.5, 16 ], "texture": "#texture" }, - "south": { "uv": [ 6.5, 6.5, 10, 16 ], "texture": "#texture" } - } -}, -{ - "from": [ 10, 0, 0 ], - "to": [ 16, 16, 3 ], - "faces": { - "north": { "uv": [ 16, 0, 10, 16 ], "texture": "#texture" }, - "south": { "uv": [ 10, 0, 16, 16 ], "texture": "#texture" }, - "west": { "uv": [ 2.5, 0, 0, 9.5 ], "texture": "#texture" }, - "east": { "uv": [ 2.5, 0, 0, 9.5 ], "texture": "#texture" } - } -}, -{ - "from": [ 0, 0, 0 ], - "to": [ 6.5, 16, 3 ], - "faces": { - "north": { "uv": [ 6.5, 0, 0, 16 ], "texture": "#texture" }, - "south": { "uv": [ 0, 0, 6.5, 16 ], "texture": "#texture" }, - "west": { "uv": [ 0, 0, 2.5, 16 ], "texture": "#texture" }, - "east": { "uv": [ 2.5, 0, 0, 9.5 ], "texture": "#texture" } - } -} -] -} \ No newline at end of file +{"ambientocclusion":false,"textures":{"particle":"block/jungle_door_lower","texture":"block/jungle_door_lower"},"elements":[{"from":[6.5,0,0],"to":[10,9.5,3],"faces":{"up":{"uv":[10,8.5,6.5,10.5],"texture":"#texture"},"north":{"uv":[10,6.5,6.5,16],"texture":"#texture"},"south":{"uv":[6.5,6.5,10,16],"texture":"#texture"}}},{"from":[10,0,0],"to":[16,16,3],"faces":{"north":{"uv":[16,0,10,16],"texture":"#texture"},"south":{"uv":[10,0,16,16],"texture":"#texture"},"west":{"uv":[2.5,0,0,9.5],"texture":"#texture"},"east":{"uv":[2.5,0,0,9.5],"texture":"#texture"}}},{"from":[0,0,0],"to":[6.5,16,3],"faces":{"north":{"uv":[6.5,0,0,16],"texture":"#texture"},"south":{"uv":[0,0,6.5,16],"texture":"#texture"},"west":{"uv":[0,0,2.5,16],"texture":"#texture"},"east":{"uv":[2.5,0,0,9.5],"texture":"#texture"}}}]} diff --git a/assets/minecraft/models/block/jungle_door_top.json b/assets/minecraft/models/block/jungle_door_top.json index 49ee527..304fc35 100755 --- a/assets/minecraft/models/block/jungle_door_top.json +++ b/assets/minecraft/models/block/jungle_door_top.json @@ -1,109 +1 @@ -{ -"ambientocclusion": false, -"textures": { - "particle": "blocks/door_jungle_upper", - "door_jungle_upper": "blocks/door_jungle_upper" -}, -"elements": [ -{ - "from": [ 9.5, 0, 0 ], - "to": [ 16, 16, 3 ], - "faces": { - "up": { "uv": [ 9.5, 0, 14, 2.5 ], "texture": "#door_jungle_upper" }, - "north": { "uv": [ 0, 0, 6.5, 16 ], "texture": "#door_jungle_upper" }, - "south": { "uv": [ 6.5, 0, 0, 16 ], "texture": "#door_jungle_upper" }, - "west": { "uv": [ 0, 0, 2.5, 16 ], "texture": "#door_jungle_upper" }, - "east": { "uv": [ 2.5, 0, 0, 16 ], "texture": "#door_jungle_upper" } - } -}, -{ - "from": [ 9, 8.5, 0 ], - "to": [ 9.5, 16, 3 ], - "faces": { - "down": { "uv": [ 13.5, 0, 14, 2.5 ], "texture": "#door_jungle_upper" }, - "up": { "uv": [ 11, 0, 11.5, 2.5 ], "texture": "#door_jungle_upper" }, - "north": { "uv": [ 6.5, 0, 7, 7.5 ], "texture": "#door_jungle_upper" }, - "south": { "uv": [ 6.5, 0, 7, 7.5 ], "texture": "#door_jungle_upper" }, - "west": { "uv": [ 0, 0, 2.5, 7.5 ], "texture": "#door_jungle_upper" }, - "east": { "uv": [ 0, 1, 1, 1 ], "texture": "#door_jungle_upper" } - } -}, -{ - "from": [ 8.5, 9.5, 0 ], - "to": [ 9, 16, 3 ], - "faces": { - "down": { "uv": [ 11, 0, 11.5, 2.5 ], "texture": "#door_jungle_upper" }, - "up": { "uv": [ 10.5, 0, 11, 2.5 ], "texture": "#door_jungle_upper" }, - "north": { "uv": [ 7, 0, 7.5, 6.5 ], "texture": "#door_jungle_upper" }, - "south": { "uv": [ 7.5, 0, 7, 6.5 ], "texture": "#door_jungle_upper" }, - "east": { "uv": [ 0, 1, 1, 1 ], "texture": "#door_jungle_upper" } - } -}, -{ - "from": [ 8, 9.5, 0 ], - "to": [ 8.5, 16, 3 ], - "faces": { - "down": { "uv": [ 2, 0, 2.5, 2.5 ], "texture": "#door_jungle_upper" }, - "up": { "uv": [ 5.5, 0, 6, 2.5 ], "texture": "#door_jungle_upper" }, - "north": { "uv": [ 7.5, 0, 8, 6.5 ], "texture": "#door_jungle_upper" }, - "south": { "uv": [ 8, 0, 7.5, 6.5 ], "texture": "#door_jungle_upper" }, - "west": { "uv": [ 0, 0, 2.5, 6.5 ], "texture": "#door_jungle_upper" }, - "east": { "uv": [ 0, 1, 1, 1 ], "texture": "#door_jungle_upper" } - } -}, -{ - "from": [ 7.5, 10, 0 ], - "to": [ 8, 16, 3 ], - "faces": { - "down": { "uv": [ 12, 8.5, 12.5, 11 ], "texture": "#door_jungle_upper" }, - "up": { "uv": [ 13.5, 0, 14, 2.5 ], "texture": "#door_jungle_upper" }, - "north": { "uv": [ 8, 0, 8.5, 6 ], "texture": "#door_jungle_upper" }, - "south": { "uv": [ 8.5, 0, 8, 6 ], "texture": "#door_jungle_upper" }, - "east": { "uv": [ 0, 1, 1, 1 ], "texture": "#door_jungle_upper" } - } -}, -{ - "from": [ 7, 9.5, 0 ], - "to": [ 7.5, 16, 3 ], - "faces": { - "down": { "uv": [ 2, 0, 2.5, 2.5 ], "texture": "#door_jungle_upper" }, - "up": { "uv": [ 11, 0, 11.5, 2.5 ], "texture": "#door_jungle_upper" }, - "north": { "uv": [ 8.5, 0, 9, 6.5 ], "texture": "#door_jungle_upper" }, - "south": { "uv": [ 9, 0, 8.5, 6.5 ], "texture": "#door_jungle_upper" }, - "east": { "uv": [ 14, 0, 16, 6.5 ], "texture": "#door_jungle_upper" } - } -}, -{ - "from": [ 6.5, 9.5, 0 ], - "to": [ 7, 16, 3 ], - "faces": { - "down": { "uv": [ 6.5, 0, 7, 2.5 ], "texture": "#door_jungle_upper" }, - "up": { "uv": [ 6.5, 0, 7, 2.5 ], "texture": "#door_jungle_upper" }, - "north": { "uv": [ 9, 0, 9.5, 6.5 ], "texture": "#door_jungle_upper" }, - "south": { "uv": [ 9.5, 0, 9, 6.5 ], "texture": "#door_jungle_upper" } - } -}, -{ - "from": [ 6, 8.5, 0 ], - "to": [ 6.5, 16, 3 ], - "faces": { - "down": { "uv": [ 12, 8.5, 12.5, 11 ], "texture": "#door_jungle_upper" }, - "up": { "uv": [ 3, 0, 3.5, 2.5 ], "texture": "#door_jungle_upper" }, - "north": { "uv": [ 9.5, 0, 10, 7.5 ], "texture": "#door_jungle_upper" }, - "south": { "uv": [ 10, 0, 9.5, 7.5 ], "texture": "#door_jungle_upper" }, - "east": { "uv": [ 0, 2.5, 2.5, 7.5 ], "texture": "#door_jungle_upper" } - } -}, -{ - "from": [ 0, 0, 0 ], - "to": [ 6, 16, 3 ], - "faces": { - "up": { "uv": [ 2, 0, 7, 2.5 ], "texture": "#door_jungle_upper" }, - "north": { "uv": [ 10, 0, 16, 16 ], "texture": "#door_jungle_upper" }, - "south": { "uv": [ 16, 0, 10, 16 ], "texture": "#door_jungle_upper" }, - "west": { "uv": [ 0, 0, 2.5, 16 ], "texture": "#door_jungle_upper" }, - "east": { "uv": [ 0, 0, 2.5, 16 ], "texture": "#door_jungle_upper" } - } -} -] -} \ No newline at end of file +{"ambientocclusion":false,"textures":{"particle":"block/jungle_door_upper","door_jungle_upper":"block/jungle_door_upper"},"elements":[{"from":[9.5,0,0],"to":[16,16,3],"faces":{"up":{"uv":[9.5,0,14,2.5],"texture":"#door_jungle_upper"},"north":{"uv":[0,0,6.5,16],"texture":"#door_jungle_upper"},"south":{"uv":[6.5,0,0,16],"texture":"#door_jungle_upper"},"west":{"uv":[0,0,2.5,16],"texture":"#door_jungle_upper"},"east":{"uv":[2.5,0,0,16],"texture":"#door_jungle_upper"}}},{"from":[9,8.5,0],"to":[9.5,16,3],"faces":{"down":{"uv":[13.5,0,14,2.5],"texture":"#door_jungle_upper"},"up":{"uv":[11,0,11.5,2.5],"texture":"#door_jungle_upper"},"north":{"uv":[6.5,0,7,7.5],"texture":"#door_jungle_upper"},"south":{"uv":[6.5,0,7,7.5],"texture":"#door_jungle_upper"},"west":{"uv":[0,0,2.5,7.5],"texture":"#door_jungle_upper"},"east":{"uv":[0,1,1,1],"texture":"#door_jungle_upper"}}},{"from":[8.5,9.5,0],"to":[9,16,3],"faces":{"down":{"uv":[11,0,11.5,2.5],"texture":"#door_jungle_upper"},"up":{"uv":[10.5,0,11,2.5],"texture":"#door_jungle_upper"},"north":{"uv":[7,0,7.5,6.5],"texture":"#door_jungle_upper"},"south":{"uv":[7.5,0,7,6.5],"texture":"#door_jungle_upper"},"east":{"uv":[0,1,1,1],"texture":"#door_jungle_upper"}}},{"from":[8,9.5,0],"to":[8.5,16,3],"faces":{"down":{"uv":[2,0,2.5,2.5],"texture":"#door_jungle_upper"},"up":{"uv":[5.5,0,6,2.5],"texture":"#door_jungle_upper"},"north":{"uv":[7.5,0,8,6.5],"texture":"#door_jungle_upper"},"south":{"uv":[8,0,7.5,6.5],"texture":"#door_jungle_upper"},"west":{"uv":[0,0,2.5,6.5],"texture":"#door_jungle_upper"},"east":{"uv":[0,1,1,1],"texture":"#door_jungle_upper"}}},{"from":[7.5,10,0],"to":[8,16,3],"faces":{"down":{"uv":[12,8.5,12.5,11],"texture":"#door_jungle_upper"},"up":{"uv":[13.5,0,14,2.5],"texture":"#door_jungle_upper"},"north":{"uv":[8,0,8.5,6],"texture":"#door_jungle_upper"},"south":{"uv":[8.5,0,8,6],"texture":"#door_jungle_upper"},"east":{"uv":[0,1,1,1],"texture":"#door_jungle_upper"}}},{"from":[7,9.5,0],"to":[7.5,16,3],"faces":{"down":{"uv":[2,0,2.5,2.5],"texture":"#door_jungle_upper"},"up":{"uv":[11,0,11.5,2.5],"texture":"#door_jungle_upper"},"north":{"uv":[8.5,0,9,6.5],"texture":"#door_jungle_upper"},"south":{"uv":[9,0,8.5,6.5],"texture":"#door_jungle_upper"},"east":{"uv":[14,0,16,6.5],"texture":"#door_jungle_upper"}}},{"from":[6.5,9.5,0],"to":[7,16,3],"faces":{"down":{"uv":[6.5,0,7,2.5],"texture":"#door_jungle_upper"},"up":{"uv":[6.5,0,7,2.5],"texture":"#door_jungle_upper"},"north":{"uv":[9,0,9.5,6.5],"texture":"#door_jungle_upper"},"south":{"uv":[9.5,0,9,6.5],"texture":"#door_jungle_upper"}}},{"from":[6,8.5,0],"to":[6.5,16,3],"faces":{"down":{"uv":[12,8.5,12.5,11],"texture":"#door_jungle_upper"},"up":{"uv":[3,0,3.5,2.5],"texture":"#door_jungle_upper"},"north":{"uv":[9.5,0,10,7.5],"texture":"#door_jungle_upper"},"south":{"uv":[10,0,9.5,7.5],"texture":"#door_jungle_upper"},"east":{"uv":[0,2.5,2.5,7.5],"texture":"#door_jungle_upper"}}},{"from":[0,0,0],"to":[6,16,3],"faces":{"up":{"uv":[2,0,7,2.5],"texture":"#door_jungle_upper"},"north":{"uv":[10,0,16,16],"texture":"#door_jungle_upper"},"south":{"uv":[16,0,10,16],"texture":"#door_jungle_upper"},"west":{"uv":[0,0,2.5,16],"texture":"#door_jungle_upper"},"east":{"uv":[0,0,2.5,16],"texture":"#door_jungle_upper"}}}]} diff --git a/assets/minecraft/models/block/jungle_door_top_rh.json b/assets/minecraft/models/block/jungle_door_top_rh.json index f1a8d25..ede7e8f 100755 --- a/assets/minecraft/models/block/jungle_door_top_rh.json +++ b/assets/minecraft/models/block/jungle_door_top_rh.json @@ -1,111 +1 @@ -{ -"ambientocclusion": false, -"textures": { - "particle": "blocks/door_jungle_upper", - "texture": "blocks/door_jungle_upper" -}, -"elements": [ -{ - "from": [ 0, 0, 0 ], - "to": [ 6.5, 16, 3 ], - "faces": { - "up": { "uv": [ 14, 0, 9.5, 2.5 ], "texture": "#texture" }, - "north": { "uv": [ 6.5, 0, 0, 16 ], "texture": "#texture" }, - "south": { "uv": [ 0, 0, 6.5, 16 ], "texture": "#particle" }, - "west": { "uv": [ 0, 0, 2.5, 16 ], "texture": "#texture" }, - "east": { "uv": [ 2.5, 0, 0, 16 ], "texture": "#texture" } - } -}, -{ - "from": [ 6.5, 8.5, 0 ], - "to": [ 7, 16, 3 ], - "faces": { - "down": { "uv": [ 14, 0, 13.5, 2.5 ], "texture": "#texture" }, - "up": { "uv": [ 11.5, 0, 11, 2.5 ], "texture": "#texture" }, - "north": { "uv": [ 7, 0, 6.5, 7.5 ], "texture": "#texture" }, - "south": { "uv": [ 6.5, 0, 7, 7.5 ], "texture": "#texture" }, - "west": { "uv": [ 0, 0, 2.5, 7.5 ], "texture": "#texture" }, - "east": { "uv": [ 3, 0, 0, 7.5 ], "texture": "#particle" } - } -}, -{ - "from": [ 7, 9.5, 0 ], - "to": [ 7.5, 16, 3 ], - "faces": { - "down": { "uv": [ 11.5, 0, 11, 2.5 ], "texture": "#texture" }, - "up": { "uv": [ 11, 0, 10.5, 2.5 ], "texture": "#texture" }, - "north": { "uv": [ 7.5, 0, 7, 6.5 ], "texture": "#texture" }, - "south": { "uv": [ 7, 0, 7.5, 6.5 ], "texture": "#particle" }, - "east": { "uv": [ 0, 1, 1, 1 ], "texture": "#particle" } - } -}, -{ - "from": [ 7.5, 9.5, 0 ], - "to": [ 8, 16, 3 ], - "faces": { - "down": { "uv": [ 2.5, 0, 2, 2.5 ], "texture": "#texture" }, - "up": { "uv": [ 6, 0, 5.5, 2.5 ], "texture": "#texture" }, - "north": { "uv": [ 8, 0, 7.5, 6.5 ], "texture": "#texture" }, - "south": { "uv": [ 7.5, 0, 8, 6.5 ], "texture": "#particle" }, - "west": { "uv": [ 0, 0, 2.5, 6.5 ], "texture": "#texture" }, - "east": { "uv": [ 3, 0, 0, 6.5 ], "texture": "#particle" } - } -}, -{ - "from": [ 8, 10, 0 ], - "to": [ 8.5, 16, 3 ], - "faces": { - "down": { "uv": [ 12.5, 8.5, 12, 11 ], "texture": "#texture" }, - "up": { "uv": [ 14, 0, 13.5, 2.5 ], "texture": "#texture" }, - "north": { "uv": [ 8.5, 0, 8, 6 ], "texture": "#texture" }, - "south": { "uv": [ 8, 0, 8.5, 6 ], "texture": "#particle" }, - "east": { "uv": [ 0, 1, 1, 1 ], "texture": "#particle" } - } -}, -{ - "from": [ 8.5, 9.5, 0 ], - "to": [ 9, 16, 3 ], - "faces": { - "down": { "uv": [ 2.5, 0, 2, 2.5 ], "texture": "#texture" }, - "up": { "uv": [ 11.5, 0, 11, 2.5 ], "texture": "#texture" }, - "north": { "uv": [ 9, 0, 8.5, 6.5 ], "texture": "#texture" }, - "south": { "uv": [ 8.5, 0, 9, 6.5 ], "texture": "#particle" }, - "west": { "uv": [ 2.5, 0, 0, 6.5 ], "texture": "#texture" }, - "east": { "uv": [ 14, 0, 16, 6.5 ], "texture": "#texture" } - } -}, -{ - "from": [ 9, 9.5, 0 ], - "to": [ 9.5, 16, 3 ], - "faces": { - "down": { "uv": [ 7, 0, 6.5, 2.5 ], "texture": "#texture" }, - "up": { "uv": [ 7, 0, 6.5, 2.5 ], "texture": "#texture" }, - "north": { "uv": [ 9.5, 0, 9, 6.5 ], "texture": "#texture" }, - "south": { "uv": [ 9, 0, 9.5, 6.5 ], "texture": "#particle" } - } -}, -{ - "from": [ 9.5, 8.5, 0 ], - "to": [ 10, 16, 3 ], - "faces": { - "down": { "uv": [ 12.5, 8.5, 12, 11 ], "texture": "#texture" }, - "up": { "uv": [ 3.5, 0, 3, 2.5 ], "texture": "#texture" }, - "north": { "uv": [ 10, 0, 9.5, 7.5 ], "texture": "#texture" }, - "south": { "uv": [ 9.5, 0, 10, 7.5 ], "texture": "#particle" }, - "west": { "uv": [ 2.5, 0, 0, 7.5 ], "texture": "#texture" }, - "east": { "uv": [ 0, 2.5, 2.5, 7.5 ], "texture": "#texture" } - } -}, -{ - "from": [ 10, 0, 0 ], - "to": [ 16, 16, 3 ], - "faces": { - "up": { "uv": [ 7, 0, 2, 2.5 ], "texture": "#texture" }, - "north": { "uv": [ 16, 0, 10, 16 ], "texture": "#texture" }, - "south": { "uv": [ 10, 0, 16, 16 ], "texture": "#particle" }, - "west": { "uv": [ 2.5, 0, 0, 16 ], "texture": "#texture" }, - "east": { "uv": [ 2.5, 0, 0, 16 ], "texture": "#texture" } - } -} -] -} \ No newline at end of file +{"ambientocclusion":false,"textures":{"particle":"block/jungle_door_upper","texture":"block/jungle_door_upper"},"elements":[{"from":[0,0,0],"to":[6.5,16,3],"faces":{"up":{"uv":[14,0,9.5,2.5],"texture":"#texture"},"north":{"uv":[6.5,0,0,16],"texture":"#texture"},"south":{"uv":[0,0,6.5,16],"texture":"#particle"},"west":{"uv":[0,0,2.5,16],"texture":"#texture"},"east":{"uv":[2.5,0,0,16],"texture":"#texture"}}},{"from":[6.5,8.5,0],"to":[7,16,3],"faces":{"down":{"uv":[14,0,13.5,2.5],"texture":"#texture"},"up":{"uv":[11.5,0,11,2.5],"texture":"#texture"},"north":{"uv":[7,0,6.5,7.5],"texture":"#texture"},"south":{"uv":[6.5,0,7,7.5],"texture":"#texture"},"west":{"uv":[0,0,2.5,7.5],"texture":"#texture"},"east":{"uv":[3,0,0,7.5],"texture":"#particle"}}},{"from":[7,9.5,0],"to":[7.5,16,3],"faces":{"down":{"uv":[11.5,0,11,2.5],"texture":"#texture"},"up":{"uv":[11,0,10.5,2.5],"texture":"#texture"},"north":{"uv":[7.5,0,7,6.5],"texture":"#texture"},"south":{"uv":[7,0,7.5,6.5],"texture":"#particle"},"east":{"uv":[0,1,1,1],"texture":"#particle"}}},{"from":[7.5,9.5,0],"to":[8,16,3],"faces":{"down":{"uv":[2.5,0,2,2.5],"texture":"#texture"},"up":{"uv":[6,0,5.5,2.5],"texture":"#texture"},"north":{"uv":[8,0,7.5,6.5],"texture":"#texture"},"south":{"uv":[7.5,0,8,6.5],"texture":"#particle"},"west":{"uv":[0,0,2.5,6.5],"texture":"#texture"},"east":{"uv":[3,0,0,6.5],"texture":"#particle"}}},{"from":[8,10,0],"to":[8.5,16,3],"faces":{"down":{"uv":[12.5,8.5,12,11],"texture":"#texture"},"up":{"uv":[14,0,13.5,2.5],"texture":"#texture"},"north":{"uv":[8.5,0,8,6],"texture":"#texture"},"south":{"uv":[8,0,8.5,6],"texture":"#particle"},"east":{"uv":[0,1,1,1],"texture":"#particle"}}},{"from":[8.5,9.5,0],"to":[9,16,3],"faces":{"down":{"uv":[2.5,0,2,2.5],"texture":"#texture"},"up":{"uv":[11.5,0,11,2.5],"texture":"#texture"},"north":{"uv":[9,0,8.5,6.5],"texture":"#texture"},"south":{"uv":[8.5,0,9,6.5],"texture":"#particle"},"west":{"uv":[2.5,0,0,6.5],"texture":"#texture"},"east":{"uv":[14,0,16,6.5],"texture":"#texture"}}},{"from":[9,9.5,0],"to":[9.5,16,3],"faces":{"down":{"uv":[7,0,6.5,2.5],"texture":"#texture"},"up":{"uv":[7,0,6.5,2.5],"texture":"#texture"},"north":{"uv":[9.5,0,9,6.5],"texture":"#texture"},"south":{"uv":[9,0,9.5,6.5],"texture":"#particle"}}},{"from":[9.5,8.5,0],"to":[10,16,3],"faces":{"down":{"uv":[12.5,8.5,12,11],"texture":"#texture"},"up":{"uv":[3.5,0,3,2.5],"texture":"#texture"},"north":{"uv":[10,0,9.5,7.5],"texture":"#texture"},"south":{"uv":[9.5,0,10,7.5],"texture":"#particle"},"west":{"uv":[2.5,0,0,7.5],"texture":"#texture"},"east":{"uv":[0,2.5,2.5,7.5],"texture":"#texture"}}},{"from":[10,0,0],"to":[16,16,3],"faces":{"up":{"uv":[7,0,2,2.5],"texture":"#texture"},"north":{"uv":[16,0,10,16],"texture":"#texture"},"south":{"uv":[10,0,16,16],"texture":"#particle"},"west":{"uv":[2.5,0,0,16],"texture":"#texture"},"east":{"uv":[2.5,0,0,16],"texture":"#texture"}}}]} diff --git a/assets/minecraft/models/block/ladder.json b/assets/minecraft/models/block/ladder.json index 3179263..34d7a1c 100755 --- a/assets/minecraft/models/block/ladder.json +++ b/assets/minecraft/models/block/ladder.json @@ -1,81 +1 @@ -{ -"__comment": "Designed by Filmjolk", -"textures": { - "particle": "blocks/ladder", - "texture": "blocks/ladder" -}, -"elements": [ -{ - "from": [ 3.5, 1.5, 15 ], - "to": [ 12.5, 3, 16 ], - "faces": { - "down": { "uv": [ 3.5, 2.5, 12.5, 1.5 ], "texture": "#texture" }, - "up": { "uv": [ 3.5, 1, 12.5, 2 ], "texture": "#texture" }, - "north": { "uv": [ 3.5, 13, 12.5, 14.5 ], "texture": "#texture" }, - "south": { "uv": [ 3.5, 13, 12.5, 14.5 ], "texture": "#texture", "cullface": "south" }, - "west": { "uv": [ 15, 13, 16, 14.5 ], "texture": "#texture" }, - "east": { "uv": [ 0, 13, 1, 14.5 ], "texture": "#texture" } - } -}, -{ - "from": [ 3.5, 5.5, 15 ], - "to": [ 12.5, 7, 16 ], - "faces": { - "down": { "uv": [ 3.5, 2.5, 12.5, 1.5 ], "texture": "#texture" }, - "up": { "uv": [ 3.5, 1, 12.5, 2 ], "texture": "#texture" }, - "north": { "uv": [ 3.5, 9, 12.5, 10.5 ], "texture": "#texture" }, - "south": { "uv": [ 3.5, 9, 12.5, 10.5 ], "texture": "#texture", "cullface": "south" }, - "west": { "uv": [ 15, 9, 16, 10.5 ], "texture": "#texture" }, - "east": { "uv": [ 0, 9, 1, 10.5 ], "texture": "#texture" } - } -}, -{ - "from": [ 3.5, 9.5, 15 ], - "to": [ 12.5, 11, 16 ], - "faces": { - "down": { "uv": [ 3.5, 2.5, 12.5, 1.5 ], "texture": "#texture" }, - "up": { "uv": [ 3.5, 1, 12.5, 2 ], "texture": "#texture" }, - "north": { "uv": [ 3.5, 5, 12.5, 6.5 ], "texture": "#texture" }, - "south": { "uv": [ 3.5, 5, 12.5, 6.5 ], "texture": "#texture", "cullface": "south" }, - "west": { "uv": [ 15, 5, 16, 6.5 ], "texture": "#texture" }, - "east": { "uv": [ 0, 5, 1, 6.5 ], "texture": "#texture" } - } -}, -{ - "from": [ 3.5, 13.5, 15 ], - "to": [ 12.5, 15, 16 ], - "faces": { - "down": { "uv": [ 3.5, 2.5, 12.5, 1.5 ], "texture": "#texture" }, - "up": { "uv": [ 3.5, 1, 12.5, 2 ], "texture": "#texture" }, - "north": { "uv": [ 3.5, 1, 12.5, 2.5 ], "texture": "#texture" }, - "south": { "uv": [ 3.5, 1, 12.5, 2.5 ], "texture": "#texture", "cullface": "south" }, - "west": { "uv": [ 15, 1, 16, 2.5 ], "texture": "#texture" }, - "east": { "uv": [ 0, 1, 1, 2.5 ], "texture": "#texture" } - } -}, -{ - "from": [ 12.5, 0, 14.5 ], - "to": [ 14.5, 16, 16 ], - "faces": { - "down": { "uv": [ 3.5, 16, 1.5, 14.5 ], "texture": "#texture", "cullface": "down" }, - "up": { "uv": [ 3.5, 14.5, 1.5, 16 ], "texture": "#texture", "cullface": "up" }, - "north": { "uv": [ 1.5, 0, 3.5, 16 ], "texture": "#texture" }, - "south": { "uv": [ 12.5, 0, 14.5, 16 ], "texture": "#texture", "cullface": "south" }, - "west": { "uv": [ 1.5, 0, 3, 16 ], "texture": "#texture" }, - "east": { "uv": [ 1.5, 0, 3, 16 ], "texture": "#texture" } - } -}, -{ - "from": [ 1.5, 0, 14.5 ], - "to": [ 3.5, 16, 16 ], - "faces": { - "down": { "uv": [ 3.5, 16, 1.5, 14.5 ], "texture": "#texture", "cullface": "down" }, - "up": { "uv": [ 3.5, 14.5, 1.5, 16 ], "texture": "#texture", "cullface": "up" }, - "north": { "uv": [ 12.5, 0, 14.5, 16 ], "texture": "#texture" }, - "south": { "uv": [ 1.5, 0, 3.5, 16 ], "texture": "#texture", "cullface": "south" }, - "west": { "uv": [ 1.5, 0, 3, 16 ], "texture": "#texture" }, - "east": { "uv": [ 1.5, 0, 3, 16 ], "texture": "#texture" } - } -} -] -} \ No newline at end of file +{"__comment":"Designed_by_Filmjolk","textures":{"particle":"block/ladder","texture":"block/ladder"},"elements":[{"from":[3.5,1.5,15],"to":[12.5,3,16],"faces":{"down":{"uv":[3.5,2.5,12.5,1.5],"texture":"#texture"},"up":{"uv":[3.5,1,12.5,2],"texture":"#texture"},"north":{"uv":[3.5,13,12.5,14.5],"texture":"#texture"},"south":{"uv":[3.5,13,12.5,14.5],"texture":"#texture","cullface":"south"},"west":{"uv":[15,13,16,14.5],"texture":"#texture"},"east":{"uv":[0,13,1,14.5],"texture":"#texture"}}},{"from":[3.5,5.5,15],"to":[12.5,7,16],"faces":{"down":{"uv":[3.5,2.5,12.5,1.5],"texture":"#texture"},"up":{"uv":[3.5,1,12.5,2],"texture":"#texture"},"north":{"uv":[3.5,9,12.5,10.5],"texture":"#texture"},"south":{"uv":[3.5,9,12.5,10.5],"texture":"#texture","cullface":"south"},"west":{"uv":[15,9,16,10.5],"texture":"#texture"},"east":{"uv":[0,9,1,10.5],"texture":"#texture"}}},{"from":[3.5,9.5,15],"to":[12.5,11,16],"faces":{"down":{"uv":[3.5,2.5,12.5,1.5],"texture":"#texture"},"up":{"uv":[3.5,1,12.5,2],"texture":"#texture"},"north":{"uv":[3.5,5,12.5,6.5],"texture":"#texture"},"south":{"uv":[3.5,5,12.5,6.5],"texture":"#texture","cullface":"south"},"west":{"uv":[15,5,16,6.5],"texture":"#texture"},"east":{"uv":[0,5,1,6.5],"texture":"#texture"}}},{"from":[3.5,13.5,15],"to":[12.5,15,16],"faces":{"down":{"uv":[3.5,2.5,12.5,1.5],"texture":"#texture"},"up":{"uv":[3.5,1,12.5,2],"texture":"#texture"},"north":{"uv":[3.5,1,12.5,2.5],"texture":"#texture"},"south":{"uv":[3.5,1,12.5,2.5],"texture":"#texture","cullface":"south"},"west":{"uv":[15,1,16,2.5],"texture":"#texture"},"east":{"uv":[0,1,1,2.5],"texture":"#texture"}}},{"from":[12.5,0,14.5],"to":[14.5,16,16],"faces":{"down":{"uv":[3.5,16,1.5,14.5],"texture":"#texture","cullface":"down"},"up":{"uv":[3.5,14.5,1.5,16],"texture":"#texture","cullface":"up"},"north":{"uv":[1.5,0,3.5,16],"texture":"#texture"},"south":{"uv":[12.5,0,14.5,16],"texture":"#texture","cullface":"south"},"west":{"uv":[1.5,0,3,16],"texture":"#texture"},"east":{"uv":[1.5,0,3,16],"texture":"#texture"}}},{"from":[1.5,0,14.5],"to":[3.5,16,16],"faces":{"down":{"uv":[3.5,16,1.5,14.5],"texture":"#texture","cullface":"down"},"up":{"uv":[3.5,14.5,1.5,16],"texture":"#texture","cullface":"up"},"north":{"uv":[12.5,0,14.5,16],"texture":"#texture"},"south":{"uv":[1.5,0,3.5,16],"texture":"#texture","cullface":"south"},"west":{"uv":[1.5,0,3,16],"texture":"#texture"},"east":{"uv":[1.5,0,3,16],"texture":"#texture"}}}]} diff --git a/assets/minecraft/models/block/lit_furnace.json b/assets/minecraft/models/block/lit_furnace.json index 89e69a4..5fb4e4c 100755 --- a/assets/minecraft/models/block/lit_furnace.json +++ b/assets/minecraft/models/block/lit_furnace.json @@ -1,488 +1 @@ -{ -"__comment": "Designed by Filmjolk", -"textures": { - "particle": "blocks/furnace_side_new", - "texture": "blocks/furnace_side_new", - "furnace_top": "blocks/furnace_top", - "cauldron_inner": "blocks/cauldron_inner", - "furnace_fire": "blocks/furnace_fire", - "furnace_lit_inner": "blocks/furnace_lit_inner", - "furnace_side_front": "blocks/furnace_side_front" -}, -"elements": [ -{ - "from": [ 0.5, 14.5, 0.5 ], - "to": [ 15.5, 15.5, 15.5 ], - "faces": { - "down": { "uv": [ 0.5, 15.5, 15.5, 0.5 ], "texture": "#cauldron_inner" }, - "up": { "uv": [ 0.5, 0.5, 15.5, 15.5 ], "texture": "#cauldron_inner" }, - "north": { "uv": [ 0.5, 0.5, 15.5, 1.5 ], "texture": "#texture" }, - "south": { "uv": [ 0.5, 0.5, 15.5, 1.5 ], "texture": "#texture" }, - "west": { "uv": [ 0.5, 0.5, 15.5, 1.5 ], "texture": "#texture" }, - "east": { "uv": [ 0.5, 0.5, 15.5, 1.5 ], "texture": "#texture" } - } -}, -{ - "from": [ 0, 15, 0 ], - "to": [ 16, 16, 1 ], - "faces": { - "down": { "uv": [ 0, 1, 16, 0 ], "texture": "#texture" }, - "up": { "uv": [ 0, 0, 16, 1 ], "texture": "#texture" }, - "north": { "uv": [ 0, 0, 16, 1 ], "texture": "#texture" }, - "south": { "uv": [ 0, 0, 16, 1 ], "texture": "#texture" }, - "west": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture" }, - "east": { "uv": [ 15, 0, 16, 1 ], "texture": "#texture" } - } -}, -{ - "from": [ 0, 15, 15 ], - "to": [ 16, 16, 16 ], - "faces": { - "down": { "uv": [ 16, 1, 0, 0 ], "texture": "#texture" }, - "up": { "uv": [ 0, 1, 16, 0 ], "texture": "#texture" }, - "north": { "uv": [ 0, 0, 16, 1 ], "texture": "#texture" }, - "south": { "uv": [ 0, 0, 16, 1 ], "texture": "#texture" }, - "west": { "uv": [ 15, 0, 16, 1 ], "texture": "#texture" }, - "east": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture" } - } -}, -{ - "from": [ 0, 15, 1 ], - "to": [ 1, 16, 15 ], - "faces": { - "down": { "uv": [ 1, 1, 15, 0 ], "rotation": 270, "texture": "#texture" }, - "up": { "uv": [ 1, 0, 15, 1 ], "rotation": 270, "texture": "#texture" }, - "north": { "uv": [ 15, 0, 16, 1 ], "texture": "#texture" }, - "south": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture" }, - "west": { "uv": [ 1, 0, 15, 1 ], "texture": "#texture" }, - "east": { "uv": [ 1, 0, 15, 1 ], "texture": "#texture" } - } -}, -{ - "from": [ 15, 15, 1 ], - "to": [ 16, 16, 15 ], - "faces": { - "down": { "uv": [ 1, 1, 15, 0 ], "rotation": 90, "texture": "#texture" }, - "up": { "uv": [ 1, 0, 15, 1 ], "rotation": 90, "texture": "#texture" }, - "north": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture" }, - "south": { "uv": [ 15, 0, 16, 1 ], "texture": "#texture" }, - "west": { "uv": [ 1, 0, 15, 1 ], "texture": "#texture" }, - "east": { "uv": [ 1, 0, 15, 1 ], "texture": "#texture" } - } -}, -{ - "from": [ 0, 1, 15 ], - "to": [ 1, 15, 16 ], - "faces": { - "down": { "uv": [ 0, 16, 1, 15 ], "texture": "#texture" }, - "up": { "uv": [ 0, 15, 1, 16 ], "texture": "#texture" }, - "north": { "uv": [ 15, 1, 16, 15 ], "texture": "#texture" }, - "south": { "uv": [ 0, 1, 1, 15 ], "texture": "#texture" }, - "west": { "uv": [ 15, 1, 16, 15 ], "texture": "#texture" }, - "east": { "uv": [ 0, 1, 1, 15 ], "texture": "#texture" } - } -}, -{ - "from": [ 0, 1, 0 ], - "to": [ 1, 15, 1 ], - "faces": { - "down": { "uv": [ 0, 1, 1, 0 ], "texture": "#texture" }, - "up": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture" }, - "north": { "uv": [ 15, 1, 16, 15 ], "texture": "#texture" }, - "south": { "uv": [ 0, 1, 1, 15 ], "texture": "#texture" }, - "west": { "uv": [ 0, 1, 1, 15 ], "texture": "#texture" }, - "east": { "uv": [ 15, 1, 16, 15 ], "texture": "#texture" } - } -}, -{ - "from": [ 15, 1, 15 ], - "to": [ 16, 15, 16 ], - "faces": { - "down": { "uv": [ 15, 16, 16, 15 ], "texture": "#texture" }, - "up": { "uv": [ 15, 15, 16, 16 ], "texture": "#texture" }, - "north": { "uv": [ 0, 1, 1, 15 ], "texture": "#texture" }, - "south": { "uv": [ 15, 1, 16, 15 ], "texture": "#texture" }, - "west": { "uv": [ 15, 1, 16, 15 ], "texture": "#texture" }, - "east": { "uv": [ 0, 1, 1, 15 ], "texture": "#texture" } - } -}, -{ - "from": [ 15, 1, 0 ], - "to": [ 16, 15, 1 ], - "faces": { - "down": { "uv": [ 15, 1, 16, 0 ], "texture": "#texture" }, - "up": { "uv": [ 15, 0, 16, 1 ], "texture": "#texture" }, - "north": { "uv": [ 0, 1, 1, 15 ], "texture": "#texture" }, - "south": { "uv": [ 15, 1, 16, 15 ], "texture": "#texture" }, - "west": { "uv": [ 0, 1, 1, 15 ], "texture": "#texture" }, - "east": { "uv": [ 15, 1, 16, 15 ], "texture": "#texture" } - } -}, -{ - "from": [ 2, 15, 2 ], - "to": [ 7.5, 16, 7.5 ], - "faces": { - "down": { "uv": [ 2, 7.5, 7.5, 2 ], "texture": "#cauldron_inner" }, - "up": { "uv": [ 2.5, 2.5, 8, 8 ], "texture": "#furnace_top" }, - "north": { "uv": [ 8.5, 0, 14, 1 ], "texture": "#furnace_top" }, - "south": { "uv": [ 2, 0, 7.5, 1 ], "texture": "#furnace_top" }, - "west": { "uv": [ 2, 0, 7.5, 1 ], "texture": "#furnace_top" }, - "east": { "uv": [ 8.5, 0, 14, 1 ], "texture": "#furnace_top" } - } -}, -{ - "from": [ 8.5, 15, 2 ], - "to": [ 14, 16, 7.5 ], - "faces": { - "down": { "uv": [ 8, 7.5, 13.5, 2.5 ], "texture": "#cauldron_inner" }, - "up": { "uv": [ 8, 2.5, 13.5, 8 ], "texture": "#furnace_top" }, - "north": { "uv": [ 2.5, 0, 8, 1 ], "texture": "#furnace_top" }, - "south": { "uv": [ 8, 0, 13.5, 1 ], "texture": "#furnace_top" }, - "west": { "uv": [ 2.5, 0, 7.5, 1 ], "texture": "#furnace_top" }, - "east": { "uv": [ 8.5, 0, 13.5, 1 ], "texture": "#furnace_top" } - } -}, -{ - "from": [ 8.5, 15, 8.5 ], - "to": [ 14, 16, 14 ], - "faces": { - "down": { "uv": [ 8, 13, 13.5, 8 ], "texture": "#cauldron_inner" }, - "up": { "uv": [ 8, 8, 13.5, 13.5 ], "texture": "#furnace_top" }, - "north": { "uv": [ 2.5, 0, 8, 1 ], "texture": "#furnace_top" }, - "south": { "uv": [ 8, 0, 13.5, 1 ], "texture": "#furnace_top" }, - "west": { "uv": [ 8, 0, 13, 1 ], "texture": "#furnace_top" }, - "east": { "uv": [ 3, 0, 8, 1 ], "texture": "#furnace_top" } - } -}, -{ - "from": [ 2, 15, 8.5 ], - "to": [ 7.5, 16, 14 ], - "faces": { - "down": { "uv": [ 2.5, 13, 7.5, 8 ], "texture": "#cauldron_inner" }, - "up": { "uv": [ 2.5, 8, 8, 13.5 ], "texture": "#furnace_top" }, - "north": { "uv": [ 8.5, 0, 13.5, 1 ], "texture": "#furnace_top" }, - "south": { "uv": [ 2.5, 0, 7.5, 1 ], "texture": "#furnace_top" }, - "west": { "uv": [ 8, 0, 13, 1 ], "texture": "#furnace_top" }, - "east": { "uv": [ 3, 0, 8, 1 ], "texture": "#furnace_top" } - } -}, -{ - "from": [ 0.5, 0.5, 0.5 ], - "to": [ 15.5, 1.5, 15.5 ], - "faces": { - "down": { "uv": [ 0.5, 15.5, 15.5, 0.5 ], "texture": "#furnace_top" }, - "up": { "uv": [ 0.5, 0.5, 15.5, 15.5 ], "texture": "#furnace_lit_inner" }, - "north": { "uv": [ 0.5, 14.5, 15.5, 15.5 ], "texture": "#furnace_side_front" }, - "south": { "uv": [ 0.5, 14.5, 15.5, 15.5 ], "texture": "#texture" }, - "west": { "uv": [ 0.5, 14.5, 15.5, 15.5 ], "texture": "#texture" }, - "east": { "uv": [ 0.5, 14.5, 15.5, 15.5 ], "texture": "#texture" } - } -}, -{ - "from": [ 1, 12.5, 0.5 ], - "to": [ 15, 15, 1.5 ], - "faces": { - "down": { "uv": [ 1, 1.5, 15, 0.5 ], "texture": "#texture" }, - "up": { "uv": [ 1, 0.5, 15, 1.5 ], "texture": "#texture" }, - "north": { "uv": [ 1, 1, 15, 3.5 ], "texture": "#texture" }, - "south": { "uv": [ 1, 1, 15, 3.5 ], "texture": "#texture" }, - "west": { "uv": [ 0.5, 1, 1.5, 3.5 ], "texture": "#texture" }, - "east": { "uv": [ 14.5, 1, 15.5, 3.5 ], "texture": "#texture" } - } -}, -{ - "from": [ 0, 0, 0 ], - "to": [ 16, 1, 1 ], - "faces": { - "down": { "uv": [ 0, 1, 16, 0 ], "texture": "#texture" }, - "up": { "uv": [ 0, 0, 16, 1 ], "texture": "#texture" }, - "north": { "uv": [ 0, 15, 16, 16 ], "texture": "#texture" }, - "south": { "uv": [ 0, 15, 16, 16 ], "texture": "#texture" }, - "west": { "uv": [ 0, 15, 1, 16 ], "texture": "#texture" }, - "east": { "uv": [ 15, 15, 16, 16 ], "texture": "#texture" } - } -}, -{ - "from": [ 0, 0, 15 ], - "to": [ 16, 1, 16 ], - "faces": { - "down": { "uv": [ 0, 16, 16, 15 ], "texture": "#texture" }, - "up": { "uv": [ 0, 15, 16, 16 ], "texture": "#texture" }, - "north": { "uv": [ 0, 15, 16, 16 ], "texture": "#texture" }, - "south": { "uv": [ 0, 15, 16, 16 ], "texture": "#texture" }, - "west": { "uv": [ 15, 15, 16, 16 ], "texture": "#texture" }, - "east": { "uv": [ 0, 15, 1, 16 ], "texture": "#texture" } - } -}, -{ - "from": [ 0, 0, 1 ], - "to": [ 1, 1, 15 ], - "faces": { - "down": { "uv": [ 0, 15, 1, 1 ], "texture": "#texture" }, - "up": { "uv": [ 0, 1, 1, 15 ], "texture": "#texture" }, - "north": { "uv": [ 15, 15, 16, 16 ], "texture": "#texture" }, - "south": { "uv": [ 0, 15, 1, 16 ], "texture": "#texture" }, - "west": { "uv": [ 1, 15, 15, 16 ], "texture": "#texture" }, - "east": { "uv": [ 1, 15, 15, 16 ], "texture": "#texture" } - } -}, -{ - "from": [ 15, 0, 1 ], - "to": [ 16, 1, 15 ], - "faces": { - "down": { "uv": [ 15, 15, 16, 1 ], "texture": "#texture" }, - "up": { "uv": [ 15, 1, 16, 15 ], "texture": "#texture" }, - "north": { "uv": [ 0, 15, 1, 16 ], "texture": "#texture" }, - "south": { "uv": [ 15, 15, 16, 16 ], "texture": "#texture" }, - "west": { "uv": [ 1, 15, 15, 16 ], "texture": "#texture" }, - "east": { "uv": [ 1, 15, 15, 16 ], "texture": "#texture" } - } -}, -{ - "from": [ 1, 1, 0.5 ], - "to": [ 3.5, 9.5, 1.5 ], - "faces": { - "down": { "uv": [ 1, 1.5, 3.5, 0.5 ], "texture": "#texture" }, - "up": { "uv": [ 1, 0.5, 3.5, 1.5 ], "texture": "#texture" }, - "north": { "uv": [ 12.5, 6.5, 15, 15 ], "texture": "#furnace_side_front" }, - "south": { "uv": [ 1, 6.5, 3.5, 15 ], "texture": "#texture" }, - "west": { "uv": [ 0.5, 6.5, 1.5, 15 ], "texture": "#texture" }, - "east": { "uv": [ 11, 6.5, 12, 15 ], "texture": "#furnace_side_front" } - } -}, -{ - "from": [ 12.5, 1, 0.5 ], - "to": [ 15, 9.5, 1.5 ], - "faces": { - "down": { "uv": [ 12.5, 1.5, 15, 0.5 ], "texture": "#texture" }, - "up": { "uv": [ 12.5, 0.5, 15, 1.5 ], "texture": "#texture" }, - "north": { "uv": [ 1, 6.5, 3.5, 15 ], "texture": "#furnace_side_front" }, - "south": { "uv": [ 12.5, 6.5, 15, 15 ], "texture": "#texture" }, - "west": { "uv": [ 4.5, 6.5, 5.5, 15 ], "texture": "#furnace_side_front" }, - "east": { "uv": [ 14.5, 6.5, 15.5, 15 ], "texture": "#texture" } - } -}, -{ - "from": [ 3.5, 4, 0.5 ], - "to": [ 4, 9.5, 1.5 ], - "faces": { - "down": { "uv": [ 5.5, 12, 6, 11 ], "texture": "#furnace_side_front" }, - "up": { "uv": [ 3.5, 0.5, 4, 1.5 ], "texture": "#texture" }, - "north": { "uv": [ 12, 6.5, 12.5, 12 ], "texture": "#furnace_side_front" }, - "south": { "uv": [ 3.5, 6.5, 4, 12 ], "texture": "#texture" }, - "west": { "uv": [ 0.5, 6.5, 1.5, 12 ], "texture": "#texture" }, - "east": { "uv": [ 10.5, 7, 11.5, 12.5 ], "texture": "#furnace_side_front" } - } -}, -{ - "from": [ 12, 4, 0.5 ], - "to": [ 12.5, 9.5, 1.5 ], - "faces": { - "down": { "uv": [ 9.5, 11.5, 10, 10.5 ], "texture": "#furnace_side_front" }, - "up": { "uv": [ 12, 0.5, 12.5, 1.5 ], "texture": "#texture" }, - "north": { "uv": [ 3.5, 6.5, 4, 12 ], "texture": "#furnace_side_front" }, - "south": { "uv": [ 12, 6.5, 12.5, 12 ], "texture": "#texture" }, - "west": { "uv": [ 6.5, 7.5, 7.5, 13 ], "texture": "#furnace_side_front" }, - "east": { "uv": [ 14.5, 6.5, 15.5, 12 ], "texture": "#texture" } - } -}, -{ - "from": [ 11.5, 5, 0.5 ], - "to": [ 12, 9.5, 1.5 ], - "faces": { - "down": { "uv": [ 8.5, 12, 9, 11 ], "texture": "#furnace_side_front" }, - "up": { "uv": [ 11.5, 0.5, 12, 1.5 ], "texture": "#texture" }, - "north": { "uv": [ 4, 6.5, 4.5, 11 ], "texture": "#furnace_side_front" }, - "south": { "uv": [ 11.5, 6.5, 12, 11 ], "texture": "#texture" }, - "west": { "uv": [ 6, 9, 7, 13.5 ], "texture": "#furnace_side_front" }, - "east": { "uv": [ 14.5, 6.5, 15.5, 11 ], "texture": "#texture" } - } -}, -{ - "from": [ 4, 5, 0.5 ], - "to": [ 4.5, 9.5, 1.5 ], - "faces": { - "down": { "uv": [ 7.5, 13.5, 8, 12.5 ], "texture": "#furnace_side_front" }, - "up": { "uv": [ 4, 0.5, 4.5, 1.5 ], "texture": "#texture" }, - "north": { "uv": [ 11.5, 6.5, 12, 11 ], "texture": "#furnace_side_front" }, - "south": { "uv": [ 4, 6.5, 4.5, 11 ], "texture": "#texture" }, - "west": { "uv": [ 0.5, 6.5, 1.5, 11 ], "texture": "#texture" }, - "east": { "uv": [ 8, 8, 9, 12.5 ], "texture": "#furnace_side_front" } - } -}, -{ - "from": [ 4.5, 5.5, 0.5 ], - "to": [ 5.5, 10, 1.5 ], - "faces": { - "down": { "uv": [ 6.5, 12.5, 7.5, 11.5 ], "texture": "#furnace_side_front" }, - "up": { "uv": [ 4.5, 0.5, 5.5, 1.5 ], "texture": "#texture" }, - "north": { "uv": [ 10.5, 6, 11.5, 10.5 ], "texture": "#furnace_side_front" }, - "south": { "uv": [ 4.5, 6, 5.5, 10.5 ], "texture": "#texture" }, - "west": { "uv": [ 0.5, 6, 1.5, 10.5 ], "texture": "#texture" }, - "east": { "uv": [ 6.5, 9, 7.5, 13.5 ], "texture": "#furnace_side_front" } - } -}, -{ - "from": [ 10.5, 5.5, 0.5 ], - "to": [ 11.5, 10, 1.5 ], - "faces": { - "down": { "uv": [ 7, 13, 8, 12 ], "texture": "#furnace_side_front" }, - "up": { "uv": [ 10.5, 0.5, 11.5, 1.5 ], "texture": "#texture" }, - "north": { "uv": [ 4.5, 6, 5.5, 10.5 ], "texture": "#furnace_side_front" }, - "south": { "uv": [ 10.5, 6, 11.5, 10.5 ], "texture": "#texture" }, - "west": { "uv": [ 7, 7.5, 8, 12 ], "texture": "#furnace_side_front" }, - "east": { "uv": [ 14.5, 6, 15.5, 10.5 ], "texture": "#texture" } - } -}, -{ - "from": [ 5.5, 6, 0.5 ], - "to": [ 10.5, 10, 1.5 ], - "faces": { - "down": { "uv": [ 5.5, 12.5, 10.5, 11.5 ], "texture": "#furnace_side_front" }, - "up": { "uv": [ 5.5, 0.5, 10.5, 1.5 ], "texture": "#texture" }, - "north": { "uv": [ 5.5, 6, 10.5, 10 ], "texture": "#furnace_side_front" }, - "south": { "uv": [ 5.5, 6, 10.5, 10 ], "texture": "#texture" }, - "west": { "uv": [ 0.5, 6, 1.5, 10 ], "texture": "#texture" }, - "east": { "uv": [ 14.5, 6, 15.5, 10 ], "texture": "#texture" } - } -}, -{ - "from": [ 1, 9.5, 0.5 ], - "to": [ 4.5, 12.5, 1.5 ], - "faces": { - "down": { "uv": [ 1, 1.5, 4.5, 0.5 ], "texture": "#texture" }, - "up": { "uv": [ 1, 0.5, 4.5, 1.5 ], "texture": "#texture" }, - "north": { "uv": [ 11.5, 3.5, 15, 6.5 ], "texture": "#texture" }, - "south": { "uv": [ 1, 3.5, 4.5, 6.5 ], "texture": "#texture" }, - "west": { "uv": [ 0.5, 3.5, 1.5, 6.5 ], "texture": "#texture" }, - "east": { "uv": [ 14.5, 3.5, 15.5, 6.5 ], "texture": "#texture" } - } -}, -{ - "from": [ 11.5, 9.5, 0.5 ], - "to": [ 15, 12.5, 1.5 ], - "faces": { - "down": { "uv": [ 11.5, 1.5, 15, 0.5 ], "texture": "#texture" }, - "up": { "uv": [ 11.5, 0.5, 15, 1.5 ], "texture": "#texture" }, - "north": { "uv": [ 1, 3.5, 4.5, 6.5 ], "texture": "#texture" }, - "south": { "uv": [ 11.5, 3.5, 15, 6.5 ], "texture": "#texture" }, - "west": { "uv": [ 0.5, 3.5, 1.5, 6.5 ], "texture": "#texture" }, - "east": { "uv": [ 14.5, 3.5, 15.5, 6.5 ], "texture": "#texture" } - } -}, -{ - "from": [ 11, 11.5, 0.5 ], - "to": [ 11.5, 12, 1.5 ], - "faces": { - "down": { "uv": [ 11, 1.5, 11.5, 0.5 ], "texture": "#texture" }, - "up": { "uv": [ 11, 0.5, 11.5, 1.5 ], "texture": "#texture" }, - "north": { "uv": [ 4.5, 4, 5, 4.5 ], "texture": "#texture" }, - "south": { "uv": [ 11, 4, 11.5, 4.5 ], "texture": "#texture" }, - "west": { "uv": [ 0.5, 4, 1.5, 4.5 ], "texture": "#texture" }, - "east": { "uv": [ 14.5, 4, 15.5, 4.5 ], "texture": "#texture" } - } -}, -{ - "from": [ 4.5, 11.5, 0.5 ], - "to": [ 5, 12, 1.5 ], - "faces": { - "down": { "uv": [ 4.5, 1.5, 5, 0.5 ], "texture": "#texture" }, - "up": { "uv": [ 4.5, 0.5, 5, 1.5 ], "texture": "#texture" }, - "north": { "uv": [ 11, 4, 11.5, 4.5 ], "texture": "#texture" }, - "south": { "uv": [ 4.5, 4, 5, 4.5 ], "texture": "#texture" }, - "west": { "uv": [ 0.5, 4, 1.5, 4.5 ], "texture": "#texture" }, - "east": { "uv": [ 14.5, 4, 15.5, 4.5 ], "texture": "#texture" } - } -}, -{ - "from": [ 4.5, 12, 0.5 ], - "to": [ 5.5, 12.5, 1.5 ], - "faces": { - "down": { "uv": [ 4.5, 1.5, 5.5, 0.5 ], "texture": "#texture" }, - "up": { "uv": [ 4.5, 0.5, 5.5, 1.5 ], "texture": "#texture" }, - "north": { "uv": [ 10.5, 3.5, 11.5, 4 ], "texture": "#texture" }, - "south": { "uv": [ 4.5, 3.5, 5.5, 4 ], "texture": "#texture" }, - "west": { "uv": [ 0.5, 3.5, 1.5, 4 ], "texture": "#texture" }, - "east": { "uv": [ 14.5, 3.5, 15.5, 4 ], "texture": "#texture" } - } -}, -{ - "from": [ 10.5, 12, 0.5 ], - "to": [ 11.5, 12.5, 1.5 ], - "faces": { - "down": { "uv": [ 10.5, 1.5, 11.5, 0.5 ], "texture": "#texture" }, - "up": { "uv": [ 10.5, 0.5, 11.5, 1.5 ], "texture": "#texture" }, - "north": { "uv": [ 4.5, 3.5, 5.5, 4 ], "texture": "#texture" }, - "south": { "uv": [ 10.5, 3.5, 11.5, 4 ], "texture": "#texture" }, - "west": { "uv": [ 0.5, 3.5, 1.5, 4 ], "texture": "#texture" }, - "east": { "uv": [ 14.5, 3.5, 15.5, 4 ], "texture": "#texture" } - } -}, -{ - "from": [ 1.5, 8.5, 1.5 ], - "to": [ 14.5, 9.5, 14.5 ], - "faces": { - "down": { "uv": [ 1.5, 14.5, 14.5, 1.5 ], "texture": "#cauldron_inner" }, - "up": { "uv": [ 1.5, 1.5, 14.5, 14.5 ], "texture": "#cauldron_inner" }, - "north": { "uv": [ 1.5, 6.5, 14.5, 7.5 ], "texture": "#texture" }, - "south": { "uv": [ 1.5, 6.5, 14.5, 7.5 ], "texture": "#texture" }, - "west": { "uv": [ 1.5, 6.5, 14.5, 7.5 ], "texture": "#texture" }, - "east": { "uv": [ 1.5, 6.5, 14.5, 7.5 ], "texture": "#texture" } - } -}, -{ - "from": [ 14.5, 1.5, 1 ], - "to": [ 15.5, 14.5, 15 ], - "faces": { - "down": { "uv": [ 14.5, 15, 15.5, 1 ], "texture": "#texture" }, - "up": { "uv": [ 14.5, 1, 15.5, 15 ], "texture": "#texture" }, - "north": { "uv": [ 0.5, 1.5, 1.5, 14.5 ], "texture": "#texture" }, - "south": { "uv": [ 14.5, 1.5, 15.5, 14.5 ], "texture": "#texture" }, - "west": { "uv": [ 4, 3.5, 12, 11.5 ], "texture": "#cauldron_inner" }, - "east": { "uv": [ 1, 1.5, 15, 14.5 ], "texture": "#texture" } - } -}, -{ - "from": [ 1, 1.5, 14.5 ], - "to": [ 15, 14.5, 15.5 ], - "faces": { - "down": { "uv": [ 14.5, 15, 15.5, 1 ], "rotation": 270, "texture": "#texture" }, - "up": { "uv": [ 14.5, 1, 15.5, 15 ], "rotation": 90, "texture": "#texture" }, - "north": { "uv": [ 4, 4, 12, 11.5 ], "texture": "#cauldron_inner" }, - "south": { "uv": [ 1, 1.5, 15, 14.5 ], "texture": "#texture" }, - "west": { "uv": [ 14.5, 1.5, 15.5, 14.5 ], "texture": "#texture" }, - "east": { "uv": [ 0.5, 1.5, 1.5, 14.5 ], "texture": "#texture" } - } -}, -{ - "from": [ 0.5, 1.5, 1 ], - "to": [ 1.5, 14.5, 15 ], - "faces": { - "down": { "uv": [ 14.5, 15, 15.5, 1 ], "rotation": 180, "texture": "#texture" }, - "up": { "uv": [ 14.5, 1, 15.5, 15 ], "rotation": 180, "texture": "#texture" }, - "north": { "uv": [ 14.5, 1.5, 15.5, 14.5 ], "texture": "#texture" }, - "south": { "uv": [ 0.5, 1.5, 1.5, 14.5 ], "texture": "#texture" }, - "west": { "uv": [ 1, 1.5, 15, 14.5 ], "texture": "#texture" }, - "east": { "uv": [ 4, 3, 12.5, 12 ], "texture": "#cauldron_inner" } - } -}, -{ - "from": [ 3, 1.5, 6 ], - "to": [ 15, 9, 6 ], - "rotation": { "origin": [ 3, 1.5, 6 ], "axis": "y", "angle": 22.5 }, - "faces": { - "north": { "uv": [ 3, 1.5, 13.5, 14 ], "texture": "#furnace_fire" }, - "south": { "uv": [ 3, 14, 13.5, 1.5 ], "texture": "#furnace_fire" } - } -}, -{ - "from": [ 2.5, 1.5, 1.5 ], - "to": [ 14.5, 9, 1.5625 ], - "rotation": { "origin": [ 2.5, 1.5, 1.5 ], "axis": "y", "angle": -22.5 }, - "faces": { - "north": { "uv": [ 3, 1.5, 13.5, 14 ], "texture": "#furnace_fire" }, - "south": { "uv": [ 3, 14, 13.5, 1.5 ], "texture": "#furnace_fire" } - } -} -] -} \ No newline at end of file +{"__comment":"Designed_by_Filmjolk","textures":{"particle":"block/furnace_side_new","texture":"block/furnace_side_new","furnace_top":"block/furnace_top","cauldron_inner":"block/cauldron_inner","furnace_fire":"block/furnace_fire","furnace_lit_inner":"block/furnace_lit_inner","furnace_side_front":"block/furnace_side_front"},"elements":[{"from":[0.5,14.5,0.5],"to":[15.5,15.5,15.5],"faces":{"down":{"uv":[0.5,15.5,15.5,0.5],"texture":"#cauldron_inner"},"up":{"uv":[0.5,0.5,15.5,15.5],"texture":"#cauldron_inner"},"north":{"uv":[0.5,0.5,15.5,1.5],"texture":"#texture"},"south":{"uv":[0.5,0.5,15.5,1.5],"texture":"#texture"},"west":{"uv":[0.5,0.5,15.5,1.5],"texture":"#texture"},"east":{"uv":[0.5,0.5,15.5,1.5],"texture":"#texture"}}},{"from":[0,15,0],"to":[16,16,1],"faces":{"down":{"uv":[0,1,16,0],"texture":"#texture"},"up":{"uv":[0,0,16,1],"texture":"#texture"},"north":{"uv":[0,0,16,1],"texture":"#texture"},"south":{"uv":[0,0,16,1],"texture":"#texture"},"west":{"uv":[0,0,1,1],"texture":"#texture"},"east":{"uv":[15,0,16,1],"texture":"#texture"}}},{"from":[0,15,15],"to":[16,16,16],"faces":{"down":{"uv":[16,1,0,0],"texture":"#texture"},"up":{"uv":[0,1,16,0],"texture":"#texture"},"north":{"uv":[0,0,16,1],"texture":"#texture"},"south":{"uv":[0,0,16,1],"texture":"#texture"},"west":{"uv":[15,0,16,1],"texture":"#texture"},"east":{"uv":[0,0,1,1],"texture":"#texture"}}},{"from":[0,15,1],"to":[1,16,15],"faces":{"down":{"uv":[1,1,15,0],"rotation":270,"texture":"#texture"},"up":{"uv":[1,0,15,1],"rotation":270,"texture":"#texture"},"north":{"uv":[15,0,16,1],"texture":"#texture"},"south":{"uv":[0,0,1,1],"texture":"#texture"},"west":{"uv":[1,0,15,1],"texture":"#texture"},"east":{"uv":[1,0,15,1],"texture":"#texture"}}},{"from":[15,15,1],"to":[16,16,15],"faces":{"down":{"uv":[1,1,15,0],"rotation":90,"texture":"#texture"},"up":{"uv":[1,0,15,1],"rotation":90,"texture":"#texture"},"north":{"uv":[0,0,1,1],"texture":"#texture"},"south":{"uv":[15,0,16,1],"texture":"#texture"},"west":{"uv":[1,0,15,1],"texture":"#texture"},"east":{"uv":[1,0,15,1],"texture":"#texture"}}},{"from":[0,1,15],"to":[1,15,16],"faces":{"down":{"uv":[0,16,1,15],"texture":"#texture"},"up":{"uv":[0,15,1,16],"texture":"#texture"},"north":{"uv":[15,1,16,15],"texture":"#texture"},"south":{"uv":[0,1,1,15],"texture":"#texture"},"west":{"uv":[15,1,16,15],"texture":"#texture"},"east":{"uv":[0,1,1,15],"texture":"#texture"}}},{"from":[0,1,0],"to":[1,15,1],"faces":{"down":{"uv":[0,1,1,0],"texture":"#texture"},"up":{"uv":[0,0,1,1],"texture":"#texture"},"north":{"uv":[15,1,16,15],"texture":"#texture"},"south":{"uv":[0,1,1,15],"texture":"#texture"},"west":{"uv":[0,1,1,15],"texture":"#texture"},"east":{"uv":[15,1,16,15],"texture":"#texture"}}},{"from":[15,1,15],"to":[16,15,16],"faces":{"down":{"uv":[15,16,16,15],"texture":"#texture"},"up":{"uv":[15,15,16,16],"texture":"#texture"},"north":{"uv":[0,1,1,15],"texture":"#texture"},"south":{"uv":[15,1,16,15],"texture":"#texture"},"west":{"uv":[15,1,16,15],"texture":"#texture"},"east":{"uv":[0,1,1,15],"texture":"#texture"}}},{"from":[15,1,0],"to":[16,15,1],"faces":{"down":{"uv":[15,1,16,0],"texture":"#texture"},"up":{"uv":[15,0,16,1],"texture":"#texture"},"north":{"uv":[0,1,1,15],"texture":"#texture"},"south":{"uv":[15,1,16,15],"texture":"#texture"},"west":{"uv":[0,1,1,15],"texture":"#texture"},"east":{"uv":[15,1,16,15],"texture":"#texture"}}},{"from":[2,15,2],"to":[7.5,16,7.5],"faces":{"down":{"uv":[2,7.5,7.5,2],"texture":"#cauldron_inner"},"up":{"uv":[2.5,2.5,8,8],"texture":"#furnace_top"},"north":{"uv":[8.5,0,14,1],"texture":"#furnace_top"},"south":{"uv":[2,0,7.5,1],"texture":"#furnace_top"},"west":{"uv":[2,0,7.5,1],"texture":"#furnace_top"},"east":{"uv":[8.5,0,14,1],"texture":"#furnace_top"}}},{"from":[8.5,15,2],"to":[14,16,7.5],"faces":{"down":{"uv":[8,7.5,13.5,2.5],"texture":"#cauldron_inner"},"up":{"uv":[8,2.5,13.5,8],"texture":"#furnace_top"},"north":{"uv":[2.5,0,8,1],"texture":"#furnace_top"},"south":{"uv":[8,0,13.5,1],"texture":"#furnace_top"},"west":{"uv":[2.5,0,7.5,1],"texture":"#furnace_top"},"east":{"uv":[8.5,0,13.5,1],"texture":"#furnace_top"}}},{"from":[8.5,15,8.5],"to":[14,16,14],"faces":{"down":{"uv":[8,13,13.5,8],"texture":"#cauldron_inner"},"up":{"uv":[8,8,13.5,13.5],"texture":"#furnace_top"},"north":{"uv":[2.5,0,8,1],"texture":"#furnace_top"},"south":{"uv":[8,0,13.5,1],"texture":"#furnace_top"},"west":{"uv":[8,0,13,1],"texture":"#furnace_top"},"east":{"uv":[3,0,8,1],"texture":"#furnace_top"}}},{"from":[2,15,8.5],"to":[7.5,16,14],"faces":{"down":{"uv":[2.5,13,7.5,8],"texture":"#cauldron_inner"},"up":{"uv":[2.5,8,8,13.5],"texture":"#furnace_top"},"north":{"uv":[8.5,0,13.5,1],"texture":"#furnace_top"},"south":{"uv":[2.5,0,7.5,1],"texture":"#furnace_top"},"west":{"uv":[8,0,13,1],"texture":"#furnace_top"},"east":{"uv":[3,0,8,1],"texture":"#furnace_top"}}},{"from":[0.5,0.5,0.5],"to":[15.5,1.5,15.5],"faces":{"down":{"uv":[0.5,15.5,15.5,0.5],"texture":"#furnace_top"},"up":{"uv":[0.5,0.5,15.5,15.5],"texture":"#furnace_lit_inner"},"north":{"uv":[0.5,14.5,15.5,15.5],"texture":"#furnace_side_front"},"south":{"uv":[0.5,14.5,15.5,15.5],"texture":"#texture"},"west":{"uv":[0.5,14.5,15.5,15.5],"texture":"#texture"},"east":{"uv":[0.5,14.5,15.5,15.5],"texture":"#texture"}}},{"from":[1,12.5,0.5],"to":[15,15,1.5],"faces":{"down":{"uv":[1,1.5,15,0.5],"texture":"#texture"},"up":{"uv":[1,0.5,15,1.5],"texture":"#texture"},"north":{"uv":[1,1,15,3.5],"texture":"#texture"},"south":{"uv":[1,1,15,3.5],"texture":"#texture"},"west":{"uv":[0.5,1,1.5,3.5],"texture":"#texture"},"east":{"uv":[14.5,1,15.5,3.5],"texture":"#texture"}}},{"from":[0,0,0],"to":[16,1,1],"faces":{"down":{"uv":[0,1,16,0],"texture":"#texture"},"up":{"uv":[0,0,16,1],"texture":"#texture"},"north":{"uv":[0,15,16,16],"texture":"#texture"},"south":{"uv":[0,15,16,16],"texture":"#texture"},"west":{"uv":[0,15,1,16],"texture":"#texture"},"east":{"uv":[15,15,16,16],"texture":"#texture"}}},{"from":[0,0,15],"to":[16,1,16],"faces":{"down":{"uv":[0,16,16,15],"texture":"#texture"},"up":{"uv":[0,15,16,16],"texture":"#texture"},"north":{"uv":[0,15,16,16],"texture":"#texture"},"south":{"uv":[0,15,16,16],"texture":"#texture"},"west":{"uv":[15,15,16,16],"texture":"#texture"},"east":{"uv":[0,15,1,16],"texture":"#texture"}}},{"from":[0,0,1],"to":[1,1,15],"faces":{"down":{"uv":[0,15,1,1],"texture":"#texture"},"up":{"uv":[0,1,1,15],"texture":"#texture"},"north":{"uv":[15,15,16,16],"texture":"#texture"},"south":{"uv":[0,15,1,16],"texture":"#texture"},"west":{"uv":[1,15,15,16],"texture":"#texture"},"east":{"uv":[1,15,15,16],"texture":"#texture"}}},{"from":[15,0,1],"to":[16,1,15],"faces":{"down":{"uv":[15,15,16,1],"texture":"#texture"},"up":{"uv":[15,1,16,15],"texture":"#texture"},"north":{"uv":[0,15,1,16],"texture":"#texture"},"south":{"uv":[15,15,16,16],"texture":"#texture"},"west":{"uv":[1,15,15,16],"texture":"#texture"},"east":{"uv":[1,15,15,16],"texture":"#texture"}}},{"from":[1,1,0.5],"to":[3.5,9.5,1.5],"faces":{"down":{"uv":[1,1.5,3.5,0.5],"texture":"#texture"},"up":{"uv":[1,0.5,3.5,1.5],"texture":"#texture"},"north":{"uv":[12.5,6.5,15,15],"texture":"#furnace_side_front"},"south":{"uv":[1,6.5,3.5,15],"texture":"#texture"},"west":{"uv":[0.5,6.5,1.5,15],"texture":"#texture"},"east":{"uv":[11,6.5,12,15],"texture":"#furnace_side_front"}}},{"from":[12.5,1,0.5],"to":[15,9.5,1.5],"faces":{"down":{"uv":[12.5,1.5,15,0.5],"texture":"#texture"},"up":{"uv":[12.5,0.5,15,1.5],"texture":"#texture"},"north":{"uv":[1,6.5,3.5,15],"texture":"#furnace_side_front"},"south":{"uv":[12.5,6.5,15,15],"texture":"#texture"},"west":{"uv":[4.5,6.5,5.5,15],"texture":"#furnace_side_front"},"east":{"uv":[14.5,6.5,15.5,15],"texture":"#texture"}}},{"from":[3.5,4,0.5],"to":[4,9.5,1.5],"faces":{"down":{"uv":[5.5,12,6,11],"texture":"#furnace_side_front"},"up":{"uv":[3.5,0.5,4,1.5],"texture":"#texture"},"north":{"uv":[12,6.5,12.5,12],"texture":"#furnace_side_front"},"south":{"uv":[3.5,6.5,4,12],"texture":"#texture"},"west":{"uv":[0.5,6.5,1.5,12],"texture":"#texture"},"east":{"uv":[10.5,7,11.5,12.5],"texture":"#furnace_side_front"}}},{"from":[12,4,0.5],"to":[12.5,9.5,1.5],"faces":{"down":{"uv":[9.5,11.5,10,10.5],"texture":"#furnace_side_front"},"up":{"uv":[12,0.5,12.5,1.5],"texture":"#texture"},"north":{"uv":[3.5,6.5,4,12],"texture":"#furnace_side_front"},"south":{"uv":[12,6.5,12.5,12],"texture":"#texture"},"west":{"uv":[6.5,7.5,7.5,13],"texture":"#furnace_side_front"},"east":{"uv":[14.5,6.5,15.5,12],"texture":"#texture"}}},{"from":[11.5,5,0.5],"to":[12,9.5,1.5],"faces":{"down":{"uv":[8.5,12,9,11],"texture":"#furnace_side_front"},"up":{"uv":[11.5,0.5,12,1.5],"texture":"#texture"},"north":{"uv":[4,6.5,4.5,11],"texture":"#furnace_side_front"},"south":{"uv":[11.5,6.5,12,11],"texture":"#texture"},"west":{"uv":[6,9,7,13.5],"texture":"#furnace_side_front"},"east":{"uv":[14.5,6.5,15.5,11],"texture":"#texture"}}},{"from":[4,5,0.5],"to":[4.5,9.5,1.5],"faces":{"down":{"uv":[7.5,13.5,8,12.5],"texture":"#furnace_side_front"},"up":{"uv":[4,0.5,4.5,1.5],"texture":"#texture"},"north":{"uv":[11.5,6.5,12,11],"texture":"#furnace_side_front"},"south":{"uv":[4,6.5,4.5,11],"texture":"#texture"},"west":{"uv":[0.5,6.5,1.5,11],"texture":"#texture"},"east":{"uv":[8,8,9,12.5],"texture":"#furnace_side_front"}}},{"from":[4.5,5.5,0.5],"to":[5.5,10,1.5],"faces":{"down":{"uv":[6.5,12.5,7.5,11.5],"texture":"#furnace_side_front"},"up":{"uv":[4.5,0.5,5.5,1.5],"texture":"#texture"},"north":{"uv":[10.5,6,11.5,10.5],"texture":"#furnace_side_front"},"south":{"uv":[4.5,6,5.5,10.5],"texture":"#texture"},"west":{"uv":[0.5,6,1.5,10.5],"texture":"#texture"},"east":{"uv":[6.5,9,7.5,13.5],"texture":"#furnace_side_front"}}},{"from":[10.5,5.5,0.5],"to":[11.5,10,1.5],"faces":{"down":{"uv":[7,13,8,12],"texture":"#furnace_side_front"},"up":{"uv":[10.5,0.5,11.5,1.5],"texture":"#texture"},"north":{"uv":[4.5,6,5.5,10.5],"texture":"#furnace_side_front"},"south":{"uv":[10.5,6,11.5,10.5],"texture":"#texture"},"west":{"uv":[7,7.5,8,12],"texture":"#furnace_side_front"},"east":{"uv":[14.5,6,15.5,10.5],"texture":"#texture"}}},{"from":[5.5,6,0.5],"to":[10.5,10,1.5],"faces":{"down":{"uv":[5.5,12.5,10.5,11.5],"texture":"#furnace_side_front"},"up":{"uv":[5.5,0.5,10.5,1.5],"texture":"#texture"},"north":{"uv":[5.5,6,10.5,10],"texture":"#furnace_side_front"},"south":{"uv":[5.5,6,10.5,10],"texture":"#texture"},"west":{"uv":[0.5,6,1.5,10],"texture":"#texture"},"east":{"uv":[14.5,6,15.5,10],"texture":"#texture"}}},{"from":[1,9.5,0.5],"to":[4.5,12.5,1.5],"faces":{"down":{"uv":[1,1.5,4.5,0.5],"texture":"#texture"},"up":{"uv":[1,0.5,4.5,1.5],"texture":"#texture"},"north":{"uv":[11.5,3.5,15,6.5],"texture":"#texture"},"south":{"uv":[1,3.5,4.5,6.5],"texture":"#texture"},"west":{"uv":[0.5,3.5,1.5,6.5],"texture":"#texture"},"east":{"uv":[14.5,3.5,15.5,6.5],"texture":"#texture"}}},{"from":[11.5,9.5,0.5],"to":[15,12.5,1.5],"faces":{"down":{"uv":[11.5,1.5,15,0.5],"texture":"#texture"},"up":{"uv":[11.5,0.5,15,1.5],"texture":"#texture"},"north":{"uv":[1,3.5,4.5,6.5],"texture":"#texture"},"south":{"uv":[11.5,3.5,15,6.5],"texture":"#texture"},"west":{"uv":[0.5,3.5,1.5,6.5],"texture":"#texture"},"east":{"uv":[14.5,3.5,15.5,6.5],"texture":"#texture"}}},{"from":[11,11.5,0.5],"to":[11.5,12,1.5],"faces":{"down":{"uv":[11,1.5,11.5,0.5],"texture":"#texture"},"up":{"uv":[11,0.5,11.5,1.5],"texture":"#texture"},"north":{"uv":[4.5,4,5,4.5],"texture":"#texture"},"south":{"uv":[11,4,11.5,4.5],"texture":"#texture"},"west":{"uv":[0.5,4,1.5,4.5],"texture":"#texture"},"east":{"uv":[14.5,4,15.5,4.5],"texture":"#texture"}}},{"from":[4.5,11.5,0.5],"to":[5,12,1.5],"faces":{"down":{"uv":[4.5,1.5,5,0.5],"texture":"#texture"},"up":{"uv":[4.5,0.5,5,1.5],"texture":"#texture"},"north":{"uv":[11,4,11.5,4.5],"texture":"#texture"},"south":{"uv":[4.5,4,5,4.5],"texture":"#texture"},"west":{"uv":[0.5,4,1.5,4.5],"texture":"#texture"},"east":{"uv":[14.5,4,15.5,4.5],"texture":"#texture"}}},{"from":[4.5,12,0.5],"to":[5.5,12.5,1.5],"faces":{"down":{"uv":[4.5,1.5,5.5,0.5],"texture":"#texture"},"up":{"uv":[4.5,0.5,5.5,1.5],"texture":"#texture"},"north":{"uv":[10.5,3.5,11.5,4],"texture":"#texture"},"south":{"uv":[4.5,3.5,5.5,4],"texture":"#texture"},"west":{"uv":[0.5,3.5,1.5,4],"texture":"#texture"},"east":{"uv":[14.5,3.5,15.5,4],"texture":"#texture"}}},{"from":[10.5,12,0.5],"to":[11.5,12.5,1.5],"faces":{"down":{"uv":[10.5,1.5,11.5,0.5],"texture":"#texture"},"up":{"uv":[10.5,0.5,11.5,1.5],"texture":"#texture"},"north":{"uv":[4.5,3.5,5.5,4],"texture":"#texture"},"south":{"uv":[10.5,3.5,11.5,4],"texture":"#texture"},"west":{"uv":[0.5,3.5,1.5,4],"texture":"#texture"},"east":{"uv":[14.5,3.5,15.5,4],"texture":"#texture"}}},{"from":[1.5,8.5,1.5],"to":[14.5,9.5,14.5],"faces":{"down":{"uv":[1.5,14.5,14.5,1.5],"texture":"#cauldron_inner"},"up":{"uv":[1.5,1.5,14.5,14.5],"texture":"#cauldron_inner"},"north":{"uv":[1.5,6.5,14.5,7.5],"texture":"#texture"},"south":{"uv":[1.5,6.5,14.5,7.5],"texture":"#texture"},"west":{"uv":[1.5,6.5,14.5,7.5],"texture":"#texture"},"east":{"uv":[1.5,6.5,14.5,7.5],"texture":"#texture"}}},{"from":[14.5,1.5,1],"to":[15.5,14.5,15],"faces":{"down":{"uv":[14.5,15,15.5,1],"texture":"#texture"},"up":{"uv":[14.5,1,15.5,15],"texture":"#texture"},"north":{"uv":[0.5,1.5,1.5,14.5],"texture":"#texture"},"south":{"uv":[14.5,1.5,15.5,14.5],"texture":"#texture"},"west":{"uv":[4,3.5,12,11.5],"texture":"#cauldron_inner"},"east":{"uv":[1,1.5,15,14.5],"texture":"#texture"}}},{"from":[1,1.5,14.5],"to":[15,14.5,15.5],"faces":{"down":{"uv":[14.5,15,15.5,1],"rotation":270,"texture":"#texture"},"up":{"uv":[14.5,1,15.5,15],"rotation":90,"texture":"#texture"},"north":{"uv":[4,4,12,11.5],"texture":"#cauldron_inner"},"south":{"uv":[1,1.5,15,14.5],"texture":"#texture"},"west":{"uv":[14.5,1.5,15.5,14.5],"texture":"#texture"},"east":{"uv":[0.5,1.5,1.5,14.5],"texture":"#texture"}}},{"from":[0.5,1.5,1],"to":[1.5,14.5,15],"faces":{"down":{"uv":[14.5,15,15.5,1],"rotation":180,"texture":"#texture"},"up":{"uv":[14.5,1,15.5,15],"rotation":180,"texture":"#texture"},"north":{"uv":[14.5,1.5,15.5,14.5],"texture":"#texture"},"south":{"uv":[0.5,1.5,1.5,14.5],"texture":"#texture"},"west":{"uv":[1,1.5,15,14.5],"texture":"#texture"},"east":{"uv":[4,3,12.5,12],"texture":"#cauldron_inner"}}},{"from":[3,1.5,6],"to":[15,9,6],"rotation":{"origin":[3,1.5,6],"axis":"y","angle":22.5},"faces":{"north":{"uv":[3,1.5,13.5,14],"texture":"#furnace_fire"},"south":{"uv":[3,14,13.5,1.5],"texture":"#furnace_fire"}}},{"from":[2.5,1.5,1.5],"to":[14.5,9,1.5625],"rotation":{"origin":[2.5,1.5,1.5],"axis":"y","angle":-22.5},"faces":{"north":{"uv":[3,1.5,13.5,14],"texture":"#furnace_fire"},"south":{"uv":[3,14,13.5,1.5],"texture":"#furnace_fire"}}}]} diff --git a/assets/minecraft/models/block/lit_redstone_torch.json b/assets/minecraft/models/block/lit_redstone_torch.json index b0eeafa..ddd7f24 100755 --- a/assets/minecraft/models/block/lit_redstone_torch.json +++ b/assets/minecraft/models/block/lit_redstone_torch.json @@ -1,81 +1 @@ -{ -"__comment": "Designed by Filmjolk", -"textures": { - "particle": "blocks/redstone_torch_on", - "texture": "blocks/redstone_torch_on" -}, -"elements": [ -{ - "from": [ 6, 8, 7 ], - "to": [ 10, 10, 9 ], - "faces": { - "down": { "uv": [ 6, 8, 10, 6 ], "texture": "#texture" }, - "up": { "uv": [ 6, 6, 10, 8 ], "texture": "#texture" }, - "north": { "uv": [ 6, 6, 10, 8 ], "texture": "#texture" }, - "south": { "uv": [ 6, 6, 10, 8 ], "texture": "#texture" }, - "west": { "uv": [ 7, 6, 9, 8 ], "texture": "#texture" }, - "east": { "uv": [ 7, 6, 9, 8 ], "texture": "#texture" } - } -}, -{ - "from": [ 7, 8, 6 ], - "to": [ 9, 10, 10 ], - "faces": { - "down": { "uv": [ 7, 9, 9, 5 ], "texture": "#texture" }, - "up": { "uv": [ 7, 5, 9, 9 ], "texture": "#texture" }, - "north": { "uv": [ 7, 6, 9, 8 ], "texture": "#texture" }, - "south": { "uv": [ 7, 6, 9, 8 ], "texture": "#texture" }, - "west": { "uv": [ 6, 6, 10, 8 ], "texture": "#texture" }, - "east": { "uv": [ 6, 6, 10, 8 ], "texture": "#texture" } - } -}, -{ - "from": [ 6.5, 7.5, 6.5 ], - "to": [ 9.5, 10.5, 9.5 ], - "faces": { - "down": { "uv": [ 6.5, 8.5, 9.5, 5.5 ], "texture": "#texture" }, - "up": { "uv": [ 6.5, 5.5, 9.5, 8.5 ], "texture": "#texture" }, - "north": { "uv": [ 6.5, 5.5, 9.5, 8.5 ], "texture": "#texture" }, - "south": { "uv": [ 6.5, 5.5, 9.5, 8.5 ], "texture": "#texture" }, - "west": { "uv": [ 6.5, 5.5, 9.5, 8.5 ], "texture": "#texture" }, - "east": { "uv": [ 6.5, 5.5, 9.5, 8.5 ], "texture": "#texture" } - } -}, -{ - "from": [ 7, 7, 7 ], - "to": [ 9, 11, 9 ], - "faces": { - "down": { "uv": [ 7, 8, 9, 6 ], "texture": "#texture" }, - "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#texture" }, - "north": { "uv": [ 7, 5, 9, 9 ], "texture": "#texture" }, - "south": { "uv": [ 7, 5, 9, 9 ], "texture": "#texture" }, - "west": { "uv": [ 7, 5, 9, 9 ], "texture": "#texture" }, - "east": { "uv": [ 7, 5, 9, 9 ], "texture": "#texture" } - } -}, -{ - "from": [ 7.5, 0, 7 ], - "to": [ 8.5, 7, 9 ], - "faces": { - "down": { "uv": [ 7.5, 9, 8.5, 7 ], "texture": "#texture" }, - "up": { "uv": [ 7.5, 7, 8.5, 9 ], "texture": "#texture" }, - "north": { "uv": [ 7.5, 9, 8.5, 16 ], "texture": "#texture" }, - "south": { "uv": [ 7.5, 9, 8.5, 16 ], "texture": "#texture" }, - "west": { "uv": [ 7, 9, 9, 16 ], "texture": "#texture" }, - "east": { "uv": [ 7, 9, 9, 16 ], "texture": "#texture" } - } -}, -{ - "from": [ 7, 0, 7.5 ], - "to": [ 9, 7, 8.5 ], - "faces": { - "down": { "uv": [ 7, 8.5, 9, 7.5 ], "texture": "#texture" }, - "up": { "uv": [ 7, 7.5, 9, 8.5 ], "texture": "#texture" }, - "north": { "uv": [ 7, 9, 9, 16 ], "texture": "#texture" }, - "south": { "uv": [ 7, 9, 9, 16 ], "texture": "#texture" }, - "west": { "uv": [ 7.5, 9, 8.5, 16 ], "texture": "#texture" }, - "east": { "uv": [ 7.5, 9, 8.5, 16 ], "texture": "#texture" } - } -} -] -} \ No newline at end of file +{"__comment":"Designed_by_Filmjolk","textures":{"particle":"block/redstone_torch","texture":"block/redstone_torch"},"elements":[{"from":[6,8,7],"to":[10,10,9],"faces":{"down":{"uv":[6,8,10,6],"texture":"#texture"},"up":{"uv":[6,6,10,8],"texture":"#texture"},"north":{"uv":[6,6,10,8],"texture":"#texture"},"south":{"uv":[6,6,10,8],"texture":"#texture"},"west":{"uv":[7,6,9,8],"texture":"#texture"},"east":{"uv":[7,6,9,8],"texture":"#texture"}}},{"from":[7,8,6],"to":[9,10,10],"faces":{"down":{"uv":[7,9,9,5],"texture":"#texture"},"up":{"uv":[7,5,9,9],"texture":"#texture"},"north":{"uv":[7,6,9,8],"texture":"#texture"},"south":{"uv":[7,6,9,8],"texture":"#texture"},"west":{"uv":[6,6,10,8],"texture":"#texture"},"east":{"uv":[6,6,10,8],"texture":"#texture"}}},{"from":[6.5,7.5,6.5],"to":[9.5,10.5,9.5],"faces":{"down":{"uv":[6.5,8.5,9.5,5.5],"texture":"#texture"},"up":{"uv":[6.5,5.5,9.5,8.5],"texture":"#texture"},"north":{"uv":[6.5,5.5,9.5,8.5],"texture":"#texture"},"south":{"uv":[6.5,5.5,9.5,8.5],"texture":"#texture"},"west":{"uv":[6.5,5.5,9.5,8.5],"texture":"#texture"},"east":{"uv":[6.5,5.5,9.5,8.5],"texture":"#texture"}}},{"from":[7,7,7],"to":[9,11,9],"faces":{"down":{"uv":[7,8,9,6],"texture":"#texture"},"up":{"uv":[7,6,9,8],"texture":"#texture"},"north":{"uv":[7,5,9,9],"texture":"#texture"},"south":{"uv":[7,5,9,9],"texture":"#texture"},"west":{"uv":[7,5,9,9],"texture":"#texture"},"east":{"uv":[7,5,9,9],"texture":"#texture"}}},{"from":[7.5,0,7],"to":[8.5,7,9],"faces":{"down":{"uv":[7.5,9,8.5,7],"texture":"#texture"},"up":{"uv":[7.5,7,8.5,9],"texture":"#texture"},"north":{"uv":[7.5,9,8.5,16],"texture":"#texture"},"south":{"uv":[7.5,9,8.5,16],"texture":"#texture"},"west":{"uv":[7,9,9,16],"texture":"#texture"},"east":{"uv":[7,9,9,16],"texture":"#texture"}}},{"from":[7,0,7.5],"to":[9,7,8.5],"faces":{"down":{"uv":[7,8.5,9,7.5],"texture":"#texture"},"up":{"uv":[7,7.5,9,8.5],"texture":"#texture"},"north":{"uv":[7,9,9,16],"texture":"#texture"},"south":{"uv":[7,9,9,16],"texture":"#texture"},"west":{"uv":[7.5,9,8.5,16],"texture":"#texture"},"east":{"uv":[7.5,9,8.5,16],"texture":"#texture"}}}]} diff --git a/assets/minecraft/models/block/lit_redstone_torch_wall.json b/assets/minecraft/models/block/lit_redstone_torch_wall.json index 1c29726..d9f43b1 100755 --- a/assets/minecraft/models/block/lit_redstone_torch_wall.json +++ b/assets/minecraft/models/block/lit_redstone_torch_wall.json @@ -1,88 +1 @@ -{ -"__comment": "Designed by Filmjolk", -"ambientocclusion": false, -"textures": { - "particle": "blocks/redstone_torch_on", - "texture": "blocks/redstone_torch_on" -}, -"elements": [ -{ - "from": [ 10.675, 10.375, 7 ], - "to": [ 14.675, 12.375, 9 ], - "rotation": { "origin": [ 10.675, 12.375, 7 ], "axis": "z", "angle": 22.5 }, - "faces": { - "down": { "uv": [ 6, 8, 10, 6 ], "texture": "#texture" }, - "up": { "uv": [ 6, 6, 10, 8 ], "texture": "#texture" }, - "north": { "uv": [ 6, 6, 10, 8 ], "texture": "#texture" }, - "south": { "uv": [ 6, 6, 10, 8 ], "texture": "#texture" }, - "west": { "uv": [ 7, 6, 9, 8 ], "texture": "#texture" }, - "east": { "uv": [ 7, 6, 9, 8 ], "texture": "#texture" } - } -}, -{ - "from": [ 11.675, 10.75, 6 ], - "to": [ 13.675, 12.75, 10 ], - "rotation": { "origin": [ 11.675, 12.75, 6 ], "axis": "z", "angle": 22.5 }, - "faces": { - "down": { "uv": [ 7, 9, 9, 5 ], "texture": "#texture" }, - "up": { "uv": [ 7, 5, 9, 9 ], "texture": "#texture" }, - "north": { "uv": [ 7, 6, 9, 8 ], "texture": "#texture" }, - "south": { "uv": [ 7, 6, 9, 8 ], "texture": "#texture" }, - "west": { "uv": [ 6, 6, 10, 8 ], "texture": "#texture" }, - "east": { "uv": [ 6, 6, 10, 8 ], "texture": "#texture" } - } -}, -{ - "from": [ 11.05, 10, 6.5 ], - "to": [ 14.05, 13, 9.5 ], - "rotation": { "origin": [ 11.05, 13, 6.5 ], "axis": "z", "angle": 22.5 }, - "faces": { - "down": { "uv": [ 6.5, 8.5, 9.5, 5.5 ], "texture": "#texture" }, - "up": { "uv": [ 6.5, 5.5, 9.5, 8.5 ], "texture": "#texture" }, - "north": { "uv": [ 6.5, 5.5, 9.5, 8.5 ], "texture": "#texture" }, - "south": { "uv": [ 6.5, 5.5, 9.5, 8.5 ], "texture": "#texture" }, - "west": { "uv": [ 6.5, 5.5, 9.5, 8.5 ], "texture": "#texture" }, - "east": { "uv": [ 6.5, 5.5, 9.5, 8.5 ], "texture": "#texture" } - } -}, -{ - "from": [ 11.3, 9.625, 7 ], - "to": [ 13.3, 13.625, 9 ], - "rotation": { "origin": [ 11.3, 13.625, 7 ], "axis": "z", "angle": 22.5 }, - "faces": { - "down": { "uv": [ 7, 8, 9, 6 ], "texture": "#texture" }, - "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#texture" }, - "north": { "uv": [ 7, 5, 9, 9 ], "texture": "#texture" }, - "south": { "uv": [ 7, 5, 9, 9 ], "texture": "#texture" }, - "west": { "uv": [ 7, 5, 9, 9 ], "texture": "#texture" }, - "east": { "uv": [ 7, 5, 9, 9 ], "texture": "#texture" } - } -}, -{ - "from": [ 13.2375, 1.125, 7 ], - "to": [ 14.2375, 10.125, 9 ], - "rotation": { "origin": [ 13.2375, 10.125, 7 ], "axis": "z", "angle": 22.5 }, - "faces": { - "down": { "uv": [ 7.5, 9, 8.5, 7 ], "texture": "#texture" }, - "up": { "uv": [ 7.5, 7, 8.5, 9 ], "texture": "#texture" }, - "north": { "uv": [ 7.5, 9, 8.5, 16 ], "texture": "#texture" }, - "south": { "uv": [ 7.5, 9, 8.5, 16 ], "texture": "#texture" }, - "west": { "uv": [ 7, 9, 9, 16 ], "texture": "#texture" }, - "east": { "uv": [ 7, 9, 9, 16 ], "texture": "#texture" } - } -}, -{ - "from": [ 12.8, 1, 7.5 ], - "to": [ 14.8, 10, 8.5 ], - "rotation": { "origin": [ 12.8, 10, 7.5 ], "axis": "z", "angle": 22.5 }, - "faces": { - "down": { "uv": [ 7, 8.5, 9, 7.5 ], "texture": "#texture" }, - "up": { "uv": [ 7, 7.5, 9, 8.5 ], "texture": "#texture" }, - "north": { "uv": [ 7, 9, 9, 16 ], "texture": "#texture" }, - "south": { "uv": [ 7, 9, 9, 16 ], "texture": "#texture" }, - "west": { "uv": [ 7.5, 9, 8.5, 16 ], "texture": "#texture" }, - "east": { "uv": [ 7.5, 9, 8.5, 16 ], "texture": "#texture" } - } -} -] -} \ No newline at end of file +{"__comment":"Designed_by_Filmjolk","ambientocclusion":false,"textures":{"particle":"block/redstone_torch","texture":"block/redstone_torch"},"elements":[{"from":[10.675,10.375,7],"to":[14.675,12.375,9],"rotation":{"origin":[10.675,12.375,7],"axis":"z","angle":22.5},"faces":{"down":{"uv":[6,8,10,6],"texture":"#texture"},"up":{"uv":[6,6,10,8],"texture":"#texture"},"north":{"uv":[6,6,10,8],"texture":"#texture"},"south":{"uv":[6,6,10,8],"texture":"#texture"},"west":{"uv":[7,6,9,8],"texture":"#texture"},"east":{"uv":[7,6,9,8],"texture":"#texture"}}},{"from":[11.675,10.75,6],"to":[13.675,12.75,10],"rotation":{"origin":[11.675,12.75,6],"axis":"z","angle":22.5},"faces":{"down":{"uv":[7,9,9,5],"texture":"#texture"},"up":{"uv":[7,5,9,9],"texture":"#texture"},"north":{"uv":[7,6,9,8],"texture":"#texture"},"south":{"uv":[7,6,9,8],"texture":"#texture"},"west":{"uv":[6,6,10,8],"texture":"#texture"},"east":{"uv":[6,6,10,8],"texture":"#texture"}}},{"from":[11.05,10,6.5],"to":[14.05,13,9.5],"rotation":{"origin":[11.05,13,6.5],"axis":"z","angle":22.5},"faces":{"down":{"uv":[6.5,8.5,9.5,5.5],"texture":"#texture"},"up":{"uv":[6.5,5.5,9.5,8.5],"texture":"#texture"},"north":{"uv":[6.5,5.5,9.5,8.5],"texture":"#texture"},"south":{"uv":[6.5,5.5,9.5,8.5],"texture":"#texture"},"west":{"uv":[6.5,5.5,9.5,8.5],"texture":"#texture"},"east":{"uv":[6.5,5.5,9.5,8.5],"texture":"#texture"}}},{"from":[11.3,9.625,7],"to":[13.3,13.625,9],"rotation":{"origin":[11.3,13.625,7],"axis":"z","angle":22.5},"faces":{"down":{"uv":[7,8,9,6],"texture":"#texture"},"up":{"uv":[7,6,9,8],"texture":"#texture"},"north":{"uv":[7,5,9,9],"texture":"#texture"},"south":{"uv":[7,5,9,9],"texture":"#texture"},"west":{"uv":[7,5,9,9],"texture":"#texture"},"east":{"uv":[7,5,9,9],"texture":"#texture"}}},{"from":[13.2375,1.125,7],"to":[14.2375,10.125,9],"rotation":{"origin":[13.2375,10.125,7],"axis":"z","angle":22.5},"faces":{"down":{"uv":[7.5,9,8.5,7],"texture":"#texture"},"up":{"uv":[7.5,7,8.5,9],"texture":"#texture"},"north":{"uv":[7.5,9,8.5,16],"texture":"#texture"},"south":{"uv":[7.5,9,8.5,16],"texture":"#texture"},"west":{"uv":[7,9,9,16],"texture":"#texture"},"east":{"uv":[7,9,9,16],"texture":"#texture"}}},{"from":[12.8,1,7.5],"to":[14.8,10,8.5],"rotation":{"origin":[12.8,10,7.5],"axis":"z","angle":22.5},"faces":{"down":{"uv":[7,8.5,9,7.5],"texture":"#texture"},"up":{"uv":[7,7.5,9,8.5],"texture":"#texture"},"north":{"uv":[7,9,9,16],"texture":"#texture"},"south":{"uv":[7,9,9,16],"texture":"#texture"},"west":{"uv":[7.5,9,8.5,16],"texture":"#texture"},"east":{"uv":[7.5,9,8.5,16],"texture":"#texture"}}}]} diff --git a/assets/minecraft/models/block/oak_planks.json b/assets/minecraft/models/block/oak_planks.json index eb8303b..c1f90d0 100755 --- a/assets/minecraft/models/block/oak_planks.json +++ b/assets/minecraft/models/block/oak_planks.json @@ -1,6 +1 @@ -{ - "parent": "block/plankse", - "textures": { - "texture": "blocks/planks_oak" - } -} +{"parent":"block/plankse","textures":{"texture":"block/oak_planks"}} diff --git a/assets/minecraft/models/block/pane_n.json b/assets/minecraft/models/block/pane_n.json index 181b56e..7d82736 100755 --- a/assets/minecraft/models/block/pane_n.json +++ b/assets/minecraft/models/block/pane_n.json @@ -1,20 +1 @@ -{ -"ambientocclusion": false, -"textures": { - "particle": "#pane" -}, -"elements": [ -{ - "from": [ 7.5, 0, 0 ], - "to": [ 8.5, 16, 8.5 ], - "faces": { - "down": { "uv": [ 7.5, 0, 8.5, 9 ], "texture": "#edge" }, - "up": { "uv": [ 7.5, 0, 8.5, 9 ], "texture": "#edge" }, - "north": { "uv": [ 7.5, 0, 8.5, 16 ], "texture": "#edge", "cullface": "north" }, - "south": { "uv": [ 7.5, 0, 8.5, 16 ], "texture": "#edge" }, - "west": { "uv": [ 7, 0, 16, 16 ], "texture": "#pane" }, - "east": { "uv": [ 7, 0, 16, 16 ], "texture": "#pane" } - } -} -] -} \ No newline at end of file +{"ambientocclusion":false,"textures":{"particle":"#pane"},"elements":[{"from":[7.5,0,0],"to":[8.5,16,8.5],"faces":{"down":{"uv":[7.5,0,8.5,9],"texture":"#edge"},"up":{"uv":[7.5,0,8.5,9],"texture":"#edge"},"north":{"uv":[7.5,0,8.5,16],"texture":"#edge","cullface":"north"},"south":{"uv":[7.5,0,8.5,16],"texture":"#edge"},"west":{"uv":[7,0,16,16],"texture":"#pane"},"east":{"uv":[7,0,16,16],"texture":"#pane"}}}]} diff --git a/assets/minecraft/models/block/pane_ne.json b/assets/minecraft/models/block/pane_ne.json index d512a91..cb4c47c 100755 --- a/assets/minecraft/models/block/pane_ne.json +++ b/assets/minecraft/models/block/pane_ne.json @@ -1,32 +1 @@ -{ -"ambientocclusion": false, -"textures": { - "particle": "#pane" -}, -"elements": [ -{ - "from": [ 8.5, 0, 7.5 ], - "to": [ 16, 16, 8.5 ], - "faces": { - "down": { "uv": [ 7.5, 9, 8.5, 16 ], "rotation": 90, "texture": "#edge" }, - "up": { "uv": [ 7.5, 9, 8.5, 16 ], "rotation": 90, "texture": "#edge" }, - "north": { "uv": [ 9, 0, 16, 16 ], "texture": "#pane" }, - "south": { "uv": [ 9, 0, 16, 16 ], "texture": "#pane" }, - "west": { "uv": [ 7.5, 0, 8.5, 16 ], "texture": "#pane" }, - "east": { "uv": [ 7.5, 0, 8.5, 16 ], "texture": "#edge", "cullface": "east" } - } -}, -{ - "from": [ 7.5, 0, 0 ], - "to": [ 8.5, 16, 8.5 ], - "faces": { - "down": { "uv": [ 7.5, 0, 8.5, 9 ], "texture": "#edge" }, - "up": { "uv": [ 7.5, 0, 8.5, 9 ], "texture": "#edge" }, - "north": { "uv": [ 7.5, 0, 8.5, 16 ], "texture": "#edge", "cullface": "north" }, - "south": { "uv": [ 7.5, 0, 8.5, 16 ], "texture": "#edge" }, - "west": { "uv": [ 7, 0, 16, 16 ], "texture": "#pane" }, - "east": { "uv": [ 16, 0, 7, 16 ], "texture": "#pane" } - } -} -] -} \ No newline at end of file +{"ambientocclusion":false,"textures":{"particle":"#pane"},"elements":[{"from":[8.5,0,7.5],"to":[16,16,8.5],"faces":{"down":{"uv":[7.5,9,8.5,16],"rotation":90,"texture":"#edge"},"up":{"uv":[7.5,9,8.5,16],"rotation":90,"texture":"#edge"},"north":{"uv":[9,0,16,16],"texture":"#pane"},"south":{"uv":[9,0,16,16],"texture":"#pane"},"west":{"uv":[7.5,0,8.5,16],"texture":"#pane"},"east":{"uv":[7.5,0,8.5,16],"texture":"#edge","cullface":"east"}}},{"from":[7.5,0,0],"to":[8.5,16,8.5],"faces":{"down":{"uv":[7.5,0,8.5,9],"texture":"#edge"},"up":{"uv":[7.5,0,8.5,9],"texture":"#edge"},"north":{"uv":[7.5,0,8.5,16],"texture":"#edge","cullface":"north"},"south":{"uv":[7.5,0,8.5,16],"texture":"#edge"},"west":{"uv":[7,0,16,16],"texture":"#pane"},"east":{"uv":[16,0,7,16],"texture":"#pane"}}}]} diff --git a/assets/minecraft/models/block/pane_ns.json b/assets/minecraft/models/block/pane_ns.json index d8180ce..d1d5204 100755 --- a/assets/minecraft/models/block/pane_ns.json +++ b/assets/minecraft/models/block/pane_ns.json @@ -1,20 +1 @@ -{ -"ambientocclusion": false, -"textures": { - "particle": "#pane" -}, -"elements": [ -{ - "from": [ 7.5, 0, 0 ], - "to": [ 8.5, 16, 16 ], - "faces": { - "down": { "uv": [ 7.5, 0, 8.5, 16 ], "texture": "#edge" }, - "up": { "uv": [ 7.5, 0, 8.5, 16 ], "texture": "#edge" }, - "north": { "uv": [ 7.5, 0, 8.5, 16 ], "texture": "#edge" }, - "south": { "uv": [ 7.5, 0, 8.5, 16 ], "texture": "#edge" }, - "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#pane" }, - "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#pane" } - } -} -] -} \ No newline at end of file +{"ambientocclusion":false,"textures":{"particle":"#pane"},"elements":[{"from":[7.5,0,0],"to":[8.5,16,16],"faces":{"down":{"uv":[7.5,0,8.5,16],"texture":"#edge"},"up":{"uv":[7.5,0,8.5,16],"texture":"#edge"},"north":{"uv":[7.5,0,8.5,16],"texture":"#edge"},"south":{"uv":[7.5,0,8.5,16],"texture":"#edge"},"west":{"uv":[0,0,16,16],"texture":"#pane"},"east":{"uv":[0,0,16,16],"texture":"#pane"}}}]} diff --git a/assets/minecraft/models/block/pane_nse.json b/assets/minecraft/models/block/pane_nse.json index c521ed8..b085239 100755 --- a/assets/minecraft/models/block/pane_nse.json +++ b/assets/minecraft/models/block/pane_nse.json @@ -1,32 +1 @@ -{ -"ambientocclusion": false, -"textures": { - "particle": "#pane" -}, -"elements": [ -{ - "from": [ 8.5, 0, 7.5 ], - "to": [ 16, 16, 8.5 ], - "faces": { - "down": { "uv": [ 7.5, 9, 8.5, 16 ], "rotation": 90, "texture": "#edge" }, - "up": { "uv": [ 7.5, 9, 8.5, 16 ], "rotation": 90, "texture": "#edge" }, - "north": { "uv": [ 9, 0, 16, 16 ], "texture": "#pane" }, - "south": { "uv": [ 9, 0, 16, 16 ], "texture": "#pane" }, - "west": { "uv": [ 7.5, 0, 8.5, 16 ], "texture": "#pane" }, - "east": { "uv": [ 7.5, 0, 8.5, 16 ], "texture": "#edge", "cullface": "east" } - } -}, -{ - "from": [ 7.5, 0, 0 ], - "to": [ 8.5, 16, 16 ], - "faces": { - "down": { "uv": [ 7.5, 0, 8.5, 16 ], "texture": "#edge" }, - "up": { "uv": [ 7.5, 0, 8.5, 16 ], "texture": "#edge" }, - "north": { "uv": [ 7.5, 0, 8.5, 16 ], "texture": "#edge", "cullface": "north" }, - "south": { "uv": [ 7.5, 0, 8.5, 16 ], "texture": "#edge", "cullface": "south" }, - "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#pane" }, - "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#pane" } - } -} -] -} \ No newline at end of file +{"ambientocclusion":false,"textures":{"particle":"#pane"},"elements":[{"from":[8.5,0,7.5],"to":[16,16,8.5],"faces":{"down":{"uv":[7.5,9,8.5,16],"rotation":90,"texture":"#edge"},"up":{"uv":[7.5,9,8.5,16],"rotation":90,"texture":"#edge"},"north":{"uv":[9,0,16,16],"texture":"#pane"},"south":{"uv":[9,0,16,16],"texture":"#pane"},"west":{"uv":[7.5,0,8.5,16],"texture":"#pane"},"east":{"uv":[7.5,0,8.5,16],"texture":"#edge","cullface":"east"}}},{"from":[7.5,0,0],"to":[8.5,16,16],"faces":{"down":{"uv":[7.5,0,8.5,16],"texture":"#edge"},"up":{"uv":[7.5,0,8.5,16],"texture":"#edge"},"north":{"uv":[7.5,0,8.5,16],"texture":"#edge","cullface":"north"},"south":{"uv":[7.5,0,8.5,16],"texture":"#edge","cullface":"south"},"west":{"uv":[0,0,16,16],"texture":"#pane"},"east":{"uv":[0,0,16,16],"texture":"#pane"}}}]} diff --git a/assets/minecraft/models/block/pane_nsew.json b/assets/minecraft/models/block/pane_nsew.json index d397bdd..3b3e8ff 100755 --- a/assets/minecraft/models/block/pane_nsew.json +++ b/assets/minecraft/models/block/pane_nsew.json @@ -1,32 +1 @@ -{ -"ambientocclusion": false, -"textures": { - "particle": "#pane" -}, -"elements": [ -{ - "from": [ 0, 0, 7.5 ], - "to": [ 16, 16, 8.5 ], - "faces": { - "down": { "uv": [ 7.5, 0, 8.5, 16 ], "rotation": 90, "texture": "#edge" }, - "up": { "uv": [ 7.5, 0, 8.5, 16 ], "rotation": 90, "texture": "#edge" }, - "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#pane" }, - "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#pane" }, - "west": { "uv": [ 7.5, 0, 8.5, 16 ], "texture": "#edge", "cullface": "west" }, - "east": { "uv": [ 7.5, 0, 8.5, 16 ], "texture": "#edge", "cullface": "east" } - } -}, -{ - "from": [ 7.5, 0, 0 ], - "to": [ 8.5, 16, 16 ], - "faces": { - "down": { "uv": [ 7.5, 0, 8.5, 16 ], "texture": "#edge" }, - "up": { "uv": [ 7.5, 0, 8.5, 16 ], "texture": "#edge" }, - "north": { "uv": [ 7.5, 0, 8.5, 16 ], "texture": "#edge", "cullface": "north" }, - "south": { "uv": [ 7.5, 0, 8.5, 16 ], "texture": "#edge", "cullface": "south" }, - "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#pane" }, - "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#pane" } - } -} -] -} \ No newline at end of file +{"ambientocclusion":false,"textures":{"particle":"#pane"},"elements":[{"from":[0,0,7.5],"to":[16,16,8.5],"faces":{"down":{"uv":[7.5,0,8.5,16],"rotation":90,"texture":"#edge"},"up":{"uv":[7.5,0,8.5,16],"rotation":90,"texture":"#edge"},"north":{"uv":[0,0,16,16],"texture":"#pane"},"south":{"uv":[0,0,16,16],"texture":"#pane"},"west":{"uv":[7.5,0,8.5,16],"texture":"#edge","cullface":"west"},"east":{"uv":[7.5,0,8.5,16],"texture":"#edge","cullface":"east"}}},{"from":[7.5,0,0],"to":[8.5,16,16],"faces":{"down":{"uv":[7.5,0,8.5,16],"texture":"#edge"},"up":{"uv":[7.5,0,8.5,16],"texture":"#edge"},"north":{"uv":[7.5,0,8.5,16],"texture":"#edge","cullface":"north"},"south":{"uv":[7.5,0,8.5,16],"texture":"#edge","cullface":"south"},"west":{"uv":[0,0,16,16],"texture":"#pane"},"east":{"uv":[0,0,16,16],"texture":"#pane"}}}]} diff --git a/assets/minecraft/models/block/plankse.json b/assets/minecraft/models/block/plankse.json index 434a8ca..7b421bc 100755 --- a/assets/minecraft/models/block/plankse.json +++ b/assets/minecraft/models/block/plankse.json @@ -1,528 +1 @@ -{ -"textures": { - "particle": "#texture" -}, -"elements": [ -{ - "from": [ 0.5, 0.5, 0.5 ], - "to": [ 15.5, 15.5, 15.5 ], - "faces": { - "down": { "uv": [ 0.5, 15.5, 15.5, 0.5 ], "texture": "#texture", "cullface": "down" }, - "up": { "uv": [ 0.5, 0.5, 15.5, 15.5 ], "texture": "#texture", "cullface": "up" }, - "north": { "uv": [ 0.5, 0.5, 15.5, 15.5 ], "texture": "#texture", "cullface": "north" }, - "south": { "uv": [ 0.5, 0.5, 15.5, 15.5 ], "texture": "#texture", "cullface": "south" }, - "west": { "uv": [ 0.5, 0.5, 15.5, 15.5 ], "texture": "#texture", "cullface": "west" }, - "east": { "uv": [ 0.5, 0.5, 15.5, 15.5 ], "texture": "#texture", "cullface": "east" } - } -}, -{ - "from": [ 0, 0, 0 ], - "to": [ 1, 16, 1 ], - "faces": { - "down": { "uv": [ 0, 1, 1, 0 ], "texture": "#texture", "cullface": "down" }, - "up": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture", "cullface": "up" }, - "north": { "uv": [ 15, 0, 16, 16 ], "texture": "#texture", "cullface": "north" }, - "south": { "uv": [ 0, 0, 1, 16 ], "texture": "#texture", "cullface": "west" }, - "west": { "uv": [ 0, 0, 1, 16 ], "texture": "#texture", "cullface": "west" }, - "east": { "uv": [ 15, 0, 16, 16 ], "texture": "#texture", "cullface": "north" } - } -}, -{ - "from": [ 15, 0, 0 ], - "to": [ 16, 16, 1 ], - "faces": { - "down": { "uv": [ 15, 1, 16, 0 ], "texture": "#texture", "cullface": "down" }, - "up": { "uv": [ 15, 0, 16, 1 ], "texture": "#texture", "cullface": "up" }, - "north": { "uv": [ 0, 0, 1, 16 ], "texture": "#texture", "cullface": "north" }, - "south": { "uv": [ 15, 0, 16, 16 ], "texture": "#texture", "cullface": "east" }, - "west": { "uv": [ 0, 0, 1, 16 ], "texture": "#texture", "cullface": "north" }, - "east": { "uv": [ 15, 0, 16, 16 ], "texture": "#texture", "cullface": "east" } - } -}, -{ - "from": [ 15, 0, 15 ], - "to": [ 16, 16, 16 ], - "faces": { - "up": { "uv": [ 15, 15, 16, 16 ], "texture": "#texture", "cullface": "up" }, - "north": { "uv": [ 0, 0, 1, 16 ], "texture": "#texture" }, - "south": { "uv": [ 15, 0, 16, 16 ], "texture": "#texture" }, - "west": { "uv": [ 15, 0, 16, 16 ], "texture": "#texture" }, - "east": { "uv": [ 0, 0, 1, 16 ], "texture": "#texture" } - } -}, -{ - "from": [ 0, 0, 15 ], - "to": [ 1, 16, 16 ], - "faces": { - "down": { "uv": [ 0, 16, 1, 15 ], "texture": "#texture", "cullface": "down" }, - "up": { "uv": [ 0, 15, 1, 16 ], "texture": "#texture", "cullface": "up" }, - "north": { "uv": [ 15, 0, 16, 16 ], "texture": "#texture", "cullface": "west" }, - "south": { "uv": [ 0, 0, 1, 16 ], "texture": "#texture", "cullface": "south" }, - "west": { "uv": [ 15, 0, 16, 16 ], "texture": "#texture", "cullface": "west" }, - "east": { "uv": [ 0, 0, 1, 16 ], "texture": "#texture", "cullface": "south" } - } -}, -{ - "from": [ 0, 13, 1.5 ], - "to": [ 0.5, 16, 14.5 ], - "faces": { - "down": { "uv": [ 0, 14.5, 0.5, 1.5 ], "texture": "#texture", "cullface": "west" }, - "up": { "uv": [ 0, 1.5, 0.5, 14.5 ], "texture": "#texture", "cullface": "west" }, - "north": { "uv": [ 15.5, 0, 16, 3 ], "texture": "#texture", "cullface": "west" }, - "south": { "uv": [ 0, 0, 0.5, 3 ], "texture": "#texture", "cullface": "west" }, - "west": { "uv": [ 1.5, 0, 14.5, 3 ], "texture": "#texture", "cullface": "west" }, - "east": { "uv": [ 1.5, 0, 14.5, 3 ], "texture": "#texture", "cullface": "west" } - } -}, -{ - "from": [ 0, 9.5, 1.5 ], - "to": [ 0.5, 12.5, 14.5 ], - "faces": { - "down": { "uv": [ 0, 14.5, 0.5, 1.5 ], "texture": "#texture", "cullface": "west" }, - "up": { "uv": [ 0, 1.5, 0.5, 14.5 ], "texture": "#texture", "cullface": "west" }, - "north": { "uv": [ 15.5, 3.5, 16, 6.5 ], "texture": "#texture", "cullface": "west" }, - "south": { "uv": [ 0, 3.5, 0.5, 6.5 ], "texture": "#texture", "cullface": "west" }, - "west": { "uv": [ 1.5, 3.5, 14.5, 6.5 ], "texture": "#texture", "cullface": "west" } - } -}, -{ - "from": [ 0, 6.5, 1.5 ], - "to": [ 0.5, 9, 14.5 ], - "faces": { - "down": { "uv": [ 0, 14.5, 0.5, 1.5 ], "texture": "#texture", "cullface": "west" }, - "up": { "uv": [ 0, 1.5, 0.5, 14.5 ], "texture": "#texture", "cullface": "west" }, - "north": { "uv": [ 15.5, 7, 16, 9.5 ], "texture": "#texture", "cullface": "west" }, - "south": { "uv": [ 0, 7, 0.5, 9.5 ], "texture": "#texture", "cullface": "west" }, - "west": { "uv": [ 1.5, 7, 14.5, 9.5 ], "texture": "#texture", "cullface": "west" } - } -}, -{ - "from": [ 0, 3.5, 1.5 ], - "to": [ 0.5, 6, 14.5 ], - "faces": { - "down": { "uv": [ 0, 14.5, 0.5, 1.5 ], "texture": "#texture", "cullface": "west" }, - "up": { "uv": [ 0, 1.5, 0.5, 14.5 ], "texture": "#texture", "cullface": "west" }, - "north": { "uv": [ 15.5, 10, 16, 12.5 ], "texture": "#texture", "cullface": "west" }, - "south": { "uv": [ 0, 10, 0.5, 12.5 ], "texture": "#texture", "cullface": "west" }, - "west": { "uv": [ 1.5, 10, 14.5, 12.5 ], "texture": "#texture", "cullface": "west" } - } -}, -{ - "from": [ 0, 0.5, 1.5 ], - "to": [ 0.5, 3, 14.5 ], - "faces": { - "up": { "uv": [ 0, 1.5, 0.5, 14.5 ], "texture": "#texture", "cullface": "west" }, - "north": { "uv": [ 15.5, 13, 16, 15.5 ], "texture": "#texture", "cullface": "west" }, - "south": { "uv": [ 0, 13, 0.5, 15.5 ], "texture": "#texture", "cullface": "west" }, - "west": { "uv": [ 1.5, 13, 14.5, 15.5 ], "texture": "#texture", "cullface": "west" } - } -}, -{ - "from": [ 1.5, 13, 0 ], - "to": [ 14.5, 16, 0.5 ], - "faces": { - "down": { "uv": [ 1.5, 0.5, 14.5, 0 ], "texture": "#texture", "cullface": "north" }, - "up": { "uv": [ 1.5, 0, 14.5, 0.5 ], "texture": "#texture", "cullface": "north" }, - "north": { "uv": [ 1.5, 0, 14.5, 3 ], "texture": "#texture", "cullface": "north" }, - "south": { "uv": [ 1.5, 0, 14.5, 3 ], "texture": "#texture", "cullface": "north" }, - "west": { "uv": [ 0, 0, 0.5, 3 ], "texture": "#texture", "cullface": "north" }, - "east": { "uv": [ 15.5, 0, 16, 3 ], "texture": "#texture", "cullface": "north" } - } -}, -{ - "from": [ 1.5, 9.5, 0 ], - "to": [ 14.5, 12.5, 0.5 ], - "faces": { - "down": { "uv": [ 1.5, 0.5, 14.5, 0 ], "texture": "#texture", "cullface": "north" }, - "up": { "uv": [ 1.5, 0, 14.5, 0.5 ], "texture": "#texture", "cullface": "north" }, - "north": { "uv": [ 1.5, 3.5, 14.5, 6.5 ], "texture": "#texture", "cullface": "north" }, - "west": { "uv": [ 0, 3.5, 0.5, 6.5 ], "texture": "#texture", "cullface": "north" }, - "east": { "uv": [ 15.5, 3.5, 16, 6.5 ], "texture": "#texture", "cullface": "north" } - } -}, -{ - "from": [ 1.5, 6.5, 0 ], - "to": [ 14.5, 9, 0.5 ], - "faces": { - "down": { "uv": [ 1.5, 0.5, 14.5, 0 ], "texture": "#texture", "cullface": "north" }, - "up": { "uv": [ 1.5, 0, 14.5, 0.5 ], "texture": "#texture", "cullface": "north" }, - "north": { "uv": [ 1.5, 7, 14.5, 9.5 ], "texture": "#texture", "cullface": "north" }, - "west": { "uv": [ 0, 7, 0.5, 9.5 ], "texture": "#texture", "cullface": "north" }, - "east": { "uv": [ 15.5, 7, 16, 9.5 ], "texture": "#texture", "cullface": "north" } - } -}, -{ - "from": [ 1.5, 3.5, 0 ], - "to": [ 14.5, 6, 0.5 ], - "faces": { - "down": { "uv": [ 1.5, 0.5, 14.5, 0 ], "texture": "#texture", "cullface": "north" }, - "up": { "uv": [ 1.5, 0, 14.5, 0.5 ], "texture": "#texture", "cullface": "north" }, - "north": { "uv": [ 1.5, 10, 14.5, 12.5 ], "texture": "#texture", "cullface": "north" }, - "west": { "uv": [ 0, 10, 0.5, 12.5 ], "texture": "#texture", "cullface": "north" }, - "east": { "uv": [ 15.5, 10, 16, 12.5 ], "texture": "#texture", "cullface": "north" } - } -}, -{ - "from": [ 1.5, 0.5, 0 ], - "to": [ 14.5, 3, 0.5 ], - "faces": { - "up": { "uv": [ 1.5, 0, 14.5, 0.5 ], "texture": "#texture", "cullface": "north" }, - "north": { "uv": [ 1.5, 13, 14.5, 15.5 ], "texture": "#texture", "cullface": "north" }, - "west": { "uv": [ 0, 13, 0.5, 15.5 ], "texture": "#texture", "cullface": "north" }, - "east": { "uv": [ 15.5, 13, 16, 15.5 ], "texture": "#texture", "cullface": "north" } - } -}, -{ - "from": [ 15.5, 13, 1.5 ], - "to": [ 16, 16, 14.5 ], - "faces": { - "down": { "uv": [ 15.5, 14.5, 16, 1.5 ], "texture": "#texture", "cullface": "east" }, - "up": { "uv": [ 15.5, 1.5, 16, 14.5 ], "texture": "#texture", "cullface": "east" }, - "north": { "uv": [ 0, 0, 0.5, 3 ], "texture": "#texture", "cullface": "east" }, - "south": { "uv": [ 15.5, 0, 16, 3 ], "texture": "#texture", "cullface": "east" }, - "west": { "uv": [ 1.5, 0, 14.5, 3 ], "texture": "#texture", "cullface": "east" }, - "east": { "uv": [ 1.5, 0, 14.5, 3 ], "texture": "#texture", "cullface": "east" } - } -}, -{ - "from": [ 15.5, 9.5, 1.5 ], - "to": [ 16, 12.5, 14.5 ], - "faces": { - "down": { "uv": [ 15.5, 14.5, 16, 1.5 ], "texture": "#texture", "cullface": "east" }, - "up": { "uv": [ 15.5, 1.5, 16, 14.5 ], "texture": "#texture", "cullface": "east" }, - "north": { "uv": [ 0, 3.5, 0.5, 6.5 ], "texture": "#texture", "cullface": "east" }, - "south": { "uv": [ 15.5, 3.5, 16, 6.5 ], "texture": "#texture", "cullface": "east" }, - "east": { "uv": [ 1.5, 3.5, 14.5, 6.5 ], "texture": "#texture", "cullface": "east" } - } -}, -{ - "from": [ 15.5, 6.5, 1.5 ], - "to": [ 16, 9, 14.5 ], - "faces": { - "down": { "uv": [ 15.5, 14.5, 16, 1.5 ], "texture": "#texture", "cullface": "east" }, - "up": { "uv": [ 15.5, 1.5, 16, 14.5 ], "texture": "#texture", "cullface": "east" }, - "north": { "uv": [ 0, 7, 0.5, 9.5 ], "texture": "#texture", "cullface": "east" }, - "south": { "uv": [ 15.5, 7, 16, 9.5 ], "texture": "#texture", "cullface": "east" }, - "east": { "uv": [ 1.5, 7, 14.5, 9.5 ], "texture": "#texture", "cullface": "east" } - } -}, -{ - "from": [ 15.5, 3.5, 1.5 ], - "to": [ 16, 6, 14.5 ], - "faces": { - "down": { "uv": [ 15.5, 14.5, 16, 1.5 ], "texture": "#texture", "cullface": "east" }, - "up": { "uv": [ 15.5, 1.5, 16, 14.5 ], "texture": "#texture", "cullface": "east" }, - "north": { "uv": [ 0, 10, 0.5, 12.5 ], "texture": "#texture", "cullface": "east" }, - "south": { "uv": [ 15.5, 10, 16, 12.5 ], "texture": "#texture", "cullface": "east" }, - "east": { "uv": [ 1.5, 10, 14.5, 12.5 ], "texture": "#texture", "cullface": "east" } - } -}, -{ - "from": [ 15.5, 0.5, 1.5 ], - "to": [ 16, 3, 14.5 ], - "faces": { - "up": { "uv": [ 15.5, 1.5, 16, 14.5 ], "texture": "#texture", "cullface": "east" }, - "north": { "uv": [ 0, 13, 0.5, 15.5 ], "texture": "#texture", "cullface": "east" }, - "south": { "uv": [ 15.5, 13, 16, 15.5 ], "texture": "#texture", "cullface": "east" }, - "east": { "uv": [ 1.5, 13, 14.5, 15.5 ], "texture": "#texture", "cullface": "east" } - } -}, -{ - "from": [ 1.5, 13, 15.5 ], - "to": [ 14.5, 16, 16 ], - "faces": { - "down": { "uv": [ 1.5, 16, 14.5, 15.5 ], "texture": "#texture", "cullface": "south" }, - "up": { "uv": [ 1.5, 15.5, 14.5, 16 ], "texture": "#texture", "cullface": "south" }, - "north": { "uv": [ 1.5, 0, 14.5, 3 ], "texture": "#texture", "cullface": "south" }, - "south": { "uv": [ 1.5, 0, 14.5, 3 ], "texture": "#texture", "cullface": "south" }, - "west": { "uv": [ 15.5, 0, 16, 3 ], "texture": "#texture", "cullface": "south" }, - "east": { "uv": [ 0, 0, 0.5, 3 ], "texture": "#texture", "cullface": "south" } - } -}, -{ - "from": [ 1.5, 9.5, 15.5 ], - "to": [ 14.5, 12.5, 16 ], - "faces": { - "down": { "uv": [ 1.5, 16, 14.5, 15.5 ], "texture": "#texture", "cullface": "south" }, - "up": { "uv": [ 1.5, 15.5, 14.5, 16 ], "texture": "#texture", "cullface": "south" }, - "south": { "uv": [ 1.5, 3.5, 14.5, 6.5 ], "texture": "#texture", "cullface": "south" }, - "west": { "uv": [ 15.5, 3.5, 16, 6.5 ], "texture": "#texture", "cullface": "south" }, - "east": { "uv": [ 0, 3.5, 0.5, 6.5 ], "texture": "#texture", "cullface": "south" } - } -}, -{ - "from": [ 1.5, 6.5, 15.5 ], - "to": [ 14.5, 9, 16 ], - "faces": { - "down": { "uv": [ 1.5, 16, 14.5, 15.5 ], "texture": "#texture", "cullface": "south" }, - "up": { "uv": [ 1.5, 15.5, 14.5, 16 ], "texture": "#texture", "cullface": "south" }, - "south": { "uv": [ 1.5, 7, 14.5, 9.5 ], "texture": "#texture", "cullface": "south" }, - "west": { "uv": [ 15.5, 7, 16, 9.5 ], "texture": "#texture", "cullface": "south" }, - "east": { "uv": [ 0, 7, 0.5, 9.5 ], "texture": "#texture", "cullface": "south" } - } -}, -{ - "from": [ 1.5, 3.5, 15.5 ], - "to": [ 14.5, 6, 16 ], - "faces": { - "down": { "uv": [ 1.5, 16, 14.5, 15.5 ], "texture": "#texture", "cullface": "south" }, - "up": { "uv": [ 1.5, 15.5, 14.5, 16 ], "texture": "#texture", "cullface": "south" }, - "south": { "uv": [ 1.5, 10, 14.5, 12.5 ], "texture": "#texture", "cullface": "south" }, - "west": { "uv": [ 15.5, 10, 16, 12.5 ], "texture": "#texture", "cullface": "south" }, - "east": { "uv": [ 0, 10, 0.5, 12.5 ], "texture": "#texture", "cullface": "south" } - } -}, -{ - "from": [ 1.5, 0.5, 15.5 ], - "to": [ 14.5, 3, 16 ], - "faces": { - "up": { "uv": [ 1.5, 15.5, 14.5, 16 ], "texture": "#texture", "cullface": "south" }, - "south": { "uv": [ 1.5, 13, 14.5, 15.5 ], "texture": "#texture", "cullface": "south" }, - "west": { "uv": [ 15.5, 13, 16, 15.5 ], "texture": "#texture", "cullface": "south" }, - "east": { "uv": [ 0, 13, 0.5, 15.5 ], "texture": "#texture", "cullface": "south" } - } -}, -{ - "from": [ 1.5, 15.5, 13 ], - "to": [ 14.5, 16, 15.5 ], - "faces": { - "up": { "uv": [ 1.5, 13, 14.5, 15.5 ], "texture": "#texture", "cullface": "up" }, - "north": { "uv": [ 1.5, 0, 14.5, 0.5 ], "texture": "#texture" }, - "west": { "uv": [ 13, 0, 15.5, 0.5 ], "texture": "#texture" }, - "east": { "uv": [ 0.5, 0, 3, 0.5 ], "texture": "#texture" } - } -}, -{ - "from": [ 1.5, 0, 3.5 ], - "to": [ 14.5, 0.5, 6.5 ], - "faces": { - "down": { "uv": [ 1.5, 6.5, 14.5, 3.5 ], "texture": "#texture", "cullface": "down" }, - "north": { "uv": [ 1.5, 15.5, 14.5, 16 ], "texture": "#texture" }, - "south": { "uv": [ 1.5, 15.5, 14.5, 16 ], "texture": "#texture" }, - "west": { "uv": [ 3.5, 15.5, 6.5, 16 ], "texture": "#texture" }, - "east": { "uv": [ 9.5, 15.5, 12.5, 16 ], "texture": "#texture" } - } -}, -{ - "from": [ 1.5, 15.5, 0 ], - "to": [ 14.5, 16, 3 ], - "faces": { - "down": { "uv": [ 1.5, 3, 14.5, 0 ], "texture": "#texture" }, - "up": { "uv": [ 1.5, 0, 14.5, 3 ], "texture": "#texture", "cullface": "up" }, - "north": { "uv": [ 1.5, 0, 14.5, 0.5 ], "texture": "#texture" }, - "south": { "uv": [ 1.5, 0, 14.5, 0.5 ], "texture": "#texture" }, - "west": { "uv": [ 0, 0, 3, 0.5 ], "texture": "#texture" }, - "east": { "uv": [ 13, 0, 16, 0.5 ], "texture": "#texture" } - } -}, -{ - "from": [ 1.5, 0, 7 ], - "to": [ 14.5, 0.5, 9.5 ], - "faces": { - "down": { "uv": [ 1.5, 9.5, 14.5, 7 ], "texture": "#texture", "cullface": "down" }, - "north": { "uv": [ 1.5, 15.5, 14.5, 16 ], "texture": "#texture" }, - "south": { "uv": [ 1.5, 15.5, 14.5, 16 ], "texture": "#texture" }, - "west": { "uv": [ 7, 15.5, 9.5, 16 ], "texture": "#texture" }, - "east": { "uv": [ 6.5, 15.5, 9, 16 ], "texture": "#texture" } - } -}, -{ - "from": [ 1.5, 0, 10 ], - "to": [ 14.5, 0.5, 12.5 ], - "faces": { - "down": { "uv": [ 1.5, 12.5, 14.5, 10 ], "texture": "#texture", "cullface": "down" }, - "north": { "uv": [ 1.5, 15.5, 14.5, 16 ], "texture": "#texture" }, - "south": { "uv": [ 1.5, 15.5, 14.5, 16 ], "texture": "#texture" }, - "west": { "uv": [ 10, 15.5, 12.5, 16 ], "texture": "#texture" }, - "east": { "uv": [ 3.5, 15.5, 6, 16 ], "texture": "#texture" } - } -}, -{ - "from": [ 0, 15.5, 0 ], - "to": [ 1, 16, 16 ], - "faces": { - "down": { "uv": [ 0, 16, 1, 0 ], "texture": "#texture" }, - "up": { "uv": [ 0, 0, 1, 16 ], "texture": "#texture" }, - "north": { "uv": [ 15, 0, 16, 0.5 ], "texture": "#texture" }, - "south": { "uv": [ 0, 0, 1, 0.5 ], "texture": "#texture" }, - "west": { "uv": [ 0, 0, 16, 0.5 ], "texture": "#texture" }, - "east": { "uv": [ 0, 0, 16, 0.5 ], "texture": "#texture" } - } -}, -{ - "from": [ 15, 15.5, 0 ], - "to": [ 16, 16, 16 ], - "faces": { - "down": { "uv": [ 15, 16, 16, 0 ], "texture": "#texture" }, - "up": { "uv": [ 15, 0, 16, 16 ], "texture": "#texture" }, - "north": { "uv": [ 0, 0, 1, 0.5 ], "texture": "#texture" }, - "south": { "uv": [ 15, 0, 16, 0.5 ], "texture": "#texture" }, - "west": { "uv": [ 0, 0, 16, 0.5 ], "texture": "#texture" }, - "east": { "uv": [ 0, 0, 16, 0.5 ], "texture": "#texture" } - } -}, -{ - "from": [ 15, 15.5, 0 ], - "to": [ 16, 16, 16 ], - "faces": { - "down": { "uv": [ 15, 16, 16, 0 ], "texture": "#texture" }, - "up": { "uv": [ 15, 0, 16, 16 ], "texture": "#texture" }, - "north": { "uv": [ 0, 0, 1, 0.5 ], "texture": "#texture" }, - "south": { "uv": [ 15, 0, 16, 0.5 ], "texture": "#texture" }, - "west": { "uv": [ 0, 0, 16, 0.5 ], "texture": "#texture" }, - "east": { "uv": [ 0, 0, 16, 0.5 ], "texture": "#texture" } - } -}, -{ - "from": [ 1.5, 15.5, 10 ], - "to": [ 14.5, 16, 12.5 ], - "faces": { - "up": { "uv": [ 1.5, 10, 14.5, 12.5 ], "texture": "#texture", "cullface": "up" }, - "north": { "uv": [ 1.5, 0, 14.5, 0.5 ], "texture": "#texture" }, - "south": { "uv": [ 1.5, 0, 14.5, 0.5 ], "texture": "#texture" }, - "west": { "uv": [ 10, 0, 12.5, 0.5 ], "texture": "#texture" }, - "east": { "uv": [ 3.5, 0, 6, 0.5 ], "texture": "#texture" } - } -}, -{ - "from": [ 1.5, 15.5, 7 ], - "to": [ 14.5, 16, 9.5 ], - "faces": { - "up": { "uv": [ 1.5, 7, 14.5, 9.5 ], "texture": "#texture", "cullface": "up" }, - "north": { "uv": [ 1.5, 0, 14.5, 0.5 ], "texture": "#texture" }, - "south": { "uv": [ 1.5, 0, 14.5, 0.5 ], "texture": "#texture" }, - "west": { "uv": [ 7, 0, 9.5, 0.5 ], "texture": "#texture" }, - "east": { "uv": [ 6.5, 0, 9, 0.5 ], "texture": "#texture" } - } -}, -{ - "from": [ 1.5, 15.5, 3.5 ], - "to": [ 14.5, 16, 6.5 ], - "faces": { - "up": { "uv": [ 1.5, 3.5, 14.5, 6.5 ], "texture": "#texture", "cullface": "up" }, - "north": { "uv": [ 1.5, 0, 14.5, 0.5 ], "texture": "#texture" }, - "south": { "uv": [ 1.5, 0, 14.5, 0.5 ], "texture": "#texture" }, - "west": { "uv": [ 3.5, 0, 6.5, 0.5 ], "texture": "#texture" }, - "east": { "uv": [ 9.5, 0, 12.5, 0.5 ], "texture": "#texture" } - } -}, -{ - "from": [ 1.5, 0, 0 ], - "to": [ 14.5, 0.5, 3 ], - "faces": { - "down": { "uv": [ 1.5, 3, 14.5, 0 ], "texture": "#texture", "cullface": "down" }, - "up": { "uv": [ 1.5, 0, 14.5, 3 ], "texture": "#texture" }, - "north": { "uv": [ 1.5, 15.5, 14.5, 16 ], "texture": "#texture" }, - "south": { "uv": [ 1.5, 15.5, 14.5, 16 ], "texture": "#texture" }, - "west": { "uv": [ 0, 15.5, 3, 16 ], "texture": "#texture" }, - "east": { "uv": [ 13, 15.5, 16, 16 ], "texture": "#texture" } - } -}, -{ - "from": [ 0, 0, 0 ], - "to": [ 1, 0.5, 16 ], - "faces": { - "down": { "uv": [ 0, 16, 1, 0 ], "texture": "#texture" }, - "up": { "uv": [ 0, 0, 1, 16 ], "texture": "#texture" }, - "north": { "uv": [ 15, 15.5, 16, 16 ], "texture": "#texture" }, - "south": { "uv": [ 0, 15.5, 1, 16 ], "texture": "#texture" }, - "west": { "uv": [ 0, 15.5, 16, 16 ], "texture": "#texture" }, - "east": { "uv": [ 0, 15.5, 16, 16 ], "texture": "#texture" } - } -}, -{ - "from": [ 15, 0, 0 ], - "to": [ 16, 0.5, 16 ], - "faces": { - "down": { "uv": [ 15, 16, 16, 0 ], "texture": "#texture" }, - "up": { "uv": [ 15, 0, 16, 16 ], "texture": "#texture" }, - "north": { "uv": [ 0, 15.5, 1, 16 ], "texture": "#texture" }, - "south": { "uv": [ 15, 15.5, 16, 16 ], "texture": "#texture" }, - "west": { "uv": [ 0, 15.5, 16, 16 ], "texture": "#texture" }, - "east": { "uv": [ 0, 15.5, 16, 16 ], "texture": "#texture" } - } -}, -{ - "from": [ 1.5, 0, 13 ], - "to": [ 14.5, 0.5, 15.5 ], - "faces": { - "down": { "uv": [ 1.5, 15.5, 14.5, 13 ], "texture": "#texture", "cullface": "down" }, - "north": { "uv": [ 1.5, 15.5, 14.5, 16 ], "texture": "#texture", "cullface": "down" }, - "west": { "uv": [ 13, 15.5, 15.5, 16 ], "texture": "#texture", "cullface": "down" }, - "east": { "uv": [ 0.5, 15.5, 3, 16 ], "texture": "#texture", "cullface": "down" } - } -}, -{ - "from": [ 1, 15.5, 0 ], - "to": [ 15, 16, 0.5 ], - "faces": { - "down": { "uv": [ 1, 0.5, 15, 0 ], "texture": "#texture" }, - "up": { "uv": [ 1, 0, 15, 0.5 ], "texture": "#texture" }, - "north": { "uv": [ 1, 0, 15, 0.5 ], "texture": "#texture" }, - "south": { "uv": [ 1, 0, 15, 0.5 ], "texture": "#texture" } - } -}, -{ - "from": [ 1, 15.5, 15.5 ], - "to": [ 15, 16, 16 ], - "faces": { - "down": { "uv": [ 1, 16, 15, 15.5 ], "texture": "#texture" }, - "up": { "uv": [ 1, 15.5, 15, 16 ], "texture": "#texture" }, - "north": { "uv": [ 1, 0, 15, 0.5 ], "texture": "#texture" }, - "south": { "uv": [ 1, 0, 15, 0.5 ], "texture": "#texture" } - } -}, -{ - "from": [ 1, 0, 0 ], - "to": [ 15, 0.5, 0.5 ], - "faces": { - "down": { "uv": [ 1, 0.5, 15, 0 ], "texture": "#texture" }, - "up": { "uv": [ 1, 0, 15, 0.5 ], "texture": "#texture" }, - "north": { "uv": [ 1, 15.5, 15, 16 ], "texture": "#texture" }, - "south": { "uv": [ 1, 15.5, 15, 16 ], "texture": "#texture" } - } -}, -{ - "from": [ 1, 0, 15.5 ], - "to": [ 15, 0.5, 16 ], - "faces": { - "down": { "uv": [ 1, 16, 15, 15.5 ], "texture": "#texture" }, - "up": { "uv": [ 1, 15.5, 15, 16 ], "texture": "#texture" }, - "north": { "uv": [ 1, 15.5, 15, 16 ], "texture": "#texture" }, - "south": { "uv": [ 1, 15.5, 15, 16 ], "texture": "#texture" } - } -} -], - "display": { - "gui": { - "rotation": [ 30, 225, 0 ], - "translation": [ 0, 0, 0], - "scale":[ 0.625, 0.625, 0.625 ] - }, - "ground": { - "rotation": [ 0, 0, 0 ], - "translation": [ 0, 3, 0], - "scale":[ 0.25, 0.25, 0.25 ] - }, - "fixed": { - "rotation": [ 0, 0, 0 ], - "translation": [ 0, 0, 0], - "scale":[ 0.5, 0.5, 0.5 ] - }, - "thirdperson_righthand": { - "rotation": [ 75, 45, 0 ], - "translation": [ 0, 2.5, 0], - "scale": [ 0.375, 0.375, 0.375 ] - }, - "firstperson_righthand": { - "rotation": [ 0, 45, 0 ], - "translation": [ 0, 0, 0 ], - "scale": [ 0.40, 0.40, 0.40 ] - }, - "firstperson_lefthand": { - "rotation": [ 0, 225, 0 ], - "translation": [ 0, 0, 0 ], - "scale": [ 0.40, 0.40, 0.40 ] - } - } -} \ No newline at end of file +{"textures":{"particle":"#texture"},"elements":[{"from":[0.5,0.5,0.5],"to":[15.5,15.5,15.5],"faces":{"down":{"uv":[0.5,15.5,15.5,0.5],"texture":"#texture","cullface":"down"},"up":{"uv":[0.5,0.5,15.5,15.5],"texture":"#texture","cullface":"up"},"north":{"uv":[0.5,0.5,15.5,15.5],"texture":"#texture","cullface":"north"},"south":{"uv":[0.5,0.5,15.5,15.5],"texture":"#texture","cullface":"south"},"west":{"uv":[0.5,0.5,15.5,15.5],"texture":"#texture","cullface":"west"},"east":{"uv":[0.5,0.5,15.5,15.5],"texture":"#texture","cullface":"east"}}},{"from":[0,0,0],"to":[1,16,1],"faces":{"down":{"uv":[0,1,1,0],"texture":"#texture","cullface":"down"},"up":{"uv":[0,0,1,1],"texture":"#texture","cullface":"up"},"north":{"uv":[15,0,16,16],"texture":"#texture","cullface":"north"},"south":{"uv":[0,0,1,16],"texture":"#texture","cullface":"west"},"west":{"uv":[0,0,1,16],"texture":"#texture","cullface":"west"},"east":{"uv":[15,0,16,16],"texture":"#texture","cullface":"north"}}},{"from":[15,0,0],"to":[16,16,1],"faces":{"down":{"uv":[15,1,16,0],"texture":"#texture","cullface":"down"},"up":{"uv":[15,0,16,1],"texture":"#texture","cullface":"up"},"north":{"uv":[0,0,1,16],"texture":"#texture","cullface":"north"},"south":{"uv":[15,0,16,16],"texture":"#texture","cullface":"east"},"west":{"uv":[0,0,1,16],"texture":"#texture","cullface":"north"},"east":{"uv":[15,0,16,16],"texture":"#texture","cullface":"east"}}},{"from":[15,0,15],"to":[16,16,16],"faces":{"up":{"uv":[15,15,16,16],"texture":"#texture","cullface":"up"},"north":{"uv":[0,0,1,16],"texture":"#texture"},"south":{"uv":[15,0,16,16],"texture":"#texture"},"west":{"uv":[15,0,16,16],"texture":"#texture"},"east":{"uv":[0,0,1,16],"texture":"#texture"}}},{"from":[0,0,15],"to":[1,16,16],"faces":{"down":{"uv":[0,16,1,15],"texture":"#texture","cullface":"down"},"up":{"uv":[0,15,1,16],"texture":"#texture","cullface":"up"},"north":{"uv":[15,0,16,16],"texture":"#texture","cullface":"west"},"south":{"uv":[0,0,1,16],"texture":"#texture","cullface":"south"},"west":{"uv":[15,0,16,16],"texture":"#texture","cullface":"west"},"east":{"uv":[0,0,1,16],"texture":"#texture","cullface":"south"}}},{"from":[0,13,1.5],"to":[0.5,16,14.5],"faces":{"down":{"uv":[0,14.5,0.5,1.5],"texture":"#texture","cullface":"west"},"up":{"uv":[0,1.5,0.5,14.5],"texture":"#texture","cullface":"west"},"north":{"uv":[15.5,0,16,3],"texture":"#texture","cullface":"west"},"south":{"uv":[0,0,0.5,3],"texture":"#texture","cullface":"west"},"west":{"uv":[1.5,0,14.5,3],"texture":"#texture","cullface":"west"},"east":{"uv":[1.5,0,14.5,3],"texture":"#texture","cullface":"west"}}},{"from":[0,9.5,1.5],"to":[0.5,12.5,14.5],"faces":{"down":{"uv":[0,14.5,0.5,1.5],"texture":"#texture","cullface":"west"},"up":{"uv":[0,1.5,0.5,14.5],"texture":"#texture","cullface":"west"},"north":{"uv":[15.5,3.5,16,6.5],"texture":"#texture","cullface":"west"},"south":{"uv":[0,3.5,0.5,6.5],"texture":"#texture","cullface":"west"},"west":{"uv":[1.5,3.5,14.5,6.5],"texture":"#texture","cullface":"west"}}},{"from":[0,6.5,1.5],"to":[0.5,9,14.5],"faces":{"down":{"uv":[0,14.5,0.5,1.5],"texture":"#texture","cullface":"west"},"up":{"uv":[0,1.5,0.5,14.5],"texture":"#texture","cullface":"west"},"north":{"uv":[15.5,7,16,9.5],"texture":"#texture","cullface":"west"},"south":{"uv":[0,7,0.5,9.5],"texture":"#texture","cullface":"west"},"west":{"uv":[1.5,7,14.5,9.5],"texture":"#texture","cullface":"west"}}},{"from":[0,3.5,1.5],"to":[0.5,6,14.5],"faces":{"down":{"uv":[0,14.5,0.5,1.5],"texture":"#texture","cullface":"west"},"up":{"uv":[0,1.5,0.5,14.5],"texture":"#texture","cullface":"west"},"north":{"uv":[15.5,10,16,12.5],"texture":"#texture","cullface":"west"},"south":{"uv":[0,10,0.5,12.5],"texture":"#texture","cullface":"west"},"west":{"uv":[1.5,10,14.5,12.5],"texture":"#texture","cullface":"west"}}},{"from":[0,0.5,1.5],"to":[0.5,3,14.5],"faces":{"up":{"uv":[0,1.5,0.5,14.5],"texture":"#texture","cullface":"west"},"north":{"uv":[15.5,13,16,15.5],"texture":"#texture","cullface":"west"},"south":{"uv":[0,13,0.5,15.5],"texture":"#texture","cullface":"west"},"west":{"uv":[1.5,13,14.5,15.5],"texture":"#texture","cullface":"west"}}},{"from":[1.5,13,0],"to":[14.5,16,0.5],"faces":{"down":{"uv":[1.5,0.5,14.5,0],"texture":"#texture","cullface":"north"},"up":{"uv":[1.5,0,14.5,0.5],"texture":"#texture","cullface":"north"},"north":{"uv":[1.5,0,14.5,3],"texture":"#texture","cullface":"north"},"south":{"uv":[1.5,0,14.5,3],"texture":"#texture","cullface":"north"},"west":{"uv":[0,0,0.5,3],"texture":"#texture","cullface":"north"},"east":{"uv":[15.5,0,16,3],"texture":"#texture","cullface":"north"}}},{"from":[1.5,9.5,0],"to":[14.5,12.5,0.5],"faces":{"down":{"uv":[1.5,0.5,14.5,0],"texture":"#texture","cullface":"north"},"up":{"uv":[1.5,0,14.5,0.5],"texture":"#texture","cullface":"north"},"north":{"uv":[1.5,3.5,14.5,6.5],"texture":"#texture","cullface":"north"},"west":{"uv":[0,3.5,0.5,6.5],"texture":"#texture","cullface":"north"},"east":{"uv":[15.5,3.5,16,6.5],"texture":"#texture","cullface":"north"}}},{"from":[1.5,6.5,0],"to":[14.5,9,0.5],"faces":{"down":{"uv":[1.5,0.5,14.5,0],"texture":"#texture","cullface":"north"},"up":{"uv":[1.5,0,14.5,0.5],"texture":"#texture","cullface":"north"},"north":{"uv":[1.5,7,14.5,9.5],"texture":"#texture","cullface":"north"},"west":{"uv":[0,7,0.5,9.5],"texture":"#texture","cullface":"north"},"east":{"uv":[15.5,7,16,9.5],"texture":"#texture","cullface":"north"}}},{"from":[1.5,3.5,0],"to":[14.5,6,0.5],"faces":{"down":{"uv":[1.5,0.5,14.5,0],"texture":"#texture","cullface":"north"},"up":{"uv":[1.5,0,14.5,0.5],"texture":"#texture","cullface":"north"},"north":{"uv":[1.5,10,14.5,12.5],"texture":"#texture","cullface":"north"},"west":{"uv":[0,10,0.5,12.5],"texture":"#texture","cullface":"north"},"east":{"uv":[15.5,10,16,12.5],"texture":"#texture","cullface":"north"}}},{"from":[1.5,0.5,0],"to":[14.5,3,0.5],"faces":{"up":{"uv":[1.5,0,14.5,0.5],"texture":"#texture","cullface":"north"},"north":{"uv":[1.5,13,14.5,15.5],"texture":"#texture","cullface":"north"},"west":{"uv":[0,13,0.5,15.5],"texture":"#texture","cullface":"north"},"east":{"uv":[15.5,13,16,15.5],"texture":"#texture","cullface":"north"}}},{"from":[15.5,13,1.5],"to":[16,16,14.5],"faces":{"down":{"uv":[15.5,14.5,16,1.5],"texture":"#texture","cullface":"east"},"up":{"uv":[15.5,1.5,16,14.5],"texture":"#texture","cullface":"east"},"north":{"uv":[0,0,0.5,3],"texture":"#texture","cullface":"east"},"south":{"uv":[15.5,0,16,3],"texture":"#texture","cullface":"east"},"west":{"uv":[1.5,0,14.5,3],"texture":"#texture","cullface":"east"},"east":{"uv":[1.5,0,14.5,3],"texture":"#texture","cullface":"east"}}},{"from":[15.5,9.5,1.5],"to":[16,12.5,14.5],"faces":{"down":{"uv":[15.5,14.5,16,1.5],"texture":"#texture","cullface":"east"},"up":{"uv":[15.5,1.5,16,14.5],"texture":"#texture","cullface":"east"},"north":{"uv":[0,3.5,0.5,6.5],"texture":"#texture","cullface":"east"},"south":{"uv":[15.5,3.5,16,6.5],"texture":"#texture","cullface":"east"},"east":{"uv":[1.5,3.5,14.5,6.5],"texture":"#texture","cullface":"east"}}},{"from":[15.5,6.5,1.5],"to":[16,9,14.5],"faces":{"down":{"uv":[15.5,14.5,16,1.5],"texture":"#texture","cullface":"east"},"up":{"uv":[15.5,1.5,16,14.5],"texture":"#texture","cullface":"east"},"north":{"uv":[0,7,0.5,9.5],"texture":"#texture","cullface":"east"},"south":{"uv":[15.5,7,16,9.5],"texture":"#texture","cullface":"east"},"east":{"uv":[1.5,7,14.5,9.5],"texture":"#texture","cullface":"east"}}},{"from":[15.5,3.5,1.5],"to":[16,6,14.5],"faces":{"down":{"uv":[15.5,14.5,16,1.5],"texture":"#texture","cullface":"east"},"up":{"uv":[15.5,1.5,16,14.5],"texture":"#texture","cullface":"east"},"north":{"uv":[0,10,0.5,12.5],"texture":"#texture","cullface":"east"},"south":{"uv":[15.5,10,16,12.5],"texture":"#texture","cullface":"east"},"east":{"uv":[1.5,10,14.5,12.5],"texture":"#texture","cullface":"east"}}},{"from":[15.5,0.5,1.5],"to":[16,3,14.5],"faces":{"up":{"uv":[15.5,1.5,16,14.5],"texture":"#texture","cullface":"east"},"north":{"uv":[0,13,0.5,15.5],"texture":"#texture","cullface":"east"},"south":{"uv":[15.5,13,16,15.5],"texture":"#texture","cullface":"east"},"east":{"uv":[1.5,13,14.5,15.5],"texture":"#texture","cullface":"east"}}},{"from":[1.5,13,15.5],"to":[14.5,16,16],"faces":{"down":{"uv":[1.5,16,14.5,15.5],"texture":"#texture","cullface":"south"},"up":{"uv":[1.5,15.5,14.5,16],"texture":"#texture","cullface":"south"},"north":{"uv":[1.5,0,14.5,3],"texture":"#texture","cullface":"south"},"south":{"uv":[1.5,0,14.5,3],"texture":"#texture","cullface":"south"},"west":{"uv":[15.5,0,16,3],"texture":"#texture","cullface":"south"},"east":{"uv":[0,0,0.5,3],"texture":"#texture","cullface":"south"}}},{"from":[1.5,9.5,15.5],"to":[14.5,12.5,16],"faces":{"down":{"uv":[1.5,16,14.5,15.5],"texture":"#texture","cullface":"south"},"up":{"uv":[1.5,15.5,14.5,16],"texture":"#texture","cullface":"south"},"south":{"uv":[1.5,3.5,14.5,6.5],"texture":"#texture","cullface":"south"},"west":{"uv":[15.5,3.5,16,6.5],"texture":"#texture","cullface":"south"},"east":{"uv":[0,3.5,0.5,6.5],"texture":"#texture","cullface":"south"}}},{"from":[1.5,6.5,15.5],"to":[14.5,9,16],"faces":{"down":{"uv":[1.5,16,14.5,15.5],"texture":"#texture","cullface":"south"},"up":{"uv":[1.5,15.5,14.5,16],"texture":"#texture","cullface":"south"},"south":{"uv":[1.5,7,14.5,9.5],"texture":"#texture","cullface":"south"},"west":{"uv":[15.5,7,16,9.5],"texture":"#texture","cullface":"south"},"east":{"uv":[0,7,0.5,9.5],"texture":"#texture","cullface":"south"}}},{"from":[1.5,3.5,15.5],"to":[14.5,6,16],"faces":{"down":{"uv":[1.5,16,14.5,15.5],"texture":"#texture","cullface":"south"},"up":{"uv":[1.5,15.5,14.5,16],"texture":"#texture","cullface":"south"},"south":{"uv":[1.5,10,14.5,12.5],"texture":"#texture","cullface":"south"},"west":{"uv":[15.5,10,16,12.5],"texture":"#texture","cullface":"south"},"east":{"uv":[0,10,0.5,12.5],"texture":"#texture","cullface":"south"}}},{"from":[1.5,0.5,15.5],"to":[14.5,3,16],"faces":{"up":{"uv":[1.5,15.5,14.5,16],"texture":"#texture","cullface":"south"},"south":{"uv":[1.5,13,14.5,15.5],"texture":"#texture","cullface":"south"},"west":{"uv":[15.5,13,16,15.5],"texture":"#texture","cullface":"south"},"east":{"uv":[0,13,0.5,15.5],"texture":"#texture","cullface":"south"}}},{"from":[1.5,15.5,13],"to":[14.5,16,15.5],"faces":{"up":{"uv":[1.5,13,14.5,15.5],"texture":"#texture","cullface":"up"},"north":{"uv":[1.5,0,14.5,0.5],"texture":"#texture"},"west":{"uv":[13,0,15.5,0.5],"texture":"#texture"},"east":{"uv":[0.5,0,3,0.5],"texture":"#texture"}}},{"from":[1.5,0,3.5],"to":[14.5,0.5,6.5],"faces":{"down":{"uv":[1.5,6.5,14.5,3.5],"texture":"#texture","cullface":"down"},"north":{"uv":[1.5,15.5,14.5,16],"texture":"#texture"},"south":{"uv":[1.5,15.5,14.5,16],"texture":"#texture"},"west":{"uv":[3.5,15.5,6.5,16],"texture":"#texture"},"east":{"uv":[9.5,15.5,12.5,16],"texture":"#texture"}}},{"from":[1.5,15.5,0],"to":[14.5,16,3],"faces":{"down":{"uv":[1.5,3,14.5,0],"texture":"#texture"},"up":{"uv":[1.5,0,14.5,3],"texture":"#texture","cullface":"up"},"north":{"uv":[1.5,0,14.5,0.5],"texture":"#texture"},"south":{"uv":[1.5,0,14.5,0.5],"texture":"#texture"},"west":{"uv":[0,0,3,0.5],"texture":"#texture"},"east":{"uv":[13,0,16,0.5],"texture":"#texture"}}},{"from":[1.5,0,7],"to":[14.5,0.5,9.5],"faces":{"down":{"uv":[1.5,9.5,14.5,7],"texture":"#texture","cullface":"down"},"north":{"uv":[1.5,15.5,14.5,16],"texture":"#texture"},"south":{"uv":[1.5,15.5,14.5,16],"texture":"#texture"},"west":{"uv":[7,15.5,9.5,16],"texture":"#texture"},"east":{"uv":[6.5,15.5,9,16],"texture":"#texture"}}},{"from":[1.5,0,10],"to":[14.5,0.5,12.5],"faces":{"down":{"uv":[1.5,12.5,14.5,10],"texture":"#texture","cullface":"down"},"north":{"uv":[1.5,15.5,14.5,16],"texture":"#texture"},"south":{"uv":[1.5,15.5,14.5,16],"texture":"#texture"},"west":{"uv":[10,15.5,12.5,16],"texture":"#texture"},"east":{"uv":[3.5,15.5,6,16],"texture":"#texture"}}},{"from":[0,15.5,0],"to":[1,16,16],"faces":{"down":{"uv":[0,16,1,0],"texture":"#texture"},"up":{"uv":[0,0,1,16],"texture":"#texture"},"north":{"uv":[15,0,16,0.5],"texture":"#texture"},"south":{"uv":[0,0,1,0.5],"texture":"#texture"},"west":{"uv":[0,0,16,0.5],"texture":"#texture"},"east":{"uv":[0,0,16,0.5],"texture":"#texture"}}},{"from":[15,15.5,0],"to":[16,16,16],"faces":{"down":{"uv":[15,16,16,0],"texture":"#texture"},"up":{"uv":[15,0,16,16],"texture":"#texture"},"north":{"uv":[0,0,1,0.5],"texture":"#texture"},"south":{"uv":[15,0,16,0.5],"texture":"#texture"},"west":{"uv":[0,0,16,0.5],"texture":"#texture"},"east":{"uv":[0,0,16,0.5],"texture":"#texture"}}},{"from":[15,15.5,0],"to":[16,16,16],"faces":{"down":{"uv":[15,16,16,0],"texture":"#texture"},"up":{"uv":[15,0,16,16],"texture":"#texture"},"north":{"uv":[0,0,1,0.5],"texture":"#texture"},"south":{"uv":[15,0,16,0.5],"texture":"#texture"},"west":{"uv":[0,0,16,0.5],"texture":"#texture"},"east":{"uv":[0,0,16,0.5],"texture":"#texture"}}},{"from":[1.5,15.5,10],"to":[14.5,16,12.5],"faces":{"up":{"uv":[1.5,10,14.5,12.5],"texture":"#texture","cullface":"up"},"north":{"uv":[1.5,0,14.5,0.5],"texture":"#texture"},"south":{"uv":[1.5,0,14.5,0.5],"texture":"#texture"},"west":{"uv":[10,0,12.5,0.5],"texture":"#texture"},"east":{"uv":[3.5,0,6,0.5],"texture":"#texture"}}},{"from":[1.5,15.5,7],"to":[14.5,16,9.5],"faces":{"up":{"uv":[1.5,7,14.5,9.5],"texture":"#texture","cullface":"up"},"north":{"uv":[1.5,0,14.5,0.5],"texture":"#texture"},"south":{"uv":[1.5,0,14.5,0.5],"texture":"#texture"},"west":{"uv":[7,0,9.5,0.5],"texture":"#texture"},"east":{"uv":[6.5,0,9,0.5],"texture":"#texture"}}},{"from":[1.5,15.5,3.5],"to":[14.5,16,6.5],"faces":{"up":{"uv":[1.5,3.5,14.5,6.5],"texture":"#texture","cullface":"up"},"north":{"uv":[1.5,0,14.5,0.5],"texture":"#texture"},"south":{"uv":[1.5,0,14.5,0.5],"texture":"#texture"},"west":{"uv":[3.5,0,6.5,0.5],"texture":"#texture"},"east":{"uv":[9.5,0,12.5,0.5],"texture":"#texture"}}},{"from":[1.5,0,0],"to":[14.5,0.5,3],"faces":{"down":{"uv":[1.5,3,14.5,0],"texture":"#texture","cullface":"down"},"up":{"uv":[1.5,0,14.5,3],"texture":"#texture"},"north":{"uv":[1.5,15.5,14.5,16],"texture":"#texture"},"south":{"uv":[1.5,15.5,14.5,16],"texture":"#texture"},"west":{"uv":[0,15.5,3,16],"texture":"#texture"},"east":{"uv":[13,15.5,16,16],"texture":"#texture"}}},{"from":[0,0,0],"to":[1,0.5,16],"faces":{"down":{"uv":[0,16,1,0],"texture":"#texture"},"up":{"uv":[0,0,1,16],"texture":"#texture"},"north":{"uv":[15,15.5,16,16],"texture":"#texture"},"south":{"uv":[0,15.5,1,16],"texture":"#texture"},"west":{"uv":[0,15.5,16,16],"texture":"#texture"},"east":{"uv":[0,15.5,16,16],"texture":"#texture"}}},{"from":[15,0,0],"to":[16,0.5,16],"faces":{"down":{"uv":[15,16,16,0],"texture":"#texture"},"up":{"uv":[15,0,16,16],"texture":"#texture"},"north":{"uv":[0,15.5,1,16],"texture":"#texture"},"south":{"uv":[15,15.5,16,16],"texture":"#texture"},"west":{"uv":[0,15.5,16,16],"texture":"#texture"},"east":{"uv":[0,15.5,16,16],"texture":"#texture"}}},{"from":[1.5,0,13],"to":[14.5,0.5,15.5],"faces":{"down":{"uv":[1.5,15.5,14.5,13],"texture":"#texture","cullface":"down"},"north":{"uv":[1.5,15.5,14.5,16],"texture":"#texture","cullface":"down"},"west":{"uv":[13,15.5,15.5,16],"texture":"#texture","cullface":"down"},"east":{"uv":[0.5,15.5,3,16],"texture":"#texture","cullface":"down"}}},{"from":[1,15.5,0],"to":[15,16,0.5],"faces":{"down":{"uv":[1,0.5,15,0],"texture":"#texture"},"up":{"uv":[1,0,15,0.5],"texture":"#texture"},"north":{"uv":[1,0,15,0.5],"texture":"#texture"},"south":{"uv":[1,0,15,0.5],"texture":"#texture"}}},{"from":[1,15.5,15.5],"to":[15,16,16],"faces":{"down":{"uv":[1,16,15,15.5],"texture":"#texture"},"up":{"uv":[1,15.5,15,16],"texture":"#texture"},"north":{"uv":[1,0,15,0.5],"texture":"#texture"},"south":{"uv":[1,0,15,0.5],"texture":"#texture"}}},{"from":[1,0,0],"to":[15,0.5,0.5],"faces":{"down":{"uv":[1,0.5,15,0],"texture":"#texture"},"up":{"uv":[1,0,15,0.5],"texture":"#texture"},"north":{"uv":[1,15.5,15,16],"texture":"#texture"},"south":{"uv":[1,15.5,15,16],"texture":"#texture"}}},{"from":[1,0,15.5],"to":[15,0.5,16],"faces":{"down":{"uv":[1,16,15,15.5],"texture":"#texture"},"up":{"uv":[1,15.5,15,16],"texture":"#texture"},"north":{"uv":[1,15.5,15,16],"texture":"#texture"},"south":{"uv":[1,15.5,15,16],"texture":"#texture"}}}],"display":{"gui":{"rotation":[30,225,0],"translation":[0,0,0],"scale":[0.625,0.625,0.625]},"ground":{"rotation":[0,0,0],"translation":[0,3,0],"scale":[0.25,0.25,0.25]},"fixed":{"rotation":[0,0,0],"translation":[0,0,0],"scale":[0.5,0.5,0.5]},"thirdperson_righthand":{"rotation":[75,45,0],"translation":[0,2.5,0],"scale":[0.375,0.375,0.375]},"firstperson_righthand":{"rotation":[0,45,0],"translation":[0,0,0],"scale":[0.40,0.40,0.40]},"firstperson_lefthand":{"rotation":[0,225,0],"translation":[0,0,0],"scale":[0.40,0.40,0.40]}}} diff --git a/assets/minecraft/models/block/plankse_slab_bot.json b/assets/minecraft/models/block/plankse_slab_bot.json index 439c345..043b511 100755 --- a/assets/minecraft/models/block/plankse_slab_bot.json +++ b/assets/minecraft/models/block/plankse_slab_bot.json @@ -1,424 +1 @@ -{ -"ambientocclusion": false, -"textures": { - "particle": "#texture" -}, -"elements": [ -{ - "from": [ 0.5, 0.5, 0.5 ], - "to": [ 15.5, 7.5, 15.5 ], - "faces": { - "down": { "uv": [ 0.5, 15.5, 15.5, 0.5 ], "texture": "#texture", "cullface": "down" }, - "up": { "uv": [ 0.5, 0.5, 15.5, 15.5 ], "texture": "#texture" }, - "north": { "uv": [ 0.5, 0.5, 15.5, 15.5 ], "texture": "#texture", "cullface": "north" }, - "south": { "uv": [ 0.5, 0.5, 15.5, 15.5 ], "texture": "#texture", "cullface": "south" }, - "west": { "uv": [ 0.5, 0.5, 15.5, 15.5 ], "texture": "#texture", "cullface": "west" }, - "east": { "uv": [ 0.5, 0.5, 15.5, 15.5 ], "texture": "#texture", "cullface": "east" } - } -}, -{ - "from": [ 0, 0, 0 ], - "to": [ 1, 8, 1 ], - "faces": { - "down": { "uv": [ 0, 1, 1, 0 ], "texture": "#texture", "cullface": "down" }, - "up": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture" }, - "north": { "uv": [ 15, 8, 16, 16 ], "texture": "#texture", "cullface": "north" }, - "south": { "uv": [ 0, 8, 1, 16 ], "texture": "#texture", "cullface": "west" }, - "west": { "uv": [ 0, 8, 1, 16 ], "texture": "#texture", "cullface": "west" }, - "east": { "uv": [ 15, 8, 16, 16 ], "texture": "#texture", "cullface": "north" } - } -}, -{ - "from": [ 15, 0, 0 ], - "to": [ 16, 8, 1 ], - "faces": { - "down": { "uv": [ 15, 1, 16, 0 ], "texture": "#texture", "cullface": "down" }, - "up": { "uv": [ 15, 0, 16, 1 ], "texture": "#texture" }, - "north": { "uv": [ 0, 8, 1, 16 ], "texture": "#texture", "cullface": "north" }, - "south": { "uv": [ 15, 8, 16, 16 ], "texture": "#texture", "cullface": "east" }, - "west": { "uv": [ 0, 8, 1, 16 ], "texture": "#texture", "cullface": "north" }, - "east": { "uv": [ 15, 8, 16, 16 ], "texture": "#texture", "cullface": "east" } - } -}, -{ - "from": [ 15, 0, 15 ], - "to": [ 16, 8, 16 ], - "faces": { - "up": { "uv": [ 15, 15, 16, 16 ], "texture": "#texture" }, - "north": { "uv": [ 0, 8, 1, 16 ], "texture": "#texture" }, - "south": { "uv": [ 15, 8, 16, 16 ], "texture": "#texture" }, - "west": { "uv": [ 15, 8, 16, 16 ], "texture": "#texture" }, - "east": { "uv": [ 0, 8, 1, 16 ], "texture": "#texture" } - } -}, -{ - "from": [ 0, 0, 15 ], - "to": [ 1, 8, 16 ], - "faces": { - "down": { "uv": [ 0, 16, 1, 15 ], "texture": "#texture", "cullface": "down" }, - "up": { "uv": [ 0, 15, 1, 16 ], "texture": "#texture" }, - "north": { "uv": [ 15, 8, 16, 16 ], "texture": "#texture", "cullface": "west" }, - "south": { "uv": [ 0, 8, 1, 16 ], "texture": "#texture", "cullface": "south" }, - "west": { "uv": [ 15, 8, 16, 16 ], "texture": "#texture", "cullface": "west" }, - "east": { "uv": [ 0, 8, 1, 16 ], "texture": "#texture", "cullface": "south" } - } -}, -{ - "from": [ 0, 6.5, 1.5 ], - "to": [ 0.5, 8, 14.5 ], - "faces": { - "down": { "uv": [ 0, 14.5, 0.5, 1.5 ], "texture": "#texture", "cullface": "west" }, - "north": { "uv": [ 15.5, 7, 16, 9.5 ], "texture": "#texture", "cullface": "west" }, - "south": { "uv": [ 0, 7, 0.5, 9.5 ], "texture": "#texture", "cullface": "west" }, - "west": { "uv": [ 1.5, 8, 14.5, 9.5 ], "texture": "#texture", "cullface": "west" } - } -}, -{ - "from": [ 0, 3.5, 1.5 ], - "to": [ 0.5, 6, 14.5 ], - "faces": { - "down": { "uv": [ 0, 14.5, 0.5, 1.5 ], "texture": "#texture", "cullface": "west" }, - "up": { "uv": [ 0, 1.5, 0.5, 14.5 ], "texture": "#texture", "cullface": "west" }, - "north": { "uv": [ 15.5, 10, 16, 12.5 ], "texture": "#texture", "cullface": "west" }, - "south": { "uv": [ 0, 10, 0.5, 12.5 ], "texture": "#texture", "cullface": "west" }, - "west": { "uv": [ 1.5, 10, 14.5, 12.5 ], "texture": "#texture", "cullface": "west" } - } -}, -{ - "from": [ 0, 0.5, 1.5 ], - "to": [ 0.5, 3, 14.5 ], - "faces": { - "up": { "uv": [ 0, 1.5, 0.5, 14.5 ], "texture": "#texture", "cullface": "west" }, - "north": { "uv": [ 15.5, 13, 16, 15.5 ], "texture": "#texture", "cullface": "west" }, - "south": { "uv": [ 0, 13, 0.5, 15.5 ], "texture": "#texture", "cullface": "west" }, - "west": { "uv": [ 1.5, 13, 14.5, 15.5 ], "texture": "#texture", "cullface": "west" } - } -}, -{ - "from": [ 1.5, 6.5, 0 ], - "to": [ 14.5, 8, 0.5 ], - "faces": { - "down": { "uv": [ 1.5, 0.5, 14.5, 0 ], "texture": "#texture", "cullface": "north" }, - "up": { "uv": [ 1.5, 0, 14.5, 0.5 ], "texture": "#texture", "cullface": "north" }, - "north": { "uv": [ 1.5, 8, 14.5, 9.5 ], "texture": "#texture", "cullface": "north" }, - "west": { "uv": [ 0, 7, 0.5, 9.5 ], "texture": "#texture", "cullface": "north" }, - "east": { "uv": [ 15.5, 7, 16, 9.5 ], "texture": "#texture", "cullface": "north" } - } -}, -{ - "from": [ 1.5, 3.5, 0 ], - "to": [ 14.5, 6, 0.5 ], - "faces": { - "down": { "uv": [ 1.5, 0.5, 14.5, 0 ], "texture": "#texture", "cullface": "north" }, - "up": { "uv": [ 1.5, 0, 14.5, 0.5 ], "texture": "#texture", "cullface": "north" }, - "north": { "uv": [ 1.5, 10, 14.5, 12.5 ], "texture": "#texture", "cullface": "north" }, - "west": { "uv": [ 0, 10, 0.5, 12.5 ], "texture": "#texture", "cullface": "north" }, - "east": { "uv": [ 15.5, 10, 16, 12.5 ], "texture": "#texture", "cullface": "north" } - } -}, -{ - "from": [ 1.5, 0.5, 0 ], - "to": [ 14.5, 3, 0.5 ], - "faces": { - "up": { "uv": [ 1.5, 0, 14.5, 0.5 ], "texture": "#texture", "cullface": "north" }, - "north": { "uv": [ 1.5, 13, 14.5, 15.5 ], "texture": "#texture", "cullface": "north" }, - "west": { "uv": [ 0, 13, 0.5, 15.5 ], "texture": "#texture", "cullface": "north" }, - "east": { "uv": [ 15.5, 13, 16, 15.5 ], "texture": "#texture", "cullface": "north" } - } -}, -{ - "from": [ 15.5, 6.5, 1.5 ], - "to": [ 16, 8, 14.5 ], - "faces": { - "down": { "uv": [ 15.5, 14.5, 16, 1.5 ], "texture": "#texture", "cullface": "east" }, - "up": { "uv": [ 15.5, 1.5, 16, 14.5 ], "texture": "#texture", "cullface": "east" }, - "north": { "uv": [ 0, 7, 0.5, 9.5 ], "texture": "#texture", "cullface": "east" }, - "south": { "uv": [ 15.5, 7, 16, 9.5 ], "texture": "#texture", "cullface": "east" }, - "east": { "uv": [ 1.5, 8, 14.5, 9.5 ], "texture": "#texture", "cullface": "east" } - } -}, -{ - "from": [ 15.5, 3.5, 1.5 ], - "to": [ 16, 6, 14.5 ], - "faces": { - "down": { "uv": [ 15.5, 14.5, 16, 1.5 ], "texture": "#texture", "cullface": "east" }, - "up": { "uv": [ 15.5, 1.5, 16, 14.5 ], "texture": "#texture", "cullface": "east" }, - "north": { "uv": [ 0, 10, 0.5, 12.5 ], "texture": "#texture", "cullface": "east" }, - "south": { "uv": [ 15.5, 10, 16, 12.5 ], "texture": "#texture", "cullface": "east" }, - "east": { "uv": [ 1.5, 10, 14.5, 12.5 ], "texture": "#texture", "cullface": "east" } - } -}, -{ - "from": [ 15.5, 0.5, 1.5 ], - "to": [ 16, 3, 14.5 ], - "faces": { - "up": { "uv": [ 15.5, 1.5, 16, 14.5 ], "texture": "#texture", "cullface": "east" }, - "north": { "uv": [ 0, 13, 0.5, 15.5 ], "texture": "#texture", "cullface": "east" }, - "south": { "uv": [ 15.5, 13, 16, 15.5 ], "texture": "#texture", "cullface": "east" }, - "east": { "uv": [ 1.5, 13, 14.5, 15.5 ], "texture": "#texture", "cullface": "east" } - } -}, -{ - "from": [ 1.5, 6.5, 15.5 ], - "to": [ 14.5, 8, 16 ], - "faces": { - "down": { "uv": [ 1.5, 16, 14.5, 15.5 ], "texture": "#texture", "cullface": "south" }, - "up": { "uv": [ 1.5, 15.5, 14.5, 16 ], "texture": "#texture", "cullface": "south" }, - "south": { "uv": [ 1.5, 8, 14.5, 9.5 ], "texture": "#texture", "cullface": "south" }, - "west": { "uv": [ 15.5, 7, 16, 9.5 ], "texture": "#texture", "cullface": "south" }, - "east": { "uv": [ 0, 7, 0.5, 9.5 ], "texture": "#texture", "cullface": "south" } - } -}, -{ - "from": [ 1.5, 3.5, 15.5 ], - "to": [ 14.5, 6, 16 ], - "faces": { - "down": { "uv": [ 1.5, 16, 14.5, 15.5 ], "texture": "#texture", "cullface": "south" }, - "up": { "uv": [ 1.5, 15.5, 14.5, 16 ], "texture": "#texture", "cullface": "south" }, - "south": { "uv": [ 1.5, 10, 14.5, 12.5 ], "texture": "#texture", "cullface": "south" }, - "west": { "uv": [ 15.5, 10, 16, 12.5 ], "texture": "#texture", "cullface": "south" }, - "east": { "uv": [ 0, 10, 0.5, 12.5 ], "texture": "#texture", "cullface": "south" } - } -}, -{ - "from": [ 1.5, 0.5, 15.5 ], - "to": [ 14.5, 3, 16 ], - "faces": { - "up": { "uv": [ 1.5, 15.5, 14.5, 16 ], "texture": "#texture", "cullface": "south" }, - "south": { "uv": [ 1.5, 13, 14.5, 15.5 ], "texture": "#texture", "cullface": "south" }, - "west": { "uv": [ 15.5, 13, 16, 15.5 ], "texture": "#texture", "cullface": "south" }, - "east": { "uv": [ 0, 13, 0.5, 15.5 ], "texture": "#texture", "cullface": "south" } - } -}, -{ - "from": [ 1.5, 7.5, 13 ], - "to": [ 14.5, 8, 15.5 ], - "faces": { - "up": { "uv": [ 1.5, 13, 14.5, 15.5 ], "texture": "#texture" }, - "north": { "uv": [ 1.5, 0, 14.5, 0.5 ], "texture": "#texture" }, - "west": { "uv": [ 13, 0, 15.5, 0.5 ], "texture": "#texture" }, - "east": { "uv": [ 0.5, 0, 3, 0.5 ], "texture": "#texture" } - } -}, -{ - "from": [ 1.5, 0, 3.5 ], - "to": [ 14.5, 0.5, 6.5 ], - "faces": { - "down": { "uv": [ 1.5, 6.5, 14.5, 3.5 ], "texture": "#texture", "cullface": "down" }, - "north": { "uv": [ 1.5, 15.5, 14.5, 16 ], "texture": "#texture" }, - "south": { "uv": [ 1.5, 15.5, 14.5, 16 ], "texture": "#texture" }, - "west": { "uv": [ 3.5, 15.5, 6.5, 16 ], "texture": "#texture" }, - "east": { "uv": [ 9.5, 15.5, 12.5, 16 ], "texture": "#texture" } - } -}, -{ - "from": [ 1.5, 7.5, 0 ], - "to": [ 14.5, 8, 3 ], - "faces": { - "down": { "uv": [ 1.5, 3, 14.5, 0 ], "texture": "#texture" }, - "up": { "uv": [ 1.5, 0, 14.5, 3 ], "texture": "#texture" }, - "north": { "uv": [ 1.5, 8, 14.5, 8.5 ], "texture": "#texture" }, - "south": { "uv": [ 1.5, 3, 14.5, 3.5 ], "texture": "#texture" }, - "west": { "uv": [ 4, 0.5, 7, 1 ], "texture": "#texture" }, - "east": { "uv": [ 3.5, 0.5, 6.5, 1 ], "texture": "#texture" } - } -}, -{ - "from": [ 1.5, 0, 7 ], - "to": [ 14.5, 0.5, 9.5 ], - "faces": { - "down": { "uv": [ 1.5, 9.5, 14.5, 7 ], "texture": "#texture", "cullface": "down" }, - "north": { "uv": [ 1.5, 15.5, 14.5, 16 ], "texture": "#texture" }, - "south": { "uv": [ 1.5, 15.5, 14.5, 16 ], "texture": "#texture" }, - "west": { "uv": [ 7, 15.5, 9.5, 16 ], "texture": "#texture" }, - "east": { "uv": [ 6.5, 15.5, 9, 16 ], "texture": "#texture" } - } -}, -{ - "from": [ 1.5, 0, 10 ], - "to": [ 14.5, 0.5, 12.5 ], - "faces": { - "down": { "uv": [ 1.5, 12.5, 14.5, 10 ], "texture": "#texture", "cullface": "down" }, - "north": { "uv": [ 1.5, 15.5, 14.5, 16 ], "texture": "#texture" }, - "south": { "uv": [ 1.5, 15.5, 14.5, 16 ], "texture": "#texture" }, - "west": { "uv": [ 10, 15.5, 12.5, 16 ], "texture": "#texture" }, - "east": { "uv": [ 3.5, 15.5, 6, 16 ], "texture": "#texture" } - } -}, -{ - "from": [ 0, 7.5, 0 ], - "to": [ 1, 8, 16 ], - "faces": { - "down": { "uv": [ 0, 16, 1, 0 ], "texture": "#texture" }, - "up": { "uv": [ 0, 0, 1, 15.5 ], "texture": "#texture" }, - "north": { "uv": [ 15, 8, 16, 8.5 ], "texture": "#texture" }, - "south": { "uv": [ 0, 8, 1, 8.5 ], "texture": "#texture" }, - "west": { "uv": [ 0, 8, 16, 8.5 ], "texture": "#texture" }, - "east": { "uv": [ 0, 8, 16, 8.5 ], "texture": "#texture" } - } -}, -{ - "from": [ 15, 7.5, 0 ], - "to": [ 16, 8, 16 ], - "faces": { - "down": { "uv": [ 15, 16, 16, 0 ], "texture": "#texture" }, - "up": { "uv": [ 15, 0, 16, 16 ], "texture": "#texture" }, - "north": { "uv": [ 0, 8, 1, 8.5 ], "texture": "#texture" }, - "south": { "uv": [ 15, 8, 16, 8.5 ], "texture": "#texture" }, - "west": { "uv": [ 0, 0, 16, 0.5 ], "texture": "#texture" }, - "east": { "uv": [ 0, 8, 16, 8.5 ], "texture": "#texture" } - } -}, -{ - "from": [ 1.5, 7.5, 10 ], - "to": [ 14.5, 8, 12.5 ], - "faces": { - "up": { "uv": [ 1.5, 10, 14.5, 12.5 ], "texture": "#texture" }, - "north": { "uv": [ 1.5, 0, 14.5, 0.5 ], "texture": "#texture" }, - "south": { "uv": [ 1.5, 0, 14.5, 0.5 ], "texture": "#texture" }, - "west": { "uv": [ 10, 0, 12.5, 0.5 ], "texture": "#texture" }, - "east": { "uv": [ 3.5, 0, 6, 0.5 ], "texture": "#texture" } - } -}, -{ - "from": [ 1.5, 7.5, 7 ], - "to": [ 14.5, 8, 9.5 ], - "faces": { - "up": { "uv": [ 1.5, 7, 14.5, 9.5 ], "texture": "#texture" }, - "north": { "uv": [ 1.5, 0, 14.5, 0.5 ], "texture": "#texture" }, - "south": { "uv": [ 1.5, 0, 14.5, 0.5 ], "texture": "#texture" }, - "west": { "uv": [ 7, 0, 9.5, 0.5 ], "texture": "#texture" }, - "east": { "uv": [ 6.5, 0, 9, 0.5 ], "texture": "#texture" } - } -}, -{ - "from": [ 1.5, 7.5, 3.5 ], - "to": [ 14.5, 8, 6.5 ], - "faces": { - "up": { "uv": [ 1.5, 3.5, 14.5, 6.5 ], "texture": "#texture" }, - "north": { "uv": [ 1.5, 0, 14.5, 0.5 ], "texture": "#texture" }, - "south": { "uv": [ 1.5, 0, 14.5, 0.5 ], "texture": "#texture" }, - "west": { "uv": [ 3.5, 0, 6.5, 0.5 ], "texture": "#texture" }, - "east": { "uv": [ 9.5, 0, 12.5, 0.5 ], "texture": "#texture" } - } -}, -{ - "from": [ 1.5, 0, 0 ], - "to": [ 14.5, 0.5, 3 ], - "faces": { - "down": { "uv": [ 1.5, 3, 14.5, 0 ], "texture": "#texture", "cullface": "down" }, - "up": { "uv": [ 1.5, 0, 14.5, 3 ], "texture": "#texture" }, - "north": { "uv": [ 1.5, 15.5, 14.5, 16 ], "texture": "#texture" }, - "south": { "uv": [ 1.5, 15.5, 14.5, 16 ], "texture": "#texture" }, - "west": { "uv": [ 0, 15.5, 3, 16 ], "texture": "#texture" }, - "east": { "uv": [ 13, 15.5, 16, 16 ], "texture": "#texture" } - } -}, -{ - "from": [ 0, 0, 0 ], - "to": [ 1, 0.5, 16 ], - "faces": { - "down": { "uv": [ 0, 16, 1, 0 ], "texture": "#texture" }, - "up": { "uv": [ 0, 0, 1, 16 ], "texture": "#texture" }, - "north": { "uv": [ 15, 15.5, 16, 16 ], "texture": "#texture" }, - "south": { "uv": [ 0, 15.5, 1, 16 ], "texture": "#texture" }, - "west": { "uv": [ 0, 15.5, 16, 16 ], "texture": "#texture" }, - "east": { "uv": [ 0, 15.5, 16, 16 ], "texture": "#texture" } - } -}, -{ - "from": [ 15, 0, 0 ], - "to": [ 16, 0.5, 16 ], - "faces": { - "down": { "uv": [ 15, 16, 16, 0 ], "texture": "#texture" }, - "up": { "uv": [ 15, 0, 16, 16 ], "texture": "#texture" }, - "north": { "uv": [ 0, 15.5, 1, 16 ], "texture": "#texture" }, - "south": { "uv": [ 15, 15.5, 16, 16 ], "texture": "#texture" }, - "west": { "uv": [ 0, 15.5, 16, 16 ], "texture": "#texture" }, - "east": { "uv": [ 0, 15.5, 16, 16 ], "texture": "#texture" } - } -}, -{ - "from": [ 1.5, 0, 13 ], - "to": [ 14.5, 0.5, 15.5 ], - "faces": { - "down": { "uv": [ 1.5, 15.5, 14.5, 13 ], "texture": "#texture", "cullface": "down" }, - "north": { "uv": [ 1.5, 15.5, 14.5, 16 ], "texture": "#texture", "cullface": "down" }, - "west": { "uv": [ 13, 15.5, 15.5, 16 ], "texture": "#texture", "cullface": "down" }, - "east": { "uv": [ 0.5, 15.5, 3, 16 ], "texture": "#texture", "cullface": "down" } - } -}, -{ - "from": [ 1, 7.5, 0 ], - "to": [ 15, 8, 0.5 ], - "faces": { - "down": { "uv": [ 1, 16, 15, 15.5 ], "texture": "#texture" }, - "up": { "uv": [ 1, 0, 15, 0.5 ], "texture": "#texture" }, - "north": { "uv": [ 1, 8, 15, 8.5 ], "texture": "#texture" }, - "south": { "uv": [ 1, 8, 15, 8.5 ], "texture": "#texture" } - } -}, -{ - "from": [ 1, 7.5, 15.5 ], - "to": [ 15, 8, 16 ], - "faces": { - "down": { "uv": [ 1, 16, 15, 15.5 ], "texture": "#texture" }, - "up": { "uv": [ 1, 15.5, 15, 16 ], "texture": "#texture" }, - "north": { "uv": [ 1, 8, 15, 8.5 ], "texture": "#texture" }, - "south": { "uv": [ 1, 8, 15, 8.5 ], "texture": "#texture" } - } -}, -{ - "from": [ 1, 0, 0 ], - "to": [ 15, 0.5, 0.5 ], - "faces": { - "down": { "uv": [ 1, 0.5, 15, 0 ], "texture": "#texture" }, - "up": { "uv": [ 1, 0, 15, 0.5 ], "texture": "#texture" }, - "north": { "uv": [ 1, 15.5, 15, 16 ], "texture": "#texture" }, - "south": { "uv": [ 1, 15.5, 15, 16 ], "texture": "#texture" } - } -}, -{ - "from": [ 1, 0, 15.5 ], - "to": [ 15, 0.5, 16 ], - "faces": { - "down": { "uv": [ 1, 16, 15, 15.5 ], "texture": "#texture" }, - "up": { "uv": [ 1, 15.5, 15, 16 ], "texture": "#texture" }, - "north": { "uv": [ 1, 15.5, 15, 16 ], "texture": "#texture" }, - "south": { "uv": [ 1, 15.5, 15, 16 ], "texture": "#texture" } - } -} -], - "display": { - "gui": { - "rotation": [ 30, 225, 0 ], - "translation": [ 0, 0, 0], - "scale":[ 0.625, 0.625, 0.625 ] - }, - "ground": { - "rotation": [ 0, 0, 0 ], - "translation": [ 0, 3, 0], - "scale":[ 0.25, 0.25, 0.25 ] - }, - "fixed": { - "rotation": [ 0, 0, 0 ], - "translation": [ 0, 0, 0], - "scale":[ 0.5, 0.5, 0.5 ] - }, - "thirdperson_righthand": { - "rotation": [ 75, 45, 0 ], - "translation": [ 0, 2.5, 0], - "scale": [ 0.375, 0.375, 0.375 ] - }, - "firstperson_righthand": { - "rotation": [ 0, 45, 0 ], - "translation": [ 0, 0, 0 ], - "scale": [ 0.40, 0.40, 0.40 ] - }, - "firstperson_lefthand": { - "rotation": [ 0, 225, 0 ], - "translation": [ 0, 0, 0 ], - "scale": [ 0.40, 0.40, 0.40 ] - } - } -} \ No newline at end of file +{"ambientocclusion":false,"textures":{"particle":"#texture"},"elements":[{"from":[0.5,0.5,0.5],"to":[15.5,7.5,15.5],"faces":{"down":{"uv":[0.5,15.5,15.5,0.5],"texture":"#texture","cullface":"down"},"up":{"uv":[0.5,0.5,15.5,15.5],"texture":"#texture"},"north":{"uv":[0.5,0.5,15.5,15.5],"texture":"#texture","cullface":"north"},"south":{"uv":[0.5,0.5,15.5,15.5],"texture":"#texture","cullface":"south"},"west":{"uv":[0.5,0.5,15.5,15.5],"texture":"#texture","cullface":"west"},"east":{"uv":[0.5,0.5,15.5,15.5],"texture":"#texture","cullface":"east"}}},{"from":[0,0,0],"to":[1,8,1],"faces":{"down":{"uv":[0,1,1,0],"texture":"#texture","cullface":"down"},"up":{"uv":[0,0,1,1],"texture":"#texture"},"north":{"uv":[15,8,16,16],"texture":"#texture","cullface":"north"},"south":{"uv":[0,8,1,16],"texture":"#texture","cullface":"west"},"west":{"uv":[0,8,1,16],"texture":"#texture","cullface":"west"},"east":{"uv":[15,8,16,16],"texture":"#texture","cullface":"north"}}},{"from":[15,0,0],"to":[16,8,1],"faces":{"down":{"uv":[15,1,16,0],"texture":"#texture","cullface":"down"},"up":{"uv":[15,0,16,1],"texture":"#texture"},"north":{"uv":[0,8,1,16],"texture":"#texture","cullface":"north"},"south":{"uv":[15,8,16,16],"texture":"#texture","cullface":"east"},"west":{"uv":[0,8,1,16],"texture":"#texture","cullface":"north"},"east":{"uv":[15,8,16,16],"texture":"#texture","cullface":"east"}}},{"from":[15,0,15],"to":[16,8,16],"faces":{"up":{"uv":[15,15,16,16],"texture":"#texture"},"north":{"uv":[0,8,1,16],"texture":"#texture"},"south":{"uv":[15,8,16,16],"texture":"#texture"},"west":{"uv":[15,8,16,16],"texture":"#texture"},"east":{"uv":[0,8,1,16],"texture":"#texture"}}},{"from":[0,0,15],"to":[1,8,16],"faces":{"down":{"uv":[0,16,1,15],"texture":"#texture","cullface":"down"},"up":{"uv":[0,15,1,16],"texture":"#texture"},"north":{"uv":[15,8,16,16],"texture":"#texture","cullface":"west"},"south":{"uv":[0,8,1,16],"texture":"#texture","cullface":"south"},"west":{"uv":[15,8,16,16],"texture":"#texture","cullface":"west"},"east":{"uv":[0,8,1,16],"texture":"#texture","cullface":"south"}}},{"from":[0,6.5,1.5],"to":[0.5,8,14.5],"faces":{"down":{"uv":[0,14.5,0.5,1.5],"texture":"#texture","cullface":"west"},"north":{"uv":[15.5,7,16,9.5],"texture":"#texture","cullface":"west"},"south":{"uv":[0,7,0.5,9.5],"texture":"#texture","cullface":"west"},"west":{"uv":[1.5,8,14.5,9.5],"texture":"#texture","cullface":"west"}}},{"from":[0,3.5,1.5],"to":[0.5,6,14.5],"faces":{"down":{"uv":[0,14.5,0.5,1.5],"texture":"#texture","cullface":"west"},"up":{"uv":[0,1.5,0.5,14.5],"texture":"#texture","cullface":"west"},"north":{"uv":[15.5,10,16,12.5],"texture":"#texture","cullface":"west"},"south":{"uv":[0,10,0.5,12.5],"texture":"#texture","cullface":"west"},"west":{"uv":[1.5,10,14.5,12.5],"texture":"#texture","cullface":"west"}}},{"from":[0,0.5,1.5],"to":[0.5,3,14.5],"faces":{"up":{"uv":[0,1.5,0.5,14.5],"texture":"#texture","cullface":"west"},"north":{"uv":[15.5,13,16,15.5],"texture":"#texture","cullface":"west"},"south":{"uv":[0,13,0.5,15.5],"texture":"#texture","cullface":"west"},"west":{"uv":[1.5,13,14.5,15.5],"texture":"#texture","cullface":"west"}}},{"from":[1.5,6.5,0],"to":[14.5,8,0.5],"faces":{"down":{"uv":[1.5,0.5,14.5,0],"texture":"#texture","cullface":"north"},"up":{"uv":[1.5,0,14.5,0.5],"texture":"#texture","cullface":"north"},"north":{"uv":[1.5,8,14.5,9.5],"texture":"#texture","cullface":"north"},"west":{"uv":[0,7,0.5,9.5],"texture":"#texture","cullface":"north"},"east":{"uv":[15.5,7,16,9.5],"texture":"#texture","cullface":"north"}}},{"from":[1.5,3.5,0],"to":[14.5,6,0.5],"faces":{"down":{"uv":[1.5,0.5,14.5,0],"texture":"#texture","cullface":"north"},"up":{"uv":[1.5,0,14.5,0.5],"texture":"#texture","cullface":"north"},"north":{"uv":[1.5,10,14.5,12.5],"texture":"#texture","cullface":"north"},"west":{"uv":[0,10,0.5,12.5],"texture":"#texture","cullface":"north"},"east":{"uv":[15.5,10,16,12.5],"texture":"#texture","cullface":"north"}}},{"from":[1.5,0.5,0],"to":[14.5,3,0.5],"faces":{"up":{"uv":[1.5,0,14.5,0.5],"texture":"#texture","cullface":"north"},"north":{"uv":[1.5,13,14.5,15.5],"texture":"#texture","cullface":"north"},"west":{"uv":[0,13,0.5,15.5],"texture":"#texture","cullface":"north"},"east":{"uv":[15.5,13,16,15.5],"texture":"#texture","cullface":"north"}}},{"from":[15.5,6.5,1.5],"to":[16,8,14.5],"faces":{"down":{"uv":[15.5,14.5,16,1.5],"texture":"#texture","cullface":"east"},"up":{"uv":[15.5,1.5,16,14.5],"texture":"#texture","cullface":"east"},"north":{"uv":[0,7,0.5,9.5],"texture":"#texture","cullface":"east"},"south":{"uv":[15.5,7,16,9.5],"texture":"#texture","cullface":"east"},"east":{"uv":[1.5,8,14.5,9.5],"texture":"#texture","cullface":"east"}}},{"from":[15.5,3.5,1.5],"to":[16,6,14.5],"faces":{"down":{"uv":[15.5,14.5,16,1.5],"texture":"#texture","cullface":"east"},"up":{"uv":[15.5,1.5,16,14.5],"texture":"#texture","cullface":"east"},"north":{"uv":[0,10,0.5,12.5],"texture":"#texture","cullface":"east"},"south":{"uv":[15.5,10,16,12.5],"texture":"#texture","cullface":"east"},"east":{"uv":[1.5,10,14.5,12.5],"texture":"#texture","cullface":"east"}}},{"from":[15.5,0.5,1.5],"to":[16,3,14.5],"faces":{"up":{"uv":[15.5,1.5,16,14.5],"texture":"#texture","cullface":"east"},"north":{"uv":[0,13,0.5,15.5],"texture":"#texture","cullface":"east"},"south":{"uv":[15.5,13,16,15.5],"texture":"#texture","cullface":"east"},"east":{"uv":[1.5,13,14.5,15.5],"texture":"#texture","cullface":"east"}}},{"from":[1.5,6.5,15.5],"to":[14.5,8,16],"faces":{"down":{"uv":[1.5,16,14.5,15.5],"texture":"#texture","cullface":"south"},"up":{"uv":[1.5,15.5,14.5,16],"texture":"#texture","cullface":"south"},"south":{"uv":[1.5,8,14.5,9.5],"texture":"#texture","cullface":"south"},"west":{"uv":[15.5,7,16,9.5],"texture":"#texture","cullface":"south"},"east":{"uv":[0,7,0.5,9.5],"texture":"#texture","cullface":"south"}}},{"from":[1.5,3.5,15.5],"to":[14.5,6,16],"faces":{"down":{"uv":[1.5,16,14.5,15.5],"texture":"#texture","cullface":"south"},"up":{"uv":[1.5,15.5,14.5,16],"texture":"#texture","cullface":"south"},"south":{"uv":[1.5,10,14.5,12.5],"texture":"#texture","cullface":"south"},"west":{"uv":[15.5,10,16,12.5],"texture":"#texture","cullface":"south"},"east":{"uv":[0,10,0.5,12.5],"texture":"#texture","cullface":"south"}}},{"from":[1.5,0.5,15.5],"to":[14.5,3,16],"faces":{"up":{"uv":[1.5,15.5,14.5,16],"texture":"#texture","cullface":"south"},"south":{"uv":[1.5,13,14.5,15.5],"texture":"#texture","cullface":"south"},"west":{"uv":[15.5,13,16,15.5],"texture":"#texture","cullface":"south"},"east":{"uv":[0,13,0.5,15.5],"texture":"#texture","cullface":"south"}}},{"from":[1.5,7.5,13],"to":[14.5,8,15.5],"faces":{"up":{"uv":[1.5,13,14.5,15.5],"texture":"#texture"},"north":{"uv":[1.5,0,14.5,0.5],"texture":"#texture"},"west":{"uv":[13,0,15.5,0.5],"texture":"#texture"},"east":{"uv":[0.5,0,3,0.5],"texture":"#texture"}}},{"from":[1.5,0,3.5],"to":[14.5,0.5,6.5],"faces":{"down":{"uv":[1.5,6.5,14.5,3.5],"texture":"#texture","cullface":"down"},"north":{"uv":[1.5,15.5,14.5,16],"texture":"#texture"},"south":{"uv":[1.5,15.5,14.5,16],"texture":"#texture"},"west":{"uv":[3.5,15.5,6.5,16],"texture":"#texture"},"east":{"uv":[9.5,15.5,12.5,16],"texture":"#texture"}}},{"from":[1.5,7.5,0],"to":[14.5,8,3],"faces":{"down":{"uv":[1.5,3,14.5,0],"texture":"#texture"},"up":{"uv":[1.5,0,14.5,3],"texture":"#texture"},"north":{"uv":[1.5,8,14.5,8.5],"texture":"#texture"},"south":{"uv":[1.5,3,14.5,3.5],"texture":"#texture"},"west":{"uv":[4,0.5,7,1],"texture":"#texture"},"east":{"uv":[3.5,0.5,6.5,1],"texture":"#texture"}}},{"from":[1.5,0,7],"to":[14.5,0.5,9.5],"faces":{"down":{"uv":[1.5,9.5,14.5,7],"texture":"#texture","cullface":"down"},"north":{"uv":[1.5,15.5,14.5,16],"texture":"#texture"},"south":{"uv":[1.5,15.5,14.5,16],"texture":"#texture"},"west":{"uv":[7,15.5,9.5,16],"texture":"#texture"},"east":{"uv":[6.5,15.5,9,16],"texture":"#texture"}}},{"from":[1.5,0,10],"to":[14.5,0.5,12.5],"faces":{"down":{"uv":[1.5,12.5,14.5,10],"texture":"#texture","cullface":"down"},"north":{"uv":[1.5,15.5,14.5,16],"texture":"#texture"},"south":{"uv":[1.5,15.5,14.5,16],"texture":"#texture"},"west":{"uv":[10,15.5,12.5,16],"texture":"#texture"},"east":{"uv":[3.5,15.5,6,16],"texture":"#texture"}}},{"from":[0,7.5,0],"to":[1,8,16],"faces":{"down":{"uv":[0,16,1,0],"texture":"#texture"},"up":{"uv":[0,0,1,15.5],"texture":"#texture"},"north":{"uv":[15,8,16,8.5],"texture":"#texture"},"south":{"uv":[0,8,1,8.5],"texture":"#texture"},"west":{"uv":[0,8,16,8.5],"texture":"#texture"},"east":{"uv":[0,8,16,8.5],"texture":"#texture"}}},{"from":[15,7.5,0],"to":[16,8,16],"faces":{"down":{"uv":[15,16,16,0],"texture":"#texture"},"up":{"uv":[15,0,16,16],"texture":"#texture"},"north":{"uv":[0,8,1,8.5],"texture":"#texture"},"south":{"uv":[15,8,16,8.5],"texture":"#texture"},"west":{"uv":[0,0,16,0.5],"texture":"#texture"},"east":{"uv":[0,8,16,8.5],"texture":"#texture"}}},{"from":[1.5,7.5,10],"to":[14.5,8,12.5],"faces":{"up":{"uv":[1.5,10,14.5,12.5],"texture":"#texture"},"north":{"uv":[1.5,0,14.5,0.5],"texture":"#texture"},"south":{"uv":[1.5,0,14.5,0.5],"texture":"#texture"},"west":{"uv":[10,0,12.5,0.5],"texture":"#texture"},"east":{"uv":[3.5,0,6,0.5],"texture":"#texture"}}},{"from":[1.5,7.5,7],"to":[14.5,8,9.5],"faces":{"up":{"uv":[1.5,7,14.5,9.5],"texture":"#texture"},"north":{"uv":[1.5,0,14.5,0.5],"texture":"#texture"},"south":{"uv":[1.5,0,14.5,0.5],"texture":"#texture"},"west":{"uv":[7,0,9.5,0.5],"texture":"#texture"},"east":{"uv":[6.5,0,9,0.5],"texture":"#texture"}}},{"from":[1.5,7.5,3.5],"to":[14.5,8,6.5],"faces":{"up":{"uv":[1.5,3.5,14.5,6.5],"texture":"#texture"},"north":{"uv":[1.5,0,14.5,0.5],"texture":"#texture"},"south":{"uv":[1.5,0,14.5,0.5],"texture":"#texture"},"west":{"uv":[3.5,0,6.5,0.5],"texture":"#texture"},"east":{"uv":[9.5,0,12.5,0.5],"texture":"#texture"}}},{"from":[1.5,0,0],"to":[14.5,0.5,3],"faces":{"down":{"uv":[1.5,3,14.5,0],"texture":"#texture","cullface":"down"},"up":{"uv":[1.5,0,14.5,3],"texture":"#texture"},"north":{"uv":[1.5,15.5,14.5,16],"texture":"#texture"},"south":{"uv":[1.5,15.5,14.5,16],"texture":"#texture"},"west":{"uv":[0,15.5,3,16],"texture":"#texture"},"east":{"uv":[13,15.5,16,16],"texture":"#texture"}}},{"from":[0,0,0],"to":[1,0.5,16],"faces":{"down":{"uv":[0,16,1,0],"texture":"#texture"},"up":{"uv":[0,0,1,16],"texture":"#texture"},"north":{"uv":[15,15.5,16,16],"texture":"#texture"},"south":{"uv":[0,15.5,1,16],"texture":"#texture"},"west":{"uv":[0,15.5,16,16],"texture":"#texture"},"east":{"uv":[0,15.5,16,16],"texture":"#texture"}}},{"from":[15,0,0],"to":[16,0.5,16],"faces":{"down":{"uv":[15,16,16,0],"texture":"#texture"},"up":{"uv":[15,0,16,16],"texture":"#texture"},"north":{"uv":[0,15.5,1,16],"texture":"#texture"},"south":{"uv":[15,15.5,16,16],"texture":"#texture"},"west":{"uv":[0,15.5,16,16],"texture":"#texture"},"east":{"uv":[0,15.5,16,16],"texture":"#texture"}}},{"from":[1.5,0,13],"to":[14.5,0.5,15.5],"faces":{"down":{"uv":[1.5,15.5,14.5,13],"texture":"#texture","cullface":"down"},"north":{"uv":[1.5,15.5,14.5,16],"texture":"#texture","cullface":"down"},"west":{"uv":[13,15.5,15.5,16],"texture":"#texture","cullface":"down"},"east":{"uv":[0.5,15.5,3,16],"texture":"#texture","cullface":"down"}}},{"from":[1,7.5,0],"to":[15,8,0.5],"faces":{"down":{"uv":[1,16,15,15.5],"texture":"#texture"},"up":{"uv":[1,0,15,0.5],"texture":"#texture"},"north":{"uv":[1,8,15,8.5],"texture":"#texture"},"south":{"uv":[1,8,15,8.5],"texture":"#texture"}}},{"from":[1,7.5,15.5],"to":[15,8,16],"faces":{"down":{"uv":[1,16,15,15.5],"texture":"#texture"},"up":{"uv":[1,15.5,15,16],"texture":"#texture"},"north":{"uv":[1,8,15,8.5],"texture":"#texture"},"south":{"uv":[1,8,15,8.5],"texture":"#texture"}}},{"from":[1,0,0],"to":[15,0.5,0.5],"faces":{"down":{"uv":[1,0.5,15,0],"texture":"#texture"},"up":{"uv":[1,0,15,0.5],"texture":"#texture"},"north":{"uv":[1,15.5,15,16],"texture":"#texture"},"south":{"uv":[1,15.5,15,16],"texture":"#texture"}}},{"from":[1,0,15.5],"to":[15,0.5,16],"faces":{"down":{"uv":[1,16,15,15.5],"texture":"#texture"},"up":{"uv":[1,15.5,15,16],"texture":"#texture"},"north":{"uv":[1,15.5,15,16],"texture":"#texture"},"south":{"uv":[1,15.5,15,16],"texture":"#texture"}}}],"display":{"gui":{"rotation":[30,225,0],"translation":[0,0,0],"scale":[0.625,0.625,0.625]},"ground":{"rotation":[0,0,0],"translation":[0,3,0],"scale":[0.25,0.25,0.25]},"fixed":{"rotation":[0,0,0],"translation":[0,0,0],"scale":[0.5,0.5,0.5]},"thirdperson_righthand":{"rotation":[75,45,0],"translation":[0,2.5,0],"scale":[0.375,0.375,0.375]},"firstperson_righthand":{"rotation":[0,45,0],"translation":[0,0,0],"scale":[0.40,0.40,0.40]},"firstperson_lefthand":{"rotation":[0,225,0],"translation":[0,0,0],"scale":[0.40,0.40,0.40]}}} diff --git a/assets/minecraft/models/block/plankse_slab_top.json b/assets/minecraft/models/block/plankse_slab_top.json index 0729601..1198fa5 100755 --- a/assets/minecraft/models/block/plankse_slab_top.json +++ b/assets/minecraft/models/block/plankse_slab_top.json @@ -1,445 +1 @@ -{ -"ambientocclusion": false, -"textures": { - "particle": "#texture" -}, -"elements": [ -{ - "from": [ 0.5, 8.5, 0.5 ], - "to": [ 15.5, 15.5, 15.5 ], - "faces": { - "down": { "uv": [ 15.5, 15.5, 0.5, 0.5 ], "texture": "#texture" }, - "up": { "uv": [ 0.5, 0.5, 15.5, 15.5 ], "texture": "#texture", "cullface": "up" }, - "north": { "uv": [ 0.5, 0.5, 15.5, 7.5 ], "texture": "#texture", "cullface": "north" }, - "south": { "uv": [ 0.5, 0.5, 15.5, 7.5 ], "texture": "#texture", "cullface": "south" }, - "west": { "uv": [ 0.5, 0.5, 15.5, 7.5 ], "texture": "#texture", "cullface": "west" }, - "east": { "uv": [ 0.5, 0.5, 15.5, 7.5 ], "texture": "#texture", "cullface": "east" } - } -}, -{ - "from": [ 0, 8, 0 ], - "to": [ 1, 16, 1 ], - "faces": { - "down": { "uv": [ 0, 1, 1, 0 ], "texture": "#texture" }, - "up": { "uv": [ 0, 0, 1, 1 ], "texture": "#texture", "cullface": "up" }, - "north": { "uv": [ 15, 0, 16, 8 ], "texture": "#texture", "cullface": "north" }, - "south": { "uv": [ 0, 0, 1, 8 ], "texture": "#texture", "cullface": "west" }, - "west": { "uv": [ 0, 0, 1, 8 ], "texture": "#texture", "cullface": "west" }, - "east": { "uv": [ 15, 0, 16, 8 ], "texture": "#texture", "cullface": "north" } - } -}, -{ - "from": [ 15, 8, 0 ], - "to": [ 16, 16, 1 ], - "faces": { - "down": { "uv": [ 15, 1, 16, 0 ], "texture": "#texture" }, - "up": { "uv": [ 15, 0, 16, 1 ], "texture": "#texture", "cullface": "up" }, - "north": { "uv": [ 0, 0, 1, 8 ], "texture": "#texture", "cullface": "north" }, - "south": { "uv": [ 15, 0, 16, 8 ], "texture": "#texture", "cullface": "east" }, - "west": { "uv": [ 0, 0, 1, 8 ], "texture": "#texture", "cullface": "north" }, - "east": { "uv": [ 15, 0, 16, 8 ], "texture": "#texture", "cullface": "east" } - } -}, -{ - "from": [ 15, 8, 15 ], - "to": [ 16, 16, 16 ], - "faces": { - "up": { "uv": [ 15, 15, 16, 16 ], "texture": "#texture", "cullface": "up" }, - "north": { "uv": [ 0, 0, 1, 8 ], "texture": "#texture" }, - "south": { "uv": [ 15, 0, 16, 8 ], "texture": "#texture" }, - "west": { "uv": [ 15, 0, 16, 8 ], "texture": "#texture" }, - "east": { "uv": [ 0, 0, 1, 8 ], "texture": "#texture" } - } -}, -{ - "from": [ 0, 8, 15 ], - "to": [ 1, 16, 16 ], - "faces": { - "down": { "uv": [ 0, 16, 1, 15 ], "texture": "#texture" }, - "up": { "uv": [ 0, 15, 1, 16 ], "texture": "#texture", "cullface": "up" }, - "north": { "uv": [ 15, 0, 16, 8 ], "texture": "#texture", "cullface": "west" }, - "south": { "uv": [ 0, 0, 1, 8 ], "texture": "#texture", "cullface": "south" }, - "west": { "uv": [ 15, 0, 16, 8 ], "texture": "#texture", "cullface": "west" }, - "east": { "uv": [ 0, 0, 1, 8 ], "texture": "#texture", "cullface": "south" } - } -}, -{ - "from": [ 0, 13, 1.5 ], - "to": [ 0.5, 16, 14.5 ], - "faces": { - "down": { "uv": [ 0, 14.5, 0.5, 1.5 ], "texture": "#texture", "cullface": "west" }, - "up": { "uv": [ 0, 1.5, 0.5, 14.5 ], "texture": "#texture", "cullface": "west" }, - "north": { "uv": [ 15.5, 0, 16, 3 ], "texture": "#texture", "cullface": "west" }, - "south": { "uv": [ 0, 0, 0.5, 3 ], "texture": "#texture", "cullface": "west" }, - "west": { "uv": [ 1.5, 0, 14.5, 3 ], "texture": "#texture", "cullface": "west" }, - "east": { "uv": [ 1.5, 0, 14.5, 3 ], "texture": "#texture", "cullface": "west" } - } -}, -{ - "from": [ 0, 9.5, 1.5 ], - "to": [ 0.5, 12.5, 14.5 ], - "faces": { - "down": { "uv": [ 0, 14.5, 0.5, 1.5 ], "texture": "#texture", "cullface": "west" }, - "up": { "uv": [ 0, 1.5, 0.5, 14.5 ], "texture": "#texture", "cullface": "west" }, - "north": { "uv": [ 15.5, 3.5, 16, 6.5 ], "texture": "#texture", "cullface": "west" }, - "south": { "uv": [ 0, 3.5, 0.5, 6.5 ], "texture": "#texture", "cullface": "west" }, - "west": { "uv": [ 1.5, 3.5, 14.5, 6.5 ], "texture": "#texture", "cullface": "west" } - } -}, -{ - "from": [ 0, 8, 1.5 ], - "to": [ 0.5, 9, 14.5 ], - "faces": { - "down": { "uv": [ 0, 14.5, 0.5, 1.5 ], "texture": "#texture", "cullface": "west" }, - "up": { "uv": [ 0, 1.5, 0.5, 14.5 ], "texture": "#texture", "cullface": "west" }, - "north": { "uv": [ 15.5, 7, 16, 9.5 ], "texture": "#texture", "cullface": "west" }, - "south": { "uv": [ 0, 7, 0.5, 9.5 ], "texture": "#texture", "cullface": "west" }, - "west": { "uv": [ 1.5, 7, 14.5, 8 ], "texture": "#texture", "cullface": "west" } - } -}, -{ - "from": [ 1.5, 13, 0 ], - "to": [ 14.5, 16, 0.5 ], - "faces": { - "down": { "uv": [ 1.5, 0.5, 14.5, 0 ], "texture": "#texture", "cullface": "north" }, - "up": { "uv": [ 1.5, 0, 14.5, 0.5 ], "texture": "#texture", "cullface": "north" }, - "north": { "uv": [ 1.5, 0, 14.5, 3 ], "texture": "#texture", "cullface": "north" }, - "south": { "uv": [ 1.5, 0, 14.5, 3 ], "texture": "#texture", "cullface": "north" }, - "west": { "uv": [ 0, 0, 0.5, 3 ], "texture": "#texture", "cullface": "north" }, - "east": { "uv": [ 15.5, 0, 16, 3 ], "texture": "#texture", "cullface": "north" } - } -}, -{ - "from": [ 1.5, 9.5, 0 ], - "to": [ 14.5, 12.5, 0.5 ], - "faces": { - "down": { "uv": [ 1.5, 0.5, 14.5, 0 ], "texture": "#texture", "cullface": "north" }, - "up": { "uv": [ 1.5, 0, 14.5, 0.5 ], "texture": "#texture", "cullface": "north" }, - "north": { "uv": [ 1.5, 3.5, 14.5, 6.5 ], "texture": "#texture", "cullface": "north" }, - "west": { "uv": [ 0, 3.5, 0.5, 6.5 ], "texture": "#texture", "cullface": "north" }, - "east": { "uv": [ 15.5, 3.5, 16, 6.5 ], "texture": "#texture", "cullface": "north" } - } -}, -{ - "from": [ 1.5, 8, 0 ], - "to": [ 14.5, 9, 0.5 ], - "faces": { - "down": { "uv": [ 1.5, 0.5, 14.5, 0 ], "texture": "#texture", "cullface": "north" }, - "up": { "uv": [ 1.5, 0, 14.5, 0.5 ], "texture": "#texture", "cullface": "north" }, - "north": { "uv": [ 1.5, 7, 14.5, 8 ], "texture": "#texture", "cullface": "north" }, - "west": { "uv": [ 0, 7, 0.5, 9.5 ], "texture": "#texture", "cullface": "north" }, - "east": { "uv": [ 15.5, 7, 16, 9.5 ], "texture": "#texture", "cullface": "north" } - } -}, -{ - "from": [ 15.5, 13, 1.5 ], - "to": [ 16, 16, 14.5 ], - "faces": { - "down": { "uv": [ 15.5, 14.5, 16, 1.5 ], "texture": "#texture", "cullface": "east" }, - "up": { "uv": [ 15.5, 1.5, 16, 14.5 ], "texture": "#texture", "cullface": "east" }, - "north": { "uv": [ 0, 0, 0.5, 3 ], "texture": "#texture", "cullface": "east" }, - "south": { "uv": [ 15.5, 0, 16, 3 ], "texture": "#texture", "cullface": "east" }, - "west": { "uv": [ 1.5, 0, 14.5, 3 ], "texture": "#texture", "cullface": "east" }, - "east": { "uv": [ 1.5, 0, 14.5, 3 ], "texture": "#texture", "cullface": "east" } - } -}, -{ - "from": [ 15.5, 9.5, 1.5 ], - "to": [ 16, 12.5, 14.5 ], - "faces": { - "down": { "uv": [ 15.5, 14.5, 16, 1.5 ], "texture": "#texture", "cullface": "east" }, - "up": { "uv": [ 15.5, 1.5, 16, 14.5 ], "texture": "#texture", "cullface": "east" }, - "north": { "uv": [ 0, 3.5, 0.5, 6.5 ], "texture": "#texture", "cullface": "east" }, - "south": { "uv": [ 15.5, 3.5, 16, 6.5 ], "texture": "#texture", "cullface": "east" }, - "east": { "uv": [ 1.5, 3.5, 14.5, 6.5 ], "texture": "#texture", "cullface": "east" } - } -}, -{ - "from": [ 15.5, 8, 1.5 ], - "to": [ 16, 9, 14.5 ], - "faces": { - "down": { "uv": [ 15.5, 14.5, 16, 1.5 ], "texture": "#texture", "cullface": "east" }, - "up": { "uv": [ 15.5, 1.5, 16, 14.5 ], "texture": "#texture", "cullface": "east" }, - "north": { "uv": [ 0, 7, 0.5, 9.5 ], "texture": "#texture", "cullface": "east" }, - "south": { "uv": [ 15.5, 7, 16, 9.5 ], "texture": "#texture", "cullface": "east" }, - "east": { "uv": [ 1.5, 7, 14.5, 8 ], "texture": "#texture", "cullface": "east" } - } -}, -{ - "from": [ 1.5, 13, 15.5 ], - "to": [ 14.5, 16, 16 ], - "faces": { - "down": { "uv": [ 1.5, 16, 14.5, 15.5 ], "texture": "#texture", "cullface": "south" }, - "up": { "uv": [ 1.5, 15.5, 14.5, 16 ], "texture": "#texture", "cullface": "south" }, - "north": { "uv": [ 1.5, 0, 14.5, 3 ], "texture": "#texture", "cullface": "south" }, - "south": { "uv": [ 1.5, 0, 14.5, 3 ], "texture": "#texture", "cullface": "south" }, - "west": { "uv": [ 15.5, 0, 16, 3 ], "texture": "#texture", "cullface": "south" }, - "east": { "uv": [ 0, 0, 0.5, 3 ], "texture": "#texture", "cullface": "south" } - } -}, -{ - "from": [ 1.5, 9.5, 15.5 ], - "to": [ 14.5, 12.5, 16 ], - "faces": { - "down": { "uv": [ 1.5, 16, 14.5, 15.5 ], "texture": "#texture", "cullface": "south" }, - "up": { "uv": [ 1.5, 15.5, 14.5, 16 ], "texture": "#texture", "cullface": "south" }, - "south": { "uv": [ 1.5, 3.5, 14.5, 6.5 ], "texture": "#texture", "cullface": "south" }, - "west": { "uv": [ 15.5, 3.5, 16, 6.5 ], "texture": "#texture", "cullface": "south" }, - "east": { "uv": [ 0, 3.5, 0.5, 6.5 ], "texture": "#texture", "cullface": "south" } - } -}, -{ - "from": [ 1.5, 8, 15.5 ], - "to": [ 14.5, 9, 16 ], - "faces": { - "down": { "uv": [ 1.5, 16, 14.5, 15.5 ], "texture": "#texture", "cullface": "south" }, - "up": { "uv": [ 1.5, 15.5, 14.5, 16 ], "texture": "#texture", "cullface": "south" }, - "south": { "uv": [ 1.5, 7, 14.5, 8 ], "texture": "#texture", "cullface": "south" }, - "west": { "uv": [ 15.5, 7, 16, 9.5 ], "texture": "#texture", "cullface": "south" }, - "east": { "uv": [ 0, 7, 0.5, 9.5 ], "texture": "#texture", "cullface": "south" } - } -}, -{ - "from": [ 1.5, 15.5, 13 ], - "to": [ 14.5, 16, 15.5 ], - "faces": { - "up": { "uv": [ 1.5, 13, 14.5, 15.5 ], "texture": "#texture", "cullface": "up" }, - "north": { "uv": [ 1.5, 0, 14.5, 0.5 ], "texture": "#texture" }, - "west": { "uv": [ 13, 0, 15.5, 0.5 ], "texture": "#texture" }, - "east": { "uv": [ 0.5, 0, 3, 0.5 ], "texture": "#texture" } - } -}, -{ - "from": [ 1.5, 8, 3.5 ], - "to": [ 14.5, 8.5, 6.5 ], - "faces": { - "down": { "uv": [ 1.5, 6.5, 14.5, 3.5 ], "texture": "#texture" }, - "north": { "uv": [ 1.5, 15.5, 14.5, 16 ], "texture": "#texture" }, - "south": { "uv": [ 1.5, 15.5, 14.5, 16 ], "texture": "#texture" }, - "west": { "uv": [ 3.5, 15.5, 6.5, 16 ], "texture": "#texture" }, - "east": { "uv": [ 9.5, 15.5, 12.5, 16 ], "texture": "#texture" } - } -}, -{ - "from": [ 1.5, 15.5, 0 ], - "to": [ 14.5, 16, 3 ], - "faces": { - "down": { "uv": [ 1.5, 3, 14.5, 0 ], "texture": "#texture" }, - "up": { "uv": [ 1.5, 0, 14.5, 3 ], "texture": "#texture", "cullface": "up" }, - "north": { "uv": [ 1.5, 0, 14.5, 0.5 ], "texture": "#texture" }, - "south": { "uv": [ 1.5, 0, 14.5, 0.5 ], "texture": "#texture" }, - "west": { "uv": [ 0, 0, 3, 0.5 ], "texture": "#texture" }, - "east": { "uv": [ 13, 0, 16, 0.5 ], "texture": "#texture" } - } -}, -{ - "from": [ 1.5, 8, 7 ], - "to": [ 14.5, 8.5, 9.5 ], - "faces": { - "down": { "uv": [ 1.5, 9.5, 14.5, 7 ], "texture": "#texture" }, - "north": { "uv": [ 1.5, 15.5, 14.5, 16 ], "texture": "#texture" }, - "south": { "uv": [ 1.5, 15.5, 14.5, 16 ], "texture": "#texture" }, - "west": { "uv": [ 7, 15.5, 9.5, 16 ], "texture": "#texture" }, - "east": { "uv": [ 6.5, 15.5, 9, 16 ], "texture": "#texture" } - } -}, -{ - "from": [ 1.5, 8, 10 ], - "to": [ 14.5, 8.5, 12.5 ], - "faces": { - "down": { "uv": [ 1.5, 12.5, 14.5, 10 ], "texture": "#texture" }, - "north": { "uv": [ 1.5, 15.5, 14.5, 16 ], "texture": "#texture" }, - "south": { "uv": [ 1.5, 15.5, 14.5, 16 ], "texture": "#texture" }, - "west": { "uv": [ 10, 15.5, 12.5, 16 ], "texture": "#texture" }, - "east": { "uv": [ 3.5, 15.5, 6, 16 ], "texture": "#texture" } - } -}, -{ - "from": [ 0, 15.5, 0 ], - "to": [ 1, 16, 16 ], - "faces": { - "down": { "uv": [ 0, 16, 1, 0 ], "texture": "#texture" }, - "up": { "uv": [ 0, 0, 1, 16 ], "texture": "#texture" }, - "north": { "uv": [ 15, 0, 16, 0.5 ], "texture": "#texture" }, - "south": { "uv": [ 0, 0, 1, 0.5 ], "texture": "#texture" }, - "west": { "uv": [ 0, 0, 16, 0.5 ], "texture": "#texture" }, - "east": { "uv": [ 0, 0, 16, 0.5 ], "texture": "#texture" } - } -}, -{ - "from": [ 15, 15.5, 0 ], - "to": [ 16, 16, 16 ], - "faces": { - "down": { "uv": [ 15, 16, 16, 0 ], "texture": "#texture" }, - "up": { "uv": [ 15, 0, 16, 16 ], "texture": "#texture" }, - "north": { "uv": [ 0, 0, 1, 0.5 ], "texture": "#texture" }, - "south": { "uv": [ 15, 0, 16, 0.5 ], "texture": "#texture" }, - "west": { "uv": [ 0, 0, 16, 0.5 ], "texture": "#texture" }, - "east": { "uv": [ 0, 0, 16, 0.5 ], "texture": "#texture" } - } -}, -{ - "from": [ 15, 15.5, 0 ], - "to": [ 16, 16, 16 ], - "faces": { - "down": { "uv": [ 15, 16, 16, 0 ], "texture": "#texture" }, - "up": { "uv": [ 15, 0, 16, 16 ], "texture": "#texture" }, - "north": { "uv": [ 0, 0, 1, 0.5 ], "texture": "#texture" }, - "south": { "uv": [ 15, 0, 16, 0.5 ], "texture": "#texture" }, - "west": { "uv": [ 0, 0, 16, 0.5 ], "texture": "#texture" }, - "east": { "uv": [ 0, 0, 16, 0.5 ], "texture": "#texture" } - } -}, -{ - "from": [ 1.5, 15.5, 10 ], - "to": [ 14.5, 16, 12.5 ], - "faces": { - "up": { "uv": [ 1.5, 10, 14.5, 12.5 ], "texture": "#texture", "cullface": "up" }, - "north": { "uv": [ 1.5, 0, 14.5, 0.5 ], "texture": "#texture" }, - "south": { "uv": [ 1.5, 0, 14.5, 0.5 ], "texture": "#texture" }, - "west": { "uv": [ 10, 0, 12.5, 0.5 ], "texture": "#texture" }, - "east": { "uv": [ 3.5, 0, 6, 0.5 ], "texture": "#texture" } - } -}, -{ - "from": [ 1.5, 15.5, 7 ], - "to": [ 14.5, 16, 9.5 ], - "faces": { - "up": { "uv": [ 1.5, 7, 14.5, 9.5 ], "texture": "#texture", "cullface": "up" }, - "north": { "uv": [ 1.5, 0, 14.5, 0.5 ], "texture": "#texture" }, - "south": { "uv": [ 1.5, 0, 14.5, 0.5 ], "texture": "#texture" }, - "west": { "uv": [ 7, 0, 9.5, 0.5 ], "texture": "#texture" }, - "east": { "uv": [ 6.5, 0, 9, 0.5 ], "texture": "#texture" } - } -}, -{ - "from": [ 1.5, 15.5, 3.5 ], - "to": [ 14.5, 16, 6.5 ], - "faces": { - "up": { "uv": [ 1.5, 3.5, 14.5, 6.5 ], "texture": "#texture", "cullface": "up" }, - "north": { "uv": [ 1.5, 0, 14.5, 0.5 ], "texture": "#texture" }, - "south": { "uv": [ 1.5, 0, 14.5, 0.5 ], "texture": "#texture" }, - "west": { "uv": [ 3.5, 0, 6.5, 0.5 ], "texture": "#texture" }, - "east": { "uv": [ 9.5, 0, 12.5, 0.5 ], "texture": "#texture" } - } -}, -{ - "from": [ 1.5, 8, 0 ], - "to": [ 14.5, 8.5, 3 ], - "faces": { - "down": { "uv": [ 1.5, 3, 14.5, 0 ], "texture": "#texture" }, - "up": { "uv": [ 1.5, 0, 14.5, 3 ], "texture": "#texture" }, - "north": { "uv": [ 1.5, 7.5, 14.5, 8 ], "texture": "#texture" }, - "south": { "uv": [ 1.5, 7.5, 14.5, 8 ], "texture": "#texture" }, - "west": { "uv": [ 0, 15.5, 3, 16 ], "texture": "#texture" }, - "east": { "uv": [ 13, 15.5, 16, 16 ], "texture": "#texture" } - } -}, -{ - "from": [ 0, 8, 0 ], - "to": [ 1, 8.5, 16 ], - "faces": { - "down": { "uv": [ 0, 16, 1, 0 ], "texture": "#texture" }, - "up": { "uv": [ 0, 0, 1, 16 ], "texture": "#texture" }, - "north": { "uv": [ 15, 7.5, 16, 8 ], "texture": "#texture" }, - "south": { "uv": [ 0, 7.5, 1, 8 ], "texture": "#texture" }, - "west": { "uv": [ 0, 7.5, 16, 8 ], "texture": "#texture" }, - "east": { "uv": [ 0, 7.5, 16, 8 ], "texture": "#texture" } - } -}, -{ - "from": [ 15, 8, 0 ], - "to": [ 16, 8.5, 16 ], - "faces": { - "down": { "uv": [ 15, 16, 16, 0 ], "texture": "#texture" }, - "up": { "uv": [ 15, 0, 16, 16 ], "texture": "#texture" }, - "north": { "uv": [ 0, 7.5, 1, 8 ], "texture": "#texture" }, - "south": { "uv": [ 15, 7.5, 16, 8 ], "texture": "#texture" }, - "west": { "uv": [ 0, 8, 16, 7.5 ], "texture": "#texture" }, - "east": { "uv": [ 0, 7.5, 16, 8 ], "texture": "#texture" } - } -}, -{ - "from": [ 1.5, 8, 13 ], - "to": [ 14.5, 8.5, 15.5 ], - "faces": { - "down": { "uv": [ 1.5, 15.5, 14.5, 13 ], "texture": "#texture" }, - "north": { "uv": [ 1.5, 15.5, 14.5, 16 ], "texture": "#texture" }, - "west": { "uv": [ 13, 15.5, 15.5, 16 ], "texture": "#texture" }, - "east": { "uv": [ 0.5, 15.5, 3, 16 ], "texture": "#texture" } - } -}, -{ - "from": [ 1, 15.5, 0 ], - "to": [ 15, 16, 0.5 ], - "faces": { - "down": { "uv": [ 1, 0.5, 15, 0 ], "texture": "#texture" }, - "up": { "uv": [ 1, 0, 15, 0.5 ], "texture": "#texture" }, - "north": { "uv": [ 1, 0, 15, 0.5 ], "texture": "#texture" }, - "south": { "uv": [ 1, 0, 15, 0.5 ], "texture": "#texture" } - } -}, -{ - "from": [ 1, 15.5, 15.5 ], - "to": [ 15, 16, 16 ], - "faces": { - "down": { "uv": [ 1, 16, 15, 15.5 ], "texture": "#texture" }, - "up": { "uv": [ 1, 15.5, 15, 16 ], "texture": "#texture" }, - "north": { "uv": [ 1, 0, 15, 0.5 ], "texture": "#texture" }, - "south": { "uv": [ 1, 0, 15, 0.5 ], "texture": "#texture" } - } -}, -{ - "from": [ 1, 8, 0 ], - "to": [ 15, 8.5, 0.5 ], - "faces": { - "down": { "uv": [ 1, 0.5, 15, 0 ], "texture": "#texture" }, - "up": { "uv": [ 1, 0, 15, 0.5 ], "texture": "#texture" }, - "north": { "uv": [ 1, 7.5, 15, 8 ], "texture": "#texture" }, - "south": { "uv": [ 1, 7.5, 15, 8 ], "texture": "#texture" } - } -}, -{ - "from": [ 1, 8, 15.5 ], - "to": [ 15, 8.5, 16 ], - "faces": { - "down": { "uv": [ 1, 16, 15, 15.5 ], "texture": "#texture" }, - "up": { "uv": [ 1, 15.5, 15, 16 ], "texture": "#texture" }, - "north": { "uv": [ 1, 7.5, 15, 8 ], "texture": "#texture" }, - "south": { "uv": [ 1, 7.5, 15, 8 ], "texture": "#texture" } - } -} -], - "display": { - "gui": { - "rotation": [ 30, 225, 0 ], - "translation": [ 0, 0, 0], - "scale":[ 0.625, 0.625, 0.625 ] - }, - "ground": { - "rotation": [ 0, 0, 0 ], - "translation": [ 0, 3, 0], - "scale":[ 0.25, 0.25, 0.25 ] - }, - "fixed": { - "rotation": [ 0, 0, 0 ], - "translation": [ 0, 0, 0], - "scale":[ 0.5, 0.5, 0.5 ] - }, - "thirdperson_righthand": { - "rotation": [ 75, 45, 0 ], - "translation": [ 0, 2.5, 0], - "scale": [ 0.375, 0.375, 0.375 ] - }, - "firstperson_righthand": { - "rotation": [ 0, 45, 0 ], - "translation": [ 0, 0, 0 ], - "scale": [ 0.40, 0.40, 0.40 ] - }, - "firstperson_lefthand": { - "rotation": [ 0, 225, 0 ], - "translation": [ 0, 0, 0 ], - "scale": [ 0.40, 0.40, 0.40 ] - } - } -} \ No newline at end of file +{"ambientocclusion":false,"textures":{"particle":"#texture"},"elements":[{"from":[0.5,8.5,0.5],"to":[15.5,15.5,15.5],"faces":{"down":{"uv":[15.5,15.5,0.5,0.5],"texture":"#texture"},"up":{"uv":[0.5,0.5,15.5,15.5],"texture":"#texture","cullface":"up"},"north":{"uv":[0.5,0.5,15.5,7.5],"texture":"#texture","cullface":"north"},"south":{"uv":[0.5,0.5,15.5,7.5],"texture":"#texture","cullface":"south"},"west":{"uv":[0.5,0.5,15.5,7.5],"texture":"#texture","cullface":"west"},"east":{"uv":[0.5,0.5,15.5,7.5],"texture":"#texture","cullface":"east"}}},{"from":[0,8,0],"to":[1,16,1],"faces":{"down":{"uv":[0,1,1,0],"texture":"#texture"},"up":{"uv":[0,0,1,1],"texture":"#texture","cullface":"up"},"north":{"uv":[15,0,16,8],"texture":"#texture","cullface":"north"},"south":{"uv":[0,0,1,8],"texture":"#texture","cullface":"west"},"west":{"uv":[0,0,1,8],"texture":"#texture","cullface":"west"},"east":{"uv":[15,0,16,8],"texture":"#texture","cullface":"north"}}},{"from":[15,8,0],"to":[16,16,1],"faces":{"down":{"uv":[15,1,16,0],"texture":"#texture"},"up":{"uv":[15,0,16,1],"texture":"#texture","cullface":"up"},"north":{"uv":[0,0,1,8],"texture":"#texture","cullface":"north"},"south":{"uv":[15,0,16,8],"texture":"#texture","cullface":"east"},"west":{"uv":[0,0,1,8],"texture":"#texture","cullface":"north"},"east":{"uv":[15,0,16,8],"texture":"#texture","cullface":"east"}}},{"from":[15,8,15],"to":[16,16,16],"faces":{"up":{"uv":[15,15,16,16],"texture":"#texture","cullface":"up"},"north":{"uv":[0,0,1,8],"texture":"#texture"},"south":{"uv":[15,0,16,8],"texture":"#texture"},"west":{"uv":[15,0,16,8],"texture":"#texture"},"east":{"uv":[0,0,1,8],"texture":"#texture"}}},{"from":[0,8,15],"to":[1,16,16],"faces":{"down":{"uv":[0,16,1,15],"texture":"#texture"},"up":{"uv":[0,15,1,16],"texture":"#texture","cullface":"up"},"north":{"uv":[15,0,16,8],"texture":"#texture","cullface":"west"},"south":{"uv":[0,0,1,8],"texture":"#texture","cullface":"south"},"west":{"uv":[15,0,16,8],"texture":"#texture","cullface":"west"},"east":{"uv":[0,0,1,8],"texture":"#texture","cullface":"south"}}},{"from":[0,13,1.5],"to":[0.5,16,14.5],"faces":{"down":{"uv":[0,14.5,0.5,1.5],"texture":"#texture","cullface":"west"},"up":{"uv":[0,1.5,0.5,14.5],"texture":"#texture","cullface":"west"},"north":{"uv":[15.5,0,16,3],"texture":"#texture","cullface":"west"},"south":{"uv":[0,0,0.5,3],"texture":"#texture","cullface":"west"},"west":{"uv":[1.5,0,14.5,3],"texture":"#texture","cullface":"west"},"east":{"uv":[1.5,0,14.5,3],"texture":"#texture","cullface":"west"}}},{"from":[0,9.5,1.5],"to":[0.5,12.5,14.5],"faces":{"down":{"uv":[0,14.5,0.5,1.5],"texture":"#texture","cullface":"west"},"up":{"uv":[0,1.5,0.5,14.5],"texture":"#texture","cullface":"west"},"north":{"uv":[15.5,3.5,16,6.5],"texture":"#texture","cullface":"west"},"south":{"uv":[0,3.5,0.5,6.5],"texture":"#texture","cullface":"west"},"west":{"uv":[1.5,3.5,14.5,6.5],"texture":"#texture","cullface":"west"}}},{"from":[0,8,1.5],"to":[0.5,9,14.5],"faces":{"down":{"uv":[0,14.5,0.5,1.5],"texture":"#texture","cullface":"west"},"up":{"uv":[0,1.5,0.5,14.5],"texture":"#texture","cullface":"west"},"north":{"uv":[15.5,7,16,9.5],"texture":"#texture","cullface":"west"},"south":{"uv":[0,7,0.5,9.5],"texture":"#texture","cullface":"west"},"west":{"uv":[1.5,7,14.5,8],"texture":"#texture","cullface":"west"}}},{"from":[1.5,13,0],"to":[14.5,16,0.5],"faces":{"down":{"uv":[1.5,0.5,14.5,0],"texture":"#texture","cullface":"north"},"up":{"uv":[1.5,0,14.5,0.5],"texture":"#texture","cullface":"north"},"north":{"uv":[1.5,0,14.5,3],"texture":"#texture","cullface":"north"},"south":{"uv":[1.5,0,14.5,3],"texture":"#texture","cullface":"north"},"west":{"uv":[0,0,0.5,3],"texture":"#texture","cullface":"north"},"east":{"uv":[15.5,0,16,3],"texture":"#texture","cullface":"north"}}},{"from":[1.5,9.5,0],"to":[14.5,12.5,0.5],"faces":{"down":{"uv":[1.5,0.5,14.5,0],"texture":"#texture","cullface":"north"},"up":{"uv":[1.5,0,14.5,0.5],"texture":"#texture","cullface":"north"},"north":{"uv":[1.5,3.5,14.5,6.5],"texture":"#texture","cullface":"north"},"west":{"uv":[0,3.5,0.5,6.5],"texture":"#texture","cullface":"north"},"east":{"uv":[15.5,3.5,16,6.5],"texture":"#texture","cullface":"north"}}},{"from":[1.5,8,0],"to":[14.5,9,0.5],"faces":{"down":{"uv":[1.5,0.5,14.5,0],"texture":"#texture","cullface":"north"},"up":{"uv":[1.5,0,14.5,0.5],"texture":"#texture","cullface":"north"},"north":{"uv":[1.5,7,14.5,8],"texture":"#texture","cullface":"north"},"west":{"uv":[0,7,0.5,9.5],"texture":"#texture","cullface":"north"},"east":{"uv":[15.5,7,16,9.5],"texture":"#texture","cullface":"north"}}},{"from":[15.5,13,1.5],"to":[16,16,14.5],"faces":{"down":{"uv":[15.5,14.5,16,1.5],"texture":"#texture","cullface":"east"},"up":{"uv":[15.5,1.5,16,14.5],"texture":"#texture","cullface":"east"},"north":{"uv":[0,0,0.5,3],"texture":"#texture","cullface":"east"},"south":{"uv":[15.5,0,16,3],"texture":"#texture","cullface":"east"},"west":{"uv":[1.5,0,14.5,3],"texture":"#texture","cullface":"east"},"east":{"uv":[1.5,0,14.5,3],"texture":"#texture","cullface":"east"}}},{"from":[15.5,9.5,1.5],"to":[16,12.5,14.5],"faces":{"down":{"uv":[15.5,14.5,16,1.5],"texture":"#texture","cullface":"east"},"up":{"uv":[15.5,1.5,16,14.5],"texture":"#texture","cullface":"east"},"north":{"uv":[0,3.5,0.5,6.5],"texture":"#texture","cullface":"east"},"south":{"uv":[15.5,3.5,16,6.5],"texture":"#texture","cullface":"east"},"east":{"uv":[1.5,3.5,14.5,6.5],"texture":"#texture","cullface":"east"}}},{"from":[15.5,8,1.5],"to":[16,9,14.5],"faces":{"down":{"uv":[15.5,14.5,16,1.5],"texture":"#texture","cullface":"east"},"up":{"uv":[15.5,1.5,16,14.5],"texture":"#texture","cullface":"east"},"north":{"uv":[0,7,0.5,9.5],"texture":"#texture","cullface":"east"},"south":{"uv":[15.5,7,16,9.5],"texture":"#texture","cullface":"east"},"east":{"uv":[1.5,7,14.5,8],"texture":"#texture","cullface":"east"}}},{"from":[1.5,13,15.5],"to":[14.5,16,16],"faces":{"down":{"uv":[1.5,16,14.5,15.5],"texture":"#texture","cullface":"south"},"up":{"uv":[1.5,15.5,14.5,16],"texture":"#texture","cullface":"south"},"north":{"uv":[1.5,0,14.5,3],"texture":"#texture","cullface":"south"},"south":{"uv":[1.5,0,14.5,3],"texture":"#texture","cullface":"south"},"west":{"uv":[15.5,0,16,3],"texture":"#texture","cullface":"south"},"east":{"uv":[0,0,0.5,3],"texture":"#texture","cullface":"south"}}},{"from":[1.5,9.5,15.5],"to":[14.5,12.5,16],"faces":{"down":{"uv":[1.5,16,14.5,15.5],"texture":"#texture","cullface":"south"},"up":{"uv":[1.5,15.5,14.5,16],"texture":"#texture","cullface":"south"},"south":{"uv":[1.5,3.5,14.5,6.5],"texture":"#texture","cullface":"south"},"west":{"uv":[15.5,3.5,16,6.5],"texture":"#texture","cullface":"south"},"east":{"uv":[0,3.5,0.5,6.5],"texture":"#texture","cullface":"south"}}},{"from":[1.5,8,15.5],"to":[14.5,9,16],"faces":{"down":{"uv":[1.5,16,14.5,15.5],"texture":"#texture","cullface":"south"},"up":{"uv":[1.5,15.5,14.5,16],"texture":"#texture","cullface":"south"},"south":{"uv":[1.5,7,14.5,8],"texture":"#texture","cullface":"south"},"west":{"uv":[15.5,7,16,9.5],"texture":"#texture","cullface":"south"},"east":{"uv":[0,7,0.5,9.5],"texture":"#texture","cullface":"south"}}},{"from":[1.5,15.5,13],"to":[14.5,16,15.5],"faces":{"up":{"uv":[1.5,13,14.5,15.5],"texture":"#texture","cullface":"up"},"north":{"uv":[1.5,0,14.5,0.5],"texture":"#texture"},"west":{"uv":[13,0,15.5,0.5],"texture":"#texture"},"east":{"uv":[0.5,0,3,0.5],"texture":"#texture"}}},{"from":[1.5,8,3.5],"to":[14.5,8.5,6.5],"faces":{"down":{"uv":[1.5,6.5,14.5,3.5],"texture":"#texture"},"north":{"uv":[1.5,15.5,14.5,16],"texture":"#texture"},"south":{"uv":[1.5,15.5,14.5,16],"texture":"#texture"},"west":{"uv":[3.5,15.5,6.5,16],"texture":"#texture"},"east":{"uv":[9.5,15.5,12.5,16],"texture":"#texture"}}},{"from":[1.5,15.5,0],"to":[14.5,16,3],"faces":{"down":{"uv":[1.5,3,14.5,0],"texture":"#texture"},"up":{"uv":[1.5,0,14.5,3],"texture":"#texture","cullface":"up"},"north":{"uv":[1.5,0,14.5,0.5],"texture":"#texture"},"south":{"uv":[1.5,0,14.5,0.5],"texture":"#texture"},"west":{"uv":[0,0,3,0.5],"texture":"#texture"},"east":{"uv":[13,0,16,0.5],"texture":"#texture"}}},{"from":[1.5,8,7],"to":[14.5,8.5,9.5],"faces":{"down":{"uv":[1.5,9.5,14.5,7],"texture":"#texture"},"north":{"uv":[1.5,15.5,14.5,16],"texture":"#texture"},"south":{"uv":[1.5,15.5,14.5,16],"texture":"#texture"},"west":{"uv":[7,15.5,9.5,16],"texture":"#texture"},"east":{"uv":[6.5,15.5,9,16],"texture":"#texture"}}},{"from":[1.5,8,10],"to":[14.5,8.5,12.5],"faces":{"down":{"uv":[1.5,12.5,14.5,10],"texture":"#texture"},"north":{"uv":[1.5,15.5,14.5,16],"texture":"#texture"},"south":{"uv":[1.5,15.5,14.5,16],"texture":"#texture"},"west":{"uv":[10,15.5,12.5,16],"texture":"#texture"},"east":{"uv":[3.5,15.5,6,16],"texture":"#texture"}}},{"from":[0,15.5,0],"to":[1,16,16],"faces":{"down":{"uv":[0,16,1,0],"texture":"#texture"},"up":{"uv":[0,0,1,16],"texture":"#texture"},"north":{"uv":[15,0,16,0.5],"texture":"#texture"},"south":{"uv":[0,0,1,0.5],"texture":"#texture"},"west":{"uv":[0,0,16,0.5],"texture":"#texture"},"east":{"uv":[0,0,16,0.5],"texture":"#texture"}}},{"from":[15,15.5,0],"to":[16,16,16],"faces":{"down":{"uv":[15,16,16,0],"texture":"#texture"},"up":{"uv":[15,0,16,16],"texture":"#texture"},"north":{"uv":[0,0,1,0.5],"texture":"#texture"},"south":{"uv":[15,0,16,0.5],"texture":"#texture"},"west":{"uv":[0,0,16,0.5],"texture":"#texture"},"east":{"uv":[0,0,16,0.5],"texture":"#texture"}}},{"from":[15,15.5,0],"to":[16,16,16],"faces":{"down":{"uv":[15,16,16,0],"texture":"#texture"},"up":{"uv":[15,0,16,16],"texture":"#texture"},"north":{"uv":[0,0,1,0.5],"texture":"#texture"},"south":{"uv":[15,0,16,0.5],"texture":"#texture"},"west":{"uv":[0,0,16,0.5],"texture":"#texture"},"east":{"uv":[0,0,16,0.5],"texture":"#texture"}}},{"from":[1.5,15.5,10],"to":[14.5,16,12.5],"faces":{"up":{"uv":[1.5,10,14.5,12.5],"texture":"#texture","cullface":"up"},"north":{"uv":[1.5,0,14.5,0.5],"texture":"#texture"},"south":{"uv":[1.5,0,14.5,0.5],"texture":"#texture"},"west":{"uv":[10,0,12.5,0.5],"texture":"#texture"},"east":{"uv":[3.5,0,6,0.5],"texture":"#texture"}}},{"from":[1.5,15.5,7],"to":[14.5,16,9.5],"faces":{"up":{"uv":[1.5,7,14.5,9.5],"texture":"#texture","cullface":"up"},"north":{"uv":[1.5,0,14.5,0.5],"texture":"#texture"},"south":{"uv":[1.5,0,14.5,0.5],"texture":"#texture"},"west":{"uv":[7,0,9.5,0.5],"texture":"#texture"},"east":{"uv":[6.5,0,9,0.5],"texture":"#texture"}}},{"from":[1.5,15.5,3.5],"to":[14.5,16,6.5],"faces":{"up":{"uv":[1.5,3.5,14.5,6.5],"texture":"#texture","cullface":"up"},"north":{"uv":[1.5,0,14.5,0.5],"texture":"#texture"},"south":{"uv":[1.5,0,14.5,0.5],"texture":"#texture"},"west":{"uv":[3.5,0,6.5,0.5],"texture":"#texture"},"east":{"uv":[9.5,0,12.5,0.5],"texture":"#texture"}}},{"from":[1.5,8,0],"to":[14.5,8.5,3],"faces":{"down":{"uv":[1.5,3,14.5,0],"texture":"#texture"},"up":{"uv":[1.5,0,14.5,3],"texture":"#texture"},"north":{"uv":[1.5,7.5,14.5,8],"texture":"#texture"},"south":{"uv":[1.5,7.5,14.5,8],"texture":"#texture"},"west":{"uv":[0,15.5,3,16],"texture":"#texture"},"east":{"uv":[13,15.5,16,16],"texture":"#texture"}}},{"from":[0,8,0],"to":[1,8.5,16],"faces":{"down":{"uv":[0,16,1,0],"texture":"#texture"},"up":{"uv":[0,0,1,16],"texture":"#texture"},"north":{"uv":[15,7.5,16,8],"texture":"#texture"},"south":{"uv":[0,7.5,1,8],"texture":"#texture"},"west":{"uv":[0,7.5,16,8],"texture":"#texture"},"east":{"uv":[0,7.5,16,8],"texture":"#texture"}}},{"from":[15,8,0],"to":[16,8.5,16],"faces":{"down":{"uv":[15,16,16,0],"texture":"#texture"},"up":{"uv":[15,0,16,16],"texture":"#texture"},"north":{"uv":[0,7.5,1,8],"texture":"#texture"},"south":{"uv":[15,7.5,16,8],"texture":"#texture"},"west":{"uv":[0,8,16,7.5],"texture":"#texture"},"east":{"uv":[0,7.5,16,8],"texture":"#texture"}}},{"from":[1.5,8,13],"to":[14.5,8.5,15.5],"faces":{"down":{"uv":[1.5,15.5,14.5,13],"texture":"#texture"},"north":{"uv":[1.5,15.5,14.5,16],"texture":"#texture"},"west":{"uv":[13,15.5,15.5,16],"texture":"#texture"},"east":{"uv":[0.5,15.5,3,16],"texture":"#texture"}}},{"from":[1,15.5,0],"to":[15,16,0.5],"faces":{"down":{"uv":[1,0.5,15,0],"texture":"#texture"},"up":{"uv":[1,0,15,0.5],"texture":"#texture"},"north":{"uv":[1,0,15,0.5],"texture":"#texture"},"south":{"uv":[1,0,15,0.5],"texture":"#texture"}}},{"from":[1,15.5,15.5],"to":[15,16,16],"faces":{"down":{"uv":[1,16,15,15.5],"texture":"#texture"},"up":{"uv":[1,15.5,15,16],"texture":"#texture"},"north":{"uv":[1,0,15,0.5],"texture":"#texture"},"south":{"uv":[1,0,15,0.5],"texture":"#texture"}}},{"from":[1,8,0],"to":[15,8.5,0.5],"faces":{"down":{"uv":[1,0.5,15,0],"texture":"#texture"},"up":{"uv":[1,0,15,0.5],"texture":"#texture"},"north":{"uv":[1,7.5,15,8],"texture":"#texture"},"south":{"uv":[1,7.5,15,8],"texture":"#texture"}}},{"from":[1,8,15.5],"to":[15,8.5,16],"faces":{"down":{"uv":[1,16,15,15.5],"texture":"#texture"},"up":{"uv":[1,15.5,15,16],"texture":"#texture"},"north":{"uv":[1,7.5,15,8],"texture":"#texture"},"south":{"uv":[1,7.5,15,8],"texture":"#texture"}}}],"display":{"gui":{"rotation":[30,225,0],"translation":[0,0,0],"scale":[0.625,0.625,0.625]},"ground":{"rotation":[0,0,0],"translation":[0,3,0],"scale":[0.25,0.25,0.25]},"fixed":{"rotation":[0,0,0],"translation":[0,0,0],"scale":[0.5,0.5,0.5]},"thirdperson_righthand":{"rotation":[75,45,0],"translation":[0,2.5,0],"scale":[0.375,0.375,0.375]},"firstperson_righthand":{"rotation":[0,45,0],"translation":[0,0,0],"scale":[0.40,0.40,0.40]},"firstperson_lefthand":{"rotation":[0,225,0],"translation":[0,0,0],"scale":[0.40,0.40,0.40]}}} diff --git a/assets/minecraft/models/block/rail_curved.json b/assets/minecraft/models/block/rail_curved.json index 7f8042a..7ad2347 100755 --- a/assets/minecraft/models/block/rail_curved.json +++ b/assets/minecraft/models/block/rail_curved.json @@ -1,244 +1 @@ -{ -"__comment": "Designed by Filmjolk", -"textures": { - "particle": "blocks/rail_normal_turned", - "texture": "blocks/rail_normal", - "railplank": "blocks/railplank" -}, -"elements": [ -{ - "__comment": "11", - "from": [ 11.5, 0, 14.75 ], - "to": [ 13.125, 1.005, 16 ], - "faces": { - "down": { "uv": [ 11.5, 16, 13, 15 ], "texture": "#texture" }, - "up": { "uv": [ 11.5, 15, 13, 16 ], "texture": "#texture" }, - "north": { "uv": [ 3, 15, 3.5, 15.5 ], "texture": "#texture" }, - "south": { "uv": [ 11.5, 15, 12, 15.5 ], "texture": "#texture" }, - "west": { "uv": [ 12.5, 14.5, 13, 15 ], "texture": "#texture" }, - "east": { "uv": [ 4, 10, 4.5, 10.5 ], "texture": "#texture" } - } -}, -{ - "__comment": "2", - "from": [ 4.375, 0, 7.625 ], - "to": [ 5.875, 1.002, 11.375 ], - "rotation": { "origin": [ 4.375, 0, 7.625 ], "axis": "y", "angle": -22.5 }, - "faces": { - "down": { "uv": [ 11.5, 7, 13, 3 ], "texture": "#texture" }, - "up": { "uv": [ 11.5, 7.5, 13, 11.5 ], "texture": "#texture" }, - "north": { "uv": [ 12.5, 11.5, 13, 12 ], "texture": "#texture" }, - "south": { "uv": [ 4, 5.5, 4.5, 6 ], "texture": "#texture" }, - "west": { "uv": [ 4, 10, 4.5, 10.5 ], "texture": "#texture" }, - "east": { "uv": [ 4, 5.5, 4.5, 6 ], "texture": "#texture" } - } -}, -{ - "__comment": "15", - "from": [ 15, 0, 11.5 ], - "to": [ 16, 1.005, 13 ], - "faces": { - "down": { "uv": [ 11.5, 10, 13, 9 ], "rotation": 90, "texture": "#texture" }, - "up": { "uv": [ 11.5, 9, 13, 10 ], "rotation": 90, "texture": "#texture" }, - "north": { "uv": [ 3, 11, 3.5, 11.5 ], "texture": "#texture" }, - "south": { "uv": [ 12.5, 9, 13, 9.5 ], "texture": "#texture" }, - "west": { "uv": [ 11.5, 15, 12, 15.5 ], "texture": "#texture" }, - "east": { "uv": [ 3, 15, 3.5, 15.5 ], "texture": "#texture" } - } -}, -{ - "__comment": "3", - "from": [ 7.5, 0, 4.5 ], - "to": [ 9, 1, 9 ], - "rotation": { "origin": [ 7.5, 0, 4.5 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 3, 12.5, 4.5, 8 ], "texture": "#texture" }, - "up": { "uv": [ 3, 3.5, 4.5, 8 ], "texture": "#texture" }, - "north": { "uv": [ 4, 11.5, 4.5, 12 ], "texture": "#texture" }, - "south": { "uv": [ 12.5, 10, 13, 10.5 ], "texture": "#texture" }, - "west": { "uv": [ 4, 15, 4.5, 15.5 ], "texture": "#texture" }, - "east": { "uv": [ 11.5, 11, 12, 11.5 ], "texture": "#texture" } - } -}, -{ - "__comment": "4", - "from": [ 7.5, 0, 4.5 ], - "to": [ 11.375, 1.002, 6.125 ], - "rotation": { "origin": [ 7.5, 0, 4.5 ], "axis": "y", "angle": 22.5 }, - "faces": { - "down": { "uv": [ 3, 16, 4.5, 11.5 ], "rotation": 90, "texture": "#texture" }, - "up": { "uv": [ 3, 0, 4.5, 4.5 ], "rotation": 90, "texture": "#texture" }, - "north": { "uv": [ 12.5, 9.5, 13, 10 ], "texture": "#texture" }, - "south": { "uv": [ 12.5, 5.5, 13, 6 ], "texture": "#texture" }, - "west": { "uv": [ 4, 15, 4.5, 15.5 ], "texture": "#texture" }, - "east": { "uv": [ 11.5, 9.5, 12, 10 ], "texture": "#texture" } - } -}, -{ - "__comment": "5", - "from": [ 11, 0, 3 ], - "to": [ 16, 1.005, 4.5 ], - "faces": { - "down": { "uv": [ 11.5, 13, 13, 8.5 ], "rotation": 90, "texture": "#texture" }, - "up": { "uv": [ 11.5, 4.5, 13, 9 ], "rotation": 90, "texture": "#texture" }, - "north": { "uv": [ 12.5, 11.5, 13, 12 ], "texture": "#texture" }, - "south": { "uv": [ 12.5, 5.5, 13, 6 ], "texture": "#texture" }, - "west": { "uv": [ 4, 15, 4.5, 15.5 ], "texture": "#texture" }, - "east": { "uv": [ 4, 9.5, 4.5, 10 ], "texture": "#texture" } - } -}, -{ - "__comment": "1", - "from": [ 3, 0, 11 ], - "to": [ 4.5, 1.005, 16 ], - "faces": { - "down": { "uv": [ 11.5, 7, 13, 2.5 ], "texture": "#texture" }, - "up": { "uv": [ 11.5, 10, 13, 14.5 ], "texture": "#texture" }, - "north": { "uv": [ 12.5, 4.5, 13, 5 ], "texture": "#texture" }, - "south": { "uv": [ 4, 4, 4.5, 4.5 ], "texture": "#texture" }, - "west": { "uv": [ 3, 4.5, 3.5, 5 ], "texture": "#texture" }, - "east": { "uv": [ 12.5, 5, 13, 5.5 ], "texture": "#texture" } - } -}, -{ - "__comment": "12", - "from": [ 12.125, 0, 13.5 ], - "to": [ 13.625, 1.002, 15 ], - "rotation": { "origin": [ 12.125, 0, 13.5 ], "axis": "y", "angle": -22.5 }, - "faces": { - "down": { "uv": [ 11.5, 13, 13, 11 ], "texture": "#texture" }, - "up": { "uv": [ 11.5, 11, 13, 13 ], "texture": "#texture" }, - "north": { "uv": [ 3, 15, 3.5, 15.5 ], "texture": "#texture" }, - "south": { "uv": [ 11.5, 15, 12, 15.5 ], "texture": "#texture" }, - "west": { "uv": [ 11.5, 15, 12, 15.5 ], "texture": "#texture" }, - "east": { "uv": [ 3, 15, 3.5, 15.5 ], "texture": "#texture" } - } -}, -{ - "__comment": "14", - "from": [ 13.625, 0, 12 ], - "to": [ 15.125, 1.002, 13.5 ], - "rotation": { "origin": [ 13.625, 0, 12 ], "axis": "y", "angle": 22.5 }, - "faces": { - "down": { "uv": [ 11.5, 11, 13, 9.5 ], "rotation": 90, "texture": "#texture" }, - "up": { "uv": [ 11.5, 4, 13, 5.5 ], "rotation": 90, "texture": "#texture" }, - "north": { "uv": [ 4, 11.5, 4.5, 12 ], "texture": "#texture" }, - "south": { "uv": [ 12.5, 11.5, 13, 12 ], "texture": "#texture" }, - "west": { "uv": [ 4, 5.5, 4.5, 6 ], "texture": "#texture" }, - "east": { "uv": [ 4, 9, 4.5, 9.5 ], "texture": "#texture" } - } -}, -{ - "__comment": "13", - "from": [ 12, 0, 13.625 ], - "to": [ 14.5, 1, 15.125 ], - "rotation": { "origin": [ 12, 0, 13.625 ], "axis": "y", "angle": 45 }, - "faces": { - "down": { "uv": [ 11.5, 11, 13, 9.5 ], "rotation": 90, "texture": "#texture" }, - "up": { "uv": [ 11.5, 9, 13, 10.5 ], "rotation": 90, "texture": "#texture" }, - "north": { "uv": [ 4, 13.5, 4.5, 14 ], "texture": "#texture" }, - "south": { "uv": [ 12.5, 12, 13, 12.5 ], "texture": "#texture" }, - "west": { "uv": [ 11.5, 14, 12, 14.5 ], "texture": "#texture" }, - "east": { "uv": [ 4, 11.5, 4.5, 12 ], "texture": "#texture" } - } -}, -{ - "__comment": "pm", - "from": [ 6, 0, 4.5 ], - "to": [ 19, 0.502, 6.5 ], - "rotation": { "origin": [ 6, 0, 4.5 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 1.5, 9.5, 14.5, 7 ], "texture": "#railplank" }, - "up": { "uv": [ 1.5, 7, 14.5, 9.5 ], "texture": "#railplank" }, - "north": { "uv": [ 1.5, 9, 14.5, 9.5 ], "texture": "#railplank" }, - "south": { "uv": [ 1.5, 7, 14.5, 7.5 ], "texture": "#railplank" }, - "west": { "uv": [ 2.5, 9, 4.5, 9.5 ], "texture": "#railplank" }, - "east": { "uv": [ 12, 9, 14, 9.5 ], "texture": "#railplank" } - } -}, -{ - "__comment": "pmo", - "from": [ 5.437, 0, 4.375 ], - "to": [ 6, 0.5, 5.75 ], - "rotation": { "origin": [ 5.437, 0, 4.375 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 1, 3.5, 1.5, 2 ], "texture": "#texture" }, - "up": { "uv": [ 1, 2, 1.5, 3.5 ], "texture": "#texture" }, - "north": { "uv": [ 7, 1.5, 7.5, 2 ], "texture": "#texture" }, - "south": { "uv": [ 6.5, 3.5, 7, 4 ], "texture": "#texture" }, - "west": { "uv": [ 1, 2, 1.5, 3.5 ], "rotation": 90, "texture": "#texture" }, - "east": { "uv": [ 1, 2, 1.5, 3.5 ], "rotation": 90, "texture": "#texture" } - } -}, -{ - "__comment": "pmi", - "from": [ 15, 0, 13.875 ], - "to": [ 15.437, 0.501, 15.25 ], - "rotation": { "origin": [ 15, 0, 13.875 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 14.5, 3.5, 15, 2 ], "texture": "#texture" }, - "up": { "uv": [ 14.5, 2, 15, 3.5 ], "texture": "#texture" }, - "north": { "uv": [ 7, 1.5, 7.5, 2 ], "texture": "#texture" }, - "south": { "uv": [ 6.5, 3.5, 7, 4 ], "texture": "#texture" }, - "west": { "uv": [ 1, 2, 1.5, 3.5 ], "rotation": 90, "texture": "#texture" }, - "east": { "uv": [ 1, 2, 1.5, 3.5 ], "rotation": 90, "texture": "#texture" } - } -}, -{ - "__comment": "ps", - "from": [ 2.5, 0, 9.187 ], - "to": [ 15.5, 0.5, 11.187 ], - "rotation": { "origin": [ 2.5, -0, 9.187 ], "axis": "y", "angle": -22.5 }, - "faces": { - "down": { "uv": [ 1.5, 9.5, 14.5, 7 ], "texture": "#railplank" }, - "up": { "uv": [ 1.5, 7, 14.5, 9.5 ], "texture": "#railplank" }, - "north": { "uv": [ 1.5, 9, 14.5, 9.5 ], "texture": "#railplank" }, - "south": { "uv": [ 1.5, 7, 14.5, 7.5 ], "texture": "#railplank" }, - "west": { "uv": [ 2.5, 9, 4.5, 9.5 ], "texture": "#railplank" }, - "east": { "uv": [ 12, 9, 14, 9.5 ], "texture": "#railplank" } - } -}, -{ - "__comment": "pe", - "from": [ 9.187, 0, 2.5 ], - "to": [ 11.187, 0.5, 15.5 ], - "rotation": { "origin": [ 9.187, -0, 2.5 ], "axis": "y", "angle": 22.5 }, - "faces": { - "down": { "uv": [ 1.5, 9.5, 14.5, 7 ], "rotation": 90, "texture": "#railplank" }, - "up": { "uv": [ 1.5, 7, 14.5, 9.5 ], "rotation": 90, "texture": "#railplank" }, - "north": { "uv": [ 1.5, 9, 14.5, 9.5 ], "rotation": 90, "texture": "#railplank" }, - "south": { "uv": [ 1.5, 7, 14.5, 7.5 ], "rotation": 90, "texture": "#railplank" }, - "west": { "uv": [ 2.5, 9, 4.5, 9.5 ], "texture": "#railplank" }, - "east": { "uv": [ 12, 9, 14, 9.5 ], "texture": "#railplank" } - } -}, -{ - "__comment": "pso", - "from": [ 1.875, 0, 9.375 ], - "to": [ 2.375, 0.499, 10.75 ], - "rotation": { "origin": [ 1.875, 0, 9.375 ], "axis": "y", "angle": -22.5 }, - "faces": { - "down": { "uv": [ 1, 3.5, 1.5, 2 ], "texture": "#texture" }, - "up": { "uv": [ 1, 2, 1.5, 3.5 ], "texture": "#texture" }, - "north": { "uv": [ 7, 1.5, 7.5, 2 ], "texture": "#texture" }, - "south": { "uv": [ 6.5, 3.5, 7, 4 ], "texture": "#texture" }, - "west": { "uv": [ 1, 2, 1.5, 3.5 ], "rotation": 90, "texture": "#texture" }, - "east": { "uv": [ 1, 2, 1.5, 3.5 ], "rotation": 90, "texture": "#texture" } - } -}, -{ - "__comment": "peo", - "from": [ 9.375, 0, 2 ], - "to": [ 10.687, 0.499, 2.437 ], - "rotation": { "origin": [ 9.375, 0, 2 ], "axis": "y", "angle": 22.5 }, - "faces": { - "down": { "uv": [ 6, 2, 7.5, 1.5 ], "texture": "#texture" }, - "up": { "uv": [ 7.5, 1.5, 9, 2 ], "texture": "#texture" }, - "north": { "uv": [ 6.5, 1.5, 7, 2 ], "texture": "#texture" }, - "south": { "uv": [ 6.5, 1.5, 7, 2 ], "texture": "#texture" }, - "west": { "uv": [ 2, 3.5, 2.5, 4 ], "texture": "#texture" }, - "east": { "uv": [ 11, 1.5, 11.5, 2 ], "texture": "#texture" } - } -} -] -} \ No newline at end of file +{"__comment":"Designed_by_Filmjolk","textures":{"particle":"block/rail_corner","texture":"block/rail","railplank":"block/railplank"},"elements":[{"__comment":"11","from":[11.5,0,14.75],"to":[13.125,1.005,16],"faces":{"down":{"uv":[11.5,16,13,15],"texture":"#texture"},"up":{"uv":[11.5,15,13,16],"texture":"#texture"},"north":{"uv":[3,15,3.5,15.5],"texture":"#texture"},"south":{"uv":[11.5,15,12,15.5],"texture":"#texture"},"west":{"uv":[12.5,14.5,13,15],"texture":"#texture"},"east":{"uv":[4,10,4.5,10.5],"texture":"#texture"}}},{"__comment":"2","from":[4.375,0,7.625],"to":[5.875,1.002,11.375],"rotation":{"origin":[4.375,0,7.625],"axis":"y","angle":-22.5},"faces":{"down":{"uv":[11.5,7,13,3],"texture":"#texture"},"up":{"uv":[11.5,7.5,13,11.5],"texture":"#texture"},"north":{"uv":[12.5,11.5,13,12],"texture":"#texture"},"south":{"uv":[4,5.5,4.5,6],"texture":"#texture"},"west":{"uv":[4,10,4.5,10.5],"texture":"#texture"},"east":{"uv":[4,5.5,4.5,6],"texture":"#texture"}}},{"__comment":"15","from":[15,0,11.5],"to":[16,1.005,13],"faces":{"down":{"uv":[11.5,10,13,9],"rotation":90,"texture":"#texture"},"up":{"uv":[11.5,9,13,10],"rotation":90,"texture":"#texture"},"north":{"uv":[3,11,3.5,11.5],"texture":"#texture"},"south":{"uv":[12.5,9,13,9.5],"texture":"#texture"},"west":{"uv":[11.5,15,12,15.5],"texture":"#texture"},"east":{"uv":[3,15,3.5,15.5],"texture":"#texture"}}},{"__comment":"3","from":[7.5,0,4.5],"to":[9,1,9],"rotation":{"origin":[7.5,0,4.5],"axis":"y","angle":-45},"faces":{"down":{"uv":[3,12.5,4.5,8],"texture":"#texture"},"up":{"uv":[3,3.5,4.5,8],"texture":"#texture"},"north":{"uv":[4,11.5,4.5,12],"texture":"#texture"},"south":{"uv":[12.5,10,13,10.5],"texture":"#texture"},"west":{"uv":[4,15,4.5,15.5],"texture":"#texture"},"east":{"uv":[11.5,11,12,11.5],"texture":"#texture"}}},{"__comment":"4","from":[7.5,0,4.5],"to":[11.375,1.002,6.125],"rotation":{"origin":[7.5,0,4.5],"axis":"y","angle":22.5},"faces":{"down":{"uv":[3,16,4.5,11.5],"rotation":90,"texture":"#texture"},"up":{"uv":[3,0,4.5,4.5],"rotation":90,"texture":"#texture"},"north":{"uv":[12.5,9.5,13,10],"texture":"#texture"},"south":{"uv":[12.5,5.5,13,6],"texture":"#texture"},"west":{"uv":[4,15,4.5,15.5],"texture":"#texture"},"east":{"uv":[11.5,9.5,12,10],"texture":"#texture"}}},{"__comment":"5","from":[11,0,3],"to":[16,1.005,4.5],"faces":{"down":{"uv":[11.5,13,13,8.5],"rotation":90,"texture":"#texture"},"up":{"uv":[11.5,4.5,13,9],"rotation":90,"texture":"#texture"},"north":{"uv":[12.5,11.5,13,12],"texture":"#texture"},"south":{"uv":[12.5,5.5,13,6],"texture":"#texture"},"west":{"uv":[4,15,4.5,15.5],"texture":"#texture"},"east":{"uv":[4,9.5,4.5,10],"texture":"#texture"}}},{"__comment":"1","from":[3,0,11],"to":[4.5,1.005,16],"faces":{"down":{"uv":[11.5,7,13,2.5],"texture":"#texture"},"up":{"uv":[11.5,10,13,14.5],"texture":"#texture"},"north":{"uv":[12.5,4.5,13,5],"texture":"#texture"},"south":{"uv":[4,4,4.5,4.5],"texture":"#texture"},"west":{"uv":[3,4.5,3.5,5],"texture":"#texture"},"east":{"uv":[12.5,5,13,5.5],"texture":"#texture"}}},{"__comment":"12","from":[12.125,0,13.5],"to":[13.625,1.002,15],"rotation":{"origin":[12.125,0,13.5],"axis":"y","angle":-22.5},"faces":{"down":{"uv":[11.5,13,13,11],"texture":"#texture"},"up":{"uv":[11.5,11,13,13],"texture":"#texture"},"north":{"uv":[3,15,3.5,15.5],"texture":"#texture"},"south":{"uv":[11.5,15,12,15.5],"texture":"#texture"},"west":{"uv":[11.5,15,12,15.5],"texture":"#texture"},"east":{"uv":[3,15,3.5,15.5],"texture":"#texture"}}},{"__comment":"14","from":[13.625,0,12],"to":[15.125,1.002,13.5],"rotation":{"origin":[13.625,0,12],"axis":"y","angle":22.5},"faces":{"down":{"uv":[11.5,11,13,9.5],"rotation":90,"texture":"#texture"},"up":{"uv":[11.5,4,13,5.5],"rotation":90,"texture":"#texture"},"north":{"uv":[4,11.5,4.5,12],"texture":"#texture"},"south":{"uv":[12.5,11.5,13,12],"texture":"#texture"},"west":{"uv":[4,5.5,4.5,6],"texture":"#texture"},"east":{"uv":[4,9,4.5,9.5],"texture":"#texture"}}},{"__comment":"13","from":[12,0,13.625],"to":[14.5,1,15.125],"rotation":{"origin":[12,0,13.625],"axis":"y","angle":45},"faces":{"down":{"uv":[11.5,11,13,9.5],"rotation":90,"texture":"#texture"},"up":{"uv":[11.5,9,13,10.5],"rotation":90,"texture":"#texture"},"north":{"uv":[4,13.5,4.5,14],"texture":"#texture"},"south":{"uv":[12.5,12,13,12.5],"texture":"#texture"},"west":{"uv":[11.5,14,12,14.5],"texture":"#texture"},"east":{"uv":[4,11.5,4.5,12],"texture":"#texture"}}},{"__comment":"pm","from":[6,0,4.5],"to":[19,0.502,6.5],"rotation":{"origin":[6,0,4.5],"axis":"y","angle":-45},"faces":{"down":{"uv":[1.5,9.5,14.5,7],"texture":"#railplank"},"up":{"uv":[1.5,7,14.5,9.5],"texture":"#railplank"},"north":{"uv":[1.5,9,14.5,9.5],"texture":"#railplank"},"south":{"uv":[1.5,7,14.5,7.5],"texture":"#railplank"},"west":{"uv":[2.5,9,4.5,9.5],"texture":"#railplank"},"east":{"uv":[12,9,14,9.5],"texture":"#railplank"}}},{"__comment":"pmo","from":[5.437,0,4.375],"to":[6,0.5,5.75],"rotation":{"origin":[5.437,0,4.375],"axis":"y","angle":-45},"faces":{"down":{"uv":[1,3.5,1.5,2],"texture":"#texture"},"up":{"uv":[1,2,1.5,3.5],"texture":"#texture"},"north":{"uv":[7,1.5,7.5,2],"texture":"#texture"},"south":{"uv":[6.5,3.5,7,4],"texture":"#texture"},"west":{"uv":[1,2,1.5,3.5],"rotation":90,"texture":"#texture"},"east":{"uv":[1,2,1.5,3.5],"rotation":90,"texture":"#texture"}}},{"__comment":"pmi","from":[15,0,13.875],"to":[15.437,0.501,15.25],"rotation":{"origin":[15,0,13.875],"axis":"y","angle":-45},"faces":{"down":{"uv":[14.5,3.5,15,2],"texture":"#texture"},"up":{"uv":[14.5,2,15,3.5],"texture":"#texture"},"north":{"uv":[7,1.5,7.5,2],"texture":"#texture"},"south":{"uv":[6.5,3.5,7,4],"texture":"#texture"},"west":{"uv":[1,2,1.5,3.5],"rotation":90,"texture":"#texture"},"east":{"uv":[1,2,1.5,3.5],"rotation":90,"texture":"#texture"}}},{"__comment":"ps","from":[2.5,0,9.187],"to":[15.5,0.5,11.187],"rotation":{"origin":[2.5,-0,9.187],"axis":"y","angle":-22.5},"faces":{"down":{"uv":[1.5,9.5,14.5,7],"texture":"#railplank"},"up":{"uv":[1.5,7,14.5,9.5],"texture":"#railplank"},"north":{"uv":[1.5,9,14.5,9.5],"texture":"#railplank"},"south":{"uv":[1.5,7,14.5,7.5],"texture":"#railplank"},"west":{"uv":[2.5,9,4.5,9.5],"texture":"#railplank"},"east":{"uv":[12,9,14,9.5],"texture":"#railplank"}}},{"__comment":"pe","from":[9.187,0,2.5],"to":[11.187,0.5,15.5],"rotation":{"origin":[9.187,-0,2.5],"axis":"y","angle":22.5},"faces":{"down":{"uv":[1.5,9.5,14.5,7],"rotation":90,"texture":"#railplank"},"up":{"uv":[1.5,7,14.5,9.5],"rotation":90,"texture":"#railplank"},"north":{"uv":[1.5,9,14.5,9.5],"rotation":90,"texture":"#railplank"},"south":{"uv":[1.5,7,14.5,7.5],"rotation":90,"texture":"#railplank"},"west":{"uv":[2.5,9,4.5,9.5],"texture":"#railplank"},"east":{"uv":[12,9,14,9.5],"texture":"#railplank"}}},{"__comment":"pso","from":[1.875,0,9.375],"to":[2.375,0.499,10.75],"rotation":{"origin":[1.875,0,9.375],"axis":"y","angle":-22.5},"faces":{"down":{"uv":[1,3.5,1.5,2],"texture":"#texture"},"up":{"uv":[1,2,1.5,3.5],"texture":"#texture"},"north":{"uv":[7,1.5,7.5,2],"texture":"#texture"},"south":{"uv":[6.5,3.5,7,4],"texture":"#texture"},"west":{"uv":[1,2,1.5,3.5],"rotation":90,"texture":"#texture"},"east":{"uv":[1,2,1.5,3.5],"rotation":90,"texture":"#texture"}}},{"__comment":"peo","from":[9.375,0,2],"to":[10.687,0.499,2.437],"rotation":{"origin":[9.375,0,2],"axis":"y","angle":22.5},"faces":{"down":{"uv":[6,2,7.5,1.5],"texture":"#texture"},"up":{"uv":[7.5,1.5,9,2],"texture":"#texture"},"north":{"uv":[6.5,1.5,7,2],"texture":"#texture"},"south":{"uv":[6.5,1.5,7,2],"texture":"#texture"},"west":{"uv":[2,3.5,2.5,4],"texture":"#texture"},"east":{"uv":[11,1.5,11.5,2],"texture":"#texture"}}}]} diff --git a/assets/minecraft/models/block/rail_flat.json b/assets/minecraft/models/block/rail_flat.json index a5e497e..0d7a57b 100755 --- a/assets/minecraft/models/block/rail_flat.json +++ b/assets/minecraft/models/block/rail_flat.json @@ -1,105 +1 @@ -{ -"__comment": "Designed by Filmjolk", -"textures": { - "particle": "blocks/rail_normal", - "texture": "blocks/rail_normal" -}, -"elements": [ -{ - "from": [ 1, 0, 12.875 ], - "to": [ 15, 0.5, 14.125 ], - "faces": { - "down": { "uv": [ 1, 14.5, 15, 13 ], "texture": "#texture" }, - "up": { "uv": [ 1, 13, 15, 14.5 ], "texture": "#texture" }, - "north": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "west": { "uv": [ 7.5, 14.5, 9.5, 15 ], "texture": "#texture" }, - "east": { "uv": [ 7, 14.5, 9, 15 ], "texture": "#texture" } - } -}, -{ - "from": [ 1, 0, 7.375 ], - "to": [ 15, 0.5, 8.625 ], - "faces": { - "down": { "uv": [ 1, 9, 15, 7.5 ], "texture": "#texture" }, - "up": { "uv": [ 1, 7.5, 15, 9 ], "texture": "#texture" }, - "north": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "west": { "uv": [ 7.5, 14.5, 9.5, 15 ], "texture": "#texture" }, - "east": { "uv": [ 7, 14.5, 9, 15 ], "texture": "#texture" } - } -}, -{ - "from": [ 1, 0, 1.875 ], - "to": [ 15, 0.5, 3.125 ], - "faces": { - "down": { "uv": [ 1, 3.5, 15, 2 ], "texture": "#texture" }, - "up": { "uv": [ 1, 2, 15, 3.5 ], "texture": "#texture" }, - "north": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "west": { "uv": [ 7.5, 14.5, 9.5, 15 ], "texture": "#texture" }, - "east": { "uv": [ 7, 14.5, 9, 15 ], "texture": "#texture" } - } -}, -{ - "from": [ 1.5, 0, 1.5 ], - "to": [ 14.5, 0.5, 3.5 ], - "faces": { - "down": { "uv": [ 1.5, 4, 14.5, 1.5 ], "texture": "#texture" }, - "up": { "uv": [ 1.5, 1.5, 14.5, 4 ], "texture": "#texture" }, - "north": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "west": { "uv": [ 7.5, 14.5, 9.5, 15 ], "texture": "#texture" }, - "east": { "uv": [ 7.5, 14.5, 9.5, 15 ], "texture": "#texture" } - } -}, -{ - "from": [ 1.5, 0, 7 ], - "to": [ 14.5, 0.5, 9 ], - "faces": { - "down": { "uv": [ 1.5, 9.5, 14.5, 7 ], "texture": "#texture" }, - "up": { "uv": [ 1.5, 7, 14.5, 9.5 ], "texture": "#texture" }, - "north": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "west": { "uv": [ 7, 14.5, 9, 15 ], "texture": "#texture" }, - "east": { "uv": [ 7.5, 14.5, 9.5, 15 ], "texture": "#texture" } - } -}, -{ - "from": [ 1.5, 0, 12.5 ], - "to": [ 14.5, 0.5, 14.5 ], - "faces": { - "down": { "uv": [ 1.5, 15, 14.5, 12.5 ], "texture": "#texture" }, - "up": { "uv": [ 1.5, 12.5, 14.5, 15 ], "texture": "#texture" }, - "north": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "west": { "uv": [ 7.5, 14.5, 9.5, 15 ], "texture": "#texture" }, - "east": { "uv": [ 7, 14.5, 9, 15 ], "texture": "#texture" } - } -}, -{ - "from": [ 11.5, 0, 0 ], - "to": [ 13, 1, 16 ], - "faces": { - "down": { "uv": [ 11.5, 16, 13, 0 ], "texture": "#texture" }, - "up": { "uv": [ 11.5, 0, 13, 16 ], "texture": "#texture" }, - "north": { "uv": [ 3, 15, 3.5, 15.5 ], "texture": "#texture" }, - "south": { "uv": [ 11.5, 15, 12, 15.5 ], "texture": "#texture" }, - "west": { "uv": [ 3, 8, 3.5, 8.5 ], "rotation": 90, "texture": "#texture" }, - "east": { "uv": [ 4, 8, 4.5, 8.5 ], "rotation": 90, "texture": "#texture" } - } -}, -{ - "from": [ 3, 0, 0 ], - "to": [ 4.5, 1, 16 ], - "faces": { - "down": { "uv": [ 3, 16, 4.5, 0 ], "texture": "#texture" }, - "up": { "uv": [ 3, 0, 4.5, 16 ], "texture": "#texture" }, - "north": { "uv": [ 11.5, 15, 12, 15.5 ], "texture": "#texture" }, - "south": { "uv": [ 4, 11.5, 4.5, 12 ], "texture": "#texture" }, - "west": { "uv": [ 3, 14, 3.5, 13.5 ], "rotation": 90, "texture": "#texture" }, - "east": { "uv": [ 4, 8.5, 4.5, 8 ], "rotation": 90, "texture": "#texture" } - } -} -] -} \ No newline at end of file +{"__comment":"Designed_by_Filmjolk","textures":{"particle":"block/rail","texture":"block/rail"},"elements":[{"from":[1,0,12.875],"to":[15,0.5,14.125],"faces":{"down":{"uv":[1,14.5,15,13],"texture":"#texture"},"up":{"uv":[1,13,15,14.5],"texture":"#texture"},"north":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"south":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"west":{"uv":[7.5,14.5,9.5,15],"texture":"#texture"},"east":{"uv":[7,14.5,9,15],"texture":"#texture"}}},{"from":[1,0,7.375],"to":[15,0.5,8.625],"faces":{"down":{"uv":[1,9,15,7.5],"texture":"#texture"},"up":{"uv":[1,7.5,15,9],"texture":"#texture"},"north":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"south":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"west":{"uv":[7.5,14.5,9.5,15],"texture":"#texture"},"east":{"uv":[7,14.5,9,15],"texture":"#texture"}}},{"from":[1,0,1.875],"to":[15,0.5,3.125],"faces":{"down":{"uv":[1,3.5,15,2],"texture":"#texture"},"up":{"uv":[1,2,15,3.5],"texture":"#texture"},"north":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"south":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"west":{"uv":[7.5,14.5,9.5,15],"texture":"#texture"},"east":{"uv":[7,14.5,9,15],"texture":"#texture"}}},{"from":[1.5,0,1.5],"to":[14.5,0.5,3.5],"faces":{"down":{"uv":[1.5,4,14.5,1.5],"texture":"#texture"},"up":{"uv":[1.5,1.5,14.5,4],"texture":"#texture"},"north":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"south":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"west":{"uv":[7.5,14.5,9.5,15],"texture":"#texture"},"east":{"uv":[7.5,14.5,9.5,15],"texture":"#texture"}}},{"from":[1.5,0,7],"to":[14.5,0.5,9],"faces":{"down":{"uv":[1.5,9.5,14.5,7],"texture":"#texture"},"up":{"uv":[1.5,7,14.5,9.5],"texture":"#texture"},"north":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"south":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"west":{"uv":[7,14.5,9,15],"texture":"#texture"},"east":{"uv":[7.5,14.5,9.5,15],"texture":"#texture"}}},{"from":[1.5,0,12.5],"to":[14.5,0.5,14.5],"faces":{"down":{"uv":[1.5,15,14.5,12.5],"texture":"#texture"},"up":{"uv":[1.5,12.5,14.5,15],"texture":"#texture"},"north":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"south":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"west":{"uv":[7.5,14.5,9.5,15],"texture":"#texture"},"east":{"uv":[7,14.5,9,15],"texture":"#texture"}}},{"from":[11.5,0,0],"to":[13,1,16],"faces":{"down":{"uv":[11.5,16,13,0],"texture":"#texture"},"up":{"uv":[11.5,0,13,16],"texture":"#texture"},"north":{"uv":[3,15,3.5,15.5],"texture":"#texture"},"south":{"uv":[11.5,15,12,15.5],"texture":"#texture"},"west":{"uv":[3,8,3.5,8.5],"rotation":90,"texture":"#texture"},"east":{"uv":[4,8,4.5,8.5],"rotation":90,"texture":"#texture"}}},{"from":[3,0,0],"to":[4.5,1,16],"faces":{"down":{"uv":[3,16,4.5,0],"texture":"#texture"},"up":{"uv":[3,0,4.5,16],"texture":"#texture"},"north":{"uv":[11.5,15,12,15.5],"texture":"#texture"},"south":{"uv":[4,11.5,4.5,12],"texture":"#texture"},"west":{"uv":[3,14,3.5,13.5],"rotation":90,"texture":"#texture"},"east":{"uv":[4,8.5,4.5,8],"rotation":90,"texture":"#texture"}}}]} diff --git a/assets/minecraft/models/block/rail_raised_sw.json b/assets/minecraft/models/block/rail_raised_sw.json index 7837ea4..9d03354 100755 --- a/assets/minecraft/models/block/rail_raised_sw.json +++ b/assets/minecraft/models/block/rail_raised_sw.json @@ -1,114 +1 @@ -{ -"__comment": "Designed by Filmjolk", -"ambientocclusion": false, -"textures": { - "particle": "blocks/rail_normal", - "texture": "blocks/rail_normal" -}, -"elements": [ -{ - "from": [ 3, -0.22, -0.2 ], - "to": [ 4.5, 0.78, 22.8 ], - "rotation": { "origin": [ 3, 0.78, -0.2 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 3, 16, 4.5, 0 ], "texture": "#texture" }, - "up": { "uv": [ 3, 0, 4.5, 16 ], "texture": "#texture" }, - "north": { "uv": [ 11.5, 15, 12, 15.5 ], "texture": "#texture" }, - "south": { "uv": [ 4, 11.5, 4.5, 12 ], "texture": "#texture" }, - "west": { "uv": [ 3, 14, 3.5, 13.5 ], "rotation": 90, "texture": "#texture" }, - "east": { "uv": [ 4, 8.5, 4.5, 8 ], "texture": "#texture" } - } -}, -{ - "from": [ 11.5, -0.22, -0.2 ], - "to": [ 13, 0.78, 22.8 ], - "rotation": { "origin": [ 11.5, 0.78, -0.2 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 11.5, 16, 13, 0 ], "texture": "#texture" }, - "up": { "uv": [ 11.5, 0, 13, 16 ], "texture": "#texture" }, - "north": { "uv": [ 3, 15, 3.5, 15.5 ], "texture": "#texture" }, - "south": { "uv": [ 11.5, 15, 12, 15.5 ], "texture": "#texture" }, - "west": { "uv": [ 3, 8, 3.5, 8.5 ], "rotation": 90, "texture": "#texture" }, - "east": { "uv": [ 4, 8, 4.5, 8.5 ], "texture": "#texture" } - } -}, -{ - "from": [ 1.5, 11.78, 12.3 ], - "to": [ 14.5, 12.28, 14.3 ], - "rotation": { "origin": [ 1.5, 12.28, 12.3 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 1.5, 15, 14.5, 12.5 ], "texture": "#texture" }, - "up": { "uv": [ 1.5, 12.5, 14.5, 15 ], "texture": "#texture" }, - "north": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "west": { "uv": [ 7.5, 14.5, 9.5, 15 ], "texture": "#texture" }, - "east": { "uv": [ 7, 14.5, 9, 15 ], "texture": "#texture" } - } -}, -{ - "from": [ 1.5, 6.78, 7.3 ], - "to": [ 14.5, 7.28, 9.3 ], - "rotation": { "origin": [ 1.5, 7.28, 7.3 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 1.5, 9.5, 14.5, 7 ], "texture": "#texture" }, - "up": { "uv": [ 1.5, 7, 14.5, 9.5 ], "texture": "#texture" }, - "north": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "west": { "uv": [ 7, 14.5, 9, 15 ], "texture": "#texture" }, - "east": { "uv": [ 7.5, 14.5, 9.5, 15 ], "texture": "#texture" } - } -}, -{ - "from": [ 1.5, 2.28, 2.8 ], - "to": [ 14.5, 2.78, 4.8 ], - "rotation": { "origin": [ 1.5, 2.78, 2.8 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 1.5, 4, 14.5, 1.5 ], "texture": "#texture" }, - "up": { "uv": [ 1.5, 1.5, 14.5, 4 ], "texture": "#texture" }, - "north": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "west": { "uv": [ 7.5, 14.5, 9.5, 15 ], "texture": "#texture" }, - "east": { "uv": [ 7.5, 14.5, 9.5, 15 ], "texture": "#texture" } - } -}, -{ - "from": [ 1, 2.53, 3.05 ], - "to": [ 15, 3.03, 4.3 ], - "rotation": { "origin": [ 1, 3.03, 3.05 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 1, 3.5, 15, 2 ], "texture": "#texture" }, - "up": { "uv": [ 1, 2, 15, 3.5 ], "texture": "#texture" }, - "north": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "west": { "uv": [ 7.5, 14.5, 9.5, 15 ], "texture": "#texture" }, - "east": { "uv": [ 7, 14.5, 9, 15 ], "texture": "#texture" } - } -}, -{ - "from": [ 1, 7.03, 7.55 ], - "to": [ 15, 7.53, 8.8 ], - "rotation": { "origin": [ 1, 7.53, 7.55 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 1, 9, 15, 7.5 ], "texture": "#texture" }, - "up": { "uv": [ 1, 7.5, 15, 9 ], "texture": "#texture" }, - "north": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "west": { "uv": [ 7.5, 14.5, 9.5, 15 ], "texture": "#texture" }, - "east": { "uv": [ 7, 14.5, 9, 15 ], "texture": "#texture" } - } -}, -{ - "from": [ 1, 12.03, 12.55 ], - "to": [ 15, 12.53, 13.8 ], - "rotation": { "origin": [ 1, 12.53, 12.55 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 1, 14.5, 15, 13 ], "texture": "#texture" }, - "up": { "uv": [ 1, 13, 15, 14.5 ], "texture": "#texture" }, - "north": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 4.5, 14.5, 11.5, 15 ], "texture": "#texture" }, - "west": { "uv": [ 7.5, 14.5, 9.5, 15 ], "texture": "#texture" }, - "east": { "uv": [ 7, 14.5, 9, 15 ], "texture": "#texture" } - } -} -] -} \ No newline at end of file +{"__comment":"Designed_by_Filmjolk","ambientocclusion":false,"textures":{"particle":"block/rail","texture":"block/rail"},"elements":[{"from":[3,-0.22,-0.2],"to":[4.5,0.78,22.8],"rotation":{"origin":[3,0.78,-0.2],"axis":"x","angle":-45},"faces":{"down":{"uv":[3,16,4.5,0],"texture":"#texture"},"up":{"uv":[3,0,4.5,16],"texture":"#texture"},"north":{"uv":[11.5,15,12,15.5],"texture":"#texture"},"south":{"uv":[4,11.5,4.5,12],"texture":"#texture"},"west":{"uv":[3,14,3.5,13.5],"rotation":90,"texture":"#texture"},"east":{"uv":[4,8.5,4.5,8],"texture":"#texture"}}},{"from":[11.5,-0.22,-0.2],"to":[13,0.78,22.8],"rotation":{"origin":[11.5,0.78,-0.2],"axis":"x","angle":-45},"faces":{"down":{"uv":[11.5,16,13,0],"texture":"#texture"},"up":{"uv":[11.5,0,13,16],"texture":"#texture"},"north":{"uv":[3,15,3.5,15.5],"texture":"#texture"},"south":{"uv":[11.5,15,12,15.5],"texture":"#texture"},"west":{"uv":[3,8,3.5,8.5],"rotation":90,"texture":"#texture"},"east":{"uv":[4,8,4.5,8.5],"texture":"#texture"}}},{"from":[1.5,11.78,12.3],"to":[14.5,12.28,14.3],"rotation":{"origin":[1.5,12.28,12.3],"axis":"x","angle":-45},"faces":{"down":{"uv":[1.5,15,14.5,12.5],"texture":"#texture"},"up":{"uv":[1.5,12.5,14.5,15],"texture":"#texture"},"north":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"south":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"west":{"uv":[7.5,14.5,9.5,15],"texture":"#texture"},"east":{"uv":[7,14.5,9,15],"texture":"#texture"}}},{"from":[1.5,6.78,7.3],"to":[14.5,7.28,9.3],"rotation":{"origin":[1.5,7.28,7.3],"axis":"x","angle":-45},"faces":{"down":{"uv":[1.5,9.5,14.5,7],"texture":"#texture"},"up":{"uv":[1.5,7,14.5,9.5],"texture":"#texture"},"north":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"south":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"west":{"uv":[7,14.5,9,15],"texture":"#texture"},"east":{"uv":[7.5,14.5,9.5,15],"texture":"#texture"}}},{"from":[1.5,2.28,2.8],"to":[14.5,2.78,4.8],"rotation":{"origin":[1.5,2.78,2.8],"axis":"x","angle":-45},"faces":{"down":{"uv":[1.5,4,14.5,1.5],"texture":"#texture"},"up":{"uv":[1.5,1.5,14.5,4],"texture":"#texture"},"north":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"south":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"west":{"uv":[7.5,14.5,9.5,15],"texture":"#texture"},"east":{"uv":[7.5,14.5,9.5,15],"texture":"#texture"}}},{"from":[1,2.53,3.05],"to":[15,3.03,4.3],"rotation":{"origin":[1,3.03,3.05],"axis":"x","angle":-45},"faces":{"down":{"uv":[1,3.5,15,2],"texture":"#texture"},"up":{"uv":[1,2,15,3.5],"texture":"#texture"},"north":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"south":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"west":{"uv":[7.5,14.5,9.5,15],"texture":"#texture"},"east":{"uv":[7,14.5,9,15],"texture":"#texture"}}},{"from":[1,7.03,7.55],"to":[15,7.53,8.8],"rotation":{"origin":[1,7.53,7.55],"axis":"x","angle":-45},"faces":{"down":{"uv":[1,9,15,7.5],"texture":"#texture"},"up":{"uv":[1,7.5,15,9],"texture":"#texture"},"north":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"south":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"west":{"uv":[7.5,14.5,9.5,15],"texture":"#texture"},"east":{"uv":[7,14.5,9,15],"texture":"#texture"}}},{"from":[1,12.03,12.55],"to":[15,12.53,13.8],"rotation":{"origin":[1,12.53,12.55],"axis":"x","angle":-45},"faces":{"down":{"uv":[1,14.5,15,13],"texture":"#texture"},"up":{"uv":[1,13,15,14.5],"texture":"#texture"},"north":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"south":{"uv":[4.5,14.5,11.5,15],"texture":"#texture"},"west":{"uv":[7.5,14.5,9.5,15],"texture":"#texture"},"east":{"uv":[7,14.5,9,15],"texture":"#texture"}}}]} diff --git a/assets/minecraft/models/block/red_sand.json b/assets/minecraft/models/block/red_sand.json index 7c72d64..df45d00 100755 --- a/assets/minecraft/models/block/red_sand.json +++ b/assets/minecraft/models/block/red_sand.json @@ -1,6 +1 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "blocks/red_sand" - } -} +{"parent":"block/cube_all","textures":{"all":"block/red_sand"}} diff --git a/assets/minecraft/models/block/red_sandstone.json b/assets/minecraft/models/block/red_sandstone.json new file mode 100755 index 0000000..ac08fd4 --- /dev/null +++ b/assets/minecraft/models/block/red_sandstone.json @@ -0,0 +1 @@ +{"parent":"block/cube_bottom_top","textures":{"bottom":"block/red_sandstone_bottom","top":"block/red_sandstone_top","side":"block/red_sandstone"}} diff --git a/assets/minecraft/models/block/red_sandstone_all.json b/assets/minecraft/models/block/red_sandstone_all.json index 49631ce..8406930 100755 --- a/assets/minecraft/models/block/red_sandstone_all.json +++ b/assets/minecraft/models/block/red_sandstone_all.json @@ -1,6 +1 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "blocks/red_sandstone_top" - } -} +{"parent":"block/cube_all","textures":{"all":"block/red_sandstone_top"}} diff --git a/assets/minecraft/models/block/red_sandstone_chiseled.json b/assets/minecraft/models/block/red_sandstone_chiseled.json index cf0a1fc..6817a89 100755 --- a/assets/minecraft/models/block/red_sandstone_chiseled.json +++ b/assets/minecraft/models/block/red_sandstone_chiseled.json @@ -1,7 +1 @@ -{ - "parent": "block/cube_column", - "textures": { - "end": "blocks/red_sandstone_top", - "side": "blocks/red_sandstone_carved" - } -} +{"parent":"block/cube_column","textures":{"end":"block/red_sandstone_top","side":"block/chiseled_red_sandstone"}} diff --git a/assets/minecraft/models/block/red_sandstone_double_slab.json b/assets/minecraft/models/block/red_sandstone_double_slab.json index 7177851..9850436 100755 --- a/assets/minecraft/models/block/red_sandstone_double_slab.json +++ b/assets/minecraft/models/block/red_sandstone_double_slab.json @@ -1,8 +1 @@ -{ - "parent": "block/cube_bottom_top", - "textures": { - "bottom": "blocks/red_sandstone_smooth", - "top": "blocks/red_sandstone_smooth", - "side": "blocks/red_sandstone_slab" - } -} +{"parent":"block/cube_bottom_top","textures":{"bottom":"block/cut_red_sandstone","top":"block/cut_red_sandstone","side":"block/red_sandstone_slab"}} diff --git a/assets/minecraft/models/block/red_sandstone_inner_stairs.json b/assets/minecraft/models/block/red_sandstone_inner_stairs.json index 301d8df..a365357 100755 --- a/assets/minecraft/models/block/red_sandstone_inner_stairs.json +++ b/assets/minecraft/models/block/red_sandstone_inner_stairs.json @@ -1,8 +1 @@ -{ - "parent": "block/inner_stairs", - "textures": { - "bottom": "blocks/red_sandstone_smooth", - "top": "blocks/red_sandstone_smooth", - "side": "blocks/red_sandstone_slab" - } -} +{"parent":"block/inner_stairs","textures":{"bottom":"block/cut_red_sandstone","top":"block/cut_red_sandstone","side":"block/red_sandstone_slab"}} diff --git a/assets/minecraft/models/block/red_sandstone_normal.json b/assets/minecraft/models/block/red_sandstone_normal.json deleted file mode 100755 index 36e5008..0000000 --- a/assets/minecraft/models/block/red_sandstone_normal.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/cube_bottom_top", - "textures": { - "bottom": "blocks/red_sandstone_bottom", - "top": "blocks/red_sandstone_top", - "side": "blocks/red_sandstone_normal" - } -} diff --git a/assets/minecraft/models/block/red_sandstone_outer_stairs.json b/assets/minecraft/models/block/red_sandstone_outer_stairs.json index 8355c81..9bd1757 100755 --- a/assets/minecraft/models/block/red_sandstone_outer_stairs.json +++ b/assets/minecraft/models/block/red_sandstone_outer_stairs.json @@ -1,8 +1 @@ -{ - "parent": "block/outer_stairs", - "textures": { - "bottom": "blocks/red_sandstone_smooth", - "top": "blocks/red_sandstone_smooth", - "side": "blocks/red_sandstone_slab" - } -} +{"parent":"block/outer_stairs","textures":{"bottom":"block/cut_red_sandstone","top":"block/cut_red_sandstone","side":"block/red_sandstone_slab"}} diff --git a/assets/minecraft/models/block/red_sandstone_smooth.json b/assets/minecraft/models/block/red_sandstone_smooth.json deleted file mode 100755 index fc44ede..0000000 --- a/assets/minecraft/models/block/red_sandstone_smooth.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_column", - "textures": { - "end": "blocks/red_sandstone_smooth", - "side": "blocks/red_sandstone_smooth" - } -} diff --git a/assets/minecraft/models/block/red_sandstone_stairs.json b/assets/minecraft/models/block/red_sandstone_stairs.json index 12b7611..b375ebf 100755 --- a/assets/minecraft/models/block/red_sandstone_stairs.json +++ b/assets/minecraft/models/block/red_sandstone_stairs.json @@ -1,8 +1 @@ -{ - "parent": "block/stairs", - "textures": { - "bottom": "blocks/red_sandstone_smooth", - "top": "blocks/red_sandstone_smooth", - "side": "blocks/red_sandstone_slab" - } -} +{"parent":"block/stairs","textures":{"bottom":"block/cut_red_sandstone","top":"block/cut_red_sandstone","side":"block/red_sandstone_slab"}} diff --git a/assets/minecraft/models/block/redstone_dot.json b/assets/minecraft/models/block/redstone_dot.json index 3450172..fa49397 100755 --- a/assets/minecraft/models/block/redstone_dot.json +++ b/assets/minecraft/models/block/redstone_dot.json @@ -1,22 +1 @@ -{ -"ambientocclusion": false, -"textures": { - "particle": "blocks/redstone_dust_cross", - "texture": "blocks/redstone_dust_cros" -}, -"elements": [ -{ - "from": [ 6.5, 0, 6.5 ], - "to": [ 9.5, 1.001, 9.5 ], - "shade": false, - "faces": { - "down": { "uv": [ 6.5, 9.5, 9.5, 6.5 ], "texture": "#texture", "tintindex": 0 }, - "up": { "uv": [ 6.5, 6.5, 9.5, 9.5 ], "texture": "#texture", "tintindex": 0 }, - "north": { "uv": [ 6.5, 14, 9.5, 16 ], "texture": "#texture", "tintindex": 0 }, - "south": { "uv": [ 6.5, 14, 9.5, 16 ], "texture": "#texture", "tintindex": 0 }, - "west": { "uv": [ 6.5, 14, 9.5, 16 ], "texture": "#texture", "tintindex": 0 }, - "east": { "uv": [ 6.5, 14, 9.5, 16 ], "texture": "#texture", "tintindex": 0 } - } -} -] -} \ No newline at end of file +{"ambientocclusion":false,"textures":{"particle":"block/redstone_dust_cross","texture":"block/redstone_dust_cros"},"elements":[{"from":[6.5,0,6.5],"to":[9.5,1.001,9.5],"shade":false,"faces":{"down":{"uv":[6.5,9.5,9.5,6.5],"texture":"#texture","tintindex":0},"up":{"uv":[6.5,6.5,9.5,9.5],"texture":"#texture","tintindex":0},"north":{"uv":[6.5,14,9.5,16],"texture":"#texture","tintindex":0},"south":{"uv":[6.5,14,9.5,16],"texture":"#texture","tintindex":0},"west":{"uv":[6.5,14,9.5,16],"texture":"#texture","tintindex":0},"east":{"uv":[6.5,14,9.5,16],"texture":"#texture","tintindex":0}}}]} diff --git a/assets/minecraft/models/block/redstone_n.json b/assets/minecraft/models/block/redstone_n.json index 793566d..c59dfc6 100755 --- a/assets/minecraft/models/block/redstone_n.json +++ b/assets/minecraft/models/block/redstone_n.json @@ -1,22 +1 @@ -{ -"ambientocclusion": false, -"textures": { - "particle": "blocks/redstone_dust_cross", - "texture": "blocks/redstone_dust_cros" -}, -"elements": [ -{ - "from": [ 7, 0, 0 ], - "to": [ 9, 1, 16 ], - "shade": false, - "faces": { - "down": { "uv": [ 7, 9, 9, 0 ], "texture": "#texture", "tintindex": 0 }, - "up": { "uv": [ 7, 0, 9, 9 ], "texture": "#texture", "tintindex": 0 }, - "north": { "uv": [ 7, 15, 9, 16 ], "texture": "#texture", "tintindex": 0 }, - "south": { "uv": [ 7, 15, 9, 16 ], "texture": "#texture", "tintindex": 0 }, - "west": { "uv": [ 0, 8, 16, 9 ], "texture": "#texture", "tintindex": 0 }, - "east": { "uv": [ 0, 7, 16, 8 ], "texture": "#texture", "tintindex": 0 } - } -} -] -} \ No newline at end of file +{"ambientocclusion":false,"textures":{"particle":"block/redstone_dust_cross","texture":"block/redstone_dust_cros"},"elements":[{"from":[7,0,0],"to":[9,1,16],"shade":false,"faces":{"down":{"uv":[7,9,9,0],"texture":"#texture","tintindex":0},"up":{"uv":[7,0,9,9],"texture":"#texture","tintindex":0},"north":{"uv":[7,15,9,16],"texture":"#texture","tintindex":0},"south":{"uv":[7,15,9,16],"texture":"#texture","tintindex":0},"west":{"uv":[0,8,16,9],"texture":"#texture","tintindex":0},"east":{"uv":[0,7,16,8],"texture":"#texture","tintindex":0}}}]} diff --git a/assets/minecraft/models/block/redstone_ne.json b/assets/minecraft/models/block/redstone_ne.json index e1c2c0e..79ce8ef 100755 --- a/assets/minecraft/models/block/redstone_ne.json +++ b/assets/minecraft/models/block/redstone_ne.json @@ -1,35 +1 @@ -{ -"ambientocclusion": false, -"textures": { - "particle": "blocks/redstone_dust_cross", - "texture": "blocks/redstone_dust_cros" -}, -"elements": [ -{ - "from": [ 7, 0, 0 ], - "to": [ 9, 1, 9 ], - "shade": false, - "faces": { - "down": { "uv": [ 7, 9, 9, 0 ], "texture": "#texture", "tintindex": 0 }, - "up": { "uv": [ 7, 0, 9, 9 ], "texture": "#texture", "tintindex": 0 }, - "north": { "uv": [ 7, 15, 9, 16 ], "texture": "#texture", "tintindex": 0 }, - "south": { "uv": [ 7, 15, 9, 16 ], "texture": "#texture", "tintindex": 0 }, - "west": { "uv": [ 0, 8, 16, 9 ], "texture": "#texture", "tintindex": 0 }, - "east": { "uv": [ 0, 7, 16, 8 ], "texture": "#texture", "tintindex": 0 } - } -}, -{ - "from": [ 9, 0, 7 ], - "to": [ 16, 1, 9 ], - "shade": false, - "faces": { - "down": { "uv": [ 9, 9, 16, 7 ], "texture": "#texture", "tintindex": 0 }, - "up": { "uv": [ 9, 7, 16, 9 ], "texture": "#texture", "tintindex": 0 }, - "north": { "uv": [ 0, 8, 7, 9 ], "texture": "#texture", "tintindex": 0 }, - "south": { "uv": [ 9, 7, 16, 8 ], "texture": "#texture", "tintindex": 0 }, - "west": { "uv": [ 7, 15, 9, 16 ], "texture": "#texture", "tintindex": 0 }, - "east": { "uv": [ 7, 15, 9, 16 ], "texture": "#texture", "tintindex": 0 } - } -} -] -} \ No newline at end of file +{"ambientocclusion":false,"textures":{"particle":"block/redstone_dust_cross","texture":"block/redstone_dust_cros"},"elements":[{"from":[7,0,0],"to":[9,1,9],"shade":false,"faces":{"down":{"uv":[7,9,9,0],"texture":"#texture","tintindex":0},"up":{"uv":[7,0,9,9],"texture":"#texture","tintindex":0},"north":{"uv":[7,15,9,16],"texture":"#texture","tintindex":0},"south":{"uv":[7,15,9,16],"texture":"#texture","tintindex":0},"west":{"uv":[0,8,16,9],"texture":"#texture","tintindex":0},"east":{"uv":[0,7,16,8],"texture":"#texture","tintindex":0}}},{"from":[9,0,7],"to":[16,1,9],"shade":false,"faces":{"down":{"uv":[9,9,16,7],"texture":"#texture","tintindex":0},"up":{"uv":[9,7,16,9],"texture":"#texture","tintindex":0},"north":{"uv":[0,8,7,9],"texture":"#texture","tintindex":0},"south":{"uv":[9,7,16,8],"texture":"#texture","tintindex":0},"west":{"uv":[7,15,9,16],"texture":"#texture","tintindex":0},"east":{"uv":[7,15,9,16],"texture":"#texture","tintindex":0}}}]} diff --git a/assets/minecraft/models/block/redstone_nse.json b/assets/minecraft/models/block/redstone_nse.json index 3a3db66..cebde1b 100755 --- a/assets/minecraft/models/block/redstone_nse.json +++ b/assets/minecraft/models/block/redstone_nse.json @@ -1,35 +1 @@ -{ -"ambientocclusion": false, -"textures": { - "particle": "blocks/redstone_dust_cross", - "texture": "blocks/redstone_dust_cros" -}, -"elements": [ -{ - "from": [ 7, 0, 0 ], - "to": [ 9, 1, 16 ], - "shade": false, - "faces": { - "down": { "uv": [ 7, 16, 9, 0 ], "texture": "#texture", "tintindex": 0 }, - "up": { "uv": [ 7, 0, 9, 16 ], "texture": "#texture", "tintindex": 0 }, - "north": { "uv": [ 7, 15, 9, 16 ], "texture": "#texture", "tintindex": 0 }, - "south": { "uv": [ 7, 15, 9, 16 ], "texture": "#texture", "tintindex": 0 }, - "west": { "uv": [ 0, 8, 16, 9 ], "texture": "#texture", "tintindex": 0 }, - "east": { "uv": [ 0, 7, 16, 8 ], "texture": "#texture", "tintindex": 0 } - } -}, -{ - "from": [ 9, 0, 7 ], - "to": [ 16, 1, 9 ], - "shade": false, - "faces": { - "down": { "uv": [ 9, 9, 16, 7 ], "texture": "#texture", "tintindex": 0 }, - "up": { "uv": [ 9, 7, 16, 9 ], "texture": "#texture", "tintindex": 0 }, - "north": { "uv": [ 0, 8, 7, 9 ], "texture": "#texture", "tintindex": 0 }, - "south": { "uv": [ 9, 7, 16, 8 ], "texture": "#texture", "tintindex": 0 }, - "west": { "uv": [ 7, 15, 9, 16 ], "texture": "#texture", "tintindex": 0 }, - "east": { "uv": [ 7, 15, 9, 16 ], "texture": "#texture", "tintindex": 0 } - } -} -] -} \ No newline at end of file +{"ambientocclusion":false,"textures":{"particle":"block/redstone_dust_cross","texture":"block/redstone_dust_cros"},"elements":[{"from":[7,0,0],"to":[9,1,16],"shade":false,"faces":{"down":{"uv":[7,16,9,0],"texture":"#texture","tintindex":0},"up":{"uv":[7,0,9,16],"texture":"#texture","tintindex":0},"north":{"uv":[7,15,9,16],"texture":"#texture","tintindex":0},"south":{"uv":[7,15,9,16],"texture":"#texture","tintindex":0},"west":{"uv":[0,8,16,9],"texture":"#texture","tintindex":0},"east":{"uv":[0,7,16,8],"texture":"#texture","tintindex":0}}},{"from":[9,0,7],"to":[16,1,9],"shade":false,"faces":{"down":{"uv":[9,9,16,7],"texture":"#texture","tintindex":0},"up":{"uv":[9,7,16,9],"texture":"#texture","tintindex":0},"north":{"uv":[0,8,7,9],"texture":"#texture","tintindex":0},"south":{"uv":[9,7,16,8],"texture":"#texture","tintindex":0},"west":{"uv":[7,15,9,16],"texture":"#texture","tintindex":0},"east":{"uv":[7,15,9,16],"texture":"#texture","tintindex":0}}}]} diff --git a/assets/minecraft/models/block/redstone_nsew.json b/assets/minecraft/models/block/redstone_nsew.json index d054255..7cc158c 100755 --- a/assets/minecraft/models/block/redstone_nsew.json +++ b/assets/minecraft/models/block/redstone_nsew.json @@ -1,48 +1 @@ -{ -"ambientocclusion": false, -"textures": { - "particle": "blocks/redstone_dust_cross", - "texture": "blocks/redstone_dust_cros" -}, -"elements": [ -{ - "from": [ 7, 0, 0 ], - "to": [ 9, 1, 16 ], - "shade": false, - "faces": { - "down": { "uv": [ 7, 16, 9, 0 ], "texture": "#texture", "tintindex": 0 }, - "up": { "uv": [ 7, 0, 9, 16 ], "texture": "#texture", "tintindex": 0 }, - "north": { "uv": [ 7, 15, 9, 16 ], "texture": "#texture", "tintindex": 0 }, - "south": { "uv": [ 7, 15, 9, 16 ], "texture": "#texture", "tintindex": 0 }, - "west": { "uv": [ 0, 8, 16, 9 ], "texture": "#texture", "tintindex": 0 }, - "east": { "uv": [ 0, 7, 16, 8 ], "texture": "#texture", "tintindex": 0 } - } -}, -{ - "from": [ 9, 0, 7 ], - "to": [ 16, 1, 9 ], - "shade": false, - "faces": { - "down": { "uv": [ 9, 9, 16, 7 ], "texture": "#texture", "tintindex": 0 }, - "up": { "uv": [ 9, 7, 16, 9 ], "texture": "#texture", "tintindex": 0 }, - "north": { "uv": [ 0, 8, 7, 9 ], "texture": "#texture", "tintindex": 0 }, - "south": { "uv": [ 9, 7, 16, 8 ], "texture": "#texture", "tintindex": 0 }, - "west": { "uv": [ 7, 15, 9, 16 ], "texture": "#texture", "tintindex": 0 }, - "east": { "uv": [ 7, 15, 9, 16 ], "texture": "#texture", "tintindex": 0 } - } -}, -{ - "from": [ 0, 0, 7 ], - "to": [ 7, 1, 9 ], - "shade": false, - "faces": { - "down": { "uv": [ 0, 9, 7, 7 ], "texture": "#texture", "tintindex": 0 }, - "up": { "uv": [ 0, 7, 7, 9 ], "texture": "#texture", "tintindex": 0 }, - "north": { "uv": [ 0, 8, 7, 9 ], "texture": "#texture", "tintindex": 0 }, - "south": { "uv": [ 9, 7, 16, 8 ], "texture": "#texture", "tintindex": 0 }, - "west": { "uv": [ 7, 15, 9, 16 ], "texture": "#texture", "tintindex": 0 }, - "east": { "uv": [ 7, 15, 9, 16 ], "texture": "#texture", "tintindex": 0 } - } -} -] -} \ No newline at end of file +{"ambientocclusion":false,"textures":{"particle":"block/redstone_dust_cross","texture":"block/redstone_dust_cros"},"elements":[{"from":[7,0,0],"to":[9,1,16],"shade":false,"faces":{"down":{"uv":[7,16,9,0],"texture":"#texture","tintindex":0},"up":{"uv":[7,0,9,16],"texture":"#texture","tintindex":0},"north":{"uv":[7,15,9,16],"texture":"#texture","tintindex":0},"south":{"uv":[7,15,9,16],"texture":"#texture","tintindex":0},"west":{"uv":[0,8,16,9],"texture":"#texture","tintindex":0},"east":{"uv":[0,7,16,8],"texture":"#texture","tintindex":0}}},{"from":[9,0,7],"to":[16,1,9],"shade":false,"faces":{"down":{"uv":[9,9,16,7],"texture":"#texture","tintindex":0},"up":{"uv":[9,7,16,9],"texture":"#texture","tintindex":0},"north":{"uv":[0,8,7,9],"texture":"#texture","tintindex":0},"south":{"uv":[9,7,16,8],"texture":"#texture","tintindex":0},"west":{"uv":[7,15,9,16],"texture":"#texture","tintindex":0},"east":{"uv":[7,15,9,16],"texture":"#texture","tintindex":0}}},{"from":[0,0,7],"to":[7,1,9],"shade":false,"faces":{"down":{"uv":[0,9,7,7],"texture":"#texture","tintindex":0},"up":{"uv":[0,7,7,9],"texture":"#texture","tintindex":0},"north":{"uv":[0,8,7,9],"texture":"#texture","tintindex":0},"south":{"uv":[9,7,16,8],"texture":"#texture","tintindex":0},"west":{"uv":[7,15,9,16],"texture":"#texture","tintindex":0},"east":{"uv":[7,15,9,16],"texture":"#texture","tintindex":0}}}]} diff --git a/assets/minecraft/models/block/redstone_nsue.json b/assets/minecraft/models/block/redstone_nsue.json index 1459f36..56448d2 100755 --- a/assets/minecraft/models/block/redstone_nsue.json +++ b/assets/minecraft/models/block/redstone_nsue.json @@ -1,48 +1 @@ -{ -"ambientocclusion": false, -"textures": { - "particle": "blocks/redstone_dust_cross", - "texture": "blocks/redstone_dust_cros" -}, -"elements": [ -{ - "from": [ 7, 0, 0 ], - "to": [ 9, 1, 16 ], - "shade": false, - "faces": { - "down": { "uv": [ 7, 16, 9, 0 ], "texture": "#texture", "tintindex": 0 }, - "up": { "uv": [ 7, 0, 9, 16 ], "texture": "#texture", "tintindex": 0 }, - "north": { "uv": [ 7, 15, 9, 16 ], "texture": "#texture", "tintindex": 0 }, - "south": { "uv": [ 7, 15, 9, 16 ], "texture": "#texture", "tintindex": 0 }, - "west": { "uv": [ 0, 8, 16, 9 ], "texture": "#texture", "tintindex": 0 }, - "east": { "uv": [ 0, 7, 16, 8 ], "texture": "#texture", "tintindex": 0 } - } -}, -{ - "from": [ 9, 0, 7 ], - "to": [ 16, 1, 9 ], - "shade": false, - "faces": { - "down": { "uv": [ 9, 9, 16, 7 ], "texture": "#texture", "tintindex": 0 }, - "up": { "uv": [ 9, 7, 16, 9 ], "texture": "#texture", "tintindex": 0 }, - "north": { "uv": [ 0, 8, 7, 9 ], "texture": "#texture", "tintindex": 0 }, - "south": { "uv": [ 9, 7, 16, 8 ], "texture": "#texture", "tintindex": 0 }, - "west": { "uv": [ 7, 15, 9, 16 ], "texture": "#texture", "tintindex": 0 }, - "east": { "uv": [ 7, 15, 9, 16 ], "texture": "#texture", "tintindex": 0 } - } -}, -{ - "from": [ 15, 1, 7 ], - "to": [ 16, 17, 9 ], - "shade": false, - "faces": { - "down": { "uv": [ 1, 1, 1, 1 ], "texture": "#texture", "tintindex": 0 }, - "up": { "uv": [ 1, 1, 1, 1 ], "texture": "#texture", "tintindex": 0 }, - "north": { "uv": [ 1, 1, 1, 1 ], "texture": "#texture", "tintindex": 0 }, - "south": { "uv": [ 1, 1, 1, 1 ], "texture": "#texture", "tintindex": 0 }, - "west": { "uv": [ 1, 1, 1, 1 ], "texture": "#texture", "tintindex": 0 }, - "east": { "uv": [ 1, 1, 1, 1 ], "texture": "#texture", "tintindex": 0 } - } -} -] -} \ No newline at end of file +{"ambientocclusion":false,"textures":{"particle":"block/redstone_dust_cross","texture":"block/redstone_dust_cros"},"elements":[{"from":[7,0,0],"to":[9,1,16],"shade":false,"faces":{"down":{"uv":[7,16,9,0],"texture":"#texture","tintindex":0},"up":{"uv":[7,0,9,16],"texture":"#texture","tintindex":0},"north":{"uv":[7,15,9,16],"texture":"#texture","tintindex":0},"south":{"uv":[7,15,9,16],"texture":"#texture","tintindex":0},"west":{"uv":[0,8,16,9],"texture":"#texture","tintindex":0},"east":{"uv":[0,7,16,8],"texture":"#texture","tintindex":0}}},{"from":[9,0,7],"to":[16,1,9],"shade":false,"faces":{"down":{"uv":[9,9,16,7],"texture":"#texture","tintindex":0},"up":{"uv":[9,7,16,9],"texture":"#texture","tintindex":0},"north":{"uv":[0,8,7,9],"texture":"#texture","tintindex":0},"south":{"uv":[9,7,16,8],"texture":"#texture","tintindex":0},"west":{"uv":[7,15,9,16],"texture":"#texture","tintindex":0},"east":{"uv":[7,15,9,16],"texture":"#texture","tintindex":0}}},{"from":[15,1,7],"to":[16,17,9],"shade":false,"faces":{"down":{"uv":[1,1,1,1],"texture":"#texture","tintindex":0},"up":{"uv":[1,1,1,1],"texture":"#texture","tintindex":0},"north":{"uv":[1,1,1,1],"texture":"#texture","tintindex":0},"south":{"uv":[1,1,1,1],"texture":"#texture","tintindex":0},"west":{"uv":[1,1,1,1],"texture":"#texture","tintindex":0},"east":{"uv":[1,1,1,1],"texture":"#texture","tintindex":0}}}]} diff --git a/assets/minecraft/models/block/redstone_nue.json b/assets/minecraft/models/block/redstone_nue.json index 8af9770..d3a7ee2 100755 --- a/assets/minecraft/models/block/redstone_nue.json +++ b/assets/minecraft/models/block/redstone_nue.json @@ -1,48 +1 @@ -{ -"ambientocclusion": false, -"textures": { - "particle": "blocks/redstone_dust_cross", - "texture": "blocks/redstone_dust_cros" -}, -"elements": [ -{ - "from": [ 15, 1, 7 ], - "to": [ 16, 17, 9 ], - "shade": false, - "faces": { - "down": { "uv": [ 15, 9, 16, 7 ], "texture": "#texture", "tintindex": 0 }, - "up": { "uv": [ 15, 7, 16, 9 ], "texture": "#texture", "tintindex": 0 }, - "north": { "uv": [ 7, 0, 8, 16 ], "texture": "#texture", "tintindex": 0 }, - "south": { "uv": [ 8, 0, 9, 16 ], "texture": "#texture", "tintindex": 0 }, - "west": { "uv": [ 7, 0, 9, 16 ], "texture": "#texture", "tintindex": 0 }, - "east": { "uv": [ 7, 0, 9, 16 ], "texture": "#texture", "tintindex": 0 } - } -}, -{ - "from": [ 9, 0, 7 ], - "to": [ 16, 1, 9 ], - "shade": false, - "faces": { - "down": { "uv": [ 9, 9, 16, 7 ], "texture": "#texture", "tintindex": 0 }, - "up": { "uv": [ 9, 7, 16, 9 ], "texture": "#texture", "tintindex": 0 }, - "north": { "uv": [ 0, 8, 7, 9 ], "texture": "#texture", "tintindex": 0 }, - "south": { "uv": [ 9, 7, 16, 8 ], "texture": "#texture", "tintindex": 0 }, - "west": { "uv": [ 7, 15, 9, 16 ], "texture": "#texture", "tintindex": 0 }, - "east": { "uv": [ 7, 15, 9, 16 ], "texture": "#texture", "tintindex": 0 } - } -}, -{ - "from": [ 7, 0, 0 ], - "to": [ 9, 1, 9 ], - "shade": false, - "faces": { - "down": { "uv": [ 7, 9, 9, 0 ], "texture": "#texture", "tintindex": 0 }, - "up": { "uv": [ 7, 0, 9, 9 ], "texture": "#texture", "tintindex": 0 }, - "north": { "uv": [ 7, 15, 9, 16 ], "texture": "#texture", "tintindex": 0 }, - "south": { "uv": [ 7, 15, 9, 16 ], "texture": "#texture", "tintindex": 0 }, - "west": { "uv": [ 0, 8, 9, 9 ], "texture": "#texture", "tintindex": 0 }, - "east": { "uv": [ 7, 7, 16, 8 ], "texture": "#texture", "tintindex": 0 } - } -} -] -} \ No newline at end of file +{"ambientocclusion":false,"textures":{"particle":"block/redstone_dust_cross","texture":"block/redstone_dust_cros"},"elements":[{"from":[15,1,7],"to":[16,17,9],"shade":false,"faces":{"down":{"uv":[15,9,16,7],"texture":"#texture","tintindex":0},"up":{"uv":[15,7,16,9],"texture":"#texture","tintindex":0},"north":{"uv":[7,0,8,16],"texture":"#texture","tintindex":0},"south":{"uv":[8,0,9,16],"texture":"#texture","tintindex":0},"west":{"uv":[7,0,9,16],"texture":"#texture","tintindex":0},"east":{"uv":[7,0,9,16],"texture":"#texture","tintindex":0}}},{"from":[9,0,7],"to":[16,1,9],"shade":false,"faces":{"down":{"uv":[9,9,16,7],"texture":"#texture","tintindex":0},"up":{"uv":[9,7,16,9],"texture":"#texture","tintindex":0},"north":{"uv":[0,8,7,9],"texture":"#texture","tintindex":0},"south":{"uv":[9,7,16,8],"texture":"#texture","tintindex":0},"west":{"uv":[7,15,9,16],"texture":"#texture","tintindex":0},"east":{"uv":[7,15,9,16],"texture":"#texture","tintindex":0}}},{"from":[7,0,0],"to":[9,1,9],"shade":false,"faces":{"down":{"uv":[7,9,9,0],"texture":"#texture","tintindex":0},"up":{"uv":[7,0,9,9],"texture":"#texture","tintindex":0},"north":{"uv":[7,15,9,16],"texture":"#texture","tintindex":0},"south":{"uv":[7,15,9,16],"texture":"#texture","tintindex":0},"west":{"uv":[0,8,9,9],"texture":"#texture","tintindex":0},"east":{"uv":[7,7,16,8],"texture":"#texture","tintindex":0}}}]} diff --git a/assets/minecraft/models/block/redstone_nuse.json b/assets/minecraft/models/block/redstone_nuse.json index 6593b79..d97f746 100755 --- a/assets/minecraft/models/block/redstone_nuse.json +++ b/assets/minecraft/models/block/redstone_nuse.json @@ -1,48 +1 @@ -{ -"ambientocclusion": false, -"textures": { - "particle": "blocks/redstone_dust_cross", - "texture": "blocks/redstone_dust_cros" -}, -"elements": [ -{ - "from": [ 7, 1, 15 ], - "to": [ 9, 17, 16 ], - "shade": false, - "faces": { - "down": { "uv": [ 7, 16, 9, 15 ], "texture": "#texture", "tintindex": 0 }, - "up": { "uv": [ 7, 15, 9, 16 ], "texture": "#texture", "tintindex": 0 }, - "north": { "uv": [ 7, 0, 9, 15 ], "texture": "#texture", "tintindex": 0 }, - "south": { "uv": [ 7, 0, 9, 15 ], "texture": "#texture", "tintindex": 0 }, - "west": { "uv": [ 15, 0, 16, 15 ], "texture": "#texture", "tintindex": 0 }, - "east": { "uv": [ 0, 0, 1, 15 ], "texture": "#texture", "tintindex": 0 } - } -}, -{ - "from": [ 7, 0, 0 ], - "to": [ 9, 1, 16 ], - "shade": false, - "faces": { - "down": { "uv": [ 7, 16, 9, 0 ], "texture": "#texture", "tintindex": 0 }, - "up": { "uv": [ 7, 0, 9, 16 ], "texture": "#texture", "tintindex": 0 }, - "north": { "uv": [ 7, 15, 9, 16 ], "texture": "#texture", "tintindex": 0 }, - "south": { "uv": [ 7, 15, 9, 16 ], "texture": "#texture", "tintindex": 0 }, - "west": { "uv": [ 0, 15, 16, 16 ], "texture": "#texture", "tintindex": 0 }, - "east": { "uv": [ 0, 15, 16, 16 ], "texture": "#texture", "tintindex": 0 } - } -}, -{ - "from": [ 9, 0, 7 ], - "to": [ 16, 1, 9 ], - "shade": false, - "faces": { - "down": { "uv": [ 9, 9, 16, 7 ], "texture": "#texture", "tintindex": 0 }, - "up": { "uv": [ 9, 7, 16, 9 ], "texture": "#texture", "tintindex": 0 }, - "north": { "uv": [ 0, 15, 7, 16 ], "texture": "#texture", "tintindex": 0 }, - "south": { "uv": [ 9, 15, 16, 16 ], "texture": "#texture", "tintindex": 0 }, - "west": { "uv": [ 7, 15, 9, 16 ], "texture": "#texture", "tintindex": 0 }, - "east": { "uv": [ 7, 15, 9, 16 ], "texture": "#texture", "tintindex": 0 } - } -} -] -} \ No newline at end of file +{"ambientocclusion":false,"textures":{"particle":"block/redstone_dust_cross","texture":"block/redstone_dust_cros"},"elements":[{"from":[7,1,15],"to":[9,17,16],"shade":false,"faces":{"down":{"uv":[7,16,9,15],"texture":"#texture","tintindex":0},"up":{"uv":[7,15,9,16],"texture":"#texture","tintindex":0},"north":{"uv":[7,0,9,15],"texture":"#texture","tintindex":0},"south":{"uv":[7,0,9,15],"texture":"#texture","tintindex":0},"west":{"uv":[15,0,16,15],"texture":"#texture","tintindex":0},"east":{"uv":[0,0,1,15],"texture":"#texture","tintindex":0}}},{"from":[7,0,0],"to":[9,1,16],"shade":false,"faces":{"down":{"uv":[7,16,9,0],"texture":"#texture","tintindex":0},"up":{"uv":[7,0,9,16],"texture":"#texture","tintindex":0},"north":{"uv":[7,15,9,16],"texture":"#texture","tintindex":0},"south":{"uv":[7,15,9,16],"texture":"#texture","tintindex":0},"west":{"uv":[0,15,16,16],"texture":"#texture","tintindex":0},"east":{"uv":[0,15,16,16],"texture":"#texture","tintindex":0}}},{"from":[9,0,7],"to":[16,1,9],"shade":false,"faces":{"down":{"uv":[9,9,16,7],"texture":"#texture","tintindex":0},"up":{"uv":[9,7,16,9],"texture":"#texture","tintindex":0},"north":{"uv":[0,15,7,16],"texture":"#texture","tintindex":0},"south":{"uv":[9,15,16,16],"texture":"#texture","tintindex":0},"west":{"uv":[7,15,9,16],"texture":"#texture","tintindex":0},"east":{"uv":[7,15,9,16],"texture":"#texture","tintindex":0}}}]} diff --git a/assets/minecraft/models/block/redstone_nusue.json b/assets/minecraft/models/block/redstone_nusue.json index 80d34ff..1d5bc71 100755 --- a/assets/minecraft/models/block/redstone_nusue.json +++ b/assets/minecraft/models/block/redstone_nusue.json @@ -1,61 +1 @@ -{ -"ambientocclusion": false, -"textures": { - "particle": "blocks/redstone_dust_cross", - "texture": "blocks/redstone_dust_cros" -}, -"elements": [ -{ - "from": [ 15, 1, 7 ], - "to": [ 16, 17, 9 ], - "shade": false, - "faces": { - "down": { "uv": [ 15, 9, 16, 7 ], "texture": "#texture", "tintindex": 0 }, - "up": { "uv": [ 15, 7, 16, 9 ], "texture": "#texture", "tintindex": 0 }, - "north": { "uv": [ 0, 0, 1, 15 ], "texture": "#texture", "tintindex": 0 }, - "south": { "uv": [ 15, 0, 16, 15 ], "texture": "#texture", "tintindex": 0 }, - "west": { "uv": [ 7, 0, 9, 15 ], "texture": "#texture", "tintindex": 0 }, - "east": { "uv": [ 7, 0, 9, 15 ], "texture": "#texture", "tintindex": 0 } - } -}, -{ - "from": [ 7, 1, 15 ], - "to": [ 9, 17, 16 ], - "shade": false, - "faces": { - "down": { "uv": [ 7, 16, 9, 15 ], "texture": "#texture", "tintindex": 0 }, - "up": { "uv": [ 7, 15, 9, 16 ], "texture": "#texture", "tintindex": 0 }, - "north": { "uv": [ 7, 0, 9, 15 ], "texture": "#texture", "tintindex": 0 }, - "south": { "uv": [ 7, 0, 9, 15 ], "texture": "#texture", "tintindex": 0 }, - "west": { "uv": [ 15, 0, 16, 15 ], "texture": "#texture", "tintindex": 0 }, - "east": { "uv": [ 0, 0, 1, 15 ], "texture": "#texture", "tintindex": 0 } - } -}, -{ - "from": [ 7, 0, 0 ], - "to": [ 9, 1, 16 ], - "shade": false, - "faces": { - "down": { "uv": [ 7, 16, 9, 0 ], "texture": "#texture", "tintindex": 0 }, - "up": { "uv": [ 7, 0, 9, 16 ], "texture": "#texture", "tintindex": 0 }, - "north": { "uv": [ 7, 15, 9, 16 ], "texture": "#texture", "tintindex": 0 }, - "south": { "uv": [ 7, 15, 9, 16 ], "texture": "#texture", "tintindex": 0 }, - "west": { "uv": [ 0, 15, 16, 16 ], "texture": "#texture", "tintindex": 0 }, - "east": { "uv": [ 0, 15, 16, 16 ], "texture": "#texture", "tintindex": 0 } - } -}, -{ - "from": [ 9, 0, 7 ], - "to": [ 16, 1, 9 ], - "shade": false, - "faces": { - "down": { "uv": [ 9, 9, 16, 7 ], "texture": "#texture", "tintindex": 0 }, - "up": { "uv": [ 9, 7, 16, 9 ], "texture": "#texture", "tintindex": 0 }, - "north": { "uv": [ 0, 15, 7, 16 ], "texture": "#texture", "tintindex": 0 }, - "south": { "uv": [ 9, 15, 16, 16 ], "texture": "#texture", "tintindex": 0 }, - "west": { "uv": [ 7, 15, 9, 16 ], "texture": "#texture", "tintindex": 0 }, - "east": { "uv": [ 7, 15, 9, 16 ], "texture": "#texture", "tintindex": 0 } - } -} -] -} \ No newline at end of file +{"ambientocclusion":false,"textures":{"particle":"block/redstone_dust_cross","texture":"block/redstone_dust_cros"},"elements":[{"from":[15,1,7],"to":[16,17,9],"shade":false,"faces":{"down":{"uv":[15,9,16,7],"texture":"#texture","tintindex":0},"up":{"uv":[15,7,16,9],"texture":"#texture","tintindex":0},"north":{"uv":[0,0,1,15],"texture":"#texture","tintindex":0},"south":{"uv":[15,0,16,15],"texture":"#texture","tintindex":0},"west":{"uv":[7,0,9,15],"texture":"#texture","tintindex":0},"east":{"uv":[7,0,9,15],"texture":"#texture","tintindex":0}}},{"from":[7,1,15],"to":[9,17,16],"shade":false,"faces":{"down":{"uv":[7,16,9,15],"texture":"#texture","tintindex":0},"up":{"uv":[7,15,9,16],"texture":"#texture","tintindex":0},"north":{"uv":[7,0,9,15],"texture":"#texture","tintindex":0},"south":{"uv":[7,0,9,15],"texture":"#texture","tintindex":0},"west":{"uv":[15,0,16,15],"texture":"#texture","tintindex":0},"east":{"uv":[0,0,1,15],"texture":"#texture","tintindex":0}}},{"from":[7,0,0],"to":[9,1,16],"shade":false,"faces":{"down":{"uv":[7,16,9,0],"texture":"#texture","tintindex":0},"up":{"uv":[7,0,9,16],"texture":"#texture","tintindex":0},"north":{"uv":[7,15,9,16],"texture":"#texture","tintindex":0},"south":{"uv":[7,15,9,16],"texture":"#texture","tintindex":0},"west":{"uv":[0,15,16,16],"texture":"#texture","tintindex":0},"east":{"uv":[0,15,16,16],"texture":"#texture","tintindex":0}}},{"from":[9,0,7],"to":[16,1,9],"shade":false,"faces":{"down":{"uv":[9,9,16,7],"texture":"#texture","tintindex":0},"up":{"uv":[9,7,16,9],"texture":"#texture","tintindex":0},"north":{"uv":[0,15,7,16],"texture":"#texture","tintindex":0},"south":{"uv":[9,15,16,16],"texture":"#texture","tintindex":0},"west":{"uv":[7,15,9,16],"texture":"#texture","tintindex":0},"east":{"uv":[7,15,9,16],"texture":"#texture","tintindex":0}}}]} diff --git a/assets/minecraft/models/block/redstone_side.json b/assets/minecraft/models/block/redstone_side.json index 39a130f..deb809f 100755 --- a/assets/minecraft/models/block/redstone_side.json +++ b/assets/minecraft/models/block/redstone_side.json @@ -1,21 +1 @@ -{ -"textures": { - "particle": "blocks/redstone_dust_cross", - "texture": "blocks/redstone_dust_cros" -}, -"elements": [ -{ - "from": [ 7, 0, 0 ], - "to": [ 9, 1, 8 ], - "shade": false, - "faces": { - "down": { "uv": [ 9, 8, 7, 0 ], "texture": "#texture", "tintindex": 0 }, - "up": { "uv": [ 7, 0, 9, 8 ], "texture": "#texture", "tintindex": 0 }, - "north": { "uv": [ 7, 15, 9, 16 ], "texture": "#texture", "tintindex": 0 }, - "south": { "uv": [ 7, 15, 9, 16 ], "texture": "#texture", "tintindex": 0 }, - "west": { "uv": [ 0, 15, 8, 16 ], "texture": "#texture", "tintindex": 0 }, - "east": { "uv": [ 8, 15, 16, 16 ], "texture": "#texture", "tintindex": 0 } - } -} -] -} \ No newline at end of file +{"textures":{"particle":"block/redstone_dust_cross","texture":"block/redstone_dust_cros"},"elements":[{"from":[7,0,0],"to":[9,1,8],"shade":false,"faces":{"down":{"uv":[9,8,7,0],"texture":"#texture","tintindex":0},"up":{"uv":[7,0,9,8],"texture":"#texture","tintindex":0},"north":{"uv":[7,15,9,16],"texture":"#texture","tintindex":0},"south":{"uv":[7,15,9,16],"texture":"#texture","tintindex":0},"west":{"uv":[0,15,8,16],"texture":"#texture","tintindex":0},"east":{"uv":[8,15,16,16],"texture":"#texture","tintindex":0}}}]} diff --git a/assets/minecraft/models/block/redstone_side_alt.json b/assets/minecraft/models/block/redstone_side_alt.json index 05333d8..62b89cc 100755 --- a/assets/minecraft/models/block/redstone_side_alt.json +++ b/assets/minecraft/models/block/redstone_side_alt.json @@ -1,21 +1 @@ -{ -"textures": { - "particle": "blocks/redstone_dust_cross", - "texture": "blocks/redstone_dust_cros" -}, -"elements": [ -{ - "from": [ 7, 0, 8 ], - "to": [ 9, 1, 16 ], - "shade": false, - "faces": { - "down": { "uv": [ 9, 16, 7, 8 ], "texture": "#texture", "tintindex": 0 }, - "up": { "uv": [ 7, 8, 9, 16 ], "texture": "#texture", "tintindex": 0 }, - "north": { "uv": [ 7, 15, 9, 16 ], "texture": "#texture", "tintindex": 0 }, - "south": { "uv": [ 7, 15, 9, 16 ], "texture": "#texture", "tintindex": 0 }, - "west": { "uv": [ 8, 15, 16, 16 ], "texture": "#texture", "tintindex": 0 }, - "east": { "uv": [ 0, 15, 8, 16 ], "texture": "#texture", "tintindex": 0 } - } -} -] -} \ No newline at end of file +{"textures":{"particle":"block/redstone_dust_cross","texture":"block/redstone_dust_cros"},"elements":[{"from":[7,0,8],"to":[9,1,16],"shade":false,"faces":{"down":{"uv":[9,16,7,8],"texture":"#texture","tintindex":0},"up":{"uv":[7,8,9,16],"texture":"#texture","tintindex":0},"north":{"uv":[7,15,9,16],"texture":"#texture","tintindex":0},"south":{"uv":[7,15,9,16],"texture":"#texture","tintindex":0},"west":{"uv":[8,15,16,16],"texture":"#texture","tintindex":0},"east":{"uv":[0,15,8,16],"texture":"#texture","tintindex":0}}}]} diff --git a/assets/minecraft/models/block/redstone_ueuw.json b/assets/minecraft/models/block/redstone_ueuw.json index 9e1aff4..341214f 100755 --- a/assets/minecraft/models/block/redstone_ueuw.json +++ b/assets/minecraft/models/block/redstone_ueuw.json @@ -1,48 +1 @@ -{ -"ambientocclusion": false, -"textures": { - "particle": "blocks/redstone_dust_cross", - "texture": "blocks/redstone_dust_cros" -}, -"elements": [ -{ - "from": [ 0, 1, 7 ], - "to": [ 1, 17, 9 ], - "shade": false, - "faces": { - "down": { "uv": [ 15, 9, 16, 7 ], "texture": "#texture", "tintindex": 0 }, - "up": { "uv": [ 15, 7, 16, 9 ], "texture": "#texture", "tintindex": 0 }, - "north": { "uv": [ 0, 0, 1, 15 ], "texture": "#texture", "tintindex": 0 }, - "south": { "uv": [ 15, 0, 16, 15 ], "texture": "#texture", "tintindex": 0 }, - "west": { "uv": [ 7, 0, 9, 15 ], "texture": "#texture", "tintindex": 0 }, - "east": { "uv": [ 7, 0, 9, 15 ], "texture": "#texture", "tintindex": 0 } - } -}, -{ - "from": [ 15, 1, 7 ], - "to": [ 16, 17, 9 ], - "shade": false, - "faces": { - "down": { "uv": [ 15, 9, 16, 7 ], "texture": "#texture", "tintindex": 0 }, - "up": { "uv": [ 15, 7, 16, 9 ], "texture": "#texture", "tintindex": 0 }, - "north": { "uv": [ 0, 0, 1, 15 ], "texture": "#texture", "tintindex": 0 }, - "south": { "uv": [ 15, 0, 16, 15 ], "texture": "#texture", "tintindex": 0 }, - "west": { "uv": [ 7, 0, 9, 15 ], "texture": "#texture", "tintindex": 0 }, - "east": { "uv": [ 7, 0, 9, 15 ], "texture": "#texture", "tintindex": 0 } - } -}, -{ - "from": [ 0, 0, 7 ], - "to": [ 16, 1, 9 ], - "shade": false, - "faces": { - "down": { "uv": [ 9, 9, 16, 7 ], "texture": "#texture", "tintindex": 0 }, - "up": { "uv": [ 9, 7, 16, 9 ], "texture": "#texture", "tintindex": 0 }, - "north": { "uv": [ 0, 15, 7, 16 ], "texture": "#texture", "tintindex": 0 }, - "south": { "uv": [ 9, 15, 16, 16 ], "texture": "#texture", "tintindex": 0 }, - "west": { "uv": [ 7, 15, 9, 16 ], "texture": "#texture", "tintindex": 0 }, - "east": { "uv": [ 7, 15, 9, 16 ], "texture": "#texture", "tintindex": 0 } - } -} -] -} \ No newline at end of file +{"ambientocclusion":false,"textures":{"particle":"block/redstone_dust_cross","texture":"block/redstone_dust_cros"},"elements":[{"from":[0,1,7],"to":[1,17,9],"shade":false,"faces":{"down":{"uv":[15,9,16,7],"texture":"#texture","tintindex":0},"up":{"uv":[15,7,16,9],"texture":"#texture","tintindex":0},"north":{"uv":[0,0,1,15],"texture":"#texture","tintindex":0},"south":{"uv":[15,0,16,15],"texture":"#texture","tintindex":0},"west":{"uv":[7,0,9,15],"texture":"#texture","tintindex":0},"east":{"uv":[7,0,9,15],"texture":"#texture","tintindex":0}}},{"from":[15,1,7],"to":[16,17,9],"shade":false,"faces":{"down":{"uv":[15,9,16,7],"texture":"#texture","tintindex":0},"up":{"uv":[15,7,16,9],"texture":"#texture","tintindex":0},"north":{"uv":[0,0,1,15],"texture":"#texture","tintindex":0},"south":{"uv":[15,0,16,15],"texture":"#texture","tintindex":0},"west":{"uv":[7,0,9,15],"texture":"#texture","tintindex":0},"east":{"uv":[7,0,9,15],"texture":"#texture","tintindex":0}}},{"from":[0,0,7],"to":[16,1,9],"shade":false,"faces":{"down":{"uv":[9,9,16,7],"texture":"#texture","tintindex":0},"up":{"uv":[9,7,16,9],"texture":"#texture","tintindex":0},"north":{"uv":[0,15,7,16],"texture":"#texture","tintindex":0},"south":{"uv":[9,15,16,16],"texture":"#texture","tintindex":0},"west":{"uv":[7,15,9,16],"texture":"#texture","tintindex":0},"east":{"uv":[7,15,9,16],"texture":"#texture","tintindex":0}}}]} diff --git a/assets/minecraft/models/block/redstone_uew.json b/assets/minecraft/models/block/redstone_uew.json index 13ddc00..d2b71c1 100755 --- a/assets/minecraft/models/block/redstone_uew.json +++ b/assets/minecraft/models/block/redstone_uew.json @@ -1,35 +1 @@ -{ -"ambientocclusion": false, -"textures": { - "particle": "blocks/redstone_dust_cross", - "texture": "blocks/redstone_dust_cros" -}, -"elements": [ -{ - "from": [ 15, 1, 7 ], - "to": [ 16, 17, 9 ], - "shade": false, - "faces": { - "down": { "uv": [ 15, 9, 16, 7 ], "texture": "#texture", "tintindex": 0 }, - "up": { "uv": [ 15, 7, 16, 9 ], "texture": "#texture", "tintindex": 0 }, - "north": { "uv": [ 0, 0, 1, 15 ], "texture": "#texture", "tintindex": 0 }, - "south": { "uv": [ 15, 0, 16, 15 ], "texture": "#texture", "tintindex": 0 }, - "west": { "uv": [ 7, 0, 9, 15 ], "texture": "#texture", "tintindex": 0 }, - "east": { "uv": [ 7, 0, 9, 15 ], "texture": "#texture", "tintindex": 0 } - } -}, -{ - "from": [ 0, 0, 7 ], - "to": [ 16, 1, 9 ], - "shade": false, - "faces": { - "down": { "uv": [ 9, 9, 16, 7 ], "texture": "#texture", "tintindex": 0 }, - "up": { "uv": [ 9, 7, 16, 9 ], "texture": "#texture", "tintindex": 0 }, - "north": { "uv": [ 0, 15, 7, 16 ], "texture": "#texture", "tintindex": 0 }, - "south": { "uv": [ 9, 15, 16, 16 ], "texture": "#texture", "tintindex": 0 }, - "west": { "uv": [ 7, 15, 9, 16 ], "texture": "#texture", "tintindex": 0 }, - "east": { "uv": [ 7, 15, 9, 16 ], "texture": "#texture", "tintindex": 0 } - } -} -] -} \ No newline at end of file +{"ambientocclusion":false,"textures":{"particle":"block/redstone_dust_cross","texture":"block/redstone_dust_cros"},"elements":[{"from":[15,1,7],"to":[16,17,9],"shade":false,"faces":{"down":{"uv":[15,9,16,7],"texture":"#texture","tintindex":0},"up":{"uv":[15,7,16,9],"texture":"#texture","tintindex":0},"north":{"uv":[0,0,1,15],"texture":"#texture","tintindex":0},"south":{"uv":[15,0,16,15],"texture":"#texture","tintindex":0},"west":{"uv":[7,0,9,15],"texture":"#texture","tintindex":0},"east":{"uv":[7,0,9,15],"texture":"#texture","tintindex":0}}},{"from":[0,0,7],"to":[16,1,9],"shade":false,"faces":{"down":{"uv":[9,9,16,7],"texture":"#texture","tintindex":0},"up":{"uv":[9,7,16,9],"texture":"#texture","tintindex":0},"north":{"uv":[0,15,7,16],"texture":"#texture","tintindex":0},"south":{"uv":[9,15,16,16],"texture":"#texture","tintindex":0},"west":{"uv":[7,15,9,16],"texture":"#texture","tintindex":0},"east":{"uv":[7,15,9,16],"texture":"#texture","tintindex":0}}}]} diff --git a/assets/minecraft/models/block/redstone_uns.json b/assets/minecraft/models/block/redstone_uns.json index e29ce8f..4cf1d98 100755 --- a/assets/minecraft/models/block/redstone_uns.json +++ b/assets/minecraft/models/block/redstone_uns.json @@ -1,35 +1 @@ -{ -"ambientocclusion": false, -"textures": { - "particle": "blocks/redstone_dust_cross", - "texture": "blocks/redstone_dust_cros" -}, -"elements": [ -{ - "from": [ 7, 1, 0 ], - "to": [ 9, 17, 1 ], - "shade": false, - "faces": { - "down": { "uv": [ 15, 9, 16, 7 ], "rotation": 90, "texture": "#texture", "tintindex": 0 }, - "up": { "uv": [ 15, 7, 16, 9 ], "rotation": 270, "texture": "#texture", "tintindex": 0 }, - "north": { "uv": [ 7, 0, 9, 15 ], "texture": "#texture", "tintindex": 0 }, - "south": { "uv": [ 7, 0, 9, 15 ], "texture": "#texture", "tintindex": 0 }, - "west": { "uv": [ 0, 0, 1, 15 ], "texture": "#texture", "tintindex": 0 }, - "east": { "uv": [ 15, 0, 16, 15 ], "texture": "#texture", "tintindex": 0 } - } -}, -{ - "from": [ 7, 0, 0 ], - "to": [ 9, 1, 16 ], - "shade": false, - "faces": { - "down": { "uv": [ 7, 16, 9, 0 ], "texture": "#texture", "tintindex": 0 }, - "up": { "uv": [ 7, 0, 9, 16 ], "texture": "#texture", "tintindex": 0 }, - "north": { "uv": [ 7, 15, 9, 16 ], "texture": "#texture", "tintindex": 0 }, - "south": { "uv": [ 7, 15, 9, 16 ], "texture": "#texture", "tintindex": 0 }, - "west": { "uv": [ 0, 15, 16, 16 ], "texture": "#texture", "tintindex": 0 }, - "east": { "uv": [ 0, 15, 16, 16 ], "texture": "#texture", "tintindex": 0 } - } -} -] -} \ No newline at end of file +{"ambientocclusion":false,"textures":{"particle":"block/redstone_dust_cross","texture":"block/redstone_dust_cros"},"elements":[{"from":[7,1,0],"to":[9,17,1],"shade":false,"faces":{"down":{"uv":[15,9,16,7],"rotation":90,"texture":"#texture","tintindex":0},"up":{"uv":[15,7,16,9],"rotation":270,"texture":"#texture","tintindex":0},"north":{"uv":[7,0,9,15],"texture":"#texture","tintindex":0},"south":{"uv":[7,0,9,15],"texture":"#texture","tintindex":0},"west":{"uv":[0,0,1,15],"texture":"#texture","tintindex":0},"east":{"uv":[15,0,16,15],"texture":"#texture","tintindex":0}}},{"from":[7,0,0],"to":[9,1,16],"shade":false,"faces":{"down":{"uv":[7,16,9,0],"texture":"#texture","tintindex":0},"up":{"uv":[7,0,9,16],"texture":"#texture","tintindex":0},"north":{"uv":[7,15,9,16],"texture":"#texture","tintindex":0},"south":{"uv":[7,15,9,16],"texture":"#texture","tintindex":0},"west":{"uv":[0,15,16,16],"texture":"#texture","tintindex":0},"east":{"uv":[0,15,16,16],"texture":"#texture","tintindex":0}}}]} diff --git a/assets/minecraft/models/block/redstone_unse.json b/assets/minecraft/models/block/redstone_unse.json index 6af77af..421e425 100755 --- a/assets/minecraft/models/block/redstone_unse.json +++ b/assets/minecraft/models/block/redstone_unse.json @@ -1,48 +1 @@ -{ -"ambientocclusion": false, -"textures": { - "particle": "blocks/redstone_dust_cross", - "texture": "blocks/redstone_dust_cros" -}, -"elements": [ -{ - "from": [ 9, 0, 7 ], - "to": [ 16, 1, 9 ], - "shade": false, - "faces": { - "down": { "uv": [ 7, 16, 9, 0 ], "texture": "#texture", "tintindex": 0 }, - "up": { "uv": [ 7, 0, 9, 16 ], "texture": "#texture", "tintindex": 0 }, - "north": { "uv": [ 7, 15, 9, 16 ], "texture": "#texture", "tintindex": 0 }, - "south": { "uv": [ 7, 15, 9, 16 ], "texture": "#texture", "tintindex": 0 }, - "west": { "uv": [ 0, 15, 16, 16 ], "texture": "#texture", "tintindex": 0 }, - "east": { "uv": [ 0, 15, 16, 16 ], "texture": "#texture", "tintindex": 0 } - } -}, -{ - "from": [ 7, 1, 0 ], - "to": [ 9, 17, 1 ], - "shade": false, - "faces": { - "down": { "uv": [ 15, 9, 16, 7 ], "rotation": 90, "texture": "#texture", "tintindex": 0 }, - "up": { "uv": [ 15, 7, 16, 9 ], "rotation": 270, "texture": "#texture", "tintindex": 0 }, - "north": { "uv": [ 7, 0, 9, 15 ], "texture": "#texture", "tintindex": 0 }, - "south": { "uv": [ 7, 0, 9, 15 ], "texture": "#texture", "tintindex": 0 }, - "west": { "uv": [ 0, 0, 1, 15 ], "texture": "#texture", "tintindex": 0 }, - "east": { "uv": [ 15, 0, 16, 15 ], "texture": "#texture", "tintindex": 0 } - } -}, -{ - "from": [ 7, 0, 0 ], - "to": [ 9, 1, 16 ], - "shade": false, - "faces": { - "down": { "uv": [ 7, 16, 9, 0 ], "texture": "#texture", "tintindex": 0 }, - "up": { "uv": [ 7, 0, 9, 16 ], "texture": "#texture", "tintindex": 0 }, - "north": { "uv": [ 7, 15, 9, 16 ], "texture": "#texture", "tintindex": 0 }, - "south": { "uv": [ 7, 15, 9, 16 ], "texture": "#texture", "tintindex": 0 }, - "west": { "uv": [ 0, 15, 16, 16 ], "texture": "#texture", "tintindex": 0 }, - "east": { "uv": [ 0, 15, 16, 16 ], "texture": "#texture", "tintindex": 0 } - } -} -] -} \ No newline at end of file +{"ambientocclusion":false,"textures":{"particle":"block/redstone_dust_cross","texture":"block/redstone_dust_cros"},"elements":[{"from":[9,0,7],"to":[16,1,9],"shade":false,"faces":{"down":{"uv":[7,16,9,0],"texture":"#texture","tintindex":0},"up":{"uv":[7,0,9,16],"texture":"#texture","tintindex":0},"north":{"uv":[7,15,9,16],"texture":"#texture","tintindex":0},"south":{"uv":[7,15,9,16],"texture":"#texture","tintindex":0},"west":{"uv":[0,15,16,16],"texture":"#texture","tintindex":0},"east":{"uv":[0,15,16,16],"texture":"#texture","tintindex":0}}},{"from":[7,1,0],"to":[9,17,1],"shade":false,"faces":{"down":{"uv":[15,9,16,7],"rotation":90,"texture":"#texture","tintindex":0},"up":{"uv":[15,7,16,9],"rotation":270,"texture":"#texture","tintindex":0},"north":{"uv":[7,0,9,15],"texture":"#texture","tintindex":0},"south":{"uv":[7,0,9,15],"texture":"#texture","tintindex":0},"west":{"uv":[0,0,1,15],"texture":"#texture","tintindex":0},"east":{"uv":[15,0,16,15],"texture":"#texture","tintindex":0}}},{"from":[7,0,0],"to":[9,1,16],"shade":false,"faces":{"down":{"uv":[7,16,9,0],"texture":"#texture","tintindex":0},"up":{"uv":[7,0,9,16],"texture":"#texture","tintindex":0},"north":{"uv":[7,15,9,16],"texture":"#texture","tintindex":0},"south":{"uv":[7,15,9,16],"texture":"#texture","tintindex":0},"west":{"uv":[0,15,16,16],"texture":"#texture","tintindex":0},"east":{"uv":[0,15,16,16],"texture":"#texture","tintindex":0}}}]} diff --git a/assets/minecraft/models/block/redstone_unsew.json b/assets/minecraft/models/block/redstone_unsew.json index 725580b..4c03955 100755 --- a/assets/minecraft/models/block/redstone_unsew.json +++ b/assets/minecraft/models/block/redstone_unsew.json @@ -1,61 +1 @@ -{ -"ambientocclusion": false, -"textures": { - "particle": "blocks/redstone_dust_cross", - "texture": "blocks/redstone_dust_cros" -}, -"elements": [ -{ - "from": [ 0, 0, 7 ], - "to": [ 7, 1, 9 ], - "shade": false, - "faces": { - "down": { "uv": [ 7, 16, 9, 0 ], "texture": "#texture", "tintindex": 0 }, - "up": { "uv": [ 7, 0, 9, 16 ], "texture": "#texture", "tintindex": 0 }, - "north": { "uv": [ 7, 15, 9, 16 ], "texture": "#texture", "tintindex": 0 }, - "south": { "uv": [ 7, 15, 9, 16 ], "texture": "#texture", "tintindex": 0 }, - "west": { "uv": [ 0, 15, 16, 16 ], "texture": "#texture", "tintindex": 0 }, - "east": { "uv": [ 0, 15, 16, 16 ], "texture": "#texture", "tintindex": 0 } - } -}, -{ - "from": [ 9, 0, 7 ], - "to": [ 16, 1, 9 ], - "shade": false, - "faces": { - "down": { "uv": [ 7, 16, 9, 0 ], "texture": "#texture", "tintindex": 0 }, - "up": { "uv": [ 7, 0, 9, 16 ], "texture": "#texture", "tintindex": 0 }, - "north": { "uv": [ 7, 15, 9, 16 ], "texture": "#texture", "tintindex": 0 }, - "south": { "uv": [ 7, 15, 9, 16 ], "texture": "#texture", "tintindex": 0 }, - "west": { "uv": [ 0, 15, 16, 16 ], "texture": "#texture", "tintindex": 0 }, - "east": { "uv": [ 0, 15, 16, 16 ], "texture": "#texture", "tintindex": 0 } - } -}, -{ - "from": [ 7, 1, 0 ], - "to": [ 9, 17, 1 ], - "shade": false, - "faces": { - "down": { "uv": [ 15, 9, 16, 7 ], "rotation": 90, "texture": "#texture", "tintindex": 0 }, - "up": { "uv": [ 15, 7, 16, 9 ], "rotation": 270, "texture": "#texture", "tintindex": 0 }, - "north": { "uv": [ 7, 0, 9, 15 ], "texture": "#texture", "tintindex": 0 }, - "south": { "uv": [ 7, 0, 9, 15 ], "texture": "#texture", "tintindex": 0 }, - "west": { "uv": [ 0, 0, 1, 15 ], "texture": "#texture", "tintindex": 0 }, - "east": { "uv": [ 15, 0, 16, 15 ], "texture": "#texture", "tintindex": 0 } - } -}, -{ - "from": [ 7, 0, 0 ], - "to": [ 9, 1, 16 ], - "shade": false, - "faces": { - "down": { "uv": [ 7, 16, 9, 0 ], "texture": "#texture", "tintindex": 0 }, - "up": { "uv": [ 7, 0, 9, 16 ], "texture": "#texture", "tintindex": 0 }, - "north": { "uv": [ 7, 15, 9, 16 ], "texture": "#texture", "tintindex": 0 }, - "south": { "uv": [ 7, 15, 9, 16 ], "texture": "#texture", "tintindex": 0 }, - "west": { "uv": [ 0, 15, 16, 16 ], "texture": "#texture", "tintindex": 0 }, - "east": { "uv": [ 0, 15, 16, 16 ], "texture": "#texture", "tintindex": 0 } - } -} -] -} \ No newline at end of file +{"ambientocclusion":false,"textures":{"particle":"block/redstone_dust_cross","texture":"block/redstone_dust_cros"},"elements":[{"from":[0,0,7],"to":[7,1,9],"shade":false,"faces":{"down":{"uv":[7,16,9,0],"texture":"#texture","tintindex":0},"up":{"uv":[7,0,9,16],"texture":"#texture","tintindex":0},"north":{"uv":[7,15,9,16],"texture":"#texture","tintindex":0},"south":{"uv":[7,15,9,16],"texture":"#texture","tintindex":0},"west":{"uv":[0,15,16,16],"texture":"#texture","tintindex":0},"east":{"uv":[0,15,16,16],"texture":"#texture","tintindex":0}}},{"from":[9,0,7],"to":[16,1,9],"shade":false,"faces":{"down":{"uv":[7,16,9,0],"texture":"#texture","tintindex":0},"up":{"uv":[7,0,9,16],"texture":"#texture","tintindex":0},"north":{"uv":[7,15,9,16],"texture":"#texture","tintindex":0},"south":{"uv":[7,15,9,16],"texture":"#texture","tintindex":0},"west":{"uv":[0,15,16,16],"texture":"#texture","tintindex":0},"east":{"uv":[0,15,16,16],"texture":"#texture","tintindex":0}}},{"from":[7,1,0],"to":[9,17,1],"shade":false,"faces":{"down":{"uv":[15,9,16,7],"rotation":90,"texture":"#texture","tintindex":0},"up":{"uv":[15,7,16,9],"rotation":270,"texture":"#texture","tintindex":0},"north":{"uv":[7,0,9,15],"texture":"#texture","tintindex":0},"south":{"uv":[7,0,9,15],"texture":"#texture","tintindex":0},"west":{"uv":[0,0,1,15],"texture":"#texture","tintindex":0},"east":{"uv":[15,0,16,15],"texture":"#texture","tintindex":0}}},{"from":[7,0,0],"to":[9,1,16],"shade":false,"faces":{"down":{"uv":[7,16,9,0],"texture":"#texture","tintindex":0},"up":{"uv":[7,0,9,16],"texture":"#texture","tintindex":0},"north":{"uv":[7,15,9,16],"texture":"#texture","tintindex":0},"south":{"uv":[7,15,9,16],"texture":"#texture","tintindex":0},"west":{"uv":[0,15,16,16],"texture":"#texture","tintindex":0},"east":{"uv":[0,15,16,16],"texture":"#texture","tintindex":0}}}]} diff --git a/assets/minecraft/models/block/redstone_unsue.json b/assets/minecraft/models/block/redstone_unsue.json index 87a2c31..7af4def 100755 --- a/assets/minecraft/models/block/redstone_unsue.json +++ b/assets/minecraft/models/block/redstone_unsue.json @@ -1,61 +1 @@ -{ -"ambientocclusion": false, -"textures": { - "particle": "blocks/redstone_dust_cross", - "texture": "blocks/redstone_dust_cros" -}, -"elements": [ -{ - "from": [ 15, 1, 7 ], - "to": [ 16, 17, 9 ], - "shade": false, - "faces": { - "down": { "uv": [ 15, 9, 16, 7 ], "texture": "#texture", "tintindex": 0 }, - "up": { "uv": [ 15, 7, 16, 9 ], "texture": "#texture", "tintindex": 0 }, - "north": { "uv": [ 0, 0, 1, 15 ], "texture": "#texture", "tintindex": 0 }, - "south": { "uv": [ 15, 0, 16, 15 ], "texture": "#texture", "tintindex": 0 }, - "west": { "uv": [ 7, 0, 9, 15 ], "texture": "#texture", "tintindex": 0 }, - "east": { "uv": [ 7, 0, 9, 15 ], "texture": "#texture", "tintindex": 0 } - } -}, -{ - "from": [ 9, 0, 7 ], - "to": [ 16, 1, 9 ], - "shade": false, - "faces": { - "down": { "uv": [ 7, 16, 9, 0 ], "texture": "#texture", "tintindex": 0 }, - "up": { "uv": [ 7, 0, 9, 16 ], "texture": "#texture", "tintindex": 0 }, - "north": { "uv": [ 7, 15, 9, 16 ], "texture": "#texture", "tintindex": 0 }, - "south": { "uv": [ 7, 15, 9, 16 ], "texture": "#texture", "tintindex": 0 }, - "west": { "uv": [ 0, 15, 16, 16 ], "texture": "#texture", "tintindex": 0 }, - "east": { "uv": [ 0, 15, 16, 16 ], "texture": "#texture", "tintindex": 0 } - } -}, -{ - "from": [ 7, 1, 0 ], - "to": [ 9, 17, 1 ], - "shade": false, - "faces": { - "down": { "uv": [ 15, 9, 16, 7 ], "rotation": 90, "texture": "#texture", "tintindex": 0 }, - "up": { "uv": [ 15, 7, 16, 9 ], "rotation": 270, "texture": "#texture", "tintindex": 0 }, - "north": { "uv": [ 7, 0, 9, 15 ], "texture": "#texture", "tintindex": 0 }, - "south": { "uv": [ 7, 0, 9, 15 ], "texture": "#texture", "tintindex": 0 }, - "west": { "uv": [ 0, 0, 1, 15 ], "texture": "#texture", "tintindex": 0 }, - "east": { "uv": [ 15, 0, 16, 15 ], "texture": "#texture", "tintindex": 0 } - } -}, -{ - "from": [ 7, 0, 0 ], - "to": [ 9, 1, 16 ], - "shade": false, - "faces": { - "down": { "uv": [ 7, 16, 9, 0 ], "texture": "#texture", "tintindex": 0 }, - "up": { "uv": [ 7, 0, 9, 16 ], "texture": "#texture", "tintindex": 0 }, - "north": { "uv": [ 7, 15, 9, 16 ], "texture": "#texture", "tintindex": 0 }, - "south": { "uv": [ 7, 15, 9, 16 ], "texture": "#texture", "tintindex": 0 }, - "west": { "uv": [ 0, 15, 16, 16 ], "texture": "#texture", "tintindex": 0 }, - "east": { "uv": [ 0, 15, 16, 16 ], "texture": "#texture", "tintindex": 0 } - } -} -] -} \ No newline at end of file +{"ambientocclusion":false,"textures":{"particle":"block/redstone_dust_cross","texture":"block/redstone_dust_cros"},"elements":[{"from":[15,1,7],"to":[16,17,9],"shade":false,"faces":{"down":{"uv":[15,9,16,7],"texture":"#texture","tintindex":0},"up":{"uv":[15,7,16,9],"texture":"#texture","tintindex":0},"north":{"uv":[0,0,1,15],"texture":"#texture","tintindex":0},"south":{"uv":[15,0,16,15],"texture":"#texture","tintindex":0},"west":{"uv":[7,0,9,15],"texture":"#texture","tintindex":0},"east":{"uv":[7,0,9,15],"texture":"#texture","tintindex":0}}},{"from":[9,0,7],"to":[16,1,9],"shade":false,"faces":{"down":{"uv":[7,16,9,0],"texture":"#texture","tintindex":0},"up":{"uv":[7,0,9,16],"texture":"#texture","tintindex":0},"north":{"uv":[7,15,9,16],"texture":"#texture","tintindex":0},"south":{"uv":[7,15,9,16],"texture":"#texture","tintindex":0},"west":{"uv":[0,15,16,16],"texture":"#texture","tintindex":0},"east":{"uv":[0,15,16,16],"texture":"#texture","tintindex":0}}},{"from":[7,1,0],"to":[9,17,1],"shade":false,"faces":{"down":{"uv":[15,9,16,7],"rotation":90,"texture":"#texture","tintindex":0},"up":{"uv":[15,7,16,9],"rotation":270,"texture":"#texture","tintindex":0},"north":{"uv":[7,0,9,15],"texture":"#texture","tintindex":0},"south":{"uv":[7,0,9,15],"texture":"#texture","tintindex":0},"west":{"uv":[0,0,1,15],"texture":"#texture","tintindex":0},"east":{"uv":[15,0,16,15],"texture":"#texture","tintindex":0}}},{"from":[7,0,0],"to":[9,1,16],"shade":false,"faces":{"down":{"uv":[7,16,9,0],"texture":"#texture","tintindex":0},"up":{"uv":[7,0,9,16],"texture":"#texture","tintindex":0},"north":{"uv":[7,15,9,16],"texture":"#texture","tintindex":0},"south":{"uv":[7,15,9,16],"texture":"#texture","tintindex":0},"west":{"uv":[0,15,16,16],"texture":"#texture","tintindex":0},"east":{"uv":[0,15,16,16],"texture":"#texture","tintindex":0}}}]} diff --git a/assets/minecraft/models/block/redstone_unsuew.json b/assets/minecraft/models/block/redstone_unsuew.json index 15d954e..3b39f5c 100755 --- a/assets/minecraft/models/block/redstone_unsuew.json +++ b/assets/minecraft/models/block/redstone_unsuew.json @@ -1,73 +1 @@ -{ -"ambientocclusion": false, -"textures": { - "particle": "blocks/redstone_dust_cross", - "texture": "blocks/redstone_dust_cros" -}, -"elements": [ -{ - "from": [ 9, 0, 7 ], - "to": [ 16, 1, 9 ], - "faces": { - "down": { "uv": [ 7, 16, 9, 0 ], "texture": "#texture", "tintindex": 0 }, - "up": { "uv": [ 7, 0, 9, 16 ], "texture": "#texture", "tintindex": 0 }, - "north": { "uv": [ 7, 15, 9, 16 ], "texture": "#texture", "tintindex": 0 }, - "south": { "uv": [ 7, 15, 9, 16 ], "texture": "#texture", "tintindex": 0 }, - "west": { "uv": [ 0, 15, 16, 16 ], "texture": "#texture", "tintindex": 0 }, - "east": { "uv": [ 0, 15, 16, 16 ], "texture": "#texture", "tintindex": 0 } - } -}, -{ - "from": [ 15, 1, 7 ], - "to": [ 16, 17, 9 ], - "shade": false, - "faces": { - "down": { "uv": [ 15, 9, 16, 7 ], "texture": "#texture", "tintindex": 0 }, - "up": { "uv": [ 15, 7, 16, 9 ], "texture": "#texture", "tintindex": 0 }, - "north": { "uv": [ 0, 0, 1, 15 ], "texture": "#texture", "tintindex": 0 }, - "south": { "uv": [ 15, 0, 16, 15 ], "texture": "#texture", "tintindex": 0 }, - "west": { "uv": [ 7, 0, 9, 15 ], "texture": "#texture", "tintindex": 0 }, - "east": { "uv": [ 7, 0, 9, 15 ], "texture": "#texture", "tintindex": 0 } - } -}, -{ - "from": [ 0, 0, 7 ], - "to": [ 7, 1, 9 ], - "shade": false, - "faces": { - "down": { "uv": [ 7, 16, 9, 0 ], "texture": "#texture", "tintindex": 0 }, - "up": { "uv": [ 7, 0, 9, 16 ], "texture": "#texture", "tintindex": 0 }, - "north": { "uv": [ 7, 15, 9, 16 ], "texture": "#texture", "tintindex": 0 }, - "south": { "uv": [ 7, 15, 9, 16 ], "texture": "#texture", "tintindex": 0 }, - "west": { "uv": [ 0, 15, 16, 16 ], "texture": "#texture", "tintindex": 0 }, - "east": { "uv": [ 0, 15, 16, 16 ], "texture": "#texture", "tintindex": 0 } - } -}, -{ - "from": [ 7, 1, 0 ], - "to": [ 9, 17, 1 ], - "shade": false, - "faces": { - "down": { "uv": [ 15, 9, 16, 7 ], "rotation": 90, "texture": "#texture", "tintindex": 0 }, - "up": { "uv": [ 15, 7, 16, 9 ], "rotation": 270, "texture": "#texture", "tintindex": 0 }, - "north": { "uv": [ 7, 0, 9, 15 ], "texture": "#texture", "tintindex": 0 }, - "south": { "uv": [ 7, 0, 9, 15 ], "texture": "#texture", "tintindex": 0 }, - "west": { "uv": [ 0, 0, 1, 15 ], "texture": "#texture", "tintindex": 0 }, - "east": { "uv": [ 15, 0, 16, 15 ], "texture": "#texture", "tintindex": 0 } - } -}, -{ - "from": [ 7, 0, 0 ], - "to": [ 9, 1, 16 ], - "shade": false, - "faces": { - "down": { "uv": [ 7, 16, 9, 0 ], "texture": "#texture", "tintindex": 0 }, - "up": { "uv": [ 7, 0, 9, 16 ], "texture": "#texture", "tintindex": 0 }, - "north": { "uv": [ 7, 15, 9, 16 ], "texture": "#texture", "tintindex": 0 }, - "south": { "uv": [ 7, 15, 9, 16 ], "texture": "#texture", "tintindex": 0 }, - "west": { "uv": [ 0, 15, 16, 16 ], "texture": "#texture", "tintindex": 0 }, - "east": { "uv": [ 0, 15, 16, 16 ], "texture": "#texture", "tintindex": 0 } - } -} -] -} \ No newline at end of file +{"ambientocclusion":false,"textures":{"particle":"block/redstone_dust_cross","texture":"block/redstone_dust_cros"},"elements":[{"from":[9,0,7],"to":[16,1,9],"faces":{"down":{"uv":[7,16,9,0],"texture":"#texture","tintindex":0},"up":{"uv":[7,0,9,16],"texture":"#texture","tintindex":0},"north":{"uv":[7,15,9,16],"texture":"#texture","tintindex":0},"south":{"uv":[7,15,9,16],"texture":"#texture","tintindex":0},"west":{"uv":[0,15,16,16],"texture":"#texture","tintindex":0},"east":{"uv":[0,15,16,16],"texture":"#texture","tintindex":0}}},{"from":[15,1,7],"to":[16,17,9],"shade":false,"faces":{"down":{"uv":[15,9,16,7],"texture":"#texture","tintindex":0},"up":{"uv":[15,7,16,9],"texture":"#texture","tintindex":0},"north":{"uv":[0,0,1,15],"texture":"#texture","tintindex":0},"south":{"uv":[15,0,16,15],"texture":"#texture","tintindex":0},"west":{"uv":[7,0,9,15],"texture":"#texture","tintindex":0},"east":{"uv":[7,0,9,15],"texture":"#texture","tintindex":0}}},{"from":[0,0,7],"to":[7,1,9],"shade":false,"faces":{"down":{"uv":[7,16,9,0],"texture":"#texture","tintindex":0},"up":{"uv":[7,0,9,16],"texture":"#texture","tintindex":0},"north":{"uv":[7,15,9,16],"texture":"#texture","tintindex":0},"south":{"uv":[7,15,9,16],"texture":"#texture","tintindex":0},"west":{"uv":[0,15,16,16],"texture":"#texture","tintindex":0},"east":{"uv":[0,15,16,16],"texture":"#texture","tintindex":0}}},{"from":[7,1,0],"to":[9,17,1],"shade":false,"faces":{"down":{"uv":[15,9,16,7],"rotation":90,"texture":"#texture","tintindex":0},"up":{"uv":[15,7,16,9],"rotation":270,"texture":"#texture","tintindex":0},"north":{"uv":[7,0,9,15],"texture":"#texture","tintindex":0},"south":{"uv":[7,0,9,15],"texture":"#texture","tintindex":0},"west":{"uv":[0,0,1,15],"texture":"#texture","tintindex":0},"east":{"uv":[15,0,16,15],"texture":"#texture","tintindex":0}}},{"from":[7,0,0],"to":[9,1,16],"shade":false,"faces":{"down":{"uv":[7,16,9,0],"texture":"#texture","tintindex":0},"up":{"uv":[7,0,9,16],"texture":"#texture","tintindex":0},"north":{"uv":[7,15,9,16],"texture":"#texture","tintindex":0},"south":{"uv":[7,15,9,16],"texture":"#texture","tintindex":0},"west":{"uv":[0,15,16,16],"texture":"#texture","tintindex":0},"east":{"uv":[0,15,16,16],"texture":"#texture","tintindex":0}}}]} diff --git a/assets/minecraft/models/block/redstone_unue.json b/assets/minecraft/models/block/redstone_unue.json index 038a91e..1af29ee 100755 --- a/assets/minecraft/models/block/redstone_unue.json +++ b/assets/minecraft/models/block/redstone_unue.json @@ -1,60 +1 @@ -{ -"ambientocclusion": false, -"textures": { - "particle": "blocks/redstone_dust_cross", - "texture": "blocks/redstone_dust_cros" -}, -"elements": [ -{ - "from": [ 9, 0, 7 ], - "to": [ 16, 1, 9 ], - "faces": { - "down": { "uv": [ 7, 16, 9, 0 ], "texture": "#texture", "tintindex": 0 }, - "up": { "uv": [ 7, 0, 9, 16 ], "texture": "#texture", "tintindex": 0 }, - "north": { "uv": [ 7, 15, 9, 16 ], "texture": "#texture", "tintindex": 0 }, - "south": { "uv": [ 7, 15, 9, 16 ], "texture": "#texture", "tintindex": 0 }, - "west": { "uv": [ 0, 15, 16, 16 ], "texture": "#texture", "tintindex": 0 }, - "east": { "uv": [ 0, 15, 16, 16 ], "texture": "#texture", "tintindex": 0 } - } -}, -{ - "from": [ 15, 1, 7 ], - "to": [ 16, 17, 9 ], - "shade": false, - "faces": { - "down": { "uv": [ 15, 9, 16, 7 ], "texture": "#texture", "tintindex": 0 }, - "up": { "uv": [ 15, 7, 16, 9 ], "texture": "#texture", "tintindex": 0 }, - "north": { "uv": [ 0, 0, 1, 15 ], "texture": "#texture", "tintindex": 0 }, - "south": { "uv": [ 15, 0, 16, 15 ], "texture": "#texture", "tintindex": 0 }, - "west": { "uv": [ 7, 0, 9, 15 ], "texture": "#texture", "tintindex": 0 }, - "east": { "uv": [ 7, 0, 9, 15 ], "texture": "#texture", "tintindex": 0 } - } -}, -{ - "from": [ 7, 1, 0 ], - "to": [ 9, 17, 1 ], - "shade": false, - "faces": { - "down": { "uv": [ 15, 9, 16, 7 ], "rotation": 90, "texture": "#texture", "tintindex": 0 }, - "up": { "uv": [ 15, 7, 16, 9 ], "rotation": 270, "texture": "#texture", "tintindex": 0 }, - "north": { "uv": [ 7, 0, 9, 15 ], "texture": "#texture", "tintindex": 0 }, - "south": { "uv": [ 7, 0, 9, 15 ], "texture": "#texture", "tintindex": 0 }, - "west": { "uv": [ 0, 0, 1, 15 ], "texture": "#texture", "tintindex": 0 }, - "east": { "uv": [ 15, 0, 16, 15 ], "texture": "#texture", "tintindex": 0 } - } -}, -{ - "from": [ 7, 0, 0 ], - "to": [ 9, 1, 9 ], - "shade": false, - "faces": { - "down": { "uv": [ 7, 16, 9, 0 ], "texture": "#texture", "tintindex": 0 }, - "up": { "uv": [ 7, 0, 9, 16 ], "texture": "#texture", "tintindex": 0 }, - "north": { "uv": [ 7, 15, 9, 16 ], "texture": "#texture", "tintindex": 0 }, - "south": { "uv": [ 7, 15, 9, 16 ], "texture": "#texture", "tintindex": 0 }, - "west": { "uv": [ 0, 15, 16, 16 ], "texture": "#texture", "tintindex": 0 }, - "east": { "uv": [ 0, 15, 16, 16 ], "texture": "#texture", "tintindex": 0 } - } -} -] -} \ No newline at end of file +{"ambientocclusion":false,"textures":{"particle":"block/redstone_dust_cross","texture":"block/redstone_dust_cros"},"elements":[{"from":[9,0,7],"to":[16,1,9],"faces":{"down":{"uv":[7,16,9,0],"texture":"#texture","tintindex":0},"up":{"uv":[7,0,9,16],"texture":"#texture","tintindex":0},"north":{"uv":[7,15,9,16],"texture":"#texture","tintindex":0},"south":{"uv":[7,15,9,16],"texture":"#texture","tintindex":0},"west":{"uv":[0,15,16,16],"texture":"#texture","tintindex":0},"east":{"uv":[0,15,16,16],"texture":"#texture","tintindex":0}}},{"from":[15,1,7],"to":[16,17,9],"shade":false,"faces":{"down":{"uv":[15,9,16,7],"texture":"#texture","tintindex":0},"up":{"uv":[15,7,16,9],"texture":"#texture","tintindex":0},"north":{"uv":[0,0,1,15],"texture":"#texture","tintindex":0},"south":{"uv":[15,0,16,15],"texture":"#texture","tintindex":0},"west":{"uv":[7,0,9,15],"texture":"#texture","tintindex":0},"east":{"uv":[7,0,9,15],"texture":"#texture","tintindex":0}}},{"from":[7,1,0],"to":[9,17,1],"shade":false,"faces":{"down":{"uv":[15,9,16,7],"rotation":90,"texture":"#texture","tintindex":0},"up":{"uv":[15,7,16,9],"rotation":270,"texture":"#texture","tintindex":0},"north":{"uv":[7,0,9,15],"texture":"#texture","tintindex":0},"south":{"uv":[7,0,9,15],"texture":"#texture","tintindex":0},"west":{"uv":[0,0,1,15],"texture":"#texture","tintindex":0},"east":{"uv":[15,0,16,15],"texture":"#texture","tintindex":0}}},{"from":[7,0,0],"to":[9,1,9],"shade":false,"faces":{"down":{"uv":[7,16,9,0],"texture":"#texture","tintindex":0},"up":{"uv":[7,0,9,16],"texture":"#texture","tintindex":0},"north":{"uv":[7,15,9,16],"texture":"#texture","tintindex":0},"south":{"uv":[7,15,9,16],"texture":"#texture","tintindex":0},"west":{"uv":[0,15,16,16],"texture":"#texture","tintindex":0},"east":{"uv":[0,15,16,16],"texture":"#texture","tintindex":0}}}]} diff --git a/assets/minecraft/models/block/redstone_unus.json b/assets/minecraft/models/block/redstone_unus.json index fe78880..727ef1a 100755 --- a/assets/minecraft/models/block/redstone_unus.json +++ b/assets/minecraft/models/block/redstone_unus.json @@ -1,48 +1 @@ -{ -"ambientocclusion": false, -"textures": { - "particle": "blocks/redstone_dust_cross", - "texture": "blocks/redstone_dust_cros" -}, -"elements": [ -{ - "from": [ 7, 1, 15 ], - "to": [ 9, 17, 16 ], - "shade": false, - "faces": { - "down": { "uv": [ 15, 9, 16, 7 ], "rotation": 270, "texture": "#texture", "tintindex": 0 }, - "up": { "uv": [ 15, 7, 16, 9 ], "rotation": 90, "texture": "#texture", "tintindex": 0 }, - "north": { "uv": [ 7, 0, 9, 15 ], "texture": "#texture", "tintindex": 0 }, - "south": { "uv": [ 7, 0, 9, 15 ], "texture": "#texture", "tintindex": 0 }, - "west": { "uv": [ 15, 0, 16, 15 ], "texture": "#texture", "tintindex": 0 }, - "east": { "uv": [ 0, 0, 1, 15 ], "texture": "#texture", "tintindex": 0 } - } -}, -{ - "from": [ 7, 1, 0 ], - "to": [ 9, 17, 1 ], - "shade": false, - "faces": { - "down": { "uv": [ 15, 9, 16, 7 ], "rotation": 90, "texture": "#texture", "tintindex": 0 }, - "up": { "uv": [ 15, 7, 16, 9 ], "rotation": 270, "texture": "#texture", "tintindex": 0 }, - "north": { "uv": [ 7, 0, 9, 15 ], "texture": "#texture", "tintindex": 0 }, - "south": { "uv": [ 7, 0, 9, 15 ], "texture": "#texture", "tintindex": 0 }, - "west": { "uv": [ 0, 0, 1, 15 ], "texture": "#texture", "tintindex": 0 }, - "east": { "uv": [ 15, 0, 16, 15 ], "texture": "#texture", "tintindex": 0 } - } -}, -{ - "from": [ 7, 0, 0 ], - "to": [ 9, 1, 16 ], - "shade": false, - "faces": { - "down": { "uv": [ 7, 16, 9, 0 ], "texture": "#texture", "tintindex": 0 }, - "up": { "uv": [ 7, 0, 9, 16 ], "texture": "#texture", "tintindex": 0 }, - "north": { "uv": [ 7, 15, 9, 16 ], "texture": "#texture", "tintindex": 0 }, - "south": { "uv": [ 7, 15, 9, 16 ], "texture": "#texture", "tintindex": 0 }, - "west": { "uv": [ 0, 15, 16, 16 ], "texture": "#texture", "tintindex": 0 }, - "east": { "uv": [ 0, 15, 16, 16 ], "texture": "#texture", "tintindex": 0 } - } -} -] -} \ No newline at end of file +{"ambientocclusion":false,"textures":{"particle":"block/redstone_dust_cross","texture":"block/redstone_dust_cros"},"elements":[{"from":[7,1,15],"to":[9,17,16],"shade":false,"faces":{"down":{"uv":[15,9,16,7],"rotation":270,"texture":"#texture","tintindex":0},"up":{"uv":[15,7,16,9],"rotation":90,"texture":"#texture","tintindex":0},"north":{"uv":[7,0,9,15],"texture":"#texture","tintindex":0},"south":{"uv":[7,0,9,15],"texture":"#texture","tintindex":0},"west":{"uv":[15,0,16,15],"texture":"#texture","tintindex":0},"east":{"uv":[0,0,1,15],"texture":"#texture","tintindex":0}}},{"from":[7,1,0],"to":[9,17,1],"shade":false,"faces":{"down":{"uv":[15,9,16,7],"rotation":90,"texture":"#texture","tintindex":0},"up":{"uv":[15,7,16,9],"rotation":270,"texture":"#texture","tintindex":0},"north":{"uv":[7,0,9,15],"texture":"#texture","tintindex":0},"south":{"uv":[7,0,9,15],"texture":"#texture","tintindex":0},"west":{"uv":[0,0,1,15],"texture":"#texture","tintindex":0},"east":{"uv":[15,0,16,15],"texture":"#texture","tintindex":0}}},{"from":[7,0,0],"to":[9,1,16],"shade":false,"faces":{"down":{"uv":[7,16,9,0],"texture":"#texture","tintindex":0},"up":{"uv":[7,0,9,16],"texture":"#texture","tintindex":0},"north":{"uv":[7,15,9,16],"texture":"#texture","tintindex":0},"south":{"uv":[7,15,9,16],"texture":"#texture","tintindex":0},"west":{"uv":[0,15,16,16],"texture":"#texture","tintindex":0},"east":{"uv":[0,15,16,16],"texture":"#texture","tintindex":0}}}]} diff --git a/assets/minecraft/models/block/redstone_unuse.json b/assets/minecraft/models/block/redstone_unuse.json index f16753c..9c43ce7 100755 --- a/assets/minecraft/models/block/redstone_unuse.json +++ b/assets/minecraft/models/block/redstone_unuse.json @@ -1,61 +1 @@ -{ -"ambientocclusion": false, -"textures": { - "particle": "blocks/redstone_dust_cross", - "texture": "blocks/redstone_dust_cros" -}, -"elements": [ -{ - "from": [ 9, 0, 7 ], - "to": [ 16, 1, 9 ], - "shade": false, - "faces": { - "down": { "uv": [ 9, 9, 16, 7 ], "texture": "#texture", "tintindex": 0 }, - "up": { "uv": [ 9, 7, 16, 9 ], "texture": "#texture", "tintindex": 0 }, - "north": { "uv": [ 0, 15, 7, 16 ], "texture": "#texture", "tintindex": 0 }, - "south": { "uv": [ 9, 15, 16, 16 ], "texture": "#texture", "tintindex": 0 }, - "west": { "uv": [ 7, 15, 9, 16 ], "texture": "#texture", "tintindex": 0 }, - "east": { "uv": [ 7, 15, 9, 16 ], "texture": "#texture", "tintindex": 0 } - } -}, -{ - "from": [ 7, 1, 15 ], - "to": [ 9, 17, 16 ], - "shade": false, - "faces": { - "down": { "uv": [ 15, 9, 16, 7 ], "rotation": 270, "texture": "#texture", "tintindex": 0 }, - "up": { "uv": [ 15, 7, 16, 9 ], "rotation": 90, "texture": "#texture", "tintindex": 0 }, - "north": { "uv": [ 7, 0, 9, 15 ], "texture": "#texture", "tintindex": 0 }, - "south": { "uv": [ 7, 0, 9, 15 ], "texture": "#texture", "tintindex": 0 }, - "west": { "uv": [ 15, 0, 16, 15 ], "texture": "#texture", "tintindex": 0 }, - "east": { "uv": [ 0, 0, 1, 15 ], "texture": "#texture", "tintindex": 0 } - } -}, -{ - "from": [ 7, 1, 0 ], - "to": [ 9, 17, 1 ], - "shade": false, - "faces": { - "down": { "uv": [ 15, 9, 16, 7 ], "rotation": 90, "texture": "#texture", "tintindex": 0 }, - "up": { "uv": [ 15, 7, 16, 9 ], "rotation": 270, "texture": "#texture", "tintindex": 0 }, - "north": { "uv": [ 7, 0, 9, 15 ], "texture": "#texture", "tintindex": 0 }, - "south": { "uv": [ 7, 0, 9, 15 ], "texture": "#texture", "tintindex": 0 }, - "west": { "uv": [ 0, 0, 1, 15 ], "texture": "#texture", "tintindex": 0 }, - "east": { "uv": [ 15, 0, 16, 15 ], "texture": "#texture", "tintindex": 0 } - } -}, -{ - "from": [ 7, 0, 0 ], - "to": [ 9, 1, 16 ], - "shade": false, - "faces": { - "down": { "uv": [ 7, 16, 9, 0 ], "texture": "#texture", "tintindex": 0 }, - "up": { "uv": [ 7, 0, 9, 16 ], "texture": "#texture", "tintindex": 0 }, - "north": { "uv": [ 7, 15, 9, 16 ], "texture": "#texture", "tintindex": 0 }, - "south": { "uv": [ 7, 15, 9, 16 ], "texture": "#texture", "tintindex": 0 }, - "west": { "uv": [ 0, 15, 16, 16 ], "texture": "#texture", "tintindex": 0 }, - "east": { "uv": [ 0, 15, 16, 16 ], "texture": "#texture", "tintindex": 0 } - } -} -] -} \ No newline at end of file +{"ambientocclusion":false,"textures":{"particle":"block/redstone_dust_cross","texture":"block/redstone_dust_cros"},"elements":[{"from":[9,0,7],"to":[16,1,9],"shade":false,"faces":{"down":{"uv":[9,9,16,7],"texture":"#texture","tintindex":0},"up":{"uv":[9,7,16,9],"texture":"#texture","tintindex":0},"north":{"uv":[0,15,7,16],"texture":"#texture","tintindex":0},"south":{"uv":[9,15,16,16],"texture":"#texture","tintindex":0},"west":{"uv":[7,15,9,16],"texture":"#texture","tintindex":0},"east":{"uv":[7,15,9,16],"texture":"#texture","tintindex":0}}},{"from":[7,1,15],"to":[9,17,16],"shade":false,"faces":{"down":{"uv":[15,9,16,7],"rotation":270,"texture":"#texture","tintindex":0},"up":{"uv":[15,7,16,9],"rotation":90,"texture":"#texture","tintindex":0},"north":{"uv":[7,0,9,15],"texture":"#texture","tintindex":0},"south":{"uv":[7,0,9,15],"texture":"#texture","tintindex":0},"west":{"uv":[15,0,16,15],"texture":"#texture","tintindex":0},"east":{"uv":[0,0,1,15],"texture":"#texture","tintindex":0}}},{"from":[7,1,0],"to":[9,17,1],"shade":false,"faces":{"down":{"uv":[15,9,16,7],"rotation":90,"texture":"#texture","tintindex":0},"up":{"uv":[15,7,16,9],"rotation":270,"texture":"#texture","tintindex":0},"north":{"uv":[7,0,9,15],"texture":"#texture","tintindex":0},"south":{"uv":[7,0,9,15],"texture":"#texture","tintindex":0},"west":{"uv":[0,0,1,15],"texture":"#texture","tintindex":0},"east":{"uv":[15,0,16,15],"texture":"#texture","tintindex":0}}},{"from":[7,0,0],"to":[9,1,16],"shade":false,"faces":{"down":{"uv":[7,16,9,0],"texture":"#texture","tintindex":0},"up":{"uv":[7,0,9,16],"texture":"#texture","tintindex":0},"north":{"uv":[7,15,9,16],"texture":"#texture","tintindex":0},"south":{"uv":[7,15,9,16],"texture":"#texture","tintindex":0},"west":{"uv":[0,15,16,16],"texture":"#texture","tintindex":0},"east":{"uv":[0,15,16,16],"texture":"#texture","tintindex":0}}}]} diff --git a/assets/minecraft/models/block/redstone_unusew.json b/assets/minecraft/models/block/redstone_unusew.json index f5fdb76..26cf347 100755 --- a/assets/minecraft/models/block/redstone_unusew.json +++ b/assets/minecraft/models/block/redstone_unusew.json @@ -1,74 +1 @@ -{ -"ambientocclusion": false, -"textures": { - "particle": "blocks/redstone_dust_cross", - "texture": "blocks/redstone_dust_cros" -}, -"elements": [ -{ - "from": [ 0, 0, 7 ], - "to": [ 7, 1, 9 ], - "shade": false, - "faces": { - "down": { "uv": [ 9, 9, 16, 7 ], "texture": "#texture", "tintindex": 0 }, - "up": { "uv": [ 9, 7, 16, 9 ], "texture": "#texture", "tintindex": 0 }, - "north": { "uv": [ 0, 15, 7, 16 ], "texture": "#texture", "tintindex": 0 }, - "south": { "uv": [ 9, 15, 16, 16 ], "texture": "#texture", "tintindex": 0 }, - "west": { "uv": [ 7, 15, 9, 16 ], "texture": "#texture", "tintindex": 0 }, - "east": { "uv": [ 7, 15, 9, 16 ], "texture": "#texture", "tintindex": 0 } - } -}, -{ - "from": [ 9, 0, 7 ], - "to": [ 16, 1, 9 ], - "shade": false, - "faces": { - "down": { "uv": [ 9, 9, 16, 7 ], "texture": "#texture", "tintindex": 0 }, - "up": { "uv": [ 9, 7, 16, 9 ], "texture": "#texture", "tintindex": 0 }, - "north": { "uv": [ 0, 15, 7, 16 ], "texture": "#texture", "tintindex": 0 }, - "south": { "uv": [ 9, 15, 16, 16 ], "texture": "#texture", "tintindex": 0 }, - "west": { "uv": [ 7, 15, 9, 16 ], "texture": "#texture", "tintindex": 0 }, - "east": { "uv": [ 7, 15, 9, 16 ], "texture": "#texture", "tintindex": 0 } - } -}, -{ - "from": [ 7, 1, 15 ], - "to": [ 9, 17, 16 ], - "shade": false, - "faces": { - "down": { "uv": [ 15, 9, 16, 7 ], "rotation": 270, "texture": "#texture", "tintindex": 0 }, - "up": { "uv": [ 15, 7, 16, 9 ], "rotation": 90, "texture": "#texture", "tintindex": 0 }, - "north": { "uv": [ 7, 0, 9, 15 ], "texture": "#texture", "tintindex": 0 }, - "south": { "uv": [ 7, 0, 9, 15 ], "texture": "#texture", "tintindex": 0 }, - "west": { "uv": [ 15, 0, 16, 15 ], "texture": "#texture", "tintindex": 0 }, - "east": { "uv": [ 0, 0, 1, 15 ], "texture": "#texture", "tintindex": 0 } - } -}, -{ - "from": [ 7, 1, 0 ], - "to": [ 9, 17, 1 ], - "shade": false, - "faces": { - "down": { "uv": [ 15, 9, 16, 7 ], "rotation": 90, "texture": "#texture", "tintindex": 0 }, - "up": { "uv": [ 15, 7, 16, 9 ], "rotation": 270, "texture": "#texture", "tintindex": 0 }, - "north": { "uv": [ 7, 0, 9, 15 ], "texture": "#texture", "tintindex": 0 }, - "south": { "uv": [ 7, 0, 9, 15 ], "texture": "#texture", "tintindex": 0 }, - "west": { "uv": [ 0, 0, 1, 15 ], "texture": "#texture", "tintindex": 0 }, - "east": { "uv": [ 15, 0, 16, 15 ], "texture": "#texture", "tintindex": 0 } - } -}, -{ - "from": [ 7, 0, 0 ], - "to": [ 9, 1, 16 ], - "shade": false, - "faces": { - "down": { "uv": [ 7, 16, 9, 0 ], "texture": "#texture", "tintindex": 0 }, - "up": { "uv": [ 7, 0, 9, 16 ], "texture": "#texture", "tintindex": 0 }, - "north": { "uv": [ 7, 15, 9, 16 ], "texture": "#texture", "tintindex": 0 }, - "south": { "uv": [ 7, 15, 9, 16 ], "texture": "#texture", "tintindex": 0 }, - "west": { "uv": [ 0, 15, 16, 16 ], "texture": "#texture", "tintindex": 0 }, - "east": { "uv": [ 0, 15, 16, 16 ], "texture": "#texture", "tintindex": 0 } - } -} -] -} \ No newline at end of file +{"ambientocclusion":false,"textures":{"particle":"block/redstone_dust_cross","texture":"block/redstone_dust_cros"},"elements":[{"from":[0,0,7],"to":[7,1,9],"shade":false,"faces":{"down":{"uv":[9,9,16,7],"texture":"#texture","tintindex":0},"up":{"uv":[9,7,16,9],"texture":"#texture","tintindex":0},"north":{"uv":[0,15,7,16],"texture":"#texture","tintindex":0},"south":{"uv":[9,15,16,16],"texture":"#texture","tintindex":0},"west":{"uv":[7,15,9,16],"texture":"#texture","tintindex":0},"east":{"uv":[7,15,9,16],"texture":"#texture","tintindex":0}}},{"from":[9,0,7],"to":[16,1,9],"shade":false,"faces":{"down":{"uv":[9,9,16,7],"texture":"#texture","tintindex":0},"up":{"uv":[9,7,16,9],"texture":"#texture","tintindex":0},"north":{"uv":[0,15,7,16],"texture":"#texture","tintindex":0},"south":{"uv":[9,15,16,16],"texture":"#texture","tintindex":0},"west":{"uv":[7,15,9,16],"texture":"#texture","tintindex":0},"east":{"uv":[7,15,9,16],"texture":"#texture","tintindex":0}}},{"from":[7,1,15],"to":[9,17,16],"shade":false,"faces":{"down":{"uv":[15,9,16,7],"rotation":270,"texture":"#texture","tintindex":0},"up":{"uv":[15,7,16,9],"rotation":90,"texture":"#texture","tintindex":0},"north":{"uv":[7,0,9,15],"texture":"#texture","tintindex":0},"south":{"uv":[7,0,9,15],"texture":"#texture","tintindex":0},"west":{"uv":[15,0,16,15],"texture":"#texture","tintindex":0},"east":{"uv":[0,0,1,15],"texture":"#texture","tintindex":0}}},{"from":[7,1,0],"to":[9,17,1],"shade":false,"faces":{"down":{"uv":[15,9,16,7],"rotation":90,"texture":"#texture","tintindex":0},"up":{"uv":[15,7,16,9],"rotation":270,"texture":"#texture","tintindex":0},"north":{"uv":[7,0,9,15],"texture":"#texture","tintindex":0},"south":{"uv":[7,0,9,15],"texture":"#texture","tintindex":0},"west":{"uv":[0,0,1,15],"texture":"#texture","tintindex":0},"east":{"uv":[15,0,16,15],"texture":"#texture","tintindex":0}}},{"from":[7,0,0],"to":[9,1,16],"shade":false,"faces":{"down":{"uv":[7,16,9,0],"texture":"#texture","tintindex":0},"up":{"uv":[7,0,9,16],"texture":"#texture","tintindex":0},"north":{"uv":[7,15,9,16],"texture":"#texture","tintindex":0},"south":{"uv":[7,15,9,16],"texture":"#texture","tintindex":0},"west":{"uv":[0,15,16,16],"texture":"#texture","tintindex":0},"east":{"uv":[0,15,16,16],"texture":"#texture","tintindex":0}}}]} diff --git a/assets/minecraft/models/block/redstone_unusue.json b/assets/minecraft/models/block/redstone_unusue.json index 95204d7..453f1d3 100755 --- a/assets/minecraft/models/block/redstone_unusue.json +++ b/assets/minecraft/models/block/redstone_unusue.json @@ -1,74 +1 @@ -{ -"ambientocclusion": false, -"textures": { - "particle": "blocks/redstone_dust_cross", - "texture": "blocks/redstone_dust_cros" -}, -"elements": [ -{ - "from": [ 15, 1, 7 ], - "to": [ 16, 17, 9 ], - "shade": false, - "faces": { - "down": { "uv": [ 15, 9, 16, 7 ], "texture": "#texture", "tintindex": 0 }, - "up": { "uv": [ 15, 7, 16, 9 ], "texture": "#texture", "tintindex": 0 }, - "north": { "uv": [ 0, 0, 1, 15 ], "texture": "#texture", "tintindex": 0 }, - "south": { "uv": [ 15, 0, 16, 15 ], "texture": "#texture", "tintindex": 0 }, - "west": { "uv": [ 7, 0, 9, 15 ], "texture": "#texture", "tintindex": 0 }, - "east": { "uv": [ 7, 0, 9, 15 ], "texture": "#texture", "tintindex": 0 } - } -}, -{ - "from": [ 9, 0, 7 ], - "to": [ 16, 1, 9 ], - "shade": false, - "faces": { - "down": { "uv": [ 9, 9, 16, 7 ], "texture": "#texture", "tintindex": 0 }, - "up": { "uv": [ 9, 7, 16, 9 ], "texture": "#texture", "tintindex": 0 }, - "north": { "uv": [ 0, 15, 7, 16 ], "texture": "#texture", "tintindex": 0 }, - "south": { "uv": [ 9, 15, 16, 16 ], "texture": "#texture", "tintindex": 0 }, - "west": { "uv": [ 7, 15, 9, 16 ], "texture": "#texture", "tintindex": 0 }, - "east": { "uv": [ 7, 15, 9, 16 ], "texture": "#texture", "tintindex": 0 } - } -}, -{ - "from": [ 7, 1, 15 ], - "to": [ 9, 17, 16 ], - "shade": false, - "faces": { - "down": { "uv": [ 15, 9, 16, 7 ], "rotation": 270, "texture": "#texture", "tintindex": 0 }, - "up": { "uv": [ 15, 7, 16, 9 ], "rotation": 90, "texture": "#texture", "tintindex": 0 }, - "north": { "uv": [ 7, 0, 9, 15 ], "texture": "#texture", "tintindex": 0 }, - "south": { "uv": [ 7, 0, 9, 15 ], "texture": "#texture", "tintindex": 0 }, - "west": { "uv": [ 15, 0, 16, 15 ], "texture": "#texture", "tintindex": 0 }, - "east": { "uv": [ 0, 0, 1, 15 ], "texture": "#texture", "tintindex": 0 } - } -}, -{ - "from": [ 7, 1, 0 ], - "to": [ 9, 17, 1 ], - "shade": false, - "faces": { - "down": { "uv": [ 15, 9, 16, 7 ], "rotation": 90, "texture": "#texture", "tintindex": 0 }, - "up": { "uv": [ 15, 7, 16, 9 ], "rotation": 270, "texture": "#texture", "tintindex": 0 }, - "north": { "uv": [ 7, 0, 9, 15 ], "texture": "#texture", "tintindex": 0 }, - "south": { "uv": [ 7, 0, 9, 15 ], "texture": "#texture", "tintindex": 0 }, - "west": { "uv": [ 0, 0, 1, 15 ], "texture": "#texture", "tintindex": 0 }, - "east": { "uv": [ 15, 0, 16, 15 ], "texture": "#texture", "tintindex": 0 } - } -}, -{ - "from": [ 7, 0, 0 ], - "to": [ 9, 1, 16 ], - "shade": false, - "faces": { - "down": { "uv": [ 7, 16, 9, 0 ], "texture": "#texture", "tintindex": 0 }, - "up": { "uv": [ 7, 0, 9, 16 ], "texture": "#texture", "tintindex": 0 }, - "north": { "uv": [ 7, 15, 9, 16 ], "texture": "#texture", "tintindex": 0 }, - "south": { "uv": [ 7, 15, 9, 16 ], "texture": "#texture", "tintindex": 0 }, - "west": { "uv": [ 0, 15, 16, 16 ], "texture": "#texture", "tintindex": 0 }, - "east": { "uv": [ 0, 15, 16, 16 ], "texture": "#texture", "tintindex": 0 } - } -} -] -} \ No newline at end of file +{"ambientocclusion":false,"textures":{"particle":"block/redstone_dust_cross","texture":"block/redstone_dust_cros"},"elements":[{"from":[15,1,7],"to":[16,17,9],"shade":false,"faces":{"down":{"uv":[15,9,16,7],"texture":"#texture","tintindex":0},"up":{"uv":[15,7,16,9],"texture":"#texture","tintindex":0},"north":{"uv":[0,0,1,15],"texture":"#texture","tintindex":0},"south":{"uv":[15,0,16,15],"texture":"#texture","tintindex":0},"west":{"uv":[7,0,9,15],"texture":"#texture","tintindex":0},"east":{"uv":[7,0,9,15],"texture":"#texture","tintindex":0}}},{"from":[9,0,7],"to":[16,1,9],"shade":false,"faces":{"down":{"uv":[9,9,16,7],"texture":"#texture","tintindex":0},"up":{"uv":[9,7,16,9],"texture":"#texture","tintindex":0},"north":{"uv":[0,15,7,16],"texture":"#texture","tintindex":0},"south":{"uv":[9,15,16,16],"texture":"#texture","tintindex":0},"west":{"uv":[7,15,9,16],"texture":"#texture","tintindex":0},"east":{"uv":[7,15,9,16],"texture":"#texture","tintindex":0}}},{"from":[7,1,15],"to":[9,17,16],"shade":false,"faces":{"down":{"uv":[15,9,16,7],"rotation":270,"texture":"#texture","tintindex":0},"up":{"uv":[15,7,16,9],"rotation":90,"texture":"#texture","tintindex":0},"north":{"uv":[7,0,9,15],"texture":"#texture","tintindex":0},"south":{"uv":[7,0,9,15],"texture":"#texture","tintindex":0},"west":{"uv":[15,0,16,15],"texture":"#texture","tintindex":0},"east":{"uv":[0,0,1,15],"texture":"#texture","tintindex":0}}},{"from":[7,1,0],"to":[9,17,1],"shade":false,"faces":{"down":{"uv":[15,9,16,7],"rotation":90,"texture":"#texture","tintindex":0},"up":{"uv":[15,7,16,9],"rotation":270,"texture":"#texture","tintindex":0},"north":{"uv":[7,0,9,15],"texture":"#texture","tintindex":0},"south":{"uv":[7,0,9,15],"texture":"#texture","tintindex":0},"west":{"uv":[0,0,1,15],"texture":"#texture","tintindex":0},"east":{"uv":[15,0,16,15],"texture":"#texture","tintindex":0}}},{"from":[7,0,0],"to":[9,1,16],"shade":false,"faces":{"down":{"uv":[7,16,9,0],"texture":"#texture","tintindex":0},"up":{"uv":[7,0,9,16],"texture":"#texture","tintindex":0},"north":{"uv":[7,15,9,16],"texture":"#texture","tintindex":0},"south":{"uv":[7,15,9,16],"texture":"#texture","tintindex":0},"west":{"uv":[0,15,16,16],"texture":"#texture","tintindex":0},"east":{"uv":[0,15,16,16],"texture":"#texture","tintindex":0}}}]} diff --git a/assets/minecraft/models/block/redstone_unusueuw.json b/assets/minecraft/models/block/redstone_unusueuw.json index 08564a0..eb74792 100755 --- a/assets/minecraft/models/block/redstone_unusueuw.json +++ b/assets/minecraft/models/block/redstone_unusueuw.json @@ -1,100 +1 @@ -{ -"ambientocclusion": false, -"textures": { - "particle": "blocks/redstone_dust_cross", - "texture": "blocks/redstone_dust_cros" -}, -"elements": [ -{ - "from": [ 0, 1, 7 ], - "to": [ 1, 17, 9 ], - "shade": false, - "faces": { - "down": { "uv": [ 15, 9, 16, 7 ], "rotation": 180, "texture": "#texture", "tintindex": 0 }, - "up": { "uv": [ 15, 7, 16, 9 ], "rotation": 180, "texture": "#texture", "tintindex": 0 }, - "north": { "uv": [ 15, 0, 16, 15 ], "texture": "#texture", "tintindex": 0 }, - "south": { "uv": [ 0, 0, 1, 15 ], "texture": "#texture", "tintindex": 0 }, - "west": { "uv": [ 7, 0, 9, 15 ], "texture": "#texture", "tintindex": 0 }, - "east": { "uv": [ 7, 0, 9, 15 ], "texture": "#texture", "tintindex": 0 } - } -}, -{ - "from": [ 0, 0, 7 ], - "to": [ 7, 1, 9 ], - "shade": false, - "faces": { - "down": { "uv": [ 9, 9, 16, 7 ], "texture": "#texture", "tintindex": 0 }, - "up": { "uv": [ 9, 7, 16, 9 ], "texture": "#texture", "tintindex": 0 }, - "north": { "uv": [ 0, 15, 7, 16 ], "texture": "#texture", "tintindex": 0 }, - "south": { "uv": [ 9, 15, 16, 16 ], "texture": "#texture", "tintindex": 0 }, - "west": { "uv": [ 7, 15, 9, 16 ], "texture": "#texture", "tintindex": 0 }, - "east": { "uv": [ 7, 15, 9, 16 ], "texture": "#texture", "tintindex": 0 } - } -}, -{ - "from": [ 15, 1, 7 ], - "to": [ 16, 17, 9 ], - "shade": false, - "faces": { - "down": { "uv": [ 15, 9, 16, 7 ], "texture": "#texture", "tintindex": 0 }, - "up": { "uv": [ 15, 7, 16, 9 ], "texture": "#texture", "tintindex": 0 }, - "north": { "uv": [ 0, 0, 1, 15 ], "texture": "#texture", "tintindex": 0 }, - "south": { "uv": [ 15, 0, 16, 15 ], "texture": "#texture", "tintindex": 0 }, - "west": { "uv": [ 7, 0, 9, 15 ], "texture": "#texture", "tintindex": 0 }, - "east": { "uv": [ 7, 0, 9, 15 ], "texture": "#texture", "tintindex": 0 } - } -}, -{ - "from": [ 9, 0, 7 ], - "to": [ 16, 1, 9 ], - "shade": false, - "faces": { - "down": { "uv": [ 9, 9, 16, 7 ], "texture": "#texture", "tintindex": 0 }, - "up": { "uv": [ 9, 7, 16, 9 ], "texture": "#texture", "tintindex": 0 }, - "north": { "uv": [ 0, 15, 7, 16 ], "texture": "#texture", "tintindex": 0 }, - "south": { "uv": [ 9, 15, 16, 16 ], "texture": "#texture", "tintindex": 0 }, - "west": { "uv": [ 7, 15, 9, 16 ], "texture": "#texture", "tintindex": 0 }, - "east": { "uv": [ 7, 15, 9, 16 ], "texture": "#texture", "tintindex": 0 } - } -}, -{ - "from": [ 7, 1, 15 ], - "to": [ 9, 17, 16 ], - "shade": false, - "faces": { - "down": { "uv": [ 15, 9, 16, 7 ], "rotation": 270, "texture": "#texture", "tintindex": 0 }, - "up": { "uv": [ 15, 7, 16, 9 ], "rotation": 90, "texture": "#texture", "tintindex": 0 }, - "north": { "uv": [ 7, 0, 9, 15 ], "texture": "#texture", "tintindex": 0 }, - "south": { "uv": [ 7, 0, 9, 15 ], "texture": "#texture", "tintindex": 0 }, - "west": { "uv": [ 15, 0, 16, 15 ], "texture": "#texture", "tintindex": 0 }, - "east": { "uv": [ 0, 0, 1, 15 ], "texture": "#texture", "tintindex": 0 } - } -}, -{ - "from": [ 7, 1, 0 ], - "to": [ 9, 17, 1 ], - "shade": false, - "faces": { - "down": { "uv": [ 15, 9, 16, 7 ], "rotation": 90, "texture": "#texture", "tintindex": 0 }, - "up": { "uv": [ 15, 7, 16, 9 ], "rotation": 270, "texture": "#texture", "tintindex": 0 }, - "north": { "uv": [ 7, 0, 9, 15 ], "texture": "#texture", "tintindex": 0 }, - "south": { "uv": [ 7, 0, 9, 15 ], "texture": "#texture", "tintindex": 0 }, - "west": { "uv": [ 0, 0, 1, 15 ], "texture": "#texture", "tintindex": 0 }, - "east": { "uv": [ 15, 0, 16, 15 ], "texture": "#texture", "tintindex": 0 } - } -}, -{ - "from": [ 7, 0, 0 ], - "to": [ 9, 1, 16 ], - "shade": false, - "faces": { - "down": { "uv": [ 7, 16, 9, 0 ], "texture": "#texture", "tintindex": 0 }, - "up": { "uv": [ 7, 0, 9, 16 ], "texture": "#texture", "tintindex": 0 }, - "north": { "uv": [ 7, 15, 9, 16 ], "texture": "#texture", "tintindex": 0 }, - "south": { "uv": [ 7, 15, 9, 16 ], "texture": "#texture", "tintindex": 0 }, - "west": { "uv": [ 0, 15, 16, 16 ], "texture": "#texture", "tintindex": 0 }, - "east": { "uv": [ 0, 15, 16, 16 ], "texture": "#texture", "tintindex": 0 } - } -} -] -} \ No newline at end of file +{"ambientocclusion":false,"textures":{"particle":"block/redstone_dust_cross","texture":"block/redstone_dust_cros"},"elements":[{"from":[0,1,7],"to":[1,17,9],"shade":false,"faces":{"down":{"uv":[15,9,16,7],"rotation":180,"texture":"#texture","tintindex":0},"up":{"uv":[15,7,16,9],"rotation":180,"texture":"#texture","tintindex":0},"north":{"uv":[15,0,16,15],"texture":"#texture","tintindex":0},"south":{"uv":[0,0,1,15],"texture":"#texture","tintindex":0},"west":{"uv":[7,0,9,15],"texture":"#texture","tintindex":0},"east":{"uv":[7,0,9,15],"texture":"#texture","tintindex":0}}},{"from":[0,0,7],"to":[7,1,9],"shade":false,"faces":{"down":{"uv":[9,9,16,7],"texture":"#texture","tintindex":0},"up":{"uv":[9,7,16,9],"texture":"#texture","tintindex":0},"north":{"uv":[0,15,7,16],"texture":"#texture","tintindex":0},"south":{"uv":[9,15,16,16],"texture":"#texture","tintindex":0},"west":{"uv":[7,15,9,16],"texture":"#texture","tintindex":0},"east":{"uv":[7,15,9,16],"texture":"#texture","tintindex":0}}},{"from":[15,1,7],"to":[16,17,9],"shade":false,"faces":{"down":{"uv":[15,9,16,7],"texture":"#texture","tintindex":0},"up":{"uv":[15,7,16,9],"texture":"#texture","tintindex":0},"north":{"uv":[0,0,1,15],"texture":"#texture","tintindex":0},"south":{"uv":[15,0,16,15],"texture":"#texture","tintindex":0},"west":{"uv":[7,0,9,15],"texture":"#texture","tintindex":0},"east":{"uv":[7,0,9,15],"texture":"#texture","tintindex":0}}},{"from":[9,0,7],"to":[16,1,9],"shade":false,"faces":{"down":{"uv":[9,9,16,7],"texture":"#texture","tintindex":0},"up":{"uv":[9,7,16,9],"texture":"#texture","tintindex":0},"north":{"uv":[0,15,7,16],"texture":"#texture","tintindex":0},"south":{"uv":[9,15,16,16],"texture":"#texture","tintindex":0},"west":{"uv":[7,15,9,16],"texture":"#texture","tintindex":0},"east":{"uv":[7,15,9,16],"texture":"#texture","tintindex":0}}},{"from":[7,1,15],"to":[9,17,16],"shade":false,"faces":{"down":{"uv":[15,9,16,7],"rotation":270,"texture":"#texture","tintindex":0},"up":{"uv":[15,7,16,9],"rotation":90,"texture":"#texture","tintindex":0},"north":{"uv":[7,0,9,15],"texture":"#texture","tintindex":0},"south":{"uv":[7,0,9,15],"texture":"#texture","tintindex":0},"west":{"uv":[15,0,16,15],"texture":"#texture","tintindex":0},"east":{"uv":[0,0,1,15],"texture":"#texture","tintindex":0}}},{"from":[7,1,0],"to":[9,17,1],"shade":false,"faces":{"down":{"uv":[15,9,16,7],"rotation":90,"texture":"#texture","tintindex":0},"up":{"uv":[15,7,16,9],"rotation":270,"texture":"#texture","tintindex":0},"north":{"uv":[7,0,9,15],"texture":"#texture","tintindex":0},"south":{"uv":[7,0,9,15],"texture":"#texture","tintindex":0},"west":{"uv":[0,0,1,15],"texture":"#texture","tintindex":0},"east":{"uv":[15,0,16,15],"texture":"#texture","tintindex":0}}},{"from":[7,0,0],"to":[9,1,16],"shade":false,"faces":{"down":{"uv":[7,16,9,0],"texture":"#texture","tintindex":0},"up":{"uv":[7,0,9,16],"texture":"#texture","tintindex":0},"north":{"uv":[7,15,9,16],"texture":"#texture","tintindex":0},"south":{"uv":[7,15,9,16],"texture":"#texture","tintindex":0},"west":{"uv":[0,15,16,16],"texture":"#texture","tintindex":0},"east":{"uv":[0,15,16,16],"texture":"#texture","tintindex":0}}}]} diff --git a/assets/minecraft/models/block/redstone_unusuew.json b/assets/minecraft/models/block/redstone_unusuew.json index b83e839..58dade4 100755 --- a/assets/minecraft/models/block/redstone_unusuew.json +++ b/assets/minecraft/models/block/redstone_unusuew.json @@ -1,87 +1 @@ -{ -"ambientocclusion": false, -"textures": { - "particle": "blocks/redstone_dust_cross", - "texture": "blocks/redstone_dust_cros" -}, -"elements": [ -{ - "from": [ 0, 0, 7 ], - "to": [ 7, 1, 9 ], - "shade": false, - "faces": { - "down": { "uv": [ 9, 9, 16, 7 ], "texture": "#texture", "tintindex": 0 }, - "up": { "uv": [ 9, 7, 16, 9 ], "texture": "#texture", "tintindex": 0 }, - "north": { "uv": [ 0, 15, 7, 16 ], "texture": "#texture", "tintindex": 0 }, - "south": { "uv": [ 9, 15, 16, 16 ], "texture": "#texture", "tintindex": 0 }, - "west": { "uv": [ 7, 15, 9, 16 ], "texture": "#texture", "tintindex": 0 }, - "east": { "uv": [ 7, 15, 9, 16 ], "texture": "#texture", "tintindex": 0 } - } -}, -{ - "from": [ 15, 1, 7 ], - "to": [ 16, 17, 9 ], - "shade": false, - "faces": { - "down": { "uv": [ 15, 9, 16, 7 ], "texture": "#texture", "tintindex": 0 }, - "up": { "uv": [ 15, 7, 16, 9 ], "texture": "#texture", "tintindex": 0 }, - "north": { "uv": [ 0, 0, 1, 15 ], "texture": "#texture", "tintindex": 0 }, - "south": { "uv": [ 15, 0, 16, 15 ], "texture": "#texture", "tintindex": 0 }, - "west": { "uv": [ 7, 0, 9, 15 ], "texture": "#texture", "tintindex": 0 }, - "east": { "uv": [ 7, 0, 9, 15 ], "texture": "#texture", "tintindex": 0 } - } -}, -{ - "from": [ 9, 0, 7 ], - "to": [ 16, 1, 9 ], - "shade": false, - "faces": { - "down": { "uv": [ 9, 9, 16, 7 ], "texture": "#texture", "tintindex": 0 }, - "up": { "uv": [ 9, 7, 16, 9 ], "texture": "#texture", "tintindex": 0 }, - "north": { "uv": [ 0, 15, 7, 16 ], "texture": "#texture", "tintindex": 0 }, - "south": { "uv": [ 9, 15, 16, 16 ], "texture": "#texture", "tintindex": 0 }, - "west": { "uv": [ 7, 15, 9, 16 ], "texture": "#texture", "tintindex": 0 }, - "east": { "uv": [ 7, 15, 9, 16 ], "texture": "#texture", "tintindex": 0 } - } -}, -{ - "from": [ 7, 1, 15 ], - "to": [ 9, 17, 16 ], - "shade": false, - "faces": { - "down": { "uv": [ 15, 9, 16, 7 ], "rotation": 270, "texture": "#texture", "tintindex": 0 }, - "up": { "uv": [ 15, 7, 16, 9 ], "rotation": 90, "texture": "#texture", "tintindex": 0 }, - "north": { "uv": [ 7, 0, 9, 15 ], "texture": "#texture", "tintindex": 0 }, - "south": { "uv": [ 7, 0, 9, 15 ], "texture": "#texture", "tintindex": 0 }, - "west": { "uv": [ 15, 0, 16, 15 ], "texture": "#texture", "tintindex": 0 }, - "east": { "uv": [ 0, 0, 1, 15 ], "texture": "#texture", "tintindex": 0 } - } -}, -{ - "from": [ 7, 1, 0 ], - "to": [ 9, 17, 1 ], - "shade": false, - "faces": { - "down": { "uv": [ 15, 9, 16, 7 ], "rotation": 90, "texture": "#texture", "tintindex": 0 }, - "up": { "uv": [ 15, 7, 16, 9 ], "rotation": 270, "texture": "#texture", "tintindex": 0 }, - "north": { "uv": [ 7, 0, 9, 15 ], "texture": "#texture", "tintindex": 0 }, - "south": { "uv": [ 7, 0, 9, 15 ], "texture": "#texture", "tintindex": 0 }, - "west": { "uv": [ 0, 0, 1, 15 ], "texture": "#texture", "tintindex": 0 }, - "east": { "uv": [ 15, 0, 16, 15 ], "texture": "#texture", "tintindex": 0 } - } -}, -{ - "from": [ 7, 0, 0 ], - "to": [ 9, 1, 16 ], - "shade": false, - "faces": { - "down": { "uv": [ 7, 16, 9, 0 ], "texture": "#texture", "tintindex": 0 }, - "up": { "uv": [ 7, 0, 9, 16 ], "texture": "#texture", "tintindex": 0 }, - "north": { "uv": [ 7, 15, 9, 16 ], "texture": "#texture", "tintindex": 0 }, - "south": { "uv": [ 7, 15, 9, 16 ], "texture": "#texture", "tintindex": 0 }, - "west": { "uv": [ 0, 15, 16, 16 ], "texture": "#texture", "tintindex": 0 }, - "east": { "uv": [ 0, 15, 16, 16 ], "texture": "#texture", "tintindex": 0 } - } -} -] -} \ No newline at end of file +{"ambientocclusion":false,"textures":{"particle":"block/redstone_dust_cross","texture":"block/redstone_dust_cros"},"elements":[{"from":[0,0,7],"to":[7,1,9],"shade":false,"faces":{"down":{"uv":[9,9,16,7],"texture":"#texture","tintindex":0},"up":{"uv":[9,7,16,9],"texture":"#texture","tintindex":0},"north":{"uv":[0,15,7,16],"texture":"#texture","tintindex":0},"south":{"uv":[9,15,16,16],"texture":"#texture","tintindex":0},"west":{"uv":[7,15,9,16],"texture":"#texture","tintindex":0},"east":{"uv":[7,15,9,16],"texture":"#texture","tintindex":0}}},{"from":[15,1,7],"to":[16,17,9],"shade":false,"faces":{"down":{"uv":[15,9,16,7],"texture":"#texture","tintindex":0},"up":{"uv":[15,7,16,9],"texture":"#texture","tintindex":0},"north":{"uv":[0,0,1,15],"texture":"#texture","tintindex":0},"south":{"uv":[15,0,16,15],"texture":"#texture","tintindex":0},"west":{"uv":[7,0,9,15],"texture":"#texture","tintindex":0},"east":{"uv":[7,0,9,15],"texture":"#texture","tintindex":0}}},{"from":[9,0,7],"to":[16,1,9],"shade":false,"faces":{"down":{"uv":[9,9,16,7],"texture":"#texture","tintindex":0},"up":{"uv":[9,7,16,9],"texture":"#texture","tintindex":0},"north":{"uv":[0,15,7,16],"texture":"#texture","tintindex":0},"south":{"uv":[9,15,16,16],"texture":"#texture","tintindex":0},"west":{"uv":[7,15,9,16],"texture":"#texture","tintindex":0},"east":{"uv":[7,15,9,16],"texture":"#texture","tintindex":0}}},{"from":[7,1,15],"to":[9,17,16],"shade":false,"faces":{"down":{"uv":[15,9,16,7],"rotation":270,"texture":"#texture","tintindex":0},"up":{"uv":[15,7,16,9],"rotation":90,"texture":"#texture","tintindex":0},"north":{"uv":[7,0,9,15],"texture":"#texture","tintindex":0},"south":{"uv":[7,0,9,15],"texture":"#texture","tintindex":0},"west":{"uv":[15,0,16,15],"texture":"#texture","tintindex":0},"east":{"uv":[0,0,1,15],"texture":"#texture","tintindex":0}}},{"from":[7,1,0],"to":[9,17,1],"shade":false,"faces":{"down":{"uv":[15,9,16,7],"rotation":90,"texture":"#texture","tintindex":0},"up":{"uv":[15,7,16,9],"rotation":270,"texture":"#texture","tintindex":0},"north":{"uv":[7,0,9,15],"texture":"#texture","tintindex":0},"south":{"uv":[7,0,9,15],"texture":"#texture","tintindex":0},"west":{"uv":[0,0,1,15],"texture":"#texture","tintindex":0},"east":{"uv":[15,0,16,15],"texture":"#texture","tintindex":0}}},{"from":[7,0,0],"to":[9,1,16],"shade":false,"faces":{"down":{"uv":[7,16,9,0],"texture":"#texture","tintindex":0},"up":{"uv":[7,0,9,16],"texture":"#texture","tintindex":0},"north":{"uv":[7,15,9,16],"texture":"#texture","tintindex":0},"south":{"uv":[7,15,9,16],"texture":"#texture","tintindex":0},"west":{"uv":[0,15,16,16],"texture":"#texture","tintindex":0},"east":{"uv":[0,15,16,16],"texture":"#texture","tintindex":0}}}]} diff --git a/assets/minecraft/models/block/redstone_up.json b/assets/minecraft/models/block/redstone_up.json index 00b37b4..0664255 100755 --- a/assets/minecraft/models/block/redstone_up.json +++ b/assets/minecraft/models/block/redstone_up.json @@ -1,22 +1 @@ -{ -"ambientocclusion": false, -"textures": { - "particle": "blocks/redstone_dust_cross", - "texture": "blocks/redstone_dust_cros" -}, -"elements": [ -{ - "from": [ 7, 1, 0 ], - "to": [ 9, 17, 1 ], - "shade": false, - "faces": { - "down": { "uv": [ 15, 9, 16, 7 ], "rotation": 90, "texture": "#texture", "tintindex": 0 }, - "up": { "uv": [ 15, 7, 16, 9 ], "rotation": 270, "texture": "#texture", "tintindex": 0 }, - "north": { "uv": [ 7, 0, 9, 15 ], "texture": "#texture", "tintindex": 0 }, - "south": { "uv": [ 7, 0, 9, 15 ], "texture": "#texture", "tintindex": 0 }, - "west": { "uv": [ 0, 0, 1, 15 ], "texture": "#texture", "tintindex": 0 }, - "east": { "uv": [ 15, 0, 16, 15 ], "texture": "#texture", "tintindex": 0 } - } -} -] -} \ No newline at end of file +{"ambientocclusion":false,"textures":{"particle":"block/redstone_dust_cross","texture":"block/redstone_dust_cros"},"elements":[{"from":[7,1,0],"to":[9,17,1],"shade":false,"faces":{"down":{"uv":[15,9,16,7],"rotation":90,"texture":"#texture","tintindex":0},"up":{"uv":[15,7,16,9],"rotation":270,"texture":"#texture","tintindex":0},"north":{"uv":[7,0,9,15],"texture":"#texture","tintindex":0},"south":{"uv":[7,0,9,15],"texture":"#texture","tintindex":0},"west":{"uv":[0,0,1,15],"texture":"#texture","tintindex":0},"east":{"uv":[15,0,16,15],"texture":"#texture","tintindex":0}}}]} diff --git a/assets/minecraft/models/block/reeds.json b/assets/minecraft/models/block/reeds.json deleted file mode 100755 index c59789d..0000000 --- a/assets/minecraft/models/block/reeds.json +++ /dev/null @@ -1,208 +0,0 @@ -{ -"__comment": "Designed by Filmjolk", -"textures": { - "particle": "blocks/reeds", - "texture": "blocks/reeds", - "reeds_top": "blocks/reeds_top" -}, -"elements": [ -{ - "from": [ 2, -6.5, 3.5 ], - "to": [ 3.5, 9.5, 6 ], - "faces": { - "up": { "uv": [ 9.5, 10.5, 11, 13 ], "texture": "#reeds_top" }, - "north": { "uv": [ 1.5, 0, 3, 16 ], "texture": "#texture" }, - "south": { "uv": [ 1.5, 0, 3, 16 ], "texture": "#texture" }, - "west": { "uv": [ 1, 0, 3.5, 16 ], "texture": "#texture" }, - "east": { "uv": [ 1, 0, 3.5, 16 ], "texture": "#texture" } - } -}, -{ - "from": [ 1.5, -6.5, 4 ], - "to": [ 4, 9.5, 5.5 ], - "faces": { - "up": { "uv": [ 9, 11, 11.5, 12.5 ], "texture": "#reeds_top" }, - "north": { "uv": [ 1, 0, 3.5, 16 ], "texture": "#texture" }, - "south": { "uv": [ 1, 0, 3.5, 16 ], "texture": "#texture" }, - "west": { "uv": [ 1.5, 0, 3, 16 ], "texture": "#texture" }, - "east": { "uv": [ 1.5, 0, 3, 16 ], "texture": "#texture" } - } -}, -{ - "from": [ 1.5, -2.5, 13 ], - "to": [ 4, 13.5, 14.5 ], - "faces": { - "up": { "uv": [ 9, 11, 11.5, 12.5 ], "texture": "#reeds_top" }, - "north": { "uv": [ 8.5, 0, 11, 16 ], "texture": "#texture" }, - "south": { "uv": [ 8.5, 0, 11, 16 ], "texture": "#texture" }, - "west": { "uv": [ 9, 0, 10.5, 16 ], "texture": "#texture" }, - "east": { "uv": [ 9, 0, 10.5, 16 ], "texture": "#texture" } - } -}, -{ - "from": [ 2, -2.5, 12.5 ], - "to": [ 3.5, 13.5, 15 ], - "faces": { - "up": { "uv": [ 9.5, 10.5, 11, 13 ], "texture": "#reeds_top" }, - "north": { "uv": [ 9, 0, 10.5, 16 ], "texture": "#texture" }, - "south": { "uv": [ 9, 0, 10.5, 16 ], "texture": "#texture" }, - "west": { "uv": [ 8.5, 0, 11, 16 ], "texture": "#texture" }, - "east": { "uv": [ 8.5, 0, 11, 16 ], "texture": "#texture" } - } -}, -{ - "from": [ 5, -7, 11 ], - "to": [ 7.5, 9, 12.5 ], - "faces": { - "up": { "uv": [ 9, 11, 11.5, 12.5 ], "texture": "#reeds_top" }, - "north": { "uv": [ 12.5, 0, 15, 16 ], "texture": "#texture" }, - "south": { "uv": [ 12.5, 0, 15, 16 ], "texture": "#texture" }, - "west": { "uv": [ 13, 0, 14.5, 16 ], "texture": "#texture" }, - "east": { "uv": [ 13, 0, 14.5, 16 ], "texture": "#texture" } - } -}, -{ - "from": [ 5.5, -7, 10.5 ], - "to": [ 7, 9, 13 ], - "faces": { - "up": { "uv": [ 9.5, 10.5, 11, 13 ], "texture": "#reeds_top" }, - "north": { "uv": [ 13, 0, 14.5, 16 ], "texture": "#texture" }, - "south": { "uv": [ 13, 0, 14.5, 16 ], "texture": "#texture" }, - "west": { "uv": [ 12.5, 0, 15, 16 ], "texture": "#texture" }, - "east": { "uv": [ 12.5, 0, 15, 16 ], "texture": "#texture" } - } -}, -{ - "from": [ 1.5, -0.5, 8.5 ], - "to": [ 2.5, 15.5, 10.5 ], - "faces": { - "up": { "uv": [ 5.5, 9.5, 6.5, 11.5 ], "texture": "#reeds_top" }, - "north": { "uv": [ 5.5, 0, 6.5, 16 ], "texture": "#texture" }, - "south": { "uv": [ 5.5, 0, 6.5, 16 ], "texture": "#texture" }, - "west": { "uv": [ 5, 0, 7, 16 ], "texture": "#texture" }, - "east": { "uv": [ 5, 0, 7, 16 ], "texture": "#texture" } - } -}, -{ - "from": [ 1, -0.5, 9 ], - "to": [ 3, 15.5, 10 ], - "faces": { - "up": { "uv": [ 5, 10, 7, 11 ], "texture": "#reeds_top" }, - "north": { "uv": [ 5, 0, 7, 16 ], "texture": "#texture" }, - "south": { "uv": [ 5, 0, 7, 16 ], "texture": "#texture" }, - "west": { "uv": [ 5.5, 0, 6.5, 16 ], "texture": "#texture" }, - "east": { "uv": [ 5.5, 0, 6.5, 16 ], "texture": "#texture" } - } -}, -{ - "from": [ 12, -3.5, 2.5 ], - "to": [ 14, 12.5, 3.5 ], - "faces": { - "up": { "uv": [ 5, 10, 7, 11 ], "texture": "#reeds_top" }, - "north": { "uv": [ 5, 0, 7, 16 ], "texture": "#texture" }, - "south": { "uv": [ 5, 0, 7, 16 ], "texture": "#texture" }, - "west": { "uv": [ 5.5, 0, 6.5, 16 ], "texture": "#texture" }, - "east": { "uv": [ 5.5, 0, 6.5, 16 ], "texture": "#texture" } - } -}, -{ - "from": [ 12.5, -3.5, 2 ], - "to": [ 13.5, 12.5, 4 ], - "faces": { - "up": { "uv": [ 5.5, 9.5, 6.5, 11.5 ], "texture": "#reeds_top" }, - "north": { "uv": [ 5.5, 0, 6.5, 16 ], "texture": "#texture" }, - "south": { "uv": [ 5.5, 0, 6.5, 16 ], "texture": "#texture" }, - "west": { "uv": [ 5, 0, 7, 16 ], "texture": "#texture" }, - "east": { "uv": [ 5, 0, 7, 16 ], "texture": "#texture" } - } -}, -{ - "from": [ 7.5, -5.5, 6 ], - "to": [ 10, 10.5, 7.5 ], - "faces": { - "up": { "uv": [ 9, 11, 11.5, 12.5 ], "texture": "#reeds_top" }, - "north": { "uv": [ 8.5, 0, 11, 16 ], "texture": "#texture" }, - "south": { "uv": [ 8.5, 0, 11, 16 ], "texture": "#texture" }, - "west": { "uv": [ 9, 0, 10.5, 16 ], "texture": "#texture" }, - "east": { "uv": [ 9, 0, 10.5, 16 ], "texture": "#texture" } - } -}, -{ - "from": [ 8, -5.5, 5.5 ], - "to": [ 9.5, 10.5, 8 ], - "faces": { - "up": { "uv": [ 9.5, 10.5, 11, 13 ], "texture": "#reeds_top" }, - "north": { "uv": [ 9, 0, 10.5, 16 ], "texture": "#texture" }, - "south": { "uv": [ 9, 0, 10.5, 16 ], "texture": "#texture" }, - "west": { "uv": [ 8.5, 0, 11, 16 ], "texture": "#texture" }, - "east": { "uv": [ 8.5, 0, 11, 16 ], "texture": "#texture" } - } -}, -{ - "from": [ 12.5, 0, 8.5 ], - "to": [ 15, 16, 10 ], - "faces": { - "up": { "uv": [ 9, 11, 11.5, 12.5 ], "texture": "#reeds_top" }, - "north": { "uv": [ 1, 0, 3.5, 16 ], "texture": "#texture" }, - "south": { "uv": [ 1, 0, 3.5, 16 ], "texture": "#texture" }, - "west": { "uv": [ 1.5, 0, 3, 16 ], "texture": "#texture" }, - "east": { "uv": [ 1.5, 0, 3, 16 ], "texture": "#texture" } - } -}, -{ - "from": [ 13, 0, 8 ], - "to": [ 14.5, 16, 10.5 ], - "faces": { - "up": { "uv": [ 9.5, 10.5, 11, 13 ], "texture": "#reeds_top" }, - "north": { "uv": [ 1.5, 0, 3, 16 ], "texture": "#texture" }, - "south": { "uv": [ 1.5, 0, 3, 16 ], "texture": "#texture" }, - "west": { "uv": [ 1, 0, 3.5, 16 ], "texture": "#texture" }, - "east": { "uv": [ 1, 0, 3.5, 16 ], "texture": "#texture" } - } -}, -{ - "from": [ 11, -2, 12.5 ], - "to": [ 12, 14, 14.5 ], - "faces": { - "up": { "uv": [ 5.5, 9.5, 6.5, 11.5 ], "texture": "#reeds_top" }, - "north": { "uv": [ 5.5, 0, 6.5, 16 ], "texture": "#texture" }, - "south": { "uv": [ 5.5, 0, 6.5, 16 ], "texture": "#texture" }, - "west": { "uv": [ 5, 0, 7, 16 ], "texture": "#texture" }, - "east": { "uv": [ 5, 0, 7, 16 ], "texture": "#texture" } - } -}, -{ - "from": [ 10.5, -2, 13 ], - "to": [ 12.5, 14, 14 ], - "faces": { - "up": { "uv": [ 5, 10, 7, 11 ], "texture": "#reeds_top" }, - "north": { "uv": [ 5, 0, 7, 16 ], "texture": "#texture" }, - "south": { "uv": [ 5, 0, 7, 16 ], "texture": "#texture" }, - "west": { "uv": [ 5.5, 0, 6.5, 16 ], "texture": "#texture" }, - "east": { "uv": [ 5.5, 0, 6.5, 16 ], "texture": "#texture" } - } -}, -{ - "from": [ 7, 0, 1 ], - "to": [ 8, 16, 3 ], - "faces": { - "up": { "uv": [ 5.5, 9.5, 6.5, 11.5 ], "texture": "#reeds_top" }, - "north": { "uv": [ 5.5, 0, 6.5, 16 ], "texture": "#texture" }, - "south": { "uv": [ 5.5, 0, 6.5, 16 ], "texture": "#texture" }, - "west": { "uv": [ 5, 0, 7, 16 ], "texture": "#texture" }, - "east": { "uv": [ 5, 0, 7, 16 ], "texture": "#texture" } - } -}, -{ - "from": [ 6.5, 0, 1.5 ], - "to": [ 8.5, 16, 2.5 ], - "faces": { - "up": { "uv": [ 5, 10, 7, 11 ], "texture": "#reeds_top" }, - "north": { "uv": [ 5, 0, 7, 16 ], "texture": "#texture" }, - "south": { "uv": [ 5, 0, 7, 16 ], "texture": "#texture" }, - "west": { "uv": [ 5.5, 0, 6.5, 16 ], "texture": "#texture" }, - "east": { "uv": [ 5.5, 0, 6.5, 16 ], "texture": "#texture" } - } -} -] -} \ No newline at end of file diff --git a/assets/minecraft/models/block/sandstone_double_slab.json b/assets/minecraft/models/block/sandstone_double_slab.json index b3cfd51..40224d3 100755 --- a/assets/minecraft/models/block/sandstone_double_slab.json +++ b/assets/minecraft/models/block/sandstone_double_slab.json @@ -1,8 +1 @@ -{ - "parent": "block/cube_bottom_top", - "textures": { - "bottom": "blocks/sandstone_smooth", - "top": "blocks/sandstone_smooth", - "side": "blocks/sandstone_slab" - } -} +{"parent":"block/cube_bottom_top","textures":{"bottom":"block/cut_sandstone","top":"block/cut_sandstone","side":"block/sandstone_slab"}} diff --git a/assets/minecraft/models/block/sandstone_inner_stairs.json b/assets/minecraft/models/block/sandstone_inner_stairs.json index ce04f51..71b4423 100755 --- a/assets/minecraft/models/block/sandstone_inner_stairs.json +++ b/assets/minecraft/models/block/sandstone_inner_stairs.json @@ -1,8 +1 @@ -{ - "parent": "block/inner_stairs", - "textures": { - "bottom": "blocks/sandstone_smooth", - "top": "blocks/sandstone_smooth", - "side": "blocks/sandstone_slab" - } -} +{"parent":"block/inner_stairs","textures":{"bottom":"block/cut_sandstone","top":"block/cut_sandstone","side":"block/sandstone_slab"}} diff --git a/assets/minecraft/models/block/sandstone_outer_stairs.json b/assets/minecraft/models/block/sandstone_outer_stairs.json index 7a9bec4..4e0f93f 100755 --- a/assets/minecraft/models/block/sandstone_outer_stairs.json +++ b/assets/minecraft/models/block/sandstone_outer_stairs.json @@ -1,8 +1 @@ -{ - "parent": "block/outer_stairs", - "textures": { - "bottom": "blocks/sandstone_smooth", - "top": "blocks/sandstone_smooth", - "side": "blocks/sandstone_slab" - } -} +{"parent":"block/outer_stairs","textures":{"bottom":"block/cut_sandstone","top":"block/cut_sandstone","side":"block/sandstone_slab"}} diff --git a/assets/minecraft/models/block/sandstone_slab.json b/assets/minecraft/models/block/sandstone_slab.json index 5651d6f..1ea899f 100755 --- a/assets/minecraft/models/block/sandstone_slab.json +++ b/assets/minecraft/models/block/sandstone_slab.json @@ -1,8 +1 @@ -{ - "parent": "block/cube_bottom_top", - "textures": { - "bottom": "blocks/sandstone_bottom", - "top": "blocks/sandstone_top", - "side": "blocks/sandstone_normal" - } -} +{"parent":"block/cube_bottom_top","textures":{"bottom":"block/sandstone_bottom","top":"block/sandstone_top","side":"block/sandstone"}} diff --git a/assets/minecraft/models/block/sandstone_smooth.json b/assets/minecraft/models/block/sandstone_smooth.json deleted file mode 100755 index 8804be2..0000000 --- a/assets/minecraft/models/block/sandstone_smooth.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_column", - "textures": { - "end": "blocks/sandstone_smooth", - "side": "blocks/sandstone_smooth" - } -} diff --git a/assets/minecraft/models/block/sandstone_stairs.json b/assets/minecraft/models/block/sandstone_stairs.json index 6c3f06f..7e44609 100755 --- a/assets/minecraft/models/block/sandstone_stairs.json +++ b/assets/minecraft/models/block/sandstone_stairs.json @@ -1,8 +1 @@ -{ - "parent": "block/stairs", - "textures": { - "bottom": "blocks/sandstone_smooth", - "top": "blocks/sandstone_smooth", - "side": "blocks/sandstone_slab" - } -} +{"parent":"block/stairs","textures":{"bottom":"block/cut_sandstone","top":"block/cut_sandstone","side":"block/sandstone_slab"}} diff --git a/assets/minecraft/models/block/sea_lantern.json b/assets/minecraft/models/block/sea_lantern.json index 925b771..7bcbaad 100755 --- a/assets/minecraft/models/block/sea_lantern.json +++ b/assets/minecraft/models/block/sea_lantern.json @@ -1,629 +1 @@ -{ -"__comment": "Designed by Filmjolk with BDcraft Cubik PRO 0.85 Beta - http://bdcraft.net", -"textures": { - "particle": "blocks/sea_lantern", - "texture": "blocks/sea_lantern" -}, -"elements": [ -{ - "from": [ 2, 0, 1.5 ], - "to": [ 3, 0.5, 2 ], - "faces": { - "down": { "uv": [ 2, 2, 3, 1.5 ], "texture": "#texture", "cullface": "down" }, - "south": { "uv": [ 2, 15.5, 3, 16 ], "texture": "#texture", "cullface": "south" }, - "east": { "uv": [ 14, 15.5, 14.5, 16 ], "texture": "#texture", "cullface": "east" } - } -}, -{ - "from": [ 2, 0, 14 ], - "to": [ 3, 0.5, 14.5 ], - "faces": { - "down": { "uv": [ 2, 14.5, 3, 14 ], "texture": "#texture", "cullface": "down" }, - "north": { "uv": [ 13, 15.5, 14, 16 ], "texture": "#texture", "cullface": "north" }, - "east": { "uv": [ 1.5, 15.5, 2, 16 ], "texture": "#texture", "cullface": "east" } - } -}, -{ - "from": [ 13, 0, 14 ], - "to": [ 14, 0.5, 14.5 ], - "faces": { - "down": { "uv": [ 13, 14.5, 14, 14 ], "texture": "#texture", "cullface": "down" }, - "north": { "uv": [ 2, 15.5, 3, 16 ], "texture": "#texture", "cullface": "north" }, - "west": { "uv": [ 14, 15.5, 14.5, 16 ], "texture": "#texture", "cullface": "west" } - } -}, -{ - "from": [ 14, 0, 13 ], - "to": [ 14.5, 0.5, 14.5 ], - "faces": { - "down": { "uv": [ 14, 14.5, 14.5, 13 ], "texture": "#texture", "cullface": "down" }, - "north": { "uv": [ 1.5, 15.5, 2, 16 ], "texture": "#texture", "cullface": "north" }, - "west": { "uv": [ 13, 15.5, 14.5, 16 ], "texture": "#texture", "cullface": "west" } - } -}, -{ - "from": [ 14, 0, 1.5 ], - "to": [ 14.5, 0.5, 3 ], - "faces": { - "down": { "uv": [ 14, 3, 14.5, 1.5 ], "texture": "#texture", "cullface": "down" }, - "south": { "uv": [ 14, 15.5, 14.5, 16 ], "texture": "#texture", "cullface": "south" }, - "west": { "uv": [ 1.5, 15.5, 3, 16 ], "texture": "#texture", "cullface": "west" } - } -}, -{ - "from": [ 1.5, 0, 1.5 ], - "to": [ 2, 0.5, 3 ], - "faces": { - "down": { "uv": [ 1.5, 3, 2, 1.5 ], "texture": "#texture", "cullface": "down" }, - "south": { "uv": [ 1.5, 15.5, 2, 16 ], "texture": "#texture", "cullface": "south" }, - "east": { "uv": [ 13, 15.5, 14.5, 16 ], "texture": "#texture", "cullface": "east" } - } -}, -{ - "from": [ 1.5, 0, 13 ], - "to": [ 2, 0.5, 14.5 ], - "faces": { - "down": { "uv": [ 1.5, 14.5, 2, 13 ], "texture": "#texture", "cullface": "down" }, - "north": { "uv": [ 14, 15.5, 14.5, 16 ], "texture": "#texture", "cullface": "north" }, - "east": { "uv": [ 1.5, 15.5, 3, 16 ], "texture": "#texture", "cullface": "east" } - } -}, -{ - "from": [ 13, 0, 1.5 ], - "to": [ 14, 0.5, 2 ], - "faces": { - "down": { "uv": [ 13, 2, 14, 1.5 ], "texture": "#texture", "cullface": "down" }, - "south": { "uv": [ 13, 15.5, 14, 16 ], "texture": "#texture", "cullface": "south" }, - "west": { "uv": [ 1.5, 15.5, 2, 16 ], "texture": "#texture", "cullface": "west" } - } -}, -{ - "from": [ 2, 15.5, 1.5 ], - "to": [ 3, 16, 2 ], - "faces": { - "up": { "uv": [ 2, 1.5, 3, 2 ], "texture": "#texture", "cullface": "up" }, - "south": { "uv": [ 2, 0, 3, 0.5 ], "texture": "#texture", "cullface": "south" }, - "east": { "uv": [ 14, 0, 14.5, 0.5 ], "texture": "#texture", "cullface": "east" } - } -}, -{ - "from": [ 2, 15.5, 14 ], - "to": [ 3, 16, 14.5 ], - "faces": { - "up": { "uv": [ 2, 14, 3, 14.5 ], "texture": "#texture", "cullface": "up" }, - "north": { "uv": [ 13, 0, 14, 0.5 ], "texture": "#texture", "cullface": "north" }, - "east": { "uv": [ 1.5, 0, 2, 0.5 ], "texture": "#texture", "cullface": "east" } - } -}, -{ - "from": [ 13, 15.5, 14 ], - "to": [ 14, 16, 14.5 ], - "faces": { - "up": { "uv": [ 13, 14, 14, 14.5 ], "texture": "#texture", "cullface": "up" }, - "north": { "uv": [ 2, 0, 3, 0.5 ], "texture": "#texture", "cullface": "north" }, - "west": { "uv": [ 14, 0, 14.5, 0.5 ], "texture": "#texture", "cullface": "west" } - } -}, -{ - "from": [ 14, 15.5, 13 ], - "to": [ 14.5, 16, 14.5 ], - "faces": { - "up": { "uv": [ 14, 13, 14.5, 14.5 ], "texture": "#texture", "cullface": "up" }, - "north": { "uv": [ 1.5, 0, 2, 0.5 ], "texture": "#texture", "cullface": "north" }, - "west": { "uv": [ 13, 0, 14.5, 0.5 ], "texture": "#texture", "cullface": "west" } - } -}, -{ - "from": [ 14, 15.5, 1.5 ], - "to": [ 14.5, 16, 3 ], - "faces": { - "up": { "uv": [ 14, 1.5, 14.5, 3 ], "texture": "#texture", "cullface": "up" }, - "south": { "uv": [ 14, 0, 14.5, 0.5 ], "texture": "#texture", "cullface": "south" }, - "west": { "uv": [ 1.5, 0, 3, 0.5 ], "texture": "#texture", "cullface": "west" } - } -}, -{ - "from": [ 1.5, 15.5, 1.5 ], - "to": [ 2, 16, 3 ], - "faces": { - "up": { "uv": [ 1.5, 1.5, 2, 3 ], "texture": "#texture", "cullface": "up" }, - "south": { "uv": [ 1.5, 0, 2, 0.5 ], "texture": "#texture", "cullface": "south" }, - "east": { "uv": [ 13, 0, 14.5, 0.5 ], "texture": "#texture", "cullface": "east" } - } -}, -{ - "from": [ 1.5, 15.5, 13 ], - "to": [ 2, 16, 14.5 ], - "faces": { - "up": { "uv": [ 1.5, 13, 2, 14.5 ], "texture": "#texture", "cullface": "up" }, - "north": { "uv": [ 14, 0, 14.5, 0.5 ], "texture": "#texture", "cullface": "north" }, - "east": { "uv": [ 1.5, 0, 3, 0.5 ], "texture": "#texture", "cullface": "east" } - } -}, -{ - "from": [ 13, 15.5, 1.5 ], - "to": [ 14, 16, 2 ], - "faces": { - "up": { "uv": [ 13, 1.5, 14, 2 ], "texture": "#texture", "cullface": "up" }, - "south": { "uv": [ 13, 0, 14, 0.5 ], "texture": "#texture", "cullface": "south" }, - "west": { "uv": [ 1.5, 0, 2, 0.5 ], "texture": "#texture", "cullface": "west" } - } -}, -{ - "from": [ 0, 2, 14 ], - "to": [ 0.5, 3, 14.5 ], - "faces": { - "up": { "uv": [ 1.5, 0, 2, 0.5 ], "rotation": 270, "texture": "#texture", "cullface": "up" }, - "north": { "uv": [ 15.5, 13, 16, 14 ], "texture": "#texture", "cullface": "north" }, - "west": { "uv": [ 14, 13, 14.5, 14 ], "texture": "#texture", "cullface": "west" } - } -}, -{ - "from": [ 0, 2, 1.5 ], - "to": [ 0.5, 3, 2 ], - "faces": { - "up": { "uv": [ 14, 0, 14.5, 0.5 ], "rotation": 270, "texture": "#texture", "cullface": "up" }, - "south": { "uv": [ 0, 13, 0.5, 14 ], "texture": "#texture", "cullface": "south" }, - "west": { "uv": [ 1.5, 13, 2, 14 ], "texture": "#texture", "cullface": "west" } - } -}, -{ - "from": [ 0, 1.5, 13 ], - "to": [ 0.5, 2, 14.5 ], - "faces": { - "up": { "uv": [ 1.5, 0, 3, 0.5 ], "rotation": 270, "texture": "#texture", "cullface": "up" }, - "north": { "uv": [ 15.5, 14, 16, 14.5 ], "texture": "#texture", "cullface": "north" }, - "west": { "uv": [ 13, 14, 14.5, 14.5 ], "texture": "#texture", "cullface": "west" } - } -}, -{ - "from": [ 0, 1.5, 1.5 ], - "to": [ 0.5, 2, 3 ], - "faces": { - "up": { "uv": [ 13, 0, 14.5, 0.5 ], "rotation": 270, "texture": "#texture", "cullface": "up" }, - "south": { "uv": [ 0, 14, 0.5, 14.5 ], "texture": "#texture", "cullface": "south" }, - "west": { "uv": [ 1.5, 14, 3, 14.5 ], "texture": "#texture", "cullface": "west" } - } -}, -{ - "from": [ 0, 14, 1.5 ], - "to": [ 0.5, 14.5, 3 ], - "faces": { - "down": { "uv": [ 13, 0.5, 14.5, 0 ], "rotation": 90, "texture": "#texture", "cullface": "down" }, - "south": { "uv": [ 0, 1.5, 0.5, 2 ], "texture": "#texture", "cullface": "south" }, - "west": { "uv": [ 1.5, 1.5, 3, 2 ], "texture": "#texture", "cullface": "west" } - } -}, -{ - "from": [ 0, 13, 1.5 ], - "to": [ 0.5, 14, 2 ], - "faces": { - "down": { "uv": [ 14, 0.5, 14.5, 0 ], "rotation": 90, "texture": "#texture", "cullface": "down" }, - "south": { "uv": [ 0, 2, 0.5, 3 ], "texture": "#texture", "cullface": "south" }, - "west": { "uv": [ 1.5, 2, 2, 3 ], "texture": "#texture", "cullface": "west" } - } -}, -{ - "from": [ 0, 13, 14 ], - "to": [ 0.5, 14, 14.5 ], - "faces": { - "down": { "uv": [ 1.5, 0.5, 2, 0 ], "rotation": 90, "texture": "#texture", "cullface": "down" }, - "north": { "uv": [ 15.5, 2, 16, 3 ], "texture": "#texture", "cullface": "north" }, - "west": { "uv": [ 14, 2, 14.5, 3 ], "texture": "#texture", "cullface": "west" } - } -}, -{ - "from": [ 0, 14, 13 ], - "to": [ 0.5, 14.5, 14.5 ], - "faces": { - "down": { "uv": [ 1.5, 0.5, 3, 0 ], "rotation": 90, "texture": "#texture", "cullface": "down" }, - "north": { "uv": [ 15.5, 1.5, 16, 2 ], "texture": "#texture", "cullface": "north" }, - "west": { "uv": [ 13, 1.5, 14.5, 2 ], "texture": "#texture", "cullface": "west" } - } -}, -{ - "from": [ 14, 2, 15.5 ], - "to": [ 14.5, 3, 16 ], - "faces": { - "up": { "uv": [ 1.5, 0, 2, 0.5 ], "rotation": 180, "texture": "#texture", "cullface": "up" }, - "south": { "uv": [ 14, 13, 14.5, 14 ], "texture": "#texture", "cullface": "south" }, - "west": { "uv": [ 15.5, 13, 16, 14 ], "texture": "#texture", "cullface": "west" } - } -}, -{ - "from": [ 1.5, 2, 15.5 ], - "to": [ 2, 3, 16 ], - "faces": { - "up": { "uv": [ 14, 0, 14.5, 0.5 ], "rotation": 180, "texture": "#texture", "cullface": "up" }, - "south": { "uv": [ 1.5, 13, 2, 14 ], "texture": "#texture", "cullface": "south" }, - "east": { "uv": [ 0, 13, 0.5, 14 ], "texture": "#texture", "cullface": "east" } - } -}, -{ - "from": [ 13, 1.5, 15.5 ], - "to": [ 14.5, 2, 16 ], - "faces": { - "up": { "uv": [ 1.5, 0, 3, 0.5 ], "rotation": 180, "texture": "#texture", "cullface": "up" }, - "south": { "uv": [ 13, 14, 14.5, 14.5 ], "texture": "#texture", "cullface": "south" }, - "west": { "uv": [ 15.5, 14, 16, 14.5 ], "texture": "#texture", "cullface": "west" } - } -}, -{ - "from": [ 1.5, 1.5, 15.5 ], - "to": [ 3, 2, 16 ], - "faces": { - "up": { "uv": [ 13, 0, 14.5, 0.5 ], "rotation": 180, "texture": "#texture", "cullface": "up" }, - "south": { "uv": [ 1.5, 14, 3, 14.5 ], "texture": "#texture", "cullface": "south" }, - "east": { "uv": [ 0, 14, 0.5, 14.5 ], "texture": "#texture", "cullface": "east" } - } -}, -{ - "from": [ 1.5, 14, 15.5 ], - "to": [ 3, 14.5, 16 ], - "faces": { - "down": { "uv": [ 13, 0.5, 14.5, 0 ], "rotation": 180, "texture": "#texture", "cullface": "down" }, - "south": { "uv": [ 1.5, 1.5, 3, 2 ], "texture": "#texture", "cullface": "south" }, - "east": { "uv": [ 0, 1.5, 0.5, 2 ], "texture": "#texture", "cullface": "east" } - } -}, -{ - "from": [ 1.5, 13, 15.5 ], - "to": [ 2, 14, 16 ], - "faces": { - "down": { "uv": [ 14, 0.5, 14.5, 0 ], "rotation": 180, "texture": "#texture", "cullface": "down" }, - "south": { "uv": [ 1.5, 2, 2, 3 ], "texture": "#texture", "cullface": "south" }, - "east": { "uv": [ 0, 2, 0.5, 3 ], "texture": "#texture", "cullface": "east" } - } -}, -{ - "from": [ 14, 13, 15.5 ], - "to": [ 14.5, 14, 16 ], - "faces": { - "down": { "uv": [ 1.5, 0.5, 2, 0 ], "rotation": 180, "texture": "#texture", "cullface": "down" }, - "south": { "uv": [ 14, 2, 14.5, 3 ], "texture": "#texture", "cullface": "south" }, - "west": { "uv": [ 15.5, 2, 16, 3 ], "texture": "#texture", "cullface": "west" } - } -}, -{ - "from": [ 13, 14, 15.5 ], - "to": [ 14.5, 14.5, 16 ], - "faces": { - "down": { "uv": [ 1.5, 0.5, 3, 0 ], "rotation": 180, "texture": "#texture", "cullface": "down" }, - "south": { "uv": [ 13, 1.5, 14.5, 2 ], "texture": "#texture", "cullface": "south" }, - "west": { "uv": [ 15.5, 1.5, 16, 2 ], "texture": "#texture", "cullface": "west" } - } -}, -{ - "from": [ 15.5, 2, 1.5 ], - "to": [ 16, 3, 2 ], - "faces": { - "up": { "uv": [ 1.5, 0, 2, 0.5 ], "rotation": 90, "texture": "#texture", "cullface": "up" }, - "south": { "uv": [ 15.5, 13, 16, 14 ], "texture": "#texture", "cullface": "south" }, - "east": { "uv": [ 14, 13, 14.5, 14 ], "texture": "#texture", "cullface": "east" } - } -}, -{ - "from": [ 15.5, 2, 14 ], - "to": [ 16, 3, 14.5 ], - "faces": { - "up": { "uv": [ 14, 0, 14.5, 0.5 ], "rotation": 90, "texture": "#texture", "cullface": "up" }, - "north": { "uv": [ 0, 13, 0.5, 14 ], "texture": "#texture", "cullface": "north" }, - "east": { "uv": [ 1.5, 13, 2, 14 ], "texture": "#texture", "cullface": "east" } - } -}, -{ - "from": [ 15.5, 1.5, 1.5 ], - "to": [ 16, 2, 3 ], - "faces": { - "up": { "uv": [ 1.5, 0, 3, 0.5 ], "rotation": 90, "texture": "#texture", "cullface": "up" }, - "south": { "uv": [ 15.5, 14, 16, 14.5 ], "texture": "#texture", "cullface": "south" }, - "east": { "uv": [ 13, 14, 14.5, 14.5 ], "texture": "#texture", "cullface": "east" } - } -}, -{ - "from": [ 15.5, 1.5, 13 ], - "to": [ 16, 2, 14.5 ], - "faces": { - "up": { "uv": [ 13, 0, 14.5, 0.5 ], "rotation": 90, "texture": "#texture", "cullface": "up" }, - "north": { "uv": [ 0, 14, 0.5, 14.5 ], "texture": "#texture", "cullface": "north" }, - "east": { "uv": [ 1.5, 14, 3, 14.5 ], "texture": "#texture", "cullface": "east" } - } -}, -{ - "from": [ 15.5, 14, 13 ], - "to": [ 16, 14.5, 14.5 ], - "faces": { - "down": { "uv": [ 13, 0.5, 14.5, 0 ], "rotation": 270, "texture": "#texture", "cullface": "down" }, - "north": { "uv": [ 0, 1.5, 0.5, 2 ], "texture": "#texture", "cullface": "north" }, - "east": { "uv": [ 1.5, 1.5, 3, 2 ], "texture": "#texture", "cullface": "east" } - } -}, -{ - "from": [ 15.5, 13, 14 ], - "to": [ 16, 14, 14.5 ], - "faces": { - "down": { "uv": [ 14, 0.5, 14.5, 0 ], "rotation": 270, "texture": "#texture", "cullface": "down" }, - "north": { "uv": [ 0, 2, 0.5, 3 ], "texture": "#texture", "cullface": "north" }, - "east": { "uv": [ 1.5, 2, 2, 3 ], "texture": "#texture", "cullface": "east" } - } -}, -{ - "from": [ 15.5, 13, 1.5 ], - "to": [ 16, 14, 2 ], - "faces": { - "down": { "uv": [ 1.5, 0.5, 2, 0 ], "rotation": 270, "texture": "#texture", "cullface": "down" }, - "south": { "uv": [ 15.5, 2, 16, 3 ], "texture": "#texture", "cullface": "south" }, - "east": { "uv": [ 14, 2, 14.5, 3 ], "texture": "#texture", "cullface": "east" } - } -}, -{ - "from": [ 15.5, 14, 1.5 ], - "to": [ 16, 14.5, 3 ], - "faces": { - "down": { "uv": [ 1.5, 0.5, 3, 0 ], "rotation": 270, "texture": "#texture", "cullface": "down" }, - "south": { "uv": [ 15.5, 1.5, 16, 2 ], "texture": "#texture", "cullface": "south" }, - "east": { "uv": [ 13, 1.5, 14.5, 2 ], "texture": "#texture", "cullface": "east" } - } -}, -{ - "from": [ 1.5, 2, 0 ], - "to": [ 2, 3, 0.5 ], - "faces": { - "up": { "uv": [ 1.5, 0, 2, 0.5 ], "texture": "#texture", "cullface": "up" }, - "north": { "uv": [ 14, 13, 14.5, 14 ], "texture": "#texture", "cullface": "north" }, - "east": { "uv": [ 15.5, 13, 16, 14 ], "texture": "#texture", "cullface": "east" } - } -}, -{ - "from": [ 14, 2, 0 ], - "to": [ 14.5, 3, 0.5 ], - "faces": { - "up": { "uv": [ 14, 0, 14.5, 0.5 ], "texture": "#texture", "cullface": "up" }, - "north": { "uv": [ 1.5, 13, 2, 14 ], "texture": "#texture", "cullface": "north" }, - "west": { "uv": [ 0, 13, 0.5, 14 ], "texture": "#texture", "cullface": "west" } - } -}, -{ - "from": [ 1.5, 1.5, 0 ], - "to": [ 3, 2, 0.5 ], - "faces": { - "up": { "uv": [ 1.5, 0, 3, 0.5 ], "texture": "#texture", "cullface": "up" }, - "north": { "uv": [ 13, 14, 14.5, 14.5 ], "texture": "#texture", "cullface": "north" }, - "east": { "uv": [ 15.5, 14, 16, 14.5 ], "texture": "#texture", "cullface": "east" } - } -}, -{ - "from": [ 13, 1.5, 0 ], - "to": [ 14.5, 2, 0.5 ], - "faces": { - "up": { "uv": [ 13, 0, 14.5, 0.5 ], "texture": "#texture", "cullface": "up" }, - "north": { "uv": [ 1.5, 14, 3, 14.5 ], "texture": "#texture", "cullface": "north" }, - "west": { "uv": [ 0, 14, 0.5, 14.5 ], "texture": "#texture", "cullface": "west" } - } -}, -{ - "from": [ 13, 14, 0 ], - "to": [ 14.5, 14.5, 0.5 ], - "faces": { - "down": { "uv": [ 13, 0.5, 14.5, 0 ], "texture": "#texture", "cullface": "down" }, - "north": { "uv": [ 1.5, 1.5, 3, 2 ], "texture": "#texture", "cullface": "north" }, - "west": { "uv": [ 0, 1.5, 0.5, 2 ], "texture": "#texture", "cullface": "west" } - } -}, -{ - "from": [ 14, 13, 0 ], - "to": [ 14.5, 14, 0.5 ], - "faces": { - "down": { "uv": [ 14, 0.5, 14.5, 0 ], "texture": "#texture", "cullface": "down" }, - "north": { "uv": [ 1.5, 2, 2, 3 ], "texture": "#texture", "cullface": "north" }, - "west": { "uv": [ 0, 2, 0.5, 3 ], "texture": "#texture", "cullface": "west" } - } -}, -{ - "from": [ 1.5, 13, 0 ], - "to": [ 2, 14, 0.5 ], - "faces": { - "down": { "uv": [ 1.5, 0.5, 2, 0 ], "texture": "#texture", "cullface": "down" }, - "north": { "uv": [ 14, 2, 14.5, 3 ], "texture": "#texture", "cullface": "north" }, - "east": { "uv": [ 15.5, 2, 16, 3 ], "texture": "#texture", "cullface": "east" } - } -}, -{ - "from": [ 1.5, 14, 0 ], - "to": [ 3, 14.5, 0.5 ], - "faces": { - "down": { "uv": [ 1.5, 0.5, 3, 0 ], "texture": "#texture", "cullface": "down" }, - "north": { "uv": [ 13, 1.5, 14.5, 2 ], "texture": "#texture", "cullface": "north" }, - "east": { "uv": [ 15.5, 1.5, 16, 2 ], "texture": "#texture", "cullface": "east" } - } -}, -{ - "from": [ 0, 0, 0 ], - "to": [ 1.5, 1.5, 16 ], - "faces": { - "down": { "uv": [ 0, 16, 1.5, 0 ], "texture": "#texture", "cullface": "down" }, - "up": { "uv": [ 0, 0, 1.5, 16 ], "texture": "#texture", "cullface": "up" }, - "north": { "uv": [ 14.5, 14.5, 16, 16 ], "texture": "#texture", "cullface": "north" }, - "south": { "uv": [ 0, 14.5, 1.5, 16 ], "texture": "#texture", "cullface": "south" }, - "west": { "uv": [ 0, 14.5, 16, 16 ], "texture": "#texture", "cullface": "west" }, - "east": { "uv": [ 0, 14.5, 16, 16 ], "texture": "#texture", "cullface": "east" } - } -}, -{ - "from": [ 14.5, 0, 0 ], - "to": [ 16, 1.5, 16 ], - "faces": { - "down": { "uv": [ 14.5, 16, 16, 0 ], "texture": "#texture", "cullface": "down" }, - "up": { "uv": [ 14.5, 0, 16, 16 ], "texture": "#texture", "cullface": "up" }, - "north": { "uv": [ 0, 14.5, 1.5, 16 ], "texture": "#texture", "cullface": "north" }, - "south": { "uv": [ 14.5, 14.5, 16, 16 ], "texture": "#texture", "cullface": "south" }, - "west": { "uv": [ 0, 14.5, 16, 16 ], "texture": "#texture", "cullface": "west" }, - "east": { "uv": [ 0, 14.5, 16, 16 ], "texture": "#texture", "cullface": "east" } - } -}, -{ - "from": [ 0, 0, 14.5 ], - "to": [ 16, 1.5, 16 ], - "faces": { - "down": { "uv": [ 0, 16, 16, 14.5 ], "texture": "#texture", "cullface": "down" }, - "up": { "uv": [ 0, 14.5, 16, 16 ], "texture": "#texture", "cullface": "up" }, - "north": { "uv": [ 0, 14.5, 16, 16 ], "texture": "#texture", "cullface": "north" }, - "south": { "uv": [ 0, 14.5, 16, 16 ], "texture": "#texture", "cullface": "south" }, - "west": { "uv": [ 14.5, 14.5, 16, 16 ], "texture": "#texture", "cullface": "west" }, - "east": { "uv": [ 0, 14.5, 1.5, 16 ], "texture": "#texture", "cullface": "east" } - } -}, -{ - "from": [ 14.5, 0, 0 ], - "to": [ 16, 16, 1.5 ], - "faces": { - "down": { "uv": [ 14.5, 1.5, 16, 0 ], "texture": "#texture", "cullface": "down" }, - "up": { "uv": [ 14.5, 0, 16, 1.5 ], "texture": "#texture", "cullface": "up" }, - "north": { "uv": [ 0, 0, 1.5, 16 ], "texture": "#texture", "cullface": "north" }, - "south": { "uv": [ 14.5, 0, 16, 16 ], "texture": "#texture", "cullface": "south" }, - "west": { "uv": [ 0, 0, 1.5, 16 ], "texture": "#texture", "cullface": "west" }, - "east": { "uv": [ 14.5, 0, 16, 16 ], "texture": "#texture", "cullface": "east" } - } -}, -{ - "from": [ 0, 0, 0 ], - "to": [ 16, 1.5, 1.5 ], - "faces": { - "down": { "uv": [ 0, 1.5, 16, 0 ], "texture": "#texture", "cullface": "down" }, - "up": { "uv": [ 0, 0, 16, 1.5 ], "texture": "#texture", "cullface": "up" }, - "north": { "uv": [ 0, 14.5, 16, 16 ], "texture": "#texture", "cullface": "north" }, - "south": { "uv": [ 0, 14.5, 16, 16 ], "texture": "#texture", "cullface": "south" }, - "west": { "uv": [ 0, 14.5, 1.5, 16 ], "texture": "#texture", "cullface": "west" }, - "east": { "uv": [ 14.5, 14.5, 16, 16 ], "texture": "#texture", "cullface": "east" } - } -}, -{ - "from": [ 0, 0, 14.5 ], - "to": [ 1.5, 16, 16 ], - "faces": { - "down": { "uv": [ 0, 16, 1.5, 14.5 ], "texture": "#texture", "cullface": "down" }, - "up": { "uv": [ 0, 14.5, 1.5, 16 ], "texture": "#texture", "cullface": "up" }, - "north": { "uv": [ 14.5, 0, 16, 16 ], "texture": "#texture", "cullface": "north" }, - "south": { "uv": [ 0, 0, 1.5, 16 ], "texture": "#texture", "cullface": "south" }, - "west": { "uv": [ 14.5, 0, 16, 16 ], "texture": "#texture", "cullface": "west" }, - "east": { "uv": [ 0, 0, 1.5, 16 ], "texture": "#texture", "cullface": "east" } - } -}, -{ - "from": [ 14.5, 0, 14.5 ], - "to": [ 16, 16, 16 ], - "faces": { - "down": { "uv": [ 14.5, 16, 16, 14.5 ], "texture": "#texture", "cullface": "down" }, - "up": { "uv": [ 14.5, 14.5, 16, 16 ], "texture": "#texture", "cullface": "up" }, - "north": { "uv": [ 0, 0, 1.5, 16 ], "texture": "#texture", "cullface": "north" }, - "south": { "uv": [ 14.5, 0, 16, 16 ], "texture": "#texture", "cullface": "south" }, - "west": { "uv": [ 14.5, 0, 16, 16 ], "texture": "#texture", "cullface": "west" }, - "east": { "uv": [ 0, 0, 1.5, 16 ], "texture": "#texture", "cullface": "east" } - } -}, -{ - "from": [ 0, 0, 0 ], - "to": [ 1.5, 16, 1.5 ], - "faces": { - "down": { "uv": [ 0, 1.5, 1.5, 0 ], "texture": "#texture", "cullface": "down" }, - "up": { "uv": [ 0, 0, 1.5, 1.5 ], "texture": "#texture", "cullface": "up" }, - "north": { "uv": [ 14.5, 0, 16, 16 ], "texture": "#texture", "cullface": "north" }, - "south": { "uv": [ 0, 0, 1.5, 16 ], "texture": "#texture", "cullface": "south" }, - "west": { "uv": [ 0, 0, 1.5, 16 ], "texture": "#texture", "cullface": "west" }, - "east": { "uv": [ 14.5, 0, 16, 16 ], "texture": "#texture", "cullface": "east" } - } -}, -{ - "from": [ 14.5, 14.5, 0 ], - "to": [ 16, 16, 16 ], - "faces": { - "down": { "uv": [ 14.5, 16, 16, 0 ], "texture": "#texture", "cullface": "down" }, - "up": { "uv": [ 14.5, 0, 16, 16 ], "texture": "#texture", "cullface": "up" }, - "north": { "uv": [ 0, 0, 1.5, 1.5 ], "texture": "#texture", "cullface": "north" }, - "south": { "uv": [ 14.5, 0, 16, 1.5 ], "texture": "#texture", "cullface": "south" }, - "west": { "uv": [ 0, 0, 16, 1.5 ], "texture": "#texture", "cullface": "west" }, - "east": { "uv": [ 0, 0, 16, 1.5 ], "texture": "#texture", "cullface": "east" } - } -}, -{ - "from": [ 0, 14.5, 14.5 ], - "to": [ 16, 16, 16 ], - "faces": { - "down": { "uv": [ 0, 16, 16, 14.5 ], "texture": "#texture", "cullface": "down" }, - "up": { "uv": [ 0, 14.5, 16, 16 ], "texture": "#texture", "cullface": "up" }, - "north": { "uv": [ 0, 0, 16, 1.5 ], "texture": "#texture", "cullface": "north" }, - "south": { "uv": [ 0, 0, 16, 1.5 ], "texture": "#texture", "cullface": "south" }, - "west": { "uv": [ 14.5, 0, 16, 1.5 ], "texture": "#texture", "cullface": "west" }, - "east": { "uv": [ 0, 0, 1.5, 1.5 ], "texture": "#texture", "cullface": "east" } - } -}, -{ - "from": [ 0, 14.5, 0 ], - "to": [ 16, 16, 1.5 ], - "faces": { - "down": { "uv": [ 0, 1.5, 16, 0 ], "texture": "#texture", "cullface": "down" }, - "up": { "uv": [ 0, 0, 16, 1.5 ], "texture": "#texture", "cullface": "up" }, - "north": { "uv": [ 0, 0, 16, 1.5 ], "texture": "#texture", "cullface": "north" }, - "south": { "uv": [ 0, 0, 16, 1.5 ], "texture": "#texture", "cullface": "south" }, - "west": { "uv": [ 0, 0, 1.5, 1.5 ], "texture": "#texture", "cullface": "west" }, - "east": { "uv": [ 14.5, 0, 16, 1.5 ], "texture": "#texture", "cullface": "east" } - } -}, -{ - "from": [ 0, 14.5, 0 ], - "to": [ 1.5, 16, 16 ], - "faces": { - "down": { "uv": [ 0, 16, 1.5, 0 ], "texture": "#texture", "cullface": "down" }, - "up": { "uv": [ 0, 0, 1.5, 16 ], "texture": "#texture", "cullface": "up" }, - "north": { "uv": [ 14.5, 0, 16, 1.5 ], "texture": "#texture", "cullface": "north" }, - "south": { "uv": [ 0, 0, 1.5, 1.5 ], "texture": "#texture", "cullface": "south" }, - "west": { "uv": [ 0, 0, 16, 1.5 ], "texture": "#texture", "cullface": "west" }, - "east": { "uv": [ 0, 0, 16, 1.5 ], "texture": "#texture", "cullface": "east" } - } -}, -{ - "from": [ 0.5, 0.5, 0.5 ], - "to": [ 15.5, 15.5, 15.5 ], - "faces": { - "down": { "uv": [ 0.5, 0.5, 15.5, 15.5 ], "texture": "#texture", "cullface": "down" }, - "up": { "uv": [ 0.5, 0.5, 15.5, 15.5 ], "texture": "#texture", "cullface": "up" }, - "north": { "uv": [ 0.5, 0.5, 15.5, 15.5 ], "texture": "#texture", "cullface": "north" }, - "south": { "uv": [ 0.5, 0.5, 15.5, 15.5 ], "texture": "#texture", "cullface": "south" }, - "west": { "uv": [ 0.5, 0.5, 15.5, 15.5 ], "texture": "#texture", "cullface": "west" }, - "east": { "uv": [ 0.5, 0.5, 15.5, 15.5 ], "texture": "#texture", "cullface": "east" } - } -} -], - "display": { - "gui": { - "rotation": [ 30, 225, 0 ], - "translation": [ 0, 0, 0], - "scale":[ 0.625, 0.625, 0.625 ] - }, - "ground": { - "rotation": [ 0, 0, 0 ], - "translation": [ 0, 3, 0], - "scale":[ 0.25, 0.25, 0.25 ] - }, - "fixed": { - "rotation": [ 0, 0, 0 ], - "translation": [ 0, 0, 0], - "scale":[ 0.5, 0.5, 0.5 ] - }, - "thirdperson_righthand": { - "rotation": [ 75, 45, 0 ], - "translation": [ 0, 2.5, 0], - "scale": [ 0.375, 0.375, 0.375 ] - }, - "firstperson_righthand": { - "rotation": [ 0, 45, 0 ], - "translation": [ 0, 0, 0 ], - "scale": [ 0.40, 0.40, 0.40 ] - }, - "firstperson_lefthand": { - "rotation": [ 0, 225, 0 ], - "translation": [ 0, 0, 0 ], - "scale": [ 0.40, 0.40, 0.40 ] - } - } -} +{"__comment":"Designed_by_Filmjolk_with_BDcraft_Cubik_PRO_0.85_Beta_-_http://bdcraft.net","textures":{"particle":"block/sea_lantern","texture":"block/sea_lantern"},"elements":[{"from":[2,0,1.5],"to":[3,0.5,2],"faces":{"down":{"uv":[2,2,3,1.5],"texture":"#texture","cullface":"down"},"south":{"uv":[2,15.5,3,16],"texture":"#texture","cullface":"south"},"east":{"uv":[14,15.5,14.5,16],"texture":"#texture","cullface":"east"}}},{"from":[2,0,14],"to":[3,0.5,14.5],"faces":{"down":{"uv":[2,14.5,3,14],"texture":"#texture","cullface":"down"},"north":{"uv":[13,15.5,14,16],"texture":"#texture","cullface":"north"},"east":{"uv":[1.5,15.5,2,16],"texture":"#texture","cullface":"east"}}},{"from":[13,0,14],"to":[14,0.5,14.5],"faces":{"down":{"uv":[13,14.5,14,14],"texture":"#texture","cullface":"down"},"north":{"uv":[2,15.5,3,16],"texture":"#texture","cullface":"north"},"west":{"uv":[14,15.5,14.5,16],"texture":"#texture","cullface":"west"}}},{"from":[14,0,13],"to":[14.5,0.5,14.5],"faces":{"down":{"uv":[14,14.5,14.5,13],"texture":"#texture","cullface":"down"},"north":{"uv":[1.5,15.5,2,16],"texture":"#texture","cullface":"north"},"west":{"uv":[13,15.5,14.5,16],"texture":"#texture","cullface":"west"}}},{"from":[14,0,1.5],"to":[14.5,0.5,3],"faces":{"down":{"uv":[14,3,14.5,1.5],"texture":"#texture","cullface":"down"},"south":{"uv":[14,15.5,14.5,16],"texture":"#texture","cullface":"south"},"west":{"uv":[1.5,15.5,3,16],"texture":"#texture","cullface":"west"}}},{"from":[1.5,0,1.5],"to":[2,0.5,3],"faces":{"down":{"uv":[1.5,3,2,1.5],"texture":"#texture","cullface":"down"},"south":{"uv":[1.5,15.5,2,16],"texture":"#texture","cullface":"south"},"east":{"uv":[13,15.5,14.5,16],"texture":"#texture","cullface":"east"}}},{"from":[1.5,0,13],"to":[2,0.5,14.5],"faces":{"down":{"uv":[1.5,14.5,2,13],"texture":"#texture","cullface":"down"},"north":{"uv":[14,15.5,14.5,16],"texture":"#texture","cullface":"north"},"east":{"uv":[1.5,15.5,3,16],"texture":"#texture","cullface":"east"}}},{"from":[13,0,1.5],"to":[14,0.5,2],"faces":{"down":{"uv":[13,2,14,1.5],"texture":"#texture","cullface":"down"},"south":{"uv":[13,15.5,14,16],"texture":"#texture","cullface":"south"},"west":{"uv":[1.5,15.5,2,16],"texture":"#texture","cullface":"west"}}},{"from":[2,15.5,1.5],"to":[3,16,2],"faces":{"up":{"uv":[2,1.5,3,2],"texture":"#texture","cullface":"up"},"south":{"uv":[2,0,3,0.5],"texture":"#texture","cullface":"south"},"east":{"uv":[14,0,14.5,0.5],"texture":"#texture","cullface":"east"}}},{"from":[2,15.5,14],"to":[3,16,14.5],"faces":{"up":{"uv":[2,14,3,14.5],"texture":"#texture","cullface":"up"},"north":{"uv":[13,0,14,0.5],"texture":"#texture","cullface":"north"},"east":{"uv":[1.5,0,2,0.5],"texture":"#texture","cullface":"east"}}},{"from":[13,15.5,14],"to":[14,16,14.5],"faces":{"up":{"uv":[13,14,14,14.5],"texture":"#texture","cullface":"up"},"north":{"uv":[2,0,3,0.5],"texture":"#texture","cullface":"north"},"west":{"uv":[14,0,14.5,0.5],"texture":"#texture","cullface":"west"}}},{"from":[14,15.5,13],"to":[14.5,16,14.5],"faces":{"up":{"uv":[14,13,14.5,14.5],"texture":"#texture","cullface":"up"},"north":{"uv":[1.5,0,2,0.5],"texture":"#texture","cullface":"north"},"west":{"uv":[13,0,14.5,0.5],"texture":"#texture","cullface":"west"}}},{"from":[14,15.5,1.5],"to":[14.5,16,3],"faces":{"up":{"uv":[14,1.5,14.5,3],"texture":"#texture","cullface":"up"},"south":{"uv":[14,0,14.5,0.5],"texture":"#texture","cullface":"south"},"west":{"uv":[1.5,0,3,0.5],"texture":"#texture","cullface":"west"}}},{"from":[1.5,15.5,1.5],"to":[2,16,3],"faces":{"up":{"uv":[1.5,1.5,2,3],"texture":"#texture","cullface":"up"},"south":{"uv":[1.5,0,2,0.5],"texture":"#texture","cullface":"south"},"east":{"uv":[13,0,14.5,0.5],"texture":"#texture","cullface":"east"}}},{"from":[1.5,15.5,13],"to":[2,16,14.5],"faces":{"up":{"uv":[1.5,13,2,14.5],"texture":"#texture","cullface":"up"},"north":{"uv":[14,0,14.5,0.5],"texture":"#texture","cullface":"north"},"east":{"uv":[1.5,0,3,0.5],"texture":"#texture","cullface":"east"}}},{"from":[13,15.5,1.5],"to":[14,16,2],"faces":{"up":{"uv":[13,1.5,14,2],"texture":"#texture","cullface":"up"},"south":{"uv":[13,0,14,0.5],"texture":"#texture","cullface":"south"},"west":{"uv":[1.5,0,2,0.5],"texture":"#texture","cullface":"west"}}},{"from":[0,2,14],"to":[0.5,3,14.5],"faces":{"up":{"uv":[1.5,0,2,0.5],"rotation":270,"texture":"#texture","cullface":"up"},"north":{"uv":[15.5,13,16,14],"texture":"#texture","cullface":"north"},"west":{"uv":[14,13,14.5,14],"texture":"#texture","cullface":"west"}}},{"from":[0,2,1.5],"to":[0.5,3,2],"faces":{"up":{"uv":[14,0,14.5,0.5],"rotation":270,"texture":"#texture","cullface":"up"},"south":{"uv":[0,13,0.5,14],"texture":"#texture","cullface":"south"},"west":{"uv":[1.5,13,2,14],"texture":"#texture","cullface":"west"}}},{"from":[0,1.5,13],"to":[0.5,2,14.5],"faces":{"up":{"uv":[1.5,0,3,0.5],"rotation":270,"texture":"#texture","cullface":"up"},"north":{"uv":[15.5,14,16,14.5],"texture":"#texture","cullface":"north"},"west":{"uv":[13,14,14.5,14.5],"texture":"#texture","cullface":"west"}}},{"from":[0,1.5,1.5],"to":[0.5,2,3],"faces":{"up":{"uv":[13,0,14.5,0.5],"rotation":270,"texture":"#texture","cullface":"up"},"south":{"uv":[0,14,0.5,14.5],"texture":"#texture","cullface":"south"},"west":{"uv":[1.5,14,3,14.5],"texture":"#texture","cullface":"west"}}},{"from":[0,14,1.5],"to":[0.5,14.5,3],"faces":{"down":{"uv":[13,0.5,14.5,0],"rotation":90,"texture":"#texture","cullface":"down"},"south":{"uv":[0,1.5,0.5,2],"texture":"#texture","cullface":"south"},"west":{"uv":[1.5,1.5,3,2],"texture":"#texture","cullface":"west"}}},{"from":[0,13,1.5],"to":[0.5,14,2],"faces":{"down":{"uv":[14,0.5,14.5,0],"rotation":90,"texture":"#texture","cullface":"down"},"south":{"uv":[0,2,0.5,3],"texture":"#texture","cullface":"south"},"west":{"uv":[1.5,2,2,3],"texture":"#texture","cullface":"west"}}},{"from":[0,13,14],"to":[0.5,14,14.5],"faces":{"down":{"uv":[1.5,0.5,2,0],"rotation":90,"texture":"#texture","cullface":"down"},"north":{"uv":[15.5,2,16,3],"texture":"#texture","cullface":"north"},"west":{"uv":[14,2,14.5,3],"texture":"#texture","cullface":"west"}}},{"from":[0,14,13],"to":[0.5,14.5,14.5],"faces":{"down":{"uv":[1.5,0.5,3,0],"rotation":90,"texture":"#texture","cullface":"down"},"north":{"uv":[15.5,1.5,16,2],"texture":"#texture","cullface":"north"},"west":{"uv":[13,1.5,14.5,2],"texture":"#texture","cullface":"west"}}},{"from":[14,2,15.5],"to":[14.5,3,16],"faces":{"up":{"uv":[1.5,0,2,0.5],"rotation":180,"texture":"#texture","cullface":"up"},"south":{"uv":[14,13,14.5,14],"texture":"#texture","cullface":"south"},"west":{"uv":[15.5,13,16,14],"texture":"#texture","cullface":"west"}}},{"from":[1.5,2,15.5],"to":[2,3,16],"faces":{"up":{"uv":[14,0,14.5,0.5],"rotation":180,"texture":"#texture","cullface":"up"},"south":{"uv":[1.5,13,2,14],"texture":"#texture","cullface":"south"},"east":{"uv":[0,13,0.5,14],"texture":"#texture","cullface":"east"}}},{"from":[13,1.5,15.5],"to":[14.5,2,16],"faces":{"up":{"uv":[1.5,0,3,0.5],"rotation":180,"texture":"#texture","cullface":"up"},"south":{"uv":[13,14,14.5,14.5],"texture":"#texture","cullface":"south"},"west":{"uv":[15.5,14,16,14.5],"texture":"#texture","cullface":"west"}}},{"from":[1.5,1.5,15.5],"to":[3,2,16],"faces":{"up":{"uv":[13,0,14.5,0.5],"rotation":180,"texture":"#texture","cullface":"up"},"south":{"uv":[1.5,14,3,14.5],"texture":"#texture","cullface":"south"},"east":{"uv":[0,14,0.5,14.5],"texture":"#texture","cullface":"east"}}},{"from":[1.5,14,15.5],"to":[3,14.5,16],"faces":{"down":{"uv":[13,0.5,14.5,0],"rotation":180,"texture":"#texture","cullface":"down"},"south":{"uv":[1.5,1.5,3,2],"texture":"#texture","cullface":"south"},"east":{"uv":[0,1.5,0.5,2],"texture":"#texture","cullface":"east"}}},{"from":[1.5,13,15.5],"to":[2,14,16],"faces":{"down":{"uv":[14,0.5,14.5,0],"rotation":180,"texture":"#texture","cullface":"down"},"south":{"uv":[1.5,2,2,3],"texture":"#texture","cullface":"south"},"east":{"uv":[0,2,0.5,3],"texture":"#texture","cullface":"east"}}},{"from":[14,13,15.5],"to":[14.5,14,16],"faces":{"down":{"uv":[1.5,0.5,2,0],"rotation":180,"texture":"#texture","cullface":"down"},"south":{"uv":[14,2,14.5,3],"texture":"#texture","cullface":"south"},"west":{"uv":[15.5,2,16,3],"texture":"#texture","cullface":"west"}}},{"from":[13,14,15.5],"to":[14.5,14.5,16],"faces":{"down":{"uv":[1.5,0.5,3,0],"rotation":180,"texture":"#texture","cullface":"down"},"south":{"uv":[13,1.5,14.5,2],"texture":"#texture","cullface":"south"},"west":{"uv":[15.5,1.5,16,2],"texture":"#texture","cullface":"west"}}},{"from":[15.5,2,1.5],"to":[16,3,2],"faces":{"up":{"uv":[1.5,0,2,0.5],"rotation":90,"texture":"#texture","cullface":"up"},"south":{"uv":[15.5,13,16,14],"texture":"#texture","cullface":"south"},"east":{"uv":[14,13,14.5,14],"texture":"#texture","cullface":"east"}}},{"from":[15.5,2,14],"to":[16,3,14.5],"faces":{"up":{"uv":[14,0,14.5,0.5],"rotation":90,"texture":"#texture","cullface":"up"},"north":{"uv":[0,13,0.5,14],"texture":"#texture","cullface":"north"},"east":{"uv":[1.5,13,2,14],"texture":"#texture","cullface":"east"}}},{"from":[15.5,1.5,1.5],"to":[16,2,3],"faces":{"up":{"uv":[1.5,0,3,0.5],"rotation":90,"texture":"#texture","cullface":"up"},"south":{"uv":[15.5,14,16,14.5],"texture":"#texture","cullface":"south"},"east":{"uv":[13,14,14.5,14.5],"texture":"#texture","cullface":"east"}}},{"from":[15.5,1.5,13],"to":[16,2,14.5],"faces":{"up":{"uv":[13,0,14.5,0.5],"rotation":90,"texture":"#texture","cullface":"up"},"north":{"uv":[0,14,0.5,14.5],"texture":"#texture","cullface":"north"},"east":{"uv":[1.5,14,3,14.5],"texture":"#texture","cullface":"east"}}},{"from":[15.5,14,13],"to":[16,14.5,14.5],"faces":{"down":{"uv":[13,0.5,14.5,0],"rotation":270,"texture":"#texture","cullface":"down"},"north":{"uv":[0,1.5,0.5,2],"texture":"#texture","cullface":"north"},"east":{"uv":[1.5,1.5,3,2],"texture":"#texture","cullface":"east"}}},{"from":[15.5,13,14],"to":[16,14,14.5],"faces":{"down":{"uv":[14,0.5,14.5,0],"rotation":270,"texture":"#texture","cullface":"down"},"north":{"uv":[0,2,0.5,3],"texture":"#texture","cullface":"north"},"east":{"uv":[1.5,2,2,3],"texture":"#texture","cullface":"east"}}},{"from":[15.5,13,1.5],"to":[16,14,2],"faces":{"down":{"uv":[1.5,0.5,2,0],"rotation":270,"texture":"#texture","cullface":"down"},"south":{"uv":[15.5,2,16,3],"texture":"#texture","cullface":"south"},"east":{"uv":[14,2,14.5,3],"texture":"#texture","cullface":"east"}}},{"from":[15.5,14,1.5],"to":[16,14.5,3],"faces":{"down":{"uv":[1.5,0.5,3,0],"rotation":270,"texture":"#texture","cullface":"down"},"south":{"uv":[15.5,1.5,16,2],"texture":"#texture","cullface":"south"},"east":{"uv":[13,1.5,14.5,2],"texture":"#texture","cullface":"east"}}},{"from":[1.5,2,0],"to":[2,3,0.5],"faces":{"up":{"uv":[1.5,0,2,0.5],"texture":"#texture","cullface":"up"},"north":{"uv":[14,13,14.5,14],"texture":"#texture","cullface":"north"},"east":{"uv":[15.5,13,16,14],"texture":"#texture","cullface":"east"}}},{"from":[14,2,0],"to":[14.5,3,0.5],"faces":{"up":{"uv":[14,0,14.5,0.5],"texture":"#texture","cullface":"up"},"north":{"uv":[1.5,13,2,14],"texture":"#texture","cullface":"north"},"west":{"uv":[0,13,0.5,14],"texture":"#texture","cullface":"west"}}},{"from":[1.5,1.5,0],"to":[3,2,0.5],"faces":{"up":{"uv":[1.5,0,3,0.5],"texture":"#texture","cullface":"up"},"north":{"uv":[13,14,14.5,14.5],"texture":"#texture","cullface":"north"},"east":{"uv":[15.5,14,16,14.5],"texture":"#texture","cullface":"east"}}},{"from":[13,1.5,0],"to":[14.5,2,0.5],"faces":{"up":{"uv":[13,0,14.5,0.5],"texture":"#texture","cullface":"up"},"north":{"uv":[1.5,14,3,14.5],"texture":"#texture","cullface":"north"},"west":{"uv":[0,14,0.5,14.5],"texture":"#texture","cullface":"west"}}},{"from":[13,14,0],"to":[14.5,14.5,0.5],"faces":{"down":{"uv":[13,0.5,14.5,0],"texture":"#texture","cullface":"down"},"north":{"uv":[1.5,1.5,3,2],"texture":"#texture","cullface":"north"},"west":{"uv":[0,1.5,0.5,2],"texture":"#texture","cullface":"west"}}},{"from":[14,13,0],"to":[14.5,14,0.5],"faces":{"down":{"uv":[14,0.5,14.5,0],"texture":"#texture","cullface":"down"},"north":{"uv":[1.5,2,2,3],"texture":"#texture","cullface":"north"},"west":{"uv":[0,2,0.5,3],"texture":"#texture","cullface":"west"}}},{"from":[1.5,13,0],"to":[2,14,0.5],"faces":{"down":{"uv":[1.5,0.5,2,0],"texture":"#texture","cullface":"down"},"north":{"uv":[14,2,14.5,3],"texture":"#texture","cullface":"north"},"east":{"uv":[15.5,2,16,3],"texture":"#texture","cullface":"east"}}},{"from":[1.5,14,0],"to":[3,14.5,0.5],"faces":{"down":{"uv":[1.5,0.5,3,0],"texture":"#texture","cullface":"down"},"north":{"uv":[13,1.5,14.5,2],"texture":"#texture","cullface":"north"},"east":{"uv":[15.5,1.5,16,2],"texture":"#texture","cullface":"east"}}},{"from":[0,0,0],"to":[1.5,1.5,16],"faces":{"down":{"uv":[0,16,1.5,0],"texture":"#texture","cullface":"down"},"up":{"uv":[0,0,1.5,16],"texture":"#texture","cullface":"up"},"north":{"uv":[14.5,14.5,16,16],"texture":"#texture","cullface":"north"},"south":{"uv":[0,14.5,1.5,16],"texture":"#texture","cullface":"south"},"west":{"uv":[0,14.5,16,16],"texture":"#texture","cullface":"west"},"east":{"uv":[0,14.5,16,16],"texture":"#texture","cullface":"east"}}},{"from":[14.5,0,0],"to":[16,1.5,16],"faces":{"down":{"uv":[14.5,16,16,0],"texture":"#texture","cullface":"down"},"up":{"uv":[14.5,0,16,16],"texture":"#texture","cullface":"up"},"north":{"uv":[0,14.5,1.5,16],"texture":"#texture","cullface":"north"},"south":{"uv":[14.5,14.5,16,16],"texture":"#texture","cullface":"south"},"west":{"uv":[0,14.5,16,16],"texture":"#texture","cullface":"west"},"east":{"uv":[0,14.5,16,16],"texture":"#texture","cullface":"east"}}},{"from":[0,0,14.5],"to":[16,1.5,16],"faces":{"down":{"uv":[0,16,16,14.5],"texture":"#texture","cullface":"down"},"up":{"uv":[0,14.5,16,16],"texture":"#texture","cullface":"up"},"north":{"uv":[0,14.5,16,16],"texture":"#texture","cullface":"north"},"south":{"uv":[0,14.5,16,16],"texture":"#texture","cullface":"south"},"west":{"uv":[14.5,14.5,16,16],"texture":"#texture","cullface":"west"},"east":{"uv":[0,14.5,1.5,16],"texture":"#texture","cullface":"east"}}},{"from":[14.5,0,0],"to":[16,16,1.5],"faces":{"down":{"uv":[14.5,1.5,16,0],"texture":"#texture","cullface":"down"},"up":{"uv":[14.5,0,16,1.5],"texture":"#texture","cullface":"up"},"north":{"uv":[0,0,1.5,16],"texture":"#texture","cullface":"north"},"south":{"uv":[14.5,0,16,16],"texture":"#texture","cullface":"south"},"west":{"uv":[0,0,1.5,16],"texture":"#texture","cullface":"west"},"east":{"uv":[14.5,0,16,16],"texture":"#texture","cullface":"east"}}},{"from":[0,0,0],"to":[16,1.5,1.5],"faces":{"down":{"uv":[0,1.5,16,0],"texture":"#texture","cullface":"down"},"up":{"uv":[0,0,16,1.5],"texture":"#texture","cullface":"up"},"north":{"uv":[0,14.5,16,16],"texture":"#texture","cullface":"north"},"south":{"uv":[0,14.5,16,16],"texture":"#texture","cullface":"south"},"west":{"uv":[0,14.5,1.5,16],"texture":"#texture","cullface":"west"},"east":{"uv":[14.5,14.5,16,16],"texture":"#texture","cullface":"east"}}},{"from":[0,0,14.5],"to":[1.5,16,16],"faces":{"down":{"uv":[0,16,1.5,14.5],"texture":"#texture","cullface":"down"},"up":{"uv":[0,14.5,1.5,16],"texture":"#texture","cullface":"up"},"north":{"uv":[14.5,0,16,16],"texture":"#texture","cullface":"north"},"south":{"uv":[0,0,1.5,16],"texture":"#texture","cullface":"south"},"west":{"uv":[14.5,0,16,16],"texture":"#texture","cullface":"west"},"east":{"uv":[0,0,1.5,16],"texture":"#texture","cullface":"east"}}},{"from":[14.5,0,14.5],"to":[16,16,16],"faces":{"down":{"uv":[14.5,16,16,14.5],"texture":"#texture","cullface":"down"},"up":{"uv":[14.5,14.5,16,16],"texture":"#texture","cullface":"up"},"north":{"uv":[0,0,1.5,16],"texture":"#texture","cullface":"north"},"south":{"uv":[14.5,0,16,16],"texture":"#texture","cullface":"south"},"west":{"uv":[14.5,0,16,16],"texture":"#texture","cullface":"west"},"east":{"uv":[0,0,1.5,16],"texture":"#texture","cullface":"east"}}},{"from":[0,0,0],"to":[1.5,16,1.5],"faces":{"down":{"uv":[0,1.5,1.5,0],"texture":"#texture","cullface":"down"},"up":{"uv":[0,0,1.5,1.5],"texture":"#texture","cullface":"up"},"north":{"uv":[14.5,0,16,16],"texture":"#texture","cullface":"north"},"south":{"uv":[0,0,1.5,16],"texture":"#texture","cullface":"south"},"west":{"uv":[0,0,1.5,16],"texture":"#texture","cullface":"west"},"east":{"uv":[14.5,0,16,16],"texture":"#texture","cullface":"east"}}},{"from":[14.5,14.5,0],"to":[16,16,16],"faces":{"down":{"uv":[14.5,16,16,0],"texture":"#texture","cullface":"down"},"up":{"uv":[14.5,0,16,16],"texture":"#texture","cullface":"up"},"north":{"uv":[0,0,1.5,1.5],"texture":"#texture","cullface":"north"},"south":{"uv":[14.5,0,16,1.5],"texture":"#texture","cullface":"south"},"west":{"uv":[0,0,16,1.5],"texture":"#texture","cullface":"west"},"east":{"uv":[0,0,16,1.5],"texture":"#texture","cullface":"east"}}},{"from":[0,14.5,14.5],"to":[16,16,16],"faces":{"down":{"uv":[0,16,16,14.5],"texture":"#texture","cullface":"down"},"up":{"uv":[0,14.5,16,16],"texture":"#texture","cullface":"up"},"north":{"uv":[0,0,16,1.5],"texture":"#texture","cullface":"north"},"south":{"uv":[0,0,16,1.5],"texture":"#texture","cullface":"south"},"west":{"uv":[14.5,0,16,1.5],"texture":"#texture","cullface":"west"},"east":{"uv":[0,0,1.5,1.5],"texture":"#texture","cullface":"east"}}},{"from":[0,14.5,0],"to":[16,16,1.5],"faces":{"down":{"uv":[0,1.5,16,0],"texture":"#texture","cullface":"down"},"up":{"uv":[0,0,16,1.5],"texture":"#texture","cullface":"up"},"north":{"uv":[0,0,16,1.5],"texture":"#texture","cullface":"north"},"south":{"uv":[0,0,16,1.5],"texture":"#texture","cullface":"south"},"west":{"uv":[0,0,1.5,1.5],"texture":"#texture","cullface":"west"},"east":{"uv":[14.5,0,16,1.5],"texture":"#texture","cullface":"east"}}},{"from":[0,14.5,0],"to":[1.5,16,16],"faces":{"down":{"uv":[0,16,1.5,0],"texture":"#texture","cullface":"down"},"up":{"uv":[0,0,1.5,16],"texture":"#texture","cullface":"up"},"north":{"uv":[14.5,0,16,1.5],"texture":"#texture","cullface":"north"},"south":{"uv":[0,0,1.5,1.5],"texture":"#texture","cullface":"south"},"west":{"uv":[0,0,16,1.5],"texture":"#texture","cullface":"west"},"east":{"uv":[0,0,16,1.5],"texture":"#texture","cullface":"east"}}},{"from":[0.5,0.5,0.5],"to":[15.5,15.5,15.5],"faces":{"down":{"uv":[0.5,0.5,15.5,15.5],"texture":"#texture","cullface":"down"},"up":{"uv":[0.5,0.5,15.5,15.5],"texture":"#texture","cullface":"up"},"north":{"uv":[0.5,0.5,15.5,15.5],"texture":"#texture","cullface":"north"},"south":{"uv":[0.5,0.5,15.5,15.5],"texture":"#texture","cullface":"south"},"west":{"uv":[0.5,0.5,15.5,15.5],"texture":"#texture","cullface":"west"},"east":{"uv":[0.5,0.5,15.5,15.5],"texture":"#texture","cullface":"east"}}}],"display":{"gui":{"rotation":[30,225,0],"translation":[0,0,0],"scale":[0.625,0.625,0.625]},"ground":{"rotation":[0,0,0],"translation":[0,3,0],"scale":[0.25,0.25,0.25]},"fixed":{"rotation":[0,0,0],"translation":[0,0,0],"scale":[0.5,0.5,0.5]},"thirdperson_righthand":{"rotation":[75,45,0],"translation":[0,2.5,0],"scale":[0.375,0.375,0.375]},"firstperson_righthand":{"rotation":[0,45,0],"translation":[0,0,0],"scale":[0.40,0.40,0.40]},"firstperson_lefthand":{"rotation":[0,225,0],"translation":[0,0,0],"scale":[0.40,0.40,0.40]}}} diff --git a/assets/minecraft/models/block/stone_button.json b/assets/minecraft/models/block/stone_button.json index 82fb969..fbe8231 100755 --- a/assets/minecraft/models/block/stone_button.json +++ b/assets/minecraft/models/block/stone_button.json @@ -1,6 +1 @@ -{ - "parent": "block/button", - "textures": { - "texture": "blocks/stone_button" - } -} +{"parent":"block/button","textures":{"texture":"block/stone_button"}} diff --git a/assets/minecraft/models/block/stone_button_pressed.json b/assets/minecraft/models/block/stone_button_pressed.json index 25b1b33..ae4582a 100755 --- a/assets/minecraft/models/block/stone_button_pressed.json +++ b/assets/minecraft/models/block/stone_button_pressed.json @@ -1,6 +1 @@ -{ - "parent": "block/button_pressed", - "textures": { - "texture": "blocks/stone_button" - } -} +{"parent":"block/button_pressed","textures":{"texture":"block/stone_button"}} diff --git a/assets/minecraft/models/block/sugar_cane.json b/assets/minecraft/models/block/sugar_cane.json new file mode 100755 index 0000000..8784cd5 --- /dev/null +++ b/assets/minecraft/models/block/sugar_cane.json @@ -0,0 +1 @@ +{"__comment":"Designed_by_Filmjolk","textures":{"particle":"block/sugar_cane","texture":"block/sugar_cane","reeds_top":"block/reeds_top"},"elements":[{"from":[2,-6.5,3.5],"to":[3.5,9.5,6],"faces":{"up":{"uv":[9.5,10.5,11,13],"texture":"#reeds_top"},"north":{"uv":[1.5,0,3,16],"texture":"#texture"},"south":{"uv":[1.5,0,3,16],"texture":"#texture"},"west":{"uv":[1,0,3.5,16],"texture":"#texture"},"east":{"uv":[1,0,3.5,16],"texture":"#texture"}}},{"from":[1.5,-6.5,4],"to":[4,9.5,5.5],"faces":{"up":{"uv":[9,11,11.5,12.5],"texture":"#reeds_top"},"north":{"uv":[1,0,3.5,16],"texture":"#texture"},"south":{"uv":[1,0,3.5,16],"texture":"#texture"},"west":{"uv":[1.5,0,3,16],"texture":"#texture"},"east":{"uv":[1.5,0,3,16],"texture":"#texture"}}},{"from":[1.5,-2.5,13],"to":[4,13.5,14.5],"faces":{"up":{"uv":[9,11,11.5,12.5],"texture":"#reeds_top"},"north":{"uv":[8.5,0,11,16],"texture":"#texture"},"south":{"uv":[8.5,0,11,16],"texture":"#texture"},"west":{"uv":[9,0,10.5,16],"texture":"#texture"},"east":{"uv":[9,0,10.5,16],"texture":"#texture"}}},{"from":[2,-2.5,12.5],"to":[3.5,13.5,15],"faces":{"up":{"uv":[9.5,10.5,11,13],"texture":"#reeds_top"},"north":{"uv":[9,0,10.5,16],"texture":"#texture"},"south":{"uv":[9,0,10.5,16],"texture":"#texture"},"west":{"uv":[8.5,0,11,16],"texture":"#texture"},"east":{"uv":[8.5,0,11,16],"texture":"#texture"}}},{"from":[5,-7,11],"to":[7.5,9,12.5],"faces":{"up":{"uv":[9,11,11.5,12.5],"texture":"#reeds_top"},"north":{"uv":[12.5,0,15,16],"texture":"#texture"},"south":{"uv":[12.5,0,15,16],"texture":"#texture"},"west":{"uv":[13,0,14.5,16],"texture":"#texture"},"east":{"uv":[13,0,14.5,16],"texture":"#texture"}}},{"from":[5.5,-7,10.5],"to":[7,9,13],"faces":{"up":{"uv":[9.5,10.5,11,13],"texture":"#reeds_top"},"north":{"uv":[13,0,14.5,16],"texture":"#texture"},"south":{"uv":[13,0,14.5,16],"texture":"#texture"},"west":{"uv":[12.5,0,15,16],"texture":"#texture"},"east":{"uv":[12.5,0,15,16],"texture":"#texture"}}},{"from":[1.5,-0.5,8.5],"to":[2.5,15.5,10.5],"faces":{"up":{"uv":[5.5,9.5,6.5,11.5],"texture":"#reeds_top"},"north":{"uv":[5.5,0,6.5,16],"texture":"#texture"},"south":{"uv":[5.5,0,6.5,16],"texture":"#texture"},"west":{"uv":[5,0,7,16],"texture":"#texture"},"east":{"uv":[5,0,7,16],"texture":"#texture"}}},{"from":[1,-0.5,9],"to":[3,15.5,10],"faces":{"up":{"uv":[5,10,7,11],"texture":"#reeds_top"},"north":{"uv":[5,0,7,16],"texture":"#texture"},"south":{"uv":[5,0,7,16],"texture":"#texture"},"west":{"uv":[5.5,0,6.5,16],"texture":"#texture"},"east":{"uv":[5.5,0,6.5,16],"texture":"#texture"}}},{"from":[12,-3.5,2.5],"to":[14,12.5,3.5],"faces":{"up":{"uv":[5,10,7,11],"texture":"#reeds_top"},"north":{"uv":[5,0,7,16],"texture":"#texture"},"south":{"uv":[5,0,7,16],"texture":"#texture"},"west":{"uv":[5.5,0,6.5,16],"texture":"#texture"},"east":{"uv":[5.5,0,6.5,16],"texture":"#texture"}}},{"from":[12.5,-3.5,2],"to":[13.5,12.5,4],"faces":{"up":{"uv":[5.5,9.5,6.5,11.5],"texture":"#reeds_top"},"north":{"uv":[5.5,0,6.5,16],"texture":"#texture"},"south":{"uv":[5.5,0,6.5,16],"texture":"#texture"},"west":{"uv":[5,0,7,16],"texture":"#texture"},"east":{"uv":[5,0,7,16],"texture":"#texture"}}},{"from":[7.5,-5.5,6],"to":[10,10.5,7.5],"faces":{"up":{"uv":[9,11,11.5,12.5],"texture":"#reeds_top"},"north":{"uv":[8.5,0,11,16],"texture":"#texture"},"south":{"uv":[8.5,0,11,16],"texture":"#texture"},"west":{"uv":[9,0,10.5,16],"texture":"#texture"},"east":{"uv":[9,0,10.5,16],"texture":"#texture"}}},{"from":[8,-5.5,5.5],"to":[9.5,10.5,8],"faces":{"up":{"uv":[9.5,10.5,11,13],"texture":"#reeds_top"},"north":{"uv":[9,0,10.5,16],"texture":"#texture"},"south":{"uv":[9,0,10.5,16],"texture":"#texture"},"west":{"uv":[8.5,0,11,16],"texture":"#texture"},"east":{"uv":[8.5,0,11,16],"texture":"#texture"}}},{"from":[12.5,0,8.5],"to":[15,16,10],"faces":{"up":{"uv":[9,11,11.5,12.5],"texture":"#reeds_top"},"north":{"uv":[1,0,3.5,16],"texture":"#texture"},"south":{"uv":[1,0,3.5,16],"texture":"#texture"},"west":{"uv":[1.5,0,3,16],"texture":"#texture"},"east":{"uv":[1.5,0,3,16],"texture":"#texture"}}},{"from":[13,0,8],"to":[14.5,16,10.5],"faces":{"up":{"uv":[9.5,10.5,11,13],"texture":"#reeds_top"},"north":{"uv":[1.5,0,3,16],"texture":"#texture"},"south":{"uv":[1.5,0,3,16],"texture":"#texture"},"west":{"uv":[1,0,3.5,16],"texture":"#texture"},"east":{"uv":[1,0,3.5,16],"texture":"#texture"}}},{"from":[11,-2,12.5],"to":[12,14,14.5],"faces":{"up":{"uv":[5.5,9.5,6.5,11.5],"texture":"#reeds_top"},"north":{"uv":[5.5,0,6.5,16],"texture":"#texture"},"south":{"uv":[5.5,0,6.5,16],"texture":"#texture"},"west":{"uv":[5,0,7,16],"texture":"#texture"},"east":{"uv":[5,0,7,16],"texture":"#texture"}}},{"from":[10.5,-2,13],"to":[12.5,14,14],"faces":{"up":{"uv":[5,10,7,11],"texture":"#reeds_top"},"north":{"uv":[5,0,7,16],"texture":"#texture"},"south":{"uv":[5,0,7,16],"texture":"#texture"},"west":{"uv":[5.5,0,6.5,16],"texture":"#texture"},"east":{"uv":[5.5,0,6.5,16],"texture":"#texture"}}},{"from":[7,0,1],"to":[8,16,3],"faces":{"up":{"uv":[5.5,9.5,6.5,11.5],"texture":"#reeds_top"},"north":{"uv":[5.5,0,6.5,16],"texture":"#texture"},"south":{"uv":[5.5,0,6.5,16],"texture":"#texture"},"west":{"uv":[5,0,7,16],"texture":"#texture"},"east":{"uv":[5,0,7,16],"texture":"#texture"}}},{"from":[6.5,0,1.5],"to":[8.5,16,2.5],"faces":{"up":{"uv":[5,10,7,11],"texture":"#reeds_top"},"north":{"uv":[5,0,7,16],"texture":"#texture"},"south":{"uv":[5,0,7,16],"texture":"#texture"},"west":{"uv":[5.5,0,6.5,16],"texture":"#texture"},"east":{"uv":[5.5,0,6.5,16],"texture":"#texture"}}}]} diff --git a/assets/minecraft/models/block/torch.json b/assets/minecraft/models/block/torch.json index 96de131..0da608c 100755 --- a/assets/minecraft/models/block/torch.json +++ b/assets/minecraft/models/block/torch.json @@ -1,82 +1 @@ -{ -"ambientocclusion": false, -"textures": { - "particle": "#torch", - "torch": "blocks/torch_on", - "cauldron_inner": "blocks/cauldron_inner" -}, -"elements": [ -{ - "from": [ 7.5, 6, 7 ], - "to": [ 8.5, 9.5, 9 ], - "faces": { - "down": { "uv": [ 7.5, 9, 8.5, 7 ], "texture": "#cauldron_inner" }, - "up": { "uv": [ 7.5, 7, 8.5, 9 ], "texture": "#cauldron_inner" }, - "north": { "uv": [ 7.5, 6.5, 8.5, 10 ], "texture": "#torch" }, - "south": { "uv": [ 7.5, 6.5, 8.5, 10 ], "texture": "#torch" }, - "west": { "uv": [ 7, 6.5, 9, 10 ], "texture": "#torch" }, - "east": { "uv": [ 7, 6.5, 9, 10 ], "texture": "#torch" } - } -}, -{ - "from": [ 7, 6, 7.5 ], - "to": [ 9, 9.5, 8.5 ], - "faces": { - "down": { "uv": [ 7, 8.5, 9, 7.5 ], "texture": "#cauldron_inner" }, - "up": { "uv": [ 7, 7.5, 9, 8.5 ], "texture": "#cauldron_inner" }, - "north": { "uv": [ 7, 6.5, 9, 10 ], "texture": "#torch" }, - "south": { "uv": [ 7, 6.5, 9, 10 ], "texture": "#torch" }, - "west": { "uv": [ 7.5, 6.5, 8.5, 10 ], "texture": "#torch" }, - "east": { "uv": [ 7.5, 6.5, 8.5, 10 ], "texture": "#torch" } - } -}, -{ - "from": [ 7.5, 0, 7.5 ], - "to": [ 8.5, 6, 8.5 ], - "faces": { - "down": { "uv": [ 7.5, 8.5, 8.5, 7.5 ], "texture": "#cauldron_inner" }, - "up": { "uv": [ 7.5, 7.5, 8.5, 8.5 ], "texture": "#cauldron_inner" }, - "north": { "uv": [ 7.5, 10, 8.5, 16 ], "texture": "#torch" }, - "south": { "uv": [ 7.5, 10, 8.5, 16 ], "texture": "#torch" }, - "west": { "uv": [ 7.5, 10, 8.5, 16 ], "texture": "#torch" }, - "east": { "uv": [ 7.5, 10, 8.5, 16 ], "texture": "#torch" } - } -}, -{ - "from": [ 6.5, 9.5, 7.5 ], - "to": [ 9.5, 10, 8.5 ], - "faces": { - "down": { "uv": [ 0.5, 14, 3.5, 13 ], "texture": "#cauldron_inner" }, - "up": { "uv": [ 0.5, 13, 3.5, 14 ], "texture": "#cauldron_inner" }, - "north": { "uv": [ 6.5, 6, 9.5, 6.5 ], "texture": "#torch" }, - "south": { "uv": [ 6.5, 6, 9.5, 6.5 ], "texture": "#torch" }, - "west": { "uv": [ 7.5, 6, 8.5, 6.5 ], "texture": "#torch" }, - "east": { "uv": [ 7.5, 6, 8.5, 6.5 ], "texture": "#torch" } - } -}, -{ - "from": [ 7.5, 9.5, 6.5 ], - "to": [ 8.5, 10, 9.5 ], - "faces": { - "down": { "uv": [ 1.5, 15, 2.5, 12 ], "texture": "#cauldron_inner" }, - "up": { "uv": [ 1.5, 12, 2.5, 15 ], "texture": "#cauldron_inner" }, - "north": { "uv": [ 7.5, 6, 8.5, 6.5 ], "texture": "#torch" }, - "south": { "uv": [ 7.5, 6, 8.5, 6.5 ], "texture": "#torch" }, - "west": { "uv": [ 6.5, 6, 9.5, 6.5 ], "texture": "#torch" }, - "east": { "uv": [ 6.5, 6, 9.5, 6.5 ], "texture": "#torch" } - } -}, -{ - "from": [ 7, 9.5, 7 ], - "to": [ 9, 10, 9 ], - "faces": { - "down": { "uv": [ 1, 14.5, 3, 12.5 ], "texture": "#cauldron_inner" }, - "up": { "uv": [ 1, 12.5, 3, 14.5 ], "texture": "#cauldron_inner" }, - "north": { "uv": [ 7, 6, 9, 6.5 ], "texture": "#torch" }, - "south": { "uv": [ 7, 6, 9, 6.5 ], "texture": "#torch" }, - "west": { "uv": [ 7, 6, 9, 6.5 ], "texture": "#torch" }, - "east": { "uv": [ 7, 6, 9, 6.5 ], "texture": "#torch" } - } -} -] -} \ No newline at end of file +{"ambientocclusion":false,"textures":{"torch":"block/torch","cauldron_inner":"block/cauldron_inner"},"elements":[{"from":[7.5,6,7],"to":[8.5,9.5,9],"faces":{"down":{"uv":[7.5,9,8.5,7],"texture":"#cauldron_inner"},"up":{"uv":[7.5,7,8.5,9],"texture":"#cauldron_inner"},"north":{"uv":[7.5,6.5,8.5,10],"texture":"#torch"},"south":{"uv":[7.5,6.5,8.5,10],"texture":"#torch"},"west":{"uv":[7,6.5,9,10],"texture":"#torch"},"east":{"uv":[7,6.5,9,10],"texture":"#torch"}}},{"from":[7,6,7.5],"to":[9,9.5,8.5],"faces":{"down":{"uv":[7,8.5,9,7.5],"texture":"#cauldron_inner"},"up":{"uv":[7,7.5,9,8.5],"texture":"#cauldron_inner"},"north":{"uv":[7,6.5,9,10],"texture":"#torch"},"south":{"uv":[7,6.5,9,10],"texture":"#torch"},"west":{"uv":[7.5,6.5,8.5,10],"texture":"#torch"},"east":{"uv":[7.5,6.5,8.5,10],"texture":"#torch"}}},{"from":[7.5,0,7.5],"to":[8.5,6,8.5],"faces":{"down":{"uv":[7.5,8.5,8.5,7.5],"texture":"#cauldron_inner"},"up":{"uv":[7.5,7.5,8.5,8.5],"texture":"#cauldron_inner"},"north":{"uv":[7.5,10,8.5,16],"texture":"#torch"},"south":{"uv":[7.5,10,8.5,16],"texture":"#torch"},"west":{"uv":[7.5,10,8.5,16],"texture":"#torch"},"east":{"uv":[7.5,10,8.5,16],"texture":"#torch"}}},{"from":[6.5,9.5,7.5],"to":[9.5,10,8.5],"faces":{"down":{"uv":[0.5,14,3.5,13],"texture":"#cauldron_inner"},"up":{"uv":[0.5,13,3.5,14],"texture":"#cauldron_inner"},"north":{"uv":[6.5,6,9.5,6.5],"texture":"#torch"},"south":{"uv":[6.5,6,9.5,6.5],"texture":"#torch"},"west":{"uv":[7.5,6,8.5,6.5],"texture":"#torch"},"east":{"uv":[7.5,6,8.5,6.5],"texture":"#torch"}}},{"from":[7.5,9.5,6.5],"to":[8.5,10,9.5],"faces":{"down":{"uv":[1.5,15,2.5,12],"texture":"#cauldron_inner"},"up":{"uv":[1.5,12,2.5,15],"texture":"#cauldron_inner"},"north":{"uv":[7.5,6,8.5,6.5],"texture":"#torch"},"south":{"uv":[7.5,6,8.5,6.5],"texture":"#torch"},"west":{"uv":[6.5,6,9.5,6.5],"texture":"#torch"},"east":{"uv":[6.5,6,9.5,6.5],"texture":"#torch"}}},{"from":[7,9.5,7],"to":[9,10,9],"faces":{"down":{"uv":[1,14.5,3,12.5],"texture":"#cauldron_inner"},"up":{"uv":[1,12.5,3,14.5],"texture":"#cauldron_inner"},"north":{"uv":[7,6,9,6.5],"texture":"#torch"},"south":{"uv":[7,6,9,6.5],"texture":"#torch"},"west":{"uv":[7,6,9,6.5],"texture":"#torch"},"east":{"uv":[7,6,9,6.5],"texture":"#torch"}}}]} diff --git a/assets/minecraft/models/block/torch_wall.json b/assets/minecraft/models/block/torch_wall.json index ca7e3d3..b4f3856 100755 --- a/assets/minecraft/models/block/torch_wall.json +++ b/assets/minecraft/models/block/torch_wall.json @@ -1,106 +1 @@ -{ -"ambientocclusion": false, -"textures": { - "particle": "#torch", - "torch": "blocks/torch_on", - "cauldron_inner": "blocks/cauldron_inner" -}, -"elements": [ -{ - "from": [ 0, 5, 7 ], - "to": [ 0.5, 7, 9 ], - "faces": { - "down": { "uv": [ 3, 9, 3.5, 7 ], "texture": "#cauldron_inner" }, - "up": { "uv": [ 13, 4.5, 13.5, 6.5 ], "texture": "#cauldron_inner" }, - "north": { "uv": [ 13.5, 4.5, 14, 6.5 ], "texture": "#cauldron_inner" }, - "south": { "uv": [ 2.5, 4, 3, 6 ], "texture": "#cauldron_inner" }, - "west": { "uv": [ 1, 4.5, 3, 6.5 ], "texture": "#cauldron_inner" }, - "east": { "uv": [ 1, 4.5, 3, 6.5 ], "texture": "#cauldron_inner" } - } -}, -{ - "from": [ 0.5, 5.5, 7.5 ], - "to": [ 1.5, 6.5, 8.5 ], - "faces": { - "down": { "uv": [ 7.5, 8.5, 8.5, 7.5 ], "texture": "#cauldron_inner" }, - "up": { "uv": [ 7, 0, 8, 1 ], "texture": "#cauldron_inner" }, - "north": { "uv": [ 8.5, 11, 7.5, 12 ], "texture": "#torch" }, - "south": { "uv": [ 7.5, 11, 8.5, 12 ], "texture": "#torch" }, - "west": { "uv": [ 7.5, 11, 8.5, 12 ], "texture": "#torch" }, - "east": { "uv": [ 7.5, 11, 8.5, 12 ], "texture": "#torch" } - } -}, -{ - "from": [ 1.5, 7, 7 ], - "to": [ 2.5, 10.5, 9 ], - "faces": { - "down": { "uv": [ 7.5, 9, 8.5, 7 ], "texture": "#cauldron_inner" }, - "up": { "uv": [ 7.5, 7, 8.5, 9 ], "texture": "#cauldron_inner" }, - "north": { "uv": [ 7.5, 6.5, 8.5, 10 ], "texture": "#torch" }, - "south": { "uv": [ 7.5, 6.5, 8.5, 10 ], "texture": "#torch" }, - "west": { "uv": [ 7, 6.5, 9, 10 ], "texture": "#torch" }, - "east": { "uv": [ 7, 6.5, 9, 10 ], "texture": "#torch" } - } -}, -{ - "from": [ 1, 7, 7.5 ], - "to": [ 3, 10.5, 8.5 ], - "faces": { - "down": { "uv": [ 7, 8.5, 9, 7.5 ], "texture": "#cauldron_inner" }, - "up": { "uv": [ 7, 7.5, 9, 8.5 ], "texture": "#cauldron_inner" }, - "north": { "uv": [ 7, 6.5, 9, 10 ], "texture": "#torch" }, - "south": { "uv": [ 7, 6.5, 9, 10 ], "texture": "#torch" }, - "west": { "uv": [ 7.5, 6.5, 8.5, 10 ], "texture": "#torch" }, - "east": { "uv": [ 7.5, 6.5, 8.5, 10 ], "texture": "#torch" } - } -}, -{ - "from": [ 1.5, 4, 7.5 ], - "to": [ 2.5, 7, 8.5 ], - "faces": { - "down": { "uv": [ 7.5, 8.5, 8.5, 7.5 ], "texture": "#cauldron_inner" }, - "up": { "uv": [ 7.5, 7.5, 8.5, 8.5 ], "texture": "#cauldron_inner" }, - "north": { "uv": [ 7.5, 10, 8.5, 13 ], "texture": "#torch" }, - "south": { "uv": [ 7.5, 10, 8.5, 13 ], "texture": "#torch" }, - "west": { "uv": [ 7.5, 10, 8.5, 13 ], "texture": "#torch" }, - "east": { "uv": [ 7.5, 10, 8.5, 13 ], "texture": "#torch" } - } -}, -{ - "from": [ 0.5, 10.5, 7.5 ], - "to": [ 3.5, 11, 8.5 ], - "faces": { - "down": { "uv": [ 0.5, 14, 3.5, 13 ], "texture": "#cauldron_inner" }, - "up": { "uv": [ 0.5, 13, 3.5, 14 ], "texture": "#cauldron_inner" }, - "north": { "uv": [ 6.5, 6, 9.5, 6.5 ], "texture": "#torch" }, - "south": { "uv": [ 6.5, 6, 9.5, 6.5 ], "texture": "#torch" }, - "west": { "uv": [ 7.5, 6, 8.5, 6.5 ], "texture": "#torch" }, - "east": { "uv": [ 7.5, 6, 8.5, 6.5 ], "texture": "#torch" } - } -}, -{ - "from": [ 1.5, 10.5, 6.5 ], - "to": [ 2.5, 11, 9.5 ], - "faces": { - "down": { "uv": [ 1.5, 15, 2.5, 12 ], "texture": "#cauldron_inner" }, - "up": { "uv": [ 1.5, 12, 2.5, 15 ], "texture": "#cauldron_inner" }, - "north": { "uv": [ 7.5, 6, 8.5, 6.5 ], "texture": "#torch" }, - "south": { "uv": [ 7.5, 6, 8.5, 6.5 ], "texture": "#torch" }, - "west": { "uv": [ 6.5, 6, 9.5, 6.5 ], "texture": "#torch" }, - "east": { "uv": [ 6.5, 6, 9.5, 6.5 ], "texture": "#torch" } - } -}, -{ - "from": [ 1, 10.5, 7 ], - "to": [ 3, 11, 9 ], - "faces": { - "down": { "uv": [ 1, 14.5, 3, 12.5 ], "texture": "#cauldron_inner" }, - "up": { "uv": [ 1, 12.5, 3, 14.5 ], "texture": "#cauldron_inner" }, - "north": { "uv": [ 7, 6, 9, 6.5 ], "texture": "#torch" }, - "south": { "uv": [ 7, 6, 9, 6.5 ], "texture": "#torch" }, - "west": { "uv": [ 7, 6, 9, 6.5 ], "texture": "#torch" }, - "east": { "uv": [ 7, 6, 9, 6.5 ], "texture": "#torch" } - } -} -] -} \ No newline at end of file +{"ambientocclusion":false,"textures":{"particle":"#torch","torch":"block/torch","cauldron_inner":"block/cauldron_inner"},"elements":[{"from":[0,5,7],"to":[0.5,7,9],"faces":{"down":{"uv":[3,9,3.5,7],"texture":"#cauldron_inner"},"up":{"uv":[13,4.5,13.5,6.5],"texture":"#cauldron_inner"},"north":{"uv":[13.5,4.5,14,6.5],"texture":"#cauldron_inner"},"south":{"uv":[2.5,4,3,6],"texture":"#cauldron_inner"},"west":{"uv":[1,4.5,3,6.5],"texture":"#cauldron_inner"},"east":{"uv":[1,4.5,3,6.5],"texture":"#cauldron_inner"}}},{"from":[0.5,5.5,7.5],"to":[1.5,6.5,8.5],"faces":{"down":{"uv":[7.5,8.5,8.5,7.5],"texture":"#cauldron_inner"},"up":{"uv":[7,0,8,1],"texture":"#cauldron_inner"},"north":{"uv":[8.5,11,7.5,12],"texture":"#torch"},"south":{"uv":[7.5,11,8.5,12],"texture":"#torch"},"west":{"uv":[7.5,11,8.5,12],"texture":"#torch"},"east":{"uv":[7.5,11,8.5,12],"texture":"#torch"}}},{"from":[1.5,7,7],"to":[2.5,10.5,9],"faces":{"down":{"uv":[7.5,9,8.5,7],"texture":"#cauldron_inner"},"up":{"uv":[7.5,7,8.5,9],"texture":"#cauldron_inner"},"north":{"uv":[7.5,6.5,8.5,10],"texture":"#torch"},"south":{"uv":[7.5,6.5,8.5,10],"texture":"#torch"},"west":{"uv":[7,6.5,9,10],"texture":"#torch"},"east":{"uv":[7,6.5,9,10],"texture":"#torch"}}},{"from":[1,7,7.5],"to":[3,10.5,8.5],"faces":{"down":{"uv":[7,8.5,9,7.5],"texture":"#cauldron_inner"},"up":{"uv":[7,7.5,9,8.5],"texture":"#cauldron_inner"},"north":{"uv":[7,6.5,9,10],"texture":"#torch"},"south":{"uv":[7,6.5,9,10],"texture":"#torch"},"west":{"uv":[7.5,6.5,8.5,10],"texture":"#torch"},"east":{"uv":[7.5,6.5,8.5,10],"texture":"#torch"}}},{"from":[1.5,4,7.5],"to":[2.5,7,8.5],"faces":{"down":{"uv":[7.5,8.5,8.5,7.5],"texture":"#cauldron_inner"},"up":{"uv":[7.5,7.5,8.5,8.5],"texture":"#cauldron_inner"},"north":{"uv":[7.5,10,8.5,13],"texture":"#torch"},"south":{"uv":[7.5,10,8.5,13],"texture":"#torch"},"west":{"uv":[7.5,10,8.5,13],"texture":"#torch"},"east":{"uv":[7.5,10,8.5,13],"texture":"#torch"}}},{"from":[0.5,10.5,7.5],"to":[3.5,11,8.5],"faces":{"down":{"uv":[0.5,14,3.5,13],"texture":"#cauldron_inner"},"up":{"uv":[0.5,13,3.5,14],"texture":"#cauldron_inner"},"north":{"uv":[6.5,6,9.5,6.5],"texture":"#torch"},"south":{"uv":[6.5,6,9.5,6.5],"texture":"#torch"},"west":{"uv":[7.5,6,8.5,6.5],"texture":"#torch"},"east":{"uv":[7.5,6,8.5,6.5],"texture":"#torch"}}},{"from":[1.5,10.5,6.5],"to":[2.5,11,9.5],"faces":{"down":{"uv":[1.5,15,2.5,12],"texture":"#cauldron_inner"},"up":{"uv":[1.5,12,2.5,15],"texture":"#cauldron_inner"},"north":{"uv":[7.5,6,8.5,6.5],"texture":"#torch"},"south":{"uv":[7.5,6,8.5,6.5],"texture":"#torch"},"west":{"uv":[6.5,6,9.5,6.5],"texture":"#torch"},"east":{"uv":[6.5,6,9.5,6.5],"texture":"#torch"}}},{"from":[1,10.5,7],"to":[3,11,9],"faces":{"down":{"uv":[1,14.5,3,12.5],"texture":"#cauldron_inner"},"up":{"uv":[1,12.5,3,14.5],"texture":"#cauldron_inner"},"north":{"uv":[7,6,9,6.5],"texture":"#torch"},"south":{"uv":[7,6,9,6.5],"texture":"#torch"},"west":{"uv":[7,6,9,6.5],"texture":"#torch"},"east":{"uv":[7,6,9,6.5],"texture":"#torch"}}}]} diff --git a/assets/minecraft/models/block/trapdoor_bottom.json b/assets/minecraft/models/block/trapdoor_bottom.json index c6d38b6..90767c5 100755 --- a/assets/minecraft/models/block/trapdoor_bottom.json +++ b/assets/minecraft/models/block/trapdoor_bottom.json @@ -1,97 +1 @@ -{ -"ambientocclusion": false, -"textures": { - "particle": "#texture", - "texture": "blocks/trapdoor" -}, -"elements": [ -{ - "from": [ 0, 0, 0 ], - "to": [ 3, 3, 16 ], - "faces": { - "down": { "uv": [ 0, 16, 3, 0 ], "texture": "#texture" }, - "up": { "uv": [ 0, 0, 3, 16 ], "texture": "#texture" }, - "north": { "uv": [ 13, 13, 16, 16 ], "texture": "#texture" }, - "south": { "uv": [ 0, 13, 3, 16 ], "texture": "#texture" }, - "west": { "uv": [ 0, 13, 16, 16 ], "texture": "#texture" }, - "east": { "uv": [ 0, 13, 16, 16 ], "texture": "#texture" } - } -}, -{ - "from": [ 13, 0, 0 ], - "to": [ 16, 3, 16 ], - "faces": { - "down": { "uv": [ 13, 16, 16, 0 ], "texture": "#texture" }, - "up": { "uv": [ 13, 0, 16, 16 ], "texture": "#texture" }, - "north": { "uv": [ 0, 13, 3, 16 ], "texture": "#texture" }, - "south": { "uv": [ 13, 13, 16, 16 ], "texture": "#texture" }, - "west": { "uv": [ 0, 13, 16, 16 ], "texture": "#texture" }, - "east": { "uv": [ 0, 13, 16, 16 ], "texture": "#texture" } - } -}, -{ - "from": [ 3, 0, 13 ], - "to": [ 13, 3, 16 ], - "faces": { - "down": { "uv": [ 3, 16, 13, 13 ], "texture": "#texture" }, - "up": { "uv": [ 3, 13, 13, 16 ], "texture": "#texture" }, - "north": { "uv": [ 3, 13, 13, 16 ], "texture": "#texture" }, - "south": { "uv": [ 3, 13, 13, 16 ], "texture": "#texture" }, - "west": { "uv": [ 13, 13, 16, 16 ], "texture": "#texture" }, - "east": { "uv": [ 0, 13, 3, 16 ], "texture": "#texture" } - } -}, -{ - "from": [ 3, 0, 0 ], - "to": [ 13, 3, 3 ], - "faces": { - "down": { "uv": [ 3, 3, 13, 0 ], "texture": "#texture" }, - "up": { "uv": [ 3, 0, 13, 3 ], "texture": "#texture" }, - "north": { "uv": [ 3, 13, 13, 16 ], "texture": "#texture" }, - "south": { "uv": [ 3, 13, 13, 16 ], "texture": "#texture" }, - "west": { "uv": [ 0, 13, 3, 16 ], "texture": "#texture" }, - "east": { "uv": [ 13, 13, 16, 16 ], "texture": "#texture" } - } -}, -{ - "from": [ 3, 1.4375, 3 ], - "to": [ 13, 1.5, 13 ], - "faces": { - "down": { "uv": [ 3, 13, 13, 3 ], "texture": "#texture" }, - "up": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" } - } -} -], - "display": { - "gui": { - "rotation": [ 30, 225, 0 ], - "translation": [ 0, 0, 0], - "scale":[ 0.625, 0.625, 0.625 ] - }, - "ground": { - "rotation": [ 0, 0, 0 ], - "translation": [ 0, 3, 0], - "scale":[ 0.25, 0.25, 0.25 ] - }, - "fixed": { - "rotation": [ 0, 0, 0 ], - "translation": [ 0, 0, 0], - "scale":[ 0.5, 0.5, 0.5 ] - }, - "thirdperson_righthand": { - "rotation": [ 75, 45, 0 ], - "translation": [ 0, 2.5, 2], - "scale": [ 0.375, 0.375, 0.375 ] - }, - "firstperson_righthand": { - "rotation": [ 0, 45, 0 ], - "translation": [ 0, 4.2, 0 ], - "scale": [ 0.40, 0.40, 0.40 ] - }, - "firstperson_lefthand": { - "rotation": [ 0, 225, 0 ], - "translation": [ 0, 4.2, 0 ], - "scale": [ 0.40, 0.40, 0.40 ] - } - } -} +{"ambientocclusion":false,"textures":{"particle":"#texture","texture":"block/trapdoor"},"elements":[{"from":[0,0,0],"to":[3,3,16],"faces":{"down":{"uv":[0,16,3,0],"texture":"#texture"},"up":{"uv":[0,0,3,16],"texture":"#texture"},"north":{"uv":[13,13,16,16],"texture":"#texture"},"south":{"uv":[0,13,3,16],"texture":"#texture"},"west":{"uv":[0,13,16,16],"texture":"#texture"},"east":{"uv":[0,13,16,16],"texture":"#texture"}}},{"from":[13,0,0],"to":[16,3,16],"faces":{"down":{"uv":[13,16,16,0],"texture":"#texture"},"up":{"uv":[13,0,16,16],"texture":"#texture"},"north":{"uv":[0,13,3,16],"texture":"#texture"},"south":{"uv":[13,13,16,16],"texture":"#texture"},"west":{"uv":[0,13,16,16],"texture":"#texture"},"east":{"uv":[0,13,16,16],"texture":"#texture"}}},{"from":[3,0,13],"to":[13,3,16],"faces":{"down":{"uv":[3,16,13,13],"texture":"#texture"},"up":{"uv":[3,13,13,16],"texture":"#texture"},"north":{"uv":[3,13,13,16],"texture":"#texture"},"south":{"uv":[3,13,13,16],"texture":"#texture"},"west":{"uv":[13,13,16,16],"texture":"#texture"},"east":{"uv":[0,13,3,16],"texture":"#texture"}}},{"from":[3,0,0],"to":[13,3,3],"faces":{"down":{"uv":[3,3,13,0],"texture":"#texture"},"up":{"uv":[3,0,13,3],"texture":"#texture"},"north":{"uv":[3,13,13,16],"texture":"#texture"},"south":{"uv":[3,13,13,16],"texture":"#texture"},"west":{"uv":[0,13,3,16],"texture":"#texture"},"east":{"uv":[13,13,16,16],"texture":"#texture"}}},{"from":[3,1.4375,3],"to":[13,1.5,13],"faces":{"down":{"uv":[3,13,13,3],"texture":"#texture"},"up":{"uv":[3,3,13,13],"texture":"#texture"}}}],"display":{"gui":{"rotation":[30,225,0],"translation":[0,0,0],"scale":[0.625,0.625,0.625]},"ground":{"rotation":[0,0,0],"translation":[0,3,0],"scale":[0.25,0.25,0.25]},"fixed":{"rotation":[0,0,0],"translation":[0,0,0],"scale":[0.5,0.5,0.5]},"thirdperson_righthand":{"rotation":[75,45,0],"translation":[0,2.5,2],"scale":[0.375,0.375,0.375]},"firstperson_righthand":{"rotation":[0,45,0],"translation":[0,4.2,0],"scale":[0.40,0.40,0.40]},"firstperson_lefthand":{"rotation":[0,225,0],"translation":[0,4.2,0],"scale":[0.40,0.40,0.40]}}} diff --git a/assets/minecraft/models/block/trapdoor_open.json b/assets/minecraft/models/block/trapdoor_open.json index c72577b..03fe53a 100755 --- a/assets/minecraft/models/block/trapdoor_open.json +++ b/assets/minecraft/models/block/trapdoor_open.json @@ -1,97 +1 @@ -{ -"ambientocclusion": false, -"textures": { - "particle": "#texture", - "texture": "blocks/trapdoor" -}, -"elements": [ -{ - "from": [ 3, 3, 14.5 ], - "to": [ 13, 13, 14.5625 ], - "faces": { - "north": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" }, - "south": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" } - } -}, -{ - "from": [ 0, 3, 13 ], - "to": [ 3, 13, 16 ], - "faces": { - "down": { "uv": [ 0, 16, 3, 13 ], "texture": "#texture" }, - "up": { "uv": [ 0, 13, 3, 16 ], "texture": "#texture" }, - "north": { "uv": [ 13, 3, 16, 13 ], "texture": "#texture" }, - "south": { "uv": [ 0, 3, 3, 13 ], "texture": "#texture" }, - "west": { "uv": [ 13, 3, 16, 13 ], "texture": "#texture" }, - "east": { "uv": [ 0, 3, 3, 13 ], "texture": "#texture" } - } -}, -{ - "from": [ 13, 3, 13 ], - "to": [ 16, 13, 16 ], - "faces": { - "down": { "uv": [ 13, 16, 16, 13 ], "texture": "#texture" }, - "up": { "uv": [ 13, 13, 16, 16 ], "texture": "#texture" }, - "north": { "uv": [ 0, 3, 3, 13 ], "texture": "#texture" }, - "south": { "uv": [ 13, 3, 16, 13 ], "texture": "#texture" }, - "west": { "uv": [ 13, 3, 16, 13 ], "texture": "#texture" }, - "east": { "uv": [ 0, 3, 3, 13 ], "texture": "#texture" } - } -}, -{ - "from": [ 0, 0, 13 ], - "to": [ 16, 3, 16 ], - "faces": { - "down": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture" }, - "up": { "uv": [ 0, 13, 16, 16 ], "texture": "#texture" }, - "north": { "uv": [ 0, 13, 16, 16 ], "texture": "#texture" }, - "south": { "uv": [ 0, 13, 16, 16 ], "texture": "#texture" }, - "west": { "uv": [ 13, 13, 16, 16 ], "texture": "#texture" }, - "east": { "uv": [ 0, 13, 3, 16 ], "texture": "#texture" } - } -}, -{ - "from": [ 0, 13, 13 ], - "to": [ 16, 16, 16 ], - "faces": { - "down": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture" }, - "up": { "uv": [ 0, 13, 16, 16 ], "texture": "#texture" }, - "north": { "uv": [ 0, 0, 16, 3 ], "texture": "#texture" }, - "south": { "uv": [ 0, 0, 16, 3 ], "texture": "#texture" }, - "west": { "uv": [ 13, 0, 16, 3 ], "texture": "#texture" }, - "east": { "uv": [ 0, 0, 3, 3 ], "texture": "#texture" } - } -} -], - "display": { - "gui": { - "rotation": [ 30, 225, 0 ], - "translation": [ 0, 0, 0], - "scale":[ 0.625, 0.625, 0.625 ] - }, - "ground": { - "rotation": [ 0, 0, 0 ], - "translation": [ 0, 3, 0], - "scale":[ 0.25, 0.25, 0.25 ] - }, - "fixed": { - "rotation": [ 0, 0, 0 ], - "translation": [ 0, 0, 0], - "scale":[ 0.5, 0.5, 0.5 ] - }, - "thirdperson_righthand": { - "rotation": [ 75, 45, 0 ], - "translation": [ 0, 2.5, 2], - "scale": [ 0.375, 0.375, 0.375 ] - }, - "firstperson_righthand": { - "rotation": [ 0, 45, 0 ], - "translation": [ 0, 4.2, 0 ], - "scale": [ 0.40, 0.40, 0.40 ] - }, - "firstperson_lefthand": { - "rotation": [ 0, 225, 0 ], - "translation": [ 0, 4.2, 0 ], - "scale": [ 0.40, 0.40, 0.40 ] - } - } -} +{"ambientocclusion":false,"textures":{"particle":"#texture","texture":"block/trapdoor"},"elements":[{"from":[3,3,14.5],"to":[13,13,14.5625],"faces":{"north":{"uv":[3,3,13,13],"texture":"#texture"},"south":{"uv":[3,3,13,13],"texture":"#texture"}}},{"from":[0,3,13],"to":[3,13,16],"faces":{"down":{"uv":[0,16,3,13],"texture":"#texture"},"up":{"uv":[0,13,3,16],"texture":"#texture"},"north":{"uv":[13,3,16,13],"texture":"#texture"},"south":{"uv":[0,3,3,13],"texture":"#texture"},"west":{"uv":[13,3,16,13],"texture":"#texture"},"east":{"uv":[0,3,3,13],"texture":"#texture"}}},{"from":[13,3,13],"to":[16,13,16],"faces":{"down":{"uv":[13,16,16,13],"texture":"#texture"},"up":{"uv":[13,13,16,16],"texture":"#texture"},"north":{"uv":[0,3,3,13],"texture":"#texture"},"south":{"uv":[13,3,16,13],"texture":"#texture"},"west":{"uv":[13,3,16,13],"texture":"#texture"},"east":{"uv":[0,3,3,13],"texture":"#texture"}}},{"from":[0,0,13],"to":[16,3,16],"faces":{"down":{"uv":[0,16,16,13],"texture":"#texture"},"up":{"uv":[0,13,16,16],"texture":"#texture"},"north":{"uv":[0,13,16,16],"texture":"#texture"},"south":{"uv":[0,13,16,16],"texture":"#texture"},"west":{"uv":[13,13,16,16],"texture":"#texture"},"east":{"uv":[0,13,3,16],"texture":"#texture"}}},{"from":[0,13,13],"to":[16,16,16],"faces":{"down":{"uv":[0,16,16,13],"texture":"#texture"},"up":{"uv":[0,13,16,16],"texture":"#texture"},"north":{"uv":[0,0,16,3],"texture":"#texture"},"south":{"uv":[0,0,16,3],"texture":"#texture"},"west":{"uv":[13,0,16,3],"texture":"#texture"},"east":{"uv":[0,0,3,3],"texture":"#texture"}}}],"display":{"gui":{"rotation":[30,225,0],"translation":[0,0,0],"scale":[0.625,0.625,0.625]},"ground":{"rotation":[0,0,0],"translation":[0,3,0],"scale":[0.25,0.25,0.25]},"fixed":{"rotation":[0,0,0],"translation":[0,0,0],"scale":[0.5,0.5,0.5]},"thirdperson_righthand":{"rotation":[75,45,0],"translation":[0,2.5,2],"scale":[0.375,0.375,0.375]},"firstperson_righthand":{"rotation":[0,45,0],"translation":[0,4.2,0],"scale":[0.40,0.40,0.40]},"firstperson_lefthand":{"rotation":[0,225,0],"translation":[0,4.2,0],"scale":[0.40,0.40,0.40]}}} diff --git a/assets/minecraft/models/block/trapdoor_top.json b/assets/minecraft/models/block/trapdoor_top.json index a771246..69cdcad 100755 --- a/assets/minecraft/models/block/trapdoor_top.json +++ b/assets/minecraft/models/block/trapdoor_top.json @@ -1,97 +1 @@ -{ -"ambientocclusion": false, -"textures": { - "particle": "#texture", - "texture": "blocks/trapdoor" -}, -"elements": [ -{ - "from": [ 0, 13, 0 ], - "to": [ 3, 16, 16 ], - "faces": { - "down": { "uv": [ 0, 16, 3, 0 ], "texture": "#texture" }, - "up": { "uv": [ 0, 0, 3, 16 ], "texture": "#texture" }, - "north": { "uv": [ 13, 0, 16, 3 ], "texture": "#texture" }, - "south": { "uv": [ 0, 0, 3, 3 ], "texture": "#texture" }, - "west": { "uv": [ 0, 0, 16, 3 ], "texture": "#texture" }, - "east": { "uv": [ 0, 0, 16, 3 ], "texture": "#texture" } - } -}, -{ - "from": [ 13, 13, 0 ], - "to": [ 16, 16, 16 ], - "faces": { - "down": { "uv": [ 13, 16, 16, 0 ], "texture": "#texture" }, - "up": { "uv": [ 13, 0, 16, 16 ], "texture": "#texture" }, - "north": { "uv": [ 0, 0, 3, 3 ], "texture": "#texture" }, - "south": { "uv": [ 13, 0, 16, 3 ], "texture": "#texture" }, - "west": { "uv": [ 0, 0, 16, 3 ], "texture": "#texture" }, - "east": { "uv": [ 0, 0, 16, 3 ], "texture": "#texture" } - } -}, -{ - "from": [ 3, 13, 13 ], - "to": [ 13, 16, 16 ], - "faces": { - "down": { "uv": [ 3, 16, 13, 13 ], "texture": "#texture" }, - "up": { "uv": [ 3, 13, 13, 16 ], "texture": "#texture" }, - "north": { "uv": [ 3, 0, 13, 3 ], "texture": "#texture" }, - "south": { "uv": [ 3, 0, 13, 3 ], "texture": "#texture" }, - "west": { "uv": [ 13, 0, 16, 3 ], "texture": "#texture" }, - "east": { "uv": [ 0, 0, 3, 3 ], "texture": "#texture" } - } -}, -{ - "from": [ 3, 13, 0 ], - "to": [ 13, 16, 3 ], - "faces": { - "down": { "uv": [ 3, 3, 13, 0 ], "texture": "#texture" }, - "up": { "uv": [ 3, 0, 13, 3 ], "texture": "#texture" }, - "north": { "uv": [ 3, 0, 13, 3 ], "texture": "#texture" }, - "south": { "uv": [ 3, 0, 13, 3 ], "texture": "#texture" }, - "west": { "uv": [ 0, 0, 3, 3 ], "texture": "#texture" }, - "east": { "uv": [ 13, 0, 16, 3 ], "texture": "#texture" } - } -}, -{ - "from": [ 3, 14.4375, 3 ], - "to": [ 13, 14.5, 13 ], - "faces": { - "down": { "uv": [ 3, 13, 13, 3 ], "texture": "#texture" }, - "up": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" } - } -} -], - "display": { - "gui": { - "rotation": [ 30, 225, 0 ], - "translation": [ 0, 0, 0], - "scale":[ 0.625, 0.625, 0.625 ] - }, - "ground": { - "rotation": [ 0, 0, 0 ], - "translation": [ 0, 3, 0], - "scale":[ 0.25, 0.25, 0.25 ] - }, - "fixed": { - "rotation": [ 0, 0, 0 ], - "translation": [ 0, 0, 0], - "scale":[ 0.5, 0.5, 0.5 ] - }, - "thirdperson_righthand": { - "rotation": [ 75, 45, 0 ], - "translation": [ 0, 2.5, 2], - "scale": [ 0.375, 0.375, 0.375 ] - }, - "firstperson_righthand": { - "rotation": [ 0, 45, 0 ], - "translation": [ 0, 4.2, 0 ], - "scale": [ 0.40, 0.40, 0.40 ] - }, - "firstperson_lefthand": { - "rotation": [ 0, 225, 0 ], - "translation": [ 0, 4.2, 0 ], - "scale": [ 0.40, 0.40, 0.40 ] - } - } -} +{"ambientocclusion":false,"textures":{"particle":"#texture","texture":"block/trapdoor"},"elements":[{"from":[0,13,0],"to":[3,16,16],"faces":{"down":{"uv":[0,16,3,0],"texture":"#texture"},"up":{"uv":[0,0,3,16],"texture":"#texture"},"north":{"uv":[13,0,16,3],"texture":"#texture"},"south":{"uv":[0,0,3,3],"texture":"#texture"},"west":{"uv":[0,0,16,3],"texture":"#texture"},"east":{"uv":[0,0,16,3],"texture":"#texture"}}},{"from":[13,13,0],"to":[16,16,16],"faces":{"down":{"uv":[13,16,16,0],"texture":"#texture"},"up":{"uv":[13,0,16,16],"texture":"#texture"},"north":{"uv":[0,0,3,3],"texture":"#texture"},"south":{"uv":[13,0,16,3],"texture":"#texture"},"west":{"uv":[0,0,16,3],"texture":"#texture"},"east":{"uv":[0,0,16,3],"texture":"#texture"}}},{"from":[3,13,13],"to":[13,16,16],"faces":{"down":{"uv":[3,16,13,13],"texture":"#texture"},"up":{"uv":[3,13,13,16],"texture":"#texture"},"north":{"uv":[3,0,13,3],"texture":"#texture"},"south":{"uv":[3,0,13,3],"texture":"#texture"},"west":{"uv":[13,0,16,3],"texture":"#texture"},"east":{"uv":[0,0,3,3],"texture":"#texture"}}},{"from":[3,13,0],"to":[13,16,3],"faces":{"down":{"uv":[3,3,13,0],"texture":"#texture"},"up":{"uv":[3,0,13,3],"texture":"#texture"},"north":{"uv":[3,0,13,3],"texture":"#texture"},"south":{"uv":[3,0,13,3],"texture":"#texture"},"west":{"uv":[0,0,3,3],"texture":"#texture"},"east":{"uv":[13,0,16,3],"texture":"#texture"}}},{"from":[3,14.4375,3],"to":[13,14.5,13],"faces":{"down":{"uv":[3,13,13,3],"texture":"#texture"},"up":{"uv":[3,3,13,13],"texture":"#texture"}}}],"display":{"gui":{"rotation":[30,225,0],"translation":[0,0,0],"scale":[0.625,0.625,0.625]},"ground":{"rotation":[0,0,0],"translation":[0,3,0],"scale":[0.25,0.25,0.25]},"fixed":{"rotation":[0,0,0],"translation":[0,0,0],"scale":[0.5,0.5,0.5]},"thirdperson_righthand":{"rotation":[75,45,0],"translation":[0,2.5,2],"scale":[0.375,0.375,0.375]},"firstperson_righthand":{"rotation":[0,45,0],"translation":[0,4.2,0],"scale":[0.40,0.40,0.40]},"firstperson_lefthand":{"rotation":[0,225,0],"translation":[0,4.2,0],"scale":[0.40,0.40,0.40]}}} diff --git a/assets/minecraft/models/block/unlit_redstone_torch.json b/assets/minecraft/models/block/unlit_redstone_torch.json index 7bb154e..45e48da 100755 --- a/assets/minecraft/models/block/unlit_redstone_torch.json +++ b/assets/minecraft/models/block/unlit_redstone_torch.json @@ -1,81 +1 @@ -{ -"__comment": "Designed by Filmjolk", -"textures": { - "particle": "blocks/redstone_torch_off", - "texture": "blocks/redstone_torch_off" -}, -"elements": [ -{ - "from": [ 6, 8, 7 ], - "to": [ 10, 10, 9 ], - "faces": { - "down": { "uv": [ 6, 8, 10, 6 ], "texture": "#texture" }, - "up": { "uv": [ 6, 6, 10, 8 ], "texture": "#texture" }, - "north": { "uv": [ 6, 6, 10, 8 ], "texture": "#texture" }, - "south": { "uv": [ 6, 6, 10, 8 ], "texture": "#texture" }, - "west": { "uv": [ 7, 6, 9, 8 ], "texture": "#texture" }, - "east": { "uv": [ 7, 6, 9, 8 ], "texture": "#texture" } - } -}, -{ - "from": [ 7, 8, 6 ], - "to": [ 9, 10, 10 ], - "faces": { - "down": { "uv": [ 7, 9, 9, 5 ], "texture": "#texture" }, - "up": { "uv": [ 7, 5, 9, 9 ], "texture": "#texture" }, - "north": { "uv": [ 7, 6, 9, 8 ], "texture": "#texture" }, - "south": { "uv": [ 7, 6, 9, 8 ], "texture": "#texture" }, - "west": { "uv": [ 6, 6, 10, 8 ], "texture": "#texture" }, - "east": { "uv": [ 6, 6, 10, 8 ], "texture": "#texture" } - } -}, -{ - "from": [ 6.5, 7.5, 6.5 ], - "to": [ 9.5, 10.5, 9.5 ], - "faces": { - "down": { "uv": [ 6.5, 8.5, 9.5, 5.5 ], "texture": "#texture" }, - "up": { "uv": [ 6.5, 5.5, 9.5, 8.5 ], "texture": "#texture" }, - "north": { "uv": [ 6.5, 5.5, 9.5, 8.5 ], "texture": "#texture" }, - "south": { "uv": [ 6.5, 5.5, 9.5, 8.5 ], "texture": "#texture" }, - "west": { "uv": [ 6.5, 5.5, 9.5, 8.5 ], "texture": "#texture" }, - "east": { "uv": [ 6.5, 5.5, 9.5, 8.5 ], "texture": "#texture" } - } -}, -{ - "from": [ 7, 7, 7 ], - "to": [ 9, 11, 9 ], - "faces": { - "down": { "uv": [ 7, 8, 9, 6 ], "texture": "#texture" }, - "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#texture" }, - "north": { "uv": [ 7, 5, 9, 9 ], "texture": "#texture" }, - "south": { "uv": [ 7, 5, 9, 9 ], "texture": "#texture" }, - "west": { "uv": [ 7, 5, 9, 9 ], "texture": "#texture" }, - "east": { "uv": [ 7, 5, 9, 9 ], "texture": "#texture" } - } -}, -{ - "from": [ 7.5, 0, 7 ], - "to": [ 8.5, 7, 9 ], - "faces": { - "down": { "uv": [ 7.5, 9, 8.5, 7 ], "texture": "#texture" }, - "up": { "uv": [ 7.5, 7, 8.5, 9 ], "texture": "#texture" }, - "north": { "uv": [ 7.5, 9, 8.5, 16 ], "texture": "#texture" }, - "south": { "uv": [ 7.5, 9, 8.5, 16 ], "texture": "#texture" }, - "west": { "uv": [ 7, 9, 9, 16 ], "texture": "#texture" }, - "east": { "uv": [ 7, 9, 9, 16 ], "texture": "#texture" } - } -}, -{ - "from": [ 7, 0, 7.5 ], - "to": [ 9, 7, 8.5 ], - "faces": { - "down": { "uv": [ 7, 8.5, 9, 7.5 ], "texture": "#texture" }, - "up": { "uv": [ 7, 7.5, 9, 8.5 ], "texture": "#texture" }, - "north": { "uv": [ 7, 9, 9, 16 ], "texture": "#texture" }, - "south": { "uv": [ 7, 9, 9, 16 ], "texture": "#texture" }, - "west": { "uv": [ 7.5, 9, 8.5, 16 ], "texture": "#texture" }, - "east": { "uv": [ 7.5, 9, 8.5, 16 ], "texture": "#texture" } - } -} -] -} \ No newline at end of file +{"__comment":"Designed_by_Filmjolk","textures":{"particle":"block/redstone_torch_off","texture":"block/redstone_torch_off"},"elements":[{"from":[6,8,7],"to":[10,10,9],"faces":{"down":{"uv":[6,8,10,6],"texture":"#texture"},"up":{"uv":[6,6,10,8],"texture":"#texture"},"north":{"uv":[6,6,10,8],"texture":"#texture"},"south":{"uv":[6,6,10,8],"texture":"#texture"},"west":{"uv":[7,6,9,8],"texture":"#texture"},"east":{"uv":[7,6,9,8],"texture":"#texture"}}},{"from":[7,8,6],"to":[9,10,10],"faces":{"down":{"uv":[7,9,9,5],"texture":"#texture"},"up":{"uv":[7,5,9,9],"texture":"#texture"},"north":{"uv":[7,6,9,8],"texture":"#texture"},"south":{"uv":[7,6,9,8],"texture":"#texture"},"west":{"uv":[6,6,10,8],"texture":"#texture"},"east":{"uv":[6,6,10,8],"texture":"#texture"}}},{"from":[6.5,7.5,6.5],"to":[9.5,10.5,9.5],"faces":{"down":{"uv":[6.5,8.5,9.5,5.5],"texture":"#texture"},"up":{"uv":[6.5,5.5,9.5,8.5],"texture":"#texture"},"north":{"uv":[6.5,5.5,9.5,8.5],"texture":"#texture"},"south":{"uv":[6.5,5.5,9.5,8.5],"texture":"#texture"},"west":{"uv":[6.5,5.5,9.5,8.5],"texture":"#texture"},"east":{"uv":[6.5,5.5,9.5,8.5],"texture":"#texture"}}},{"from":[7,7,7],"to":[9,11,9],"faces":{"down":{"uv":[7,8,9,6],"texture":"#texture"},"up":{"uv":[7,6,9,8],"texture":"#texture"},"north":{"uv":[7,5,9,9],"texture":"#texture"},"south":{"uv":[7,5,9,9],"texture":"#texture"},"west":{"uv":[7,5,9,9],"texture":"#texture"},"east":{"uv":[7,5,9,9],"texture":"#texture"}}},{"from":[7.5,0,7],"to":[8.5,7,9],"faces":{"down":{"uv":[7.5,9,8.5,7],"texture":"#texture"},"up":{"uv":[7.5,7,8.5,9],"texture":"#texture"},"north":{"uv":[7.5,9,8.5,16],"texture":"#texture"},"south":{"uv":[7.5,9,8.5,16],"texture":"#texture"},"west":{"uv":[7,9,9,16],"texture":"#texture"},"east":{"uv":[7,9,9,16],"texture":"#texture"}}},{"from":[7,0,7.5],"to":[9,7,8.5],"faces":{"down":{"uv":[7,8.5,9,7.5],"texture":"#texture"},"up":{"uv":[7,7.5,9,8.5],"texture":"#texture"},"north":{"uv":[7,9,9,16],"texture":"#texture"},"south":{"uv":[7,9,9,16],"texture":"#texture"},"west":{"uv":[7.5,9,8.5,16],"texture":"#texture"},"east":{"uv":[7.5,9,8.5,16],"texture":"#texture"}}}]} diff --git a/assets/minecraft/models/block/unlit_redstone_torch_wall.json b/assets/minecraft/models/block/unlit_redstone_torch_wall.json index a4c08d1..ae43626 100755 --- a/assets/minecraft/models/block/unlit_redstone_torch_wall.json +++ b/assets/minecraft/models/block/unlit_redstone_torch_wall.json @@ -1,88 +1 @@ -{ -"__comment": "Designed by Filmjolk", -"ambientocclusion": false, -"textures": { - "particle": "blocks/redstone_torch_off", - "texture": "blocks/redstone_torch_off" -}, -"elements": [ -{ - "from": [ 10.675, 10.375, 7 ], - "to": [ 14.675, 12.375, 9 ], - "rotation": { "origin": [ 10.675, 12.375, 7 ], "axis": "z", "angle": 22.5 }, - "faces": { - "down": { "uv": [ 6, 8, 10, 6 ], "texture": "#texture" }, - "up": { "uv": [ 6, 6, 10, 8 ], "texture": "#texture" }, - "north": { "uv": [ 6, 6, 10, 8 ], "texture": "#texture" }, - "south": { "uv": [ 6, 6, 10, 8 ], "texture": "#texture" }, - "west": { "uv": [ 7, 6, 9, 8 ], "texture": "#texture" }, - "east": { "uv": [ 7, 6, 9, 8 ], "texture": "#texture" } - } -}, -{ - "from": [ 11.675, 10.75, 6 ], - "to": [ 13.675, 12.75, 10 ], - "rotation": { "origin": [ 11.675, 12.75, 6 ], "axis": "z", "angle": 22.5 }, - "faces": { - "down": { "uv": [ 7, 9, 9, 5 ], "texture": "#texture" }, - "up": { "uv": [ 7, 5, 9, 9 ], "texture": "#texture" }, - "north": { "uv": [ 7, 6, 9, 8 ], "texture": "#texture" }, - "south": { "uv": [ 7, 6, 9, 8 ], "texture": "#texture" }, - "west": { "uv": [ 6, 6, 10, 8 ], "texture": "#texture" }, - "east": { "uv": [ 6, 6, 10, 8 ], "texture": "#texture" } - } -}, -{ - "from": [ 11.05, 10, 6.5 ], - "to": [ 14.05, 13, 9.5 ], - "rotation": { "origin": [ 11.05, 13, 6.5 ], "axis": "z", "angle": 22.5 }, - "faces": { - "down": { "uv": [ 6.5, 8.5, 9.5, 5.5 ], "texture": "#texture" }, - "up": { "uv": [ 6.5, 5.5, 9.5, 8.5 ], "texture": "#texture" }, - "north": { "uv": [ 6.5, 5.5, 9.5, 8.5 ], "texture": "#texture" }, - "south": { "uv": [ 6.5, 5.5, 9.5, 8.5 ], "texture": "#texture" }, - "west": { "uv": [ 6.5, 5.5, 9.5, 8.5 ], "texture": "#texture" }, - "east": { "uv": [ 6.5, 5.5, 9.5, 8.5 ], "texture": "#texture" } - } -}, -{ - "from": [ 11.3, 9.625, 7 ], - "to": [ 13.3, 13.625, 9 ], - "rotation": { "origin": [ 11.3, 13.625, 7 ], "axis": "z", "angle": 22.5 }, - "faces": { - "down": { "uv": [ 7, 8, 9, 6 ], "texture": "#texture" }, - "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#texture" }, - "north": { "uv": [ 7, 5, 9, 9 ], "texture": "#texture" }, - "south": { "uv": [ 7, 5, 9, 9 ], "texture": "#texture" }, - "west": { "uv": [ 7, 5, 9, 9 ], "texture": "#texture" }, - "east": { "uv": [ 7, 5, 9, 9 ], "texture": "#texture" } - } -}, -{ - "from": [ 13.2375, 1.125, 7 ], - "to": [ 14.2375, 10.125, 9 ], - "rotation": { "origin": [ 13.2375, 10.125, 7 ], "axis": "z", "angle": 22.5 }, - "faces": { - "down": { "uv": [ 7.5, 9, 8.5, 7 ], "texture": "#texture" }, - "up": { "uv": [ 7.5, 7, 8.5, 9 ], "texture": "#texture" }, - "north": { "uv": [ 7.5, 9, 8.5, 16 ], "texture": "#texture" }, - "south": { "uv": [ 7.5, 9, 8.5, 16 ], "texture": "#texture" }, - "west": { "uv": [ 7, 9, 9, 16 ], "texture": "#texture" }, - "east": { "uv": [ 7, 9, 9, 16 ], "texture": "#texture" } - } -}, -{ - "from": [ 12.8, 1, 7.5 ], - "to": [ 14.8, 10, 8.5 ], - "rotation": { "origin": [ 12.8, 10, 7.5 ], "axis": "z", "angle": 22.5 }, - "faces": { - "down": { "uv": [ 7, 8.5, 9, 7.5 ], "texture": "#texture" }, - "up": { "uv": [ 7, 7.5, 9, 8.5 ], "texture": "#texture" }, - "north": { "uv": [ 7, 9, 9, 16 ], "texture": "#texture" }, - "south": { "uv": [ 7, 9, 9, 16 ], "texture": "#texture" }, - "west": { "uv": [ 7.5, 9, 8.5, 16 ], "texture": "#texture" }, - "east": { "uv": [ 7.5, 9, 8.5, 16 ], "texture": "#texture" } - } -} -] -} \ No newline at end of file +{"__comment":"Designed_by_Filmjolk","ambientocclusion":false,"textures":{"particle":"block/redstone_torch_off","texture":"block/redstone_torch_off"},"elements":[{"from":[10.675,10.375,7],"to":[14.675,12.375,9],"rotation":{"origin":[10.675,12.375,7],"axis":"z","angle":22.5},"faces":{"down":{"uv":[6,8,10,6],"texture":"#texture"},"up":{"uv":[6,6,10,8],"texture":"#texture"},"north":{"uv":[6,6,10,8],"texture":"#texture"},"south":{"uv":[6,6,10,8],"texture":"#texture"},"west":{"uv":[7,6,9,8],"texture":"#texture"},"east":{"uv":[7,6,9,8],"texture":"#texture"}}},{"from":[11.675,10.75,6],"to":[13.675,12.75,10],"rotation":{"origin":[11.675,12.75,6],"axis":"z","angle":22.5},"faces":{"down":{"uv":[7,9,9,5],"texture":"#texture"},"up":{"uv":[7,5,9,9],"texture":"#texture"},"north":{"uv":[7,6,9,8],"texture":"#texture"},"south":{"uv":[7,6,9,8],"texture":"#texture"},"west":{"uv":[6,6,10,8],"texture":"#texture"},"east":{"uv":[6,6,10,8],"texture":"#texture"}}},{"from":[11.05,10,6.5],"to":[14.05,13,9.5],"rotation":{"origin":[11.05,13,6.5],"axis":"z","angle":22.5},"faces":{"down":{"uv":[6.5,8.5,9.5,5.5],"texture":"#texture"},"up":{"uv":[6.5,5.5,9.5,8.5],"texture":"#texture"},"north":{"uv":[6.5,5.5,9.5,8.5],"texture":"#texture"},"south":{"uv":[6.5,5.5,9.5,8.5],"texture":"#texture"},"west":{"uv":[6.5,5.5,9.5,8.5],"texture":"#texture"},"east":{"uv":[6.5,5.5,9.5,8.5],"texture":"#texture"}}},{"from":[11.3,9.625,7],"to":[13.3,13.625,9],"rotation":{"origin":[11.3,13.625,7],"axis":"z","angle":22.5},"faces":{"down":{"uv":[7,8,9,6],"texture":"#texture"},"up":{"uv":[7,6,9,8],"texture":"#texture"},"north":{"uv":[7,5,9,9],"texture":"#texture"},"south":{"uv":[7,5,9,9],"texture":"#texture"},"west":{"uv":[7,5,9,9],"texture":"#texture"},"east":{"uv":[7,5,9,9],"texture":"#texture"}}},{"from":[13.2375,1.125,7],"to":[14.2375,10.125,9],"rotation":{"origin":[13.2375,10.125,7],"axis":"z","angle":22.5},"faces":{"down":{"uv":[7.5,9,8.5,7],"texture":"#texture"},"up":{"uv":[7.5,7,8.5,9],"texture":"#texture"},"north":{"uv":[7.5,9,8.5,16],"texture":"#texture"},"south":{"uv":[7.5,9,8.5,16],"texture":"#texture"},"west":{"uv":[7,9,9,16],"texture":"#texture"},"east":{"uv":[7,9,9,16],"texture":"#texture"}}},{"from":[12.8,1,7.5],"to":[14.8,10,8.5],"rotation":{"origin":[12.8,10,7.5],"axis":"z","angle":22.5},"faces":{"down":{"uv":[7,8.5,9,7.5],"texture":"#texture"},"up":{"uv":[7,7.5,9,8.5],"texture":"#texture"},"north":{"uv":[7,9,9,16],"texture":"#texture"},"south":{"uv":[7,9,9,16],"texture":"#texture"},"west":{"uv":[7.5,9,8.5,16],"texture":"#texture"},"east":{"uv":[7.5,9,8.5,16],"texture":"#texture"}}}]} diff --git a/assets/minecraft/models/block/upper_slab_acacia.json b/assets/minecraft/models/block/upper_slab_acacia.json index b1445a8..86bf019 100755 --- a/assets/minecraft/models/block/upper_slab_acacia.json +++ b/assets/minecraft/models/block/upper_slab_acacia.json @@ -1,6 +1 @@ -{ - "parent": "block/plankse_slab_top", - "textures": { - "texture": "blocks/planks_acacia" - } -} +{"parent":"block/plankse_slab_top","textures":{"texture":"block/acacia_planks"}} diff --git a/assets/minecraft/models/block/upper_slab_birch.json b/assets/minecraft/models/block/upper_slab_birch.json index b066846..2f39464 100755 --- a/assets/minecraft/models/block/upper_slab_birch.json +++ b/assets/minecraft/models/block/upper_slab_birch.json @@ -1,6 +1 @@ -{ - "parent": "block/plankse_slab_top", - "textures": { - "texture": "blocks/planks_birch" - } -} +{"parent":"block/plankse_slab_top","textures":{"texture":"block/birch_planks"}} diff --git a/assets/minecraft/models/block/upper_slab_dark_oak.json b/assets/minecraft/models/block/upper_slab_dark_oak.json index 6e7d22f..89c53a2 100755 --- a/assets/minecraft/models/block/upper_slab_dark_oak.json +++ b/assets/minecraft/models/block/upper_slab_dark_oak.json @@ -1,6 +1 @@ -{ - "parent": "block/plankse_slab_top", - "textures": { - "texture": "blocks/planks_big_oak" - } -} +{"parent":"block/plankse_slab_top","textures":{"texture":"block/dark_oak_planks"}} diff --git a/assets/minecraft/models/block/upper_slab_jungle.json b/assets/minecraft/models/block/upper_slab_jungle.json index 2af7741..f1d8cc7 100755 --- a/assets/minecraft/models/block/upper_slab_jungle.json +++ b/assets/minecraft/models/block/upper_slab_jungle.json @@ -1,6 +1 @@ -{ - "parent": "block/plankse_slab_top", - "textures": { - "texture": "blocks/planks_jungle" - } -} +{"parent":"block/plankse_slab_top","textures":{"texture":"block/jungle_planks"}} diff --git a/assets/minecraft/models/block/upper_slab_oak.json b/assets/minecraft/models/block/upper_slab_oak.json index 5ee48a4..a2b36d8 100755 --- a/assets/minecraft/models/block/upper_slab_oak.json +++ b/assets/minecraft/models/block/upper_slab_oak.json @@ -1,6 +1 @@ -{ - "parent": "block/plankse_slab_top", - "textures": { - "texture": "blocks/planks_oak" - } -} +{"parent":"block/plankse_slab_top","textures":{"texture":"block/oak_planks"}} diff --git a/assets/minecraft/models/block/upper_slab_red_sandstone.json b/assets/minecraft/models/block/upper_slab_red_sandstone.json index c8445c3..3c42dc9 100755 --- a/assets/minecraft/models/block/upper_slab_red_sandstone.json +++ b/assets/minecraft/models/block/upper_slab_red_sandstone.json @@ -1,8 +1 @@ -{ - "parent": "block/upper_slab", - "textures": { - "bottom": "blocks/red_sandstone_smooth", - "top": "blocks/red_sandstone_smooth", - "side": "blocks/red_sandstone_slab" - } -} +{"parent":"block/upper_slab","textures":{"bottom":"block/cut_red_sandstone","top":"block/cut_red_sandstone","side":"block/red_sandstone_slab"}} diff --git a/assets/minecraft/models/block/upper_slab_sandstone.json b/assets/minecraft/models/block/upper_slab_sandstone.json index c99f667..fe5de4e 100755 --- a/assets/minecraft/models/block/upper_slab_sandstone.json +++ b/assets/minecraft/models/block/upper_slab_sandstone.json @@ -1,8 +1 @@ -{ - "parent": "block/upper_slab", - "textures": { - "bottom": "blocks/sandstone_smooth", - "top": "blocks/sandstone_smooth", - "side": "blocks/sandstone_slab" - } -} +{"parent":"block/upper_slab","textures":{"bottom":"block/cut_sandstone","top":"block/cut_sandstone","side":"block/sandstone_slab"}} diff --git a/assets/minecraft/models/block/wooden_button.json b/assets/minecraft/models/block/wooden_button.json index 4ec7838..a0b63d0 100755 --- a/assets/minecraft/models/block/wooden_button.json +++ b/assets/minecraft/models/block/wooden_button.json @@ -1,6 +1 @@ -{ - "parent": "block/button", - "textures": { - "texture": "blocks/wood_button" - } -} +{"parent":"block/button","textures":{"texture":"block/wood_button"}} diff --git a/assets/minecraft/models/block/wooden_button_pressed.json b/assets/minecraft/models/block/wooden_button_pressed.json index 9a06aed..806bc44 100755 --- a/assets/minecraft/models/block/wooden_button_pressed.json +++ b/assets/minecraft/models/block/wooden_button_pressed.json @@ -1,6 +1 @@ -{ - "parent": "block/button_pressed", - "textures": { - "texture": "blocks/wood_button" - } -} +{"parent":"block/button_pressed","textures":{"texture":"block/wood_button"}} diff --git a/assets/minecraft/models/block/wooden_door_top.json b/assets/minecraft/models/block/wooden_door_top.json index 3b353ab..d794044 100755 --- a/assets/minecraft/models/block/wooden_door_top.json +++ b/assets/minecraft/models/block/wooden_door_top.json @@ -1,81 +1 @@ -{ -"__comment": "Designed by Filmjolk", -"textures": { - "particle": "blocks/door_wood_upper", - "texture": "blocks/door_wood_upper" -}, -"elements": [ -{ - "from": [ 0, 12.5, 3 ], - "to": [ 3, 16, 13 ], - "faces": { - "down": { "uv": [ 0, 13, 3, 3 ], "texture": "#texture" }, - "up": { "uv": [ 0, 3, 3, 13 ], "texture": "#texture" }, - "north": { "uv": [ 13, 0, 16, 3.5 ], "texture": "#texture" }, - "south": { "uv": [ 0, 0, 3, 3.5 ], "texture": "#texture" }, - "west": { "uv": [ 3, 0, 13, 3.5 ], "texture": "#texture" }, - "east": { "uv": [ 13, 0, 3, 3.5 ], "texture": "#texture" } - } -}, -{ - "from": [ 0, 0, 0 ], - "to": [ 3, 16, 3 ], - "faces": { - "down": { "uv": [ 0, 3, 3, 0 ], "texture": "#texture" }, - "up": { "uv": [ 0, 0, 3, 3 ], "texture": "#texture" }, - "north": { "uv": [ 3, 0, 0, 16 ], "texture": "#texture" }, - "south": { "uv": [ 0, 0, 3, 16 ], "texture": "#texture" }, - "west": { "uv": [ 0, 0, 3, 16 ], "texture": "#texture" }, - "east": { "uv": [ 3, 0, 0, 16 ], "texture": "#texture" } - } -}, -{ - "from": [ 0, 0, 13 ], - "to": [ 3, 16, 16 ], - "faces": { - "down": { "uv": [ 0, 16, 3, 13 ], "texture": "#texture" }, - "up": { "uv": [ 0, 13, 3, 16 ], "texture": "#texture" }, - "north": { "uv": [ 13, 0, 16, 16 ], "texture": "#texture" }, - "south": { "uv": [ 0, 0, 3, 16 ], "texture": "#texture" }, - "west": { "uv": [ 13, 0, 16, 16 ], "texture": "#texture" }, - "east": { "uv": [ 16, 0, 13, 16 ], "texture": "#texture" } - } -}, -{ - "from": [ 0, 0, 3 ], - "to": [ 3, 7, 13 ], - "faces": { - "down": { "uv": [ 0, 13, 3, 3 ], "texture": "#texture" }, - "up": { "uv": [ 0, 3, 3, 13 ], "texture": "#texture" }, - "north": { "uv": [ 13, 9, 16, 16 ], "texture": "#texture" }, - "south": { "uv": [ 0, 9, 3, 16 ], "texture": "#texture" }, - "west": { "uv": [ 3, 9, 13, 16 ], "texture": "#texture" }, - "east": { "uv": [ 13, 9, 3, 16 ], "texture": "#texture" } - } -}, -{ - "from": [ 0.5, 7, 5.5 ], - "to": [ 2.5, 12.5, 6.5 ], - "faces": { - "down": { "uv": [ 0.5, 6.5, 2.5, 5.5 ], "texture": "#texture" }, - "up": { "uv": [ 0.5, 5.5, 2.5, 6.5 ], "texture": "#texture" }, - "north": { "uv": [ 13.5, 3.5, 15.5, 9 ], "texture": "#texture" }, - "south": { "uv": [ 0.5, 3.5, 2.5, 9 ], "texture": "#texture" }, - "west": { "uv": [ 5.5, 3.5, 6.5, 9 ], "texture": "#texture" }, - "east": { "uv": [ 6.5, 3.5, 5.5, 9 ], "texture": "#texture" } - } -}, -{ - "from": [ 0.5, 7, 9.5 ], - "to": [ 2.5, 12.5, 10.5 ], - "faces": { - "down": { "uv": [ 0.5, 10.5, 2.5, 9.5 ], "texture": "#texture" }, - "up": { "uv": [ 0.5, 9.5, 2.5, 10.5 ], "texture": "#texture" }, - "north": { "uv": [ 13.5, 3.5, 15.5, 9 ], "texture": "#texture" }, - "south": { "uv": [ 0.5, 3.5, 2.5, 9 ], "texture": "#texture" }, - "west": { "uv": [ 9.5, 3.5, 10.5, 9 ], "texture": "#texture" }, - "east": { "uv": [ 10.5, 3.5, 9.5, 9 ], "texture": "#texture" } - } -} -] -} \ No newline at end of file +{"__comment":"Designed_by_Filmjolk","textures":{"particle":"block/oak_door_upper","texture":"block/oak_door_upper"},"elements":[{"from":[0,12.5,3],"to":[3,16,13],"faces":{"down":{"uv":[0,13,3,3],"texture":"#texture"},"up":{"uv":[0,3,3,13],"texture":"#texture"},"north":{"uv":[13,0,16,3.5],"texture":"#texture"},"south":{"uv":[0,0,3,3.5],"texture":"#texture"},"west":{"uv":[3,0,13,3.5],"texture":"#texture"},"east":{"uv":[13,0,3,3.5],"texture":"#texture"}}},{"from":[0,0,0],"to":[3,16,3],"faces":{"down":{"uv":[0,3,3,0],"texture":"#texture"},"up":{"uv":[0,0,3,3],"texture":"#texture"},"north":{"uv":[3,0,0,16],"texture":"#texture"},"south":{"uv":[0,0,3,16],"texture":"#texture"},"west":{"uv":[0,0,3,16],"texture":"#texture"},"east":{"uv":[3,0,0,16],"texture":"#texture"}}},{"from":[0,0,13],"to":[3,16,16],"faces":{"down":{"uv":[0,16,3,13],"texture":"#texture"},"up":{"uv":[0,13,3,16],"texture":"#texture"},"north":{"uv":[13,0,16,16],"texture":"#texture"},"south":{"uv":[0,0,3,16],"texture":"#texture"},"west":{"uv":[13,0,16,16],"texture":"#texture"},"east":{"uv":[16,0,13,16],"texture":"#texture"}}},{"from":[0,0,3],"to":[3,7,13],"faces":{"down":{"uv":[0,13,3,3],"texture":"#texture"},"up":{"uv":[0,3,3,13],"texture":"#texture"},"north":{"uv":[13,9,16,16],"texture":"#texture"},"south":{"uv":[0,9,3,16],"texture":"#texture"},"west":{"uv":[3,9,13,16],"texture":"#texture"},"east":{"uv":[13,9,3,16],"texture":"#texture"}}},{"from":[0.5,7,5.5],"to":[2.5,12.5,6.5],"faces":{"down":{"uv":[0.5,6.5,2.5,5.5],"texture":"#texture"},"up":{"uv":[0.5,5.5,2.5,6.5],"texture":"#texture"},"north":{"uv":[13.5,3.5,15.5,9],"texture":"#texture"},"south":{"uv":[0.5,3.5,2.5,9],"texture":"#texture"},"west":{"uv":[5.5,3.5,6.5,9],"texture":"#texture"},"east":{"uv":[6.5,3.5,5.5,9],"texture":"#texture"}}},{"from":[0.5,7,9.5],"to":[2.5,12.5,10.5],"faces":{"down":{"uv":[0.5,10.5,2.5,9.5],"texture":"#texture"},"up":{"uv":[0.5,9.5,2.5,10.5],"texture":"#texture"},"north":{"uv":[13.5,3.5,15.5,9],"texture":"#texture"},"south":{"uv":[0.5,3.5,2.5,9],"texture":"#texture"},"west":{"uv":[9.5,3.5,10.5,9],"texture":"#texture"},"east":{"uv":[10.5,3.5,9.5,9],"texture":"#texture"}}}]} diff --git a/assets/minecraft/models/block/wooden_door_top_rh.json b/assets/minecraft/models/block/wooden_door_top_rh.json index 63641d9..a37c307 100755 --- a/assets/minecraft/models/block/wooden_door_top_rh.json +++ b/assets/minecraft/models/block/wooden_door_top_rh.json @@ -1,81 +1 @@ -{ -"__comment": "Designed by Filmjolk", -"textures": { - "particle": "blocks/door_wood_upper", - "texture": "blocks/door_wood_upper" -}, -"elements": [ -{ - "from": [ 0.5, 7, 5.5 ], - "to": [ 2.5, 12.5, 6.5 ], - "faces": { - "down": { "uv": [ 0.5, 10.5, 2.5, 9.5 ], "rotation": 180, "texture": "#texture" }, - "up": { "uv": [ 0.5, 9.5, 2.5, 10.5 ], "rotation": 180, "texture": "#texture" }, - "north": { "uv": [ 0.5, 3.5, 2.5, 9 ], "texture": "#texture" }, - "south": { "uv": [ 13.5, 3.5, 15.5, 9 ], "texture": "#texture" }, - "west": { "uv": [ 10.5, 3.5, 9.5, 9 ], "texture": "#texture" }, - "east": { "uv": [ 9.5, 3.5, 10.5, 9 ], "texture": "#texture" } - } -}, -{ - "from": [ 0.5, 7, 9.5 ], - "to": [ 2.5, 12.5, 10.5 ], - "faces": { - "down": { "uv": [ 0.5, 6.5, 2.5, 5.5 ], "rotation": 180, "texture": "#texture" }, - "up": { "uv": [ 0.5, 5.5, 2.5, 6.5 ], "rotation": 180, "texture": "#texture" }, - "north": { "uv": [ 0.5, 3.5, 2.5, 9 ], "texture": "#texture" }, - "south": { "uv": [ 13.5, 3.5, 15.5, 9 ], "texture": "#texture" }, - "west": { "uv": [ 6.5, 3.5, 5.5, 9 ], "texture": "#texture" }, - "east": { "uv": [ 5.5, 3.5, 6.5, 9 ], "texture": "#texture" } - } -}, -{ - "from": [ 0, 0, 3 ], - "to": [ 3, 7, 13 ], - "faces": { - "down": { "uv": [ 0, 13, 3, 3 ], "rotation": 180, "texture": "#texture" }, - "up": { "uv": [ 0, 3, 3, 13 ], "rotation": 180, "texture": "#texture" }, - "north": { "uv": [ 0, 9, 3, 16 ], "texture": "#texture" }, - "south": { "uv": [ 13, 9, 16, 16 ], "texture": "#texture" }, - "west": { "uv": [ 13, 9, 3, 16 ], "texture": "#texture" }, - "east": { "uv": [ 3, 9, 13, 16 ], "texture": "#texture" } - } -}, -{ - "from": [ 0, 0, 0 ], - "to": [ 3, 16, 3 ], - "faces": { - "down": { "uv": [ 0, 16, 3, 13 ], "rotation": 180, "texture": "#texture" }, - "up": { "uv": [ 0, 13, 3, 16 ], "rotation": 180, "texture": "#texture" }, - "north": { "uv": [ 0, 0, 3, 16 ], "texture": "#texture" }, - "south": { "uv": [ 13, 0, 16, 16 ], "texture": "#texture" }, - "west": { "uv": [ 16, 0, 13, 16 ], "texture": "#texture" }, - "east": { "uv": [ 13, 0, 16, 16 ], "texture": "#texture" } - } -}, -{ - "from": [ 0, 0, 13 ], - "to": [ 3, 16, 16 ], - "faces": { - "down": { "uv": [ 0, 3, 3, 0 ], "rotation": 180, "texture": "#texture" }, - "up": { "uv": [ 0, 0, 3, 3 ], "rotation": 180, "texture": "#texture" }, - "north": { "uv": [ 0, 0, 3, 16 ], "texture": "#texture" }, - "south": { "uv": [ 0, 0, 3, 16 ], "texture": "#texture" }, - "west": { "uv": [ 3, 0, 0, 16 ], "texture": "#texture" }, - "east": { "uv": [ 0, 0, 3, 16 ], "texture": "#texture" } - } -}, -{ - "from": [ 0, 12.5, 3 ], - "to": [ 3, 16, 13 ], - "faces": { - "down": { "uv": [ 0, 13, 3, 3 ], "rotation": 180, "texture": "#texture" }, - "up": { "uv": [ 0, 3, 3, 13 ], "rotation": 180, "texture": "#texture" }, - "north": { "uv": [ 0, 0, 3, 3.5 ], "texture": "#texture" }, - "south": { "uv": [ 13, 0, 16, 3.5 ], "texture": "#texture" }, - "west": { "uv": [ 13, 0, 3, 3.5 ], "texture": "#texture" }, - "east": { "uv": [ 3, 0, 13, 3.5 ], "texture": "#texture" } - } -} -] -} \ No newline at end of file +{"__comment":"Designed_by_Filmjolk","textures":{"particle":"block/oak_door_upper","texture":"block/oak_door_upper"},"elements":[{"from":[0.5,7,5.5],"to":[2.5,12.5,6.5],"faces":{"down":{"uv":[0.5,10.5,2.5,9.5],"rotation":180,"texture":"#texture"},"up":{"uv":[0.5,9.5,2.5,10.5],"rotation":180,"texture":"#texture"},"north":{"uv":[0.5,3.5,2.5,9],"texture":"#texture"},"south":{"uv":[13.5,3.5,15.5,9],"texture":"#texture"},"west":{"uv":[10.5,3.5,9.5,9],"texture":"#texture"},"east":{"uv":[9.5,3.5,10.5,9],"texture":"#texture"}}},{"from":[0.5,7,9.5],"to":[2.5,12.5,10.5],"faces":{"down":{"uv":[0.5,6.5,2.5,5.5],"rotation":180,"texture":"#texture"},"up":{"uv":[0.5,5.5,2.5,6.5],"rotation":180,"texture":"#texture"},"north":{"uv":[0.5,3.5,2.5,9],"texture":"#texture"},"south":{"uv":[13.5,3.5,15.5,9],"texture":"#texture"},"west":{"uv":[6.5,3.5,5.5,9],"texture":"#texture"},"east":{"uv":[5.5,3.5,6.5,9],"texture":"#texture"}}},{"from":[0,0,3],"to":[3,7,13],"faces":{"down":{"uv":[0,13,3,3],"rotation":180,"texture":"#texture"},"up":{"uv":[0,3,3,13],"rotation":180,"texture":"#texture"},"north":{"uv":[0,9,3,16],"texture":"#texture"},"south":{"uv":[13,9,16,16],"texture":"#texture"},"west":{"uv":[13,9,3,16],"texture":"#texture"},"east":{"uv":[3,9,13,16],"texture":"#texture"}}},{"from":[0,0,0],"to":[3,16,3],"faces":{"down":{"uv":[0,16,3,13],"rotation":180,"texture":"#texture"},"up":{"uv":[0,13,3,16],"rotation":180,"texture":"#texture"},"north":{"uv":[0,0,3,16],"texture":"#texture"},"south":{"uv":[13,0,16,16],"texture":"#texture"},"west":{"uv":[16,0,13,16],"texture":"#texture"},"east":{"uv":[13,0,16,16],"texture":"#texture"}}},{"from":[0,0,13],"to":[3,16,16],"faces":{"down":{"uv":[0,3,3,0],"rotation":180,"texture":"#texture"},"up":{"uv":[0,0,3,3],"rotation":180,"texture":"#texture"},"north":{"uv":[0,0,3,16],"texture":"#texture"},"south":{"uv":[0,0,3,16],"texture":"#texture"},"west":{"uv":[3,0,0,16],"texture":"#texture"},"east":{"uv":[0,0,3,16],"texture":"#texture"}}},{"from":[0,12.5,3],"to":[3,16,13],"faces":{"down":{"uv":[0,13,3,3],"rotation":180,"texture":"#texture"},"up":{"uv":[0,3,3,13],"rotation":180,"texture":"#texture"},"north":{"uv":[0,0,3,3.5],"texture":"#texture"},"south":{"uv":[13,0,16,3.5],"texture":"#texture"},"west":{"uv":[13,0,3,3.5],"texture":"#texture"},"east":{"uv":[3,0,13,3.5],"texture":"#texture"}}}]} diff --git a/assets/minecraft/models/item/anicrown.json b/assets/minecraft/models/item/anicrown.json index 9e152a6..f8fda19 100644 --- a/assets/minecraft/models/item/anicrown.json +++ b/assets/minecraft/models/item/anicrown.json @@ -1,464 +1 @@ -{ - "__comment": "Designed by Kodak_kev with Cubik Studio - https://cubik.studio", - "textures": { - "particle": "blocks/e_particle", - "texture": "blocks/hardened_clay_stained_yellow", - "texture1": "blocks/wool_colored_purple", - "texture2": "blocks/wool_colored_blue" - }, - "elements": [ - { - "__comment": "Box1", - "from": [ 2, 0, -0.25 ], - "to": [ 14, 1, 0.75 ], - "faces": { - "down": { "uv": [ 2, 15.25, 14, 16 ], "texture": "#texture2" }, - "up": { "uv": [ 2, 0, 14, 0.75 ], "texture": "#texture2" }, - "north": { "uv": [ 2, 15, 14, 16 ], "texture": "#texture2" }, - "south": { "uv": [ 2, 15, 14, 16 ], "texture": "#texture2" }, - "west": { "uv": [ 0, 15, 0.75, 16 ], "texture": "#texture2" }, - "east": { "uv": [ 15.25, 15, 16, 16 ], "texture": "#texture2" } - } - }, - { - "__comment": "Box2", - "from": [ -0.25, 0, 2 ], - "to": [ 0.75, 1, 14 ], - "faces": { - "down": { "uv": [ 0, 2, 0.75, 14 ], "texture": "#texture2" }, - "up": { "uv": [ 0, 2, 0.75, 14 ], "texture": "#texture2" }, - "north": { "uv": [ 15.25, 15, 16, 16 ], "texture": "#texture2" }, - "south": { "uv": [ 0, 15, 0.75, 16 ], "texture": "#texture2" }, - "west": { "uv": [ 2, 15, 14, 16 ], "texture": "#texture2" }, - "east": { "uv": [ 2, 15, 14, 16 ], "texture": "#texture2" } - } - }, - { - "__comment": "Box3", - "from": [ 15.25, 0, 2 ], - "to": [ 16.25, 1, 14 ], - "faces": { - "down": { "uv": [ 15.25, 2, 16, 14 ], "texture": "#texture2" }, - "up": { "uv": [ 15.25, 2, 16, 14 ], "texture": "#texture2" }, - "north": { "uv": [ 0, 15, 0.75, 16 ], "texture": "#texture2" }, - "south": { "uv": [ 15.25, 15, 16, 16 ], "texture": "#texture2" }, - "west": { "uv": [ 2, 15, 14, 16 ], "texture": "#texture2" }, - "east": { "uv": [ 2, 15, 14, 16 ], "texture": "#texture2" } - } - }, - { - "__comment": "Box4", - "from": [ 2, 0, 15.25 ], - "to": [ 14, 1, 16.25 ], - "faces": { - "down": { "uv": [ 2, 0, 14, 0.75 ], "texture": "#texture2" }, - "up": { "uv": [ 2, 15.25, 14, 16 ], "texture": "#texture2" }, - "north": { "uv": [ 2, 15, 14, 16 ], "texture": "#texture2" }, - "south": { "uv": [ 2, 15, 14, 16 ], "texture": "#texture2" }, - "west": { "uv": [ 15.25, 15, 16, 16 ], "texture": "#texture2" }, - "east": { "uv": [ 0, 15, 0.75, 16 ], "texture": "#texture2" } - } - }, - { - "__comment": "Box5", - "from": [ -0.25, 0, 2 ], - "to": [ 2.95, 1, 3 ], - "rotation": { "origin": [ -0.25, 0, 2 ], "axis": "y", "angle": 45 }, - "faces": { - "down": { "uv": [ 0, 14.5, 2, 15.5 ], "texture": "#texture2" }, - "up": { "uv": [ 0, 0.5, 2, 1.5 ], "texture": "#texture2" }, - "north": { "uv": [ 14, 15, 16, 16 ], "texture": "#texture2" }, - "south": { "uv": [ 0, 15, 2, 16 ], "texture": "#texture2" }, - "west": { "uv": [ 0.5, 15, 1.5, 16 ], "texture": "#texture2" }, - "east": { "uv": [ 14.5, 15, 15.5, 16 ], "texture": "#texture2" } - } - }, - { - "__comment": "Box6", - "from": [ 13.25, 0, 15.5 ], - "to": [ 16.45, 1, 16.5 ], - "rotation": { "origin": [ 13.25, 0, 15.5 ], "axis": "y", "angle": 45 }, - "faces": { - "down": { "uv": [ 0, 1, 1, 2 ], "texture": "#texture2" }, - "up": { "uv": [ 0, 14, 1, 15 ], "texture": "#texture2" }, - "north": { "uv": [ 15, 15, 16, 16 ], "texture": "#texture2" }, - "south": { "uv": [ 0, 15, 1, 16 ], "texture": "#texture2" }, - "west": { "uv": [ 14, 15, 15, 16 ], "texture": "#texture2" }, - "east": { "uv": [ 1, 15, 2, 16 ], "texture": "#texture2" } - } - }, - { - "__comment": "Box7", - "from": [ 13.25, 0, 0.5 ], - "to": [ 14.25, 1, 3.7 ], - "rotation": { "origin": [ 13.25, 0, 0.5 ], "axis": "y", "angle": 45 }, - "faces": { - "down": { "uv": [ 14, 15.5, 15, 16 ], "texture": "#texture2" }, - "up": { "uv": [ 14, 0, 15, 0.5 ], "texture": "#texture2" }, - "north": { "uv": [ 1, 15, 2, 16 ], "texture": "#texture2" }, - "south": { "uv": [ 14, 15, 15, 16 ], "texture": "#texture2" }, - "west": { "uv": [ 0, 15, 0.5, 16 ], "texture": "#texture2" }, - "east": { "uv": [ 15.5, 15, 16, 16 ], "texture": "#texture2" } - } - }, - { - "__comment": "Box7", - "from": [ -0.25, 0, 14 ], - "to": [ 0.75, 1, 17.2 ], - "rotation": { "origin": [ -0.25, 0, 14 ], "axis": "y", "angle": 45 }, - "faces": { - "down": { "uv": [ 14, 15.5, 15, 16 ], "texture": "#texture2" }, - "up": { "uv": [ 14, 0, 15, 0.5 ], "texture": "#texture2" }, - "north": { "uv": [ 1, 15, 2, 16 ], "texture": "#texture2" }, - "south": { "uv": [ 14, 15, 15, 16 ], "texture": "#texture2" }, - "west": { "uv": [ 0, 15, 0.5, 16 ], "texture": "#texture2" }, - "east": { "uv": [ 15.5, 15, 16, 16 ], "texture": "#texture2" } - } - }, - { - "__comment": "Box9", - "from": [ 2, 1, 14.5 ], - "to": [ 14, 4.5, 15.5 ], - "faces": { - "down": { "uv": [ 2, 14.5, 14, 15.5 ], "texture": "#texture" }, - "up": { "uv": [ 2, 0.5, 14, 1.5 ], "texture": "#texture" }, - "north": { "uv": [ 2, 14, 14, 15 ], "texture": "#texture" }, - "south": { "uv": [ 2, 14, 14, 15 ], "texture": "#texture" }, - "west": { "uv": [ 0.5, 14, 1.5, 15 ], "texture": "#texture" }, - "east": { "uv": [ 14.5, 14, 15.5, 15 ], "texture": "#texture" } - } - }, - { - "__comment": "Box9", - "from": [ 2, 1, 0.5 ], - "to": [ 14, 4.5, 1.5 ], - "faces": { - "down": { "uv": [ 2, 14.5, 14, 15.5 ], "texture": "#texture" }, - "up": { "uv": [ 2, 0.5, 14, 1.5 ], "texture": "#texture" }, - "north": { "uv": [ 2, 14, 14, 15 ], "texture": "#texture" }, - "south": { "uv": [ 2, 14, 14, 15 ], "texture": "#texture" }, - "west": { "uv": [ 0.5, 14, 1.5, 15 ], "texture": "#texture" }, - "east": { "uv": [ 14.5, 14, 15.5, 15 ], "texture": "#texture" } - } - }, - { - "__comment": "Box11", - "from": [ 14.5, 1, 2 ], - "to": [ 15.5, 4.5, 14 ], - "faces": { - "down": { "uv": [ 14.5, 2, 15.5, 14 ], "texture": "#texture" }, - "up": { "uv": [ 14.5, 2, 15.5, 14 ], "texture": "#texture" }, - "north": { "uv": [ 0.5, 11.5, 1.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 14.5, 11.5, 15.5, 15 ], "texture": "#texture" }, - "west": { "uv": [ 2, 11.5, 14, 15 ], "texture": "#texture" }, - "east": { "uv": [ 2, 11.5, 14, 15 ], "texture": "#texture" } - } - }, - { - "__comment": "Box11", - "from": [ 0.5, 1, 2 ], - "to": [ 1.5, 4.5, 14 ], - "faces": { - "down": { "uv": [ 0.5, 2, 1.5, 14 ], "texture": "#texture" }, - "up": { "uv": [ 0.5, 2, 1.5, 14 ], "texture": "#texture" }, - "north": { "uv": [ 14.5, 11.5, 15.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 0.5, 11.5, 1.5, 15 ], "texture": "#texture" }, - "west": { "uv": [ 2, 11.5, 14, 15 ], "texture": "#texture" }, - "east": { "uv": [ 2, 11.5, 14, 15 ], "texture": "#texture" } - } - }, - { - "__comment": "Box13", - "from": [ 13.25, 1, 14.75 ], - "to": [ 15.35, 4.5, 15.75 ], - "rotation": { "origin": [ 13.25, 1, 14.75 ], "axis": "y", "angle": 45 }, - "faces": { - "down": { "uv": [ 0, 1, 0.5, 2 ], "texture": "#texture" }, - "up": { "uv": [ 0, 14, 0.5, 15 ], "texture": "#texture" }, - "north": { "uv": [ 15.5, 15, 16, 16 ], "texture": "#texture" }, - "south": { "uv": [ 0, 15, 0.5, 16 ], "texture": "#texture" }, - "west": { "uv": [ 14, 15, 15, 16 ], "texture": "#texture" }, - "east": { "uv": [ 1, 15, 2, 16 ], "texture": "#texture" } - } - }, - { - "__comment": "Box13", - "from": [ 0.5, 1, 2 ], - "to": [ 2.62, 4.5, 3 ], - "rotation": { "origin": [ 0.5, 1, 2 ], "axis": "y", "angle": 45 }, - "faces": { - "down": { "uv": [ 0, 1, 0.5, 2 ], "texture": "#texture" }, - "up": { "uv": [ 0, 14, 0.5, 15 ], "texture": "#texture" }, - "north": { "uv": [ 15.5, 15, 16, 16 ], "texture": "#texture" }, - "south": { "uv": [ 0, 15, 0.5, 16 ], "texture": "#texture" }, - "west": { "uv": [ 14, 15, 15, 16 ], "texture": "#texture" }, - "east": { "uv": [ 1, 15, 2, 16 ], "texture": "#texture" } - } - }, - { - "__comment": "Box15", - "from": [ 1.25, 1, 13.25 ], - "to": [ 3.35, 4.5, 14.25 ], - "rotation": { "origin": [ 1.25, 1, 13.25 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 5.5, 1, 7.5, 2 ], "texture": "#texture" }, - "up": { "uv": [ 5.5, 14, 7.5, 15 ], "texture": "#texture" }, - "north": { "uv": [ 8.5, 15, 10.5, 16 ], "texture": "#texture" }, - "south": { "uv": [ 5.5, 15, 7.5, 16 ], "texture": "#texture" }, - "west": { "uv": [ 14, 15, 15, 16 ], "texture": "#texture" }, - "east": { "uv": [ 1, 15, 2, 16 ], "texture": "#texture" } - } - }, - { - "__comment": "Box15", - "from": [ 14, 1, 0.5 ], - "to": [ 16.12, 4.5, 1.5 ], - "rotation": { "origin": [ 14, 1, 0.5 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 5.5, 1, 7.5, 2 ], "texture": "#texture" }, - "up": { "uv": [ 5.5, 14, 7.5, 15 ], "texture": "#texture" }, - "north": { "uv": [ 8.5, 15, 10.5, 16 ], "texture": "#texture" }, - "south": { "uv": [ 5.5, 15, 7.5, 16 ], "texture": "#texture" }, - "west": { "uv": [ 14, 15, 15, 16 ], "texture": "#texture" }, - "east": { "uv": [ 1, 15, 2, 16 ], "texture": "#texture" } - } - }, - { - "__comment": "Box17", - "from": [ 8.875, 3.75, 0 ], - "to": [ 9.875, 5.25, 1 ], - "rotation": { "origin": [ 8.875, 3.75, 0 ], "axis": "z", "angle": 45 }, - "faces": { - "down": { "uv": [ 7.5, 15, 8.5, 16 ], "texture": "#texture1" }, - "up": { "uv": [ 7.5, 0, 8.5, 1 ], "texture": "#texture1" }, - "north": { "uv": [ 7.5, 13, 8.5, 14.5 ], "texture": "#texture1" }, - "south": { "uv": [ 7.5, 13, 8.5, 14.5 ], "texture": "#texture1" }, - "west": { "uv": [ 0, 13, 1, 14.5 ], "texture": "#texture1" }, - "east": { "uv": [ 15, 13, 16, 14.5 ], "texture": "#texture1" } - } - }, - { - "__comment": "Box18", - "from": [ 6.75, 1.5, 0 ], - "to": [ 9.25, 2.5, 1 ], - "faces": { - "down": { "uv": [ 6.75, 15, 9.25, 16 ], "texture": "#texture1" }, - "up": { "uv": [ 6.75, 0, 9.25, 1 ], "texture": "#texture1" }, - "north": { "uv": [ 6.75, 13.5, 9.25, 14.5 ], "texture": "#texture1" }, - "south": { "uv": [ 6.75, 13.5, 9.25, 14.5 ], "texture": "#texture1" }, - "west": { "uv": [ 0, 13.5, 1, 14.5 ], "texture": "#texture1" }, - "east": { "uv": [ 15, 13.5, 16, 14.5 ], "texture": "#texture1" } - } - }, - { - "__comment": "Box17", - "from": [ 7.5, 1.5, 0 ], - "to": [ 8.5, 5.5, 1 ], - "faces": { - "down": { "uv": [ 7.5, 15, 8.5, 16 ], "texture": "#texture1" }, - "up": { "uv": [ 7.5, 0, 8.5, 1 ], "texture": "#texture1" }, - "north": { "uv": [ 7.5, 10.5, 8.5, 14.5 ], "texture": "#texture1" }, - "south": { "uv": [ 7.5, 10.5, 8.5, 14.5 ], "texture": "#texture1" }, - "west": { "uv": [ 0, 10.5, 1, 14.5 ], "texture": "#texture1" }, - "east": { "uv": [ 15, 10.5, 16, 14.5 ], "texture": "#texture1" } - } - }, - { - "__comment": "Box20", - "from": [ 5.875, 4.5, 14.5 ], - "to": [ 8.875, 7.5, 15.5 ], - "rotation": { "origin": [ 5.875, 4.5, 14.5 ], "axis": "z", "angle": -45 }, - "faces": { - "down": { "uv": [ 2.5, 14.5, 4.5, 15.5 ], "texture": "#texture" }, - "up": { "uv": [ 2.5, 0.5, 4.5, 1.5 ], "texture": "#texture" }, - "north": { "uv": [ 11.5, 14, 13.5, 16 ], "texture": "#texture" }, - "south": { "uv": [ 2.5, 14, 4.5, 16 ], "texture": "#texture" }, - "west": { "uv": [ 0.5, 14, 1.5, 16 ], "texture": "#texture" }, - "east": { "uv": [ 14.5, 14, 15.5, 16 ], "texture": "#texture" } - } - }, - { - "__comment": "Box20", - "from": [ 9.75, 4.5, 14.5 ], - "to": [ 12.75, 7.5, 15.5 ], - "rotation": { "origin": [ 9.75, 4.5, 14.5 ], "axis": "z", "angle": -45 }, - "faces": { - "down": { "uv": [ 2.5, 14.5, 4.5, 15.5 ], "texture": "#texture" }, - "up": { "uv": [ 2.5, 0.5, 4.5, 1.5 ], "texture": "#texture" }, - "north": { "uv": [ 11.5, 14, 13.5, 16 ], "texture": "#texture" }, - "south": { "uv": [ 2.5, 14, 4.5, 16 ], "texture": "#texture" }, - "west": { "uv": [ 0.5, 14, 1.5, 16 ], "texture": "#texture" }, - "east": { "uv": [ 14.5, 14, 15.5, 16 ], "texture": "#texture" } - } - }, - { - "__comment": "Box20", - "from": [ 2, 4.5, 14.5 ], - "to": [ 5, 7.5, 15.5 ], - "rotation": { "origin": [ 2, 4.5, 14.5 ], "axis": "z", "angle": -45 }, - "faces": { - "down": { "uv": [ 2.5, 14.5, 4.5, 15.5 ], "texture": "#texture" }, - "up": { "uv": [ 2.5, 0.5, 4.5, 1.5 ], "texture": "#texture" }, - "north": { "uv": [ 11.5, 14, 13.5, 16 ], "texture": "#texture" }, - "south": { "uv": [ 2.5, 14, 4.5, 16 ], "texture": "#texture" }, - "west": { "uv": [ 0.5, 14, 1.5, 16 ], "texture": "#texture" }, - "east": { "uv": [ 14.5, 14, 15.5, 16 ], "texture": "#texture" } - } - }, - { - "__comment": "Box20", - "from": [ 5.875, 4.5, 0.5 ], - "to": [ 8.875, 7.5, 1.5 ], - "rotation": { "origin": [ 5.875, 4.5, 0.5 ], "axis": "z", "angle": -45 }, - "faces": { - "down": { "uv": [ 2.5, 14.5, 4.5, 15.5 ], "texture": "#texture" }, - "up": { "uv": [ 2.5, 0.5, 4.5, 1.5 ], "texture": "#texture" }, - "north": { "uv": [ 11.5, 14, 13.5, 16 ], "texture": "#texture" }, - "south": { "uv": [ 2.5, 14, 4.5, 16 ], "texture": "#texture" }, - "west": { "uv": [ 0.5, 14, 1.5, 16 ], "texture": "#texture" }, - "east": { "uv": [ 14.5, 14, 15.5, 16 ], "texture": "#texture" } - } - }, - { - "__comment": "Box20", - "from": [ 9.75, 4.5, 0.5 ], - "to": [ 12.75, 7.5, 1.5 ], - "rotation": { "origin": [ 9.75, 4.5, 0.5 ], "axis": "z", "angle": -45 }, - "faces": { - "down": { "uv": [ 2.5, 14.5, 4.5, 15.5 ], "texture": "#texture" }, - "up": { "uv": [ 2.5, 0.5, 4.5, 1.5 ], "texture": "#texture" }, - "north": { "uv": [ 11.5, 14, 13.5, 16 ], "texture": "#texture" }, - "south": { "uv": [ 2.5, 14, 4.5, 16 ], "texture": "#texture" }, - "west": { "uv": [ 0.5, 14, 1.5, 16 ], "texture": "#texture" }, - "east": { "uv": [ 14.5, 14, 15.5, 16 ], "texture": "#texture" } - } - }, - { - "__comment": "Box20", - "from": [ 2, 4.5, 0.5 ], - "to": [ 5, 7.5, 1.5 ], - "rotation": { "origin": [ 2, 4.5, 0.5 ], "axis": "z", "angle": -45 }, - "faces": { - "down": { "uv": [ 2.5, 14.5, 4.5, 15.5 ], "texture": "#texture" }, - "up": { "uv": [ 2.5, 0.5, 4.5, 1.5 ], "texture": "#texture" }, - "north": { "uv": [ 11.5, 14, 13.5, 16 ], "texture": "#texture" }, - "south": { "uv": [ 2.5, 14, 4.5, 16 ], "texture": "#texture" }, - "west": { "uv": [ 0.5, 14, 1.5, 16 ], "texture": "#texture" }, - "east": { "uv": [ 14.5, 14, 15.5, 16 ], "texture": "#texture" } - } - }, - { - "__comment": "Box26", - "from": [ 14.5, 4.5, 5.875 ], - "to": [ 15.5, 7.5, 8.875 ], - "rotation": { "origin": [ 14.5, 4.5, 5.875 ], "axis": "x", "angle": 45 }, - "faces": { - "down": { "uv": [ 14, 15, 15, 16 ], "texture": "#texture" }, - "up": { "uv": [ 14, 0, 15, 1 ], "texture": "#texture" }, - "north": { "uv": [ 1, 13, 2, 16 ], "texture": "#texture" }, - "south": { "uv": [ 14, 13, 15, 16 ], "texture": "#texture" }, - "west": { "uv": [ 0, 13, 1, 16 ], "texture": "#texture" }, - "east": { "uv": [ 15, 13, 16, 16 ], "texture": "#texture" } - } - }, - { - "__comment": "Box26", - "from": [ 14.5, 4.5, 2 ], - "to": [ 15.5, 7.5, 5 ], - "rotation": { "origin": [ 14.5, 4.5, 2 ], "axis": "x", "angle": 45 }, - "faces": { - "down": { "uv": [ 14, 15, 15, 16 ], "texture": "#texture" }, - "up": { "uv": [ 14, 0, 15, 1 ], "texture": "#texture" }, - "north": { "uv": [ 1, 13, 2, 16 ], "texture": "#texture" }, - "south": { "uv": [ 14, 13, 15, 16 ], "texture": "#texture" }, - "west": { "uv": [ 0, 13, 1, 16 ], "texture": "#texture" }, - "east": { "uv": [ 15, 13, 16, 16 ], "texture": "#texture" } - } - }, - { - "__comment": "Box26", - "from": [ 14.5, 4.5, 9.75 ], - "to": [ 15.5, 7.5, 12.75 ], - "rotation": { "origin": [ 14.5, 4.5, 9.75 ], "axis": "x", "angle": 45 }, - "faces": { - "down": { "uv": [ 14, 15, 15, 16 ], "texture": "#texture" }, - "up": { "uv": [ 14, 0, 15, 1 ], "texture": "#texture" }, - "north": { "uv": [ 1, 13, 2, 16 ], "texture": "#texture" }, - "south": { "uv": [ 14, 13, 15, 16 ], "texture": "#texture" }, - "west": { "uv": [ 0, 13, 1, 16 ], "texture": "#texture" }, - "east": { "uv": [ 15, 13, 16, 16 ], "texture": "#texture" } - } - }, - { - "__comment": "Box26", - "from": [ 0.5, 4.5, 2 ], - "to": [ 1.5, 7.5, 5 ], - "rotation": { "origin": [ 0.5, 4.5, 2 ], "axis": "x", "angle": 45 }, - "faces": { - "down": { "uv": [ 14, 15, 15, 16 ], "texture": "#texture" }, - "up": { "uv": [ 14, 0, 15, 1 ], "texture": "#texture" }, - "north": { "uv": [ 1, 13, 2, 16 ], "texture": "#texture" }, - "south": { "uv": [ 14, 13, 15, 16 ], "texture": "#texture" }, - "west": { "uv": [ 0, 13, 1, 16 ], "texture": "#texture" }, - "east": { "uv": [ 15, 13, 16, 16 ], "texture": "#texture" } - } - }, - { - "__comment": "Box26", - "from": [ 0.5, 4.5, 5.875 ], - "to": [ 1.5, 7.5, 8.875 ], - "rotation": { "origin": [ 0.5, 4.5, 5.875 ], "axis": "x", "angle": 45 }, - "faces": { - "down": { "uv": [ 14, 15, 15, 16 ], "texture": "#texture" }, - "up": { "uv": [ 14, 0, 15, 1 ], "texture": "#texture" }, - "north": { "uv": [ 1, 13, 2, 16 ], "texture": "#texture" }, - "south": { "uv": [ 14, 13, 15, 16 ], "texture": "#texture" }, - "west": { "uv": [ 0, 13, 1, 16 ], "texture": "#texture" }, - "east": { "uv": [ 15, 13, 16, 16 ], "texture": "#texture" } - } - }, - { - "__comment": "Box26", - "from": [ 0.5, 4.5, 9.75 ], - "to": [ 1.5, 7.5, 12.75 ], - "rotation": { "origin": [ 0.5, 4.5, 9.75 ], "axis": "x", "angle": 45 }, - "faces": { - "down": { "uv": [ 14, 15, 15, 16 ], "texture": "#texture" }, - "up": { "uv": [ 14, 0, 15, 1 ], "texture": "#texture" }, - "north": { "uv": [ 1, 13, 2, 16 ], "texture": "#texture" }, - "south": { "uv": [ 14, 13, 15, 16 ], "texture": "#texture" }, - "west": { "uv": [ 0, 13, 1, 16 ], "texture": "#texture" }, - "east": { "uv": [ 15, 13, 16, 16 ], "texture": "#texture" } - } - } - ], - "display": { - "thirdperson_righthand": { - "rotation": [ 28, 0, 0 ], - "translation": [ 0, 2.7826, 1.3913 ], - "scale": [ 0.3393, 0.3833, 0.313 ] - }, - "thirdperson_lefthand": { - "rotation": [ 28, 0, 0 ], - "translation": [ 0, 2.7826, 1.3913 ], - "scale": [ 0.3393, 0.3833, 0.313 ] - }, - "firstperson_righthand": { - "rotation": [ 0, -64, 0 ] - }, - "firstperson_lefthand": { - "rotation": [ 0, -64, 0 ] - }, - "gui": { - "rotation": [ 0, -180, 0 ], - "translation": [ 0, 4.1739, 0 ] - }, - "head": { - "translation": [ 0, 15.304, 0 ], - "scale": [ 1, 1.313, 1 ] - }, - "fixed": { - "translation": [ 0, 2.7826, 0 ] - } - } -} \ No newline at end of file +{"__comment":"Designed_by_Kodak_kev_with_Cubik_Studio_-_https://cubik.studio","textures":{"particle":"block/e_particle","texture":"block/yellow_terracotta","texture1":"block/purple_wool","texture2":"block/blue_wool"},"elements":[{"__comment":"Box1","from":[2,0,-0.25],"to":[14,1,0.75],"faces":{"down":{"uv":[2,15.25,14,16],"texture":"#texture2"},"up":{"uv":[2,0,14,0.75],"texture":"#texture2"},"north":{"uv":[2,15,14,16],"texture":"#texture2"},"south":{"uv":[2,15,14,16],"texture":"#texture2"},"west":{"uv":[0,15,0.75,16],"texture":"#texture2"},"east":{"uv":[15.25,15,16,16],"texture":"#texture2"}}},{"__comment":"Box2","from":[-0.25,0,2],"to":[0.75,1,14],"faces":{"down":{"uv":[0,2,0.75,14],"texture":"#texture2"},"up":{"uv":[0,2,0.75,14],"texture":"#texture2"},"north":{"uv":[15.25,15,16,16],"texture":"#texture2"},"south":{"uv":[0,15,0.75,16],"texture":"#texture2"},"west":{"uv":[2,15,14,16],"texture":"#texture2"},"east":{"uv":[2,15,14,16],"texture":"#texture2"}}},{"__comment":"Box3","from":[15.25,0,2],"to":[16.25,1,14],"faces":{"down":{"uv":[15.25,2,16,14],"texture":"#texture2"},"up":{"uv":[15.25,2,16,14],"texture":"#texture2"},"north":{"uv":[0,15,0.75,16],"texture":"#texture2"},"south":{"uv":[15.25,15,16,16],"texture":"#texture2"},"west":{"uv":[2,15,14,16],"texture":"#texture2"},"east":{"uv":[2,15,14,16],"texture":"#texture2"}}},{"__comment":"Box4","from":[2,0,15.25],"to":[14,1,16.25],"faces":{"down":{"uv":[2,0,14,0.75],"texture":"#texture2"},"up":{"uv":[2,15.25,14,16],"texture":"#texture2"},"north":{"uv":[2,15,14,16],"texture":"#texture2"},"south":{"uv":[2,15,14,16],"texture":"#texture2"},"west":{"uv":[15.25,15,16,16],"texture":"#texture2"},"east":{"uv":[0,15,0.75,16],"texture":"#texture2"}}},{"__comment":"Box5","from":[-0.25,0,2],"to":[2.95,1,3],"rotation":{"origin":[-0.25,0,2],"axis":"y","angle":45},"faces":{"down":{"uv":[0,14.5,2,15.5],"texture":"#texture2"},"up":{"uv":[0,0.5,2,1.5],"texture":"#texture2"},"north":{"uv":[14,15,16,16],"texture":"#texture2"},"south":{"uv":[0,15,2,16],"texture":"#texture2"},"west":{"uv":[0.5,15,1.5,16],"texture":"#texture2"},"east":{"uv":[14.5,15,15.5,16],"texture":"#texture2"}}},{"__comment":"Box6","from":[13.25,0,15.5],"to":[16.45,1,16.5],"rotation":{"origin":[13.25,0,15.5],"axis":"y","angle":45},"faces":{"down":{"uv":[0,1,1,2],"texture":"#texture2"},"up":{"uv":[0,14,1,15],"texture":"#texture2"},"north":{"uv":[15,15,16,16],"texture":"#texture2"},"south":{"uv":[0,15,1,16],"texture":"#texture2"},"west":{"uv":[14,15,15,16],"texture":"#texture2"},"east":{"uv":[1,15,2,16],"texture":"#texture2"}}},{"__comment":"Box7","from":[13.25,0,0.5],"to":[14.25,1,3.7],"rotation":{"origin":[13.25,0,0.5],"axis":"y","angle":45},"faces":{"down":{"uv":[14,15.5,15,16],"texture":"#texture2"},"up":{"uv":[14,0,15,0.5],"texture":"#texture2"},"north":{"uv":[1,15,2,16],"texture":"#texture2"},"south":{"uv":[14,15,15,16],"texture":"#texture2"},"west":{"uv":[0,15,0.5,16],"texture":"#texture2"},"east":{"uv":[15.5,15,16,16],"texture":"#texture2"}}},{"__comment":"Box7","from":[-0.25,0,14],"to":[0.75,1,17.2],"rotation":{"origin":[-0.25,0,14],"axis":"y","angle":45},"faces":{"down":{"uv":[14,15.5,15,16],"texture":"#texture2"},"up":{"uv":[14,0,15,0.5],"texture":"#texture2"},"north":{"uv":[1,15,2,16],"texture":"#texture2"},"south":{"uv":[14,15,15,16],"texture":"#texture2"},"west":{"uv":[0,15,0.5,16],"texture":"#texture2"},"east":{"uv":[15.5,15,16,16],"texture":"#texture2"}}},{"__comment":"Box9","from":[2,1,14.5],"to":[14,4.5,15.5],"faces":{"down":{"uv":[2,14.5,14,15.5],"texture":"#texture"},"up":{"uv":[2,0.5,14,1.5],"texture":"#texture"},"north":{"uv":[2,14,14,15],"texture":"#texture"},"south":{"uv":[2,14,14,15],"texture":"#texture"},"west":{"uv":[0.5,14,1.5,15],"texture":"#texture"},"east":{"uv":[14.5,14,15.5,15],"texture":"#texture"}}},{"__comment":"Box9","from":[2,1,0.5],"to":[14,4.5,1.5],"faces":{"down":{"uv":[2,14.5,14,15.5],"texture":"#texture"},"up":{"uv":[2,0.5,14,1.5],"texture":"#texture"},"north":{"uv":[2,14,14,15],"texture":"#texture"},"south":{"uv":[2,14,14,15],"texture":"#texture"},"west":{"uv":[0.5,14,1.5,15],"texture":"#texture"},"east":{"uv":[14.5,14,15.5,15],"texture":"#texture"}}},{"__comment":"Box11","from":[14.5,1,2],"to":[15.5,4.5,14],"faces":{"down":{"uv":[14.5,2,15.5,14],"texture":"#texture"},"up":{"uv":[14.5,2,15.5,14],"texture":"#texture"},"north":{"uv":[0.5,11.5,1.5,15],"texture":"#texture"},"south":{"uv":[14.5,11.5,15.5,15],"texture":"#texture"},"west":{"uv":[2,11.5,14,15],"texture":"#texture"},"east":{"uv":[2,11.5,14,15],"texture":"#texture"}}},{"__comment":"Box11","from":[0.5,1,2],"to":[1.5,4.5,14],"faces":{"down":{"uv":[0.5,2,1.5,14],"texture":"#texture"},"up":{"uv":[0.5,2,1.5,14],"texture":"#texture"},"north":{"uv":[14.5,11.5,15.5,15],"texture":"#texture"},"south":{"uv":[0.5,11.5,1.5,15],"texture":"#texture"},"west":{"uv":[2,11.5,14,15],"texture":"#texture"},"east":{"uv":[2,11.5,14,15],"texture":"#texture"}}},{"__comment":"Box13","from":[13.25,1,14.75],"to":[15.35,4.5,15.75],"rotation":{"origin":[13.25,1,14.75],"axis":"y","angle":45},"faces":{"down":{"uv":[0,1,0.5,2],"texture":"#texture"},"up":{"uv":[0,14,0.5,15],"texture":"#texture"},"north":{"uv":[15.5,15,16,16],"texture":"#texture"},"south":{"uv":[0,15,0.5,16],"texture":"#texture"},"west":{"uv":[14,15,15,16],"texture":"#texture"},"east":{"uv":[1,15,2,16],"texture":"#texture"}}},{"__comment":"Box13","from":[0.5,1,2],"to":[2.62,4.5,3],"rotation":{"origin":[0.5,1,2],"axis":"y","angle":45},"faces":{"down":{"uv":[0,1,0.5,2],"texture":"#texture"},"up":{"uv":[0,14,0.5,15],"texture":"#texture"},"north":{"uv":[15.5,15,16,16],"texture":"#texture"},"south":{"uv":[0,15,0.5,16],"texture":"#texture"},"west":{"uv":[14,15,15,16],"texture":"#texture"},"east":{"uv":[1,15,2,16],"texture":"#texture"}}},{"__comment":"Box15","from":[1.25,1,13.25],"to":[3.35,4.5,14.25],"rotation":{"origin":[1.25,1,13.25],"axis":"y","angle":-45},"faces":{"down":{"uv":[5.5,1,7.5,2],"texture":"#texture"},"up":{"uv":[5.5,14,7.5,15],"texture":"#texture"},"north":{"uv":[8.5,15,10.5,16],"texture":"#texture"},"south":{"uv":[5.5,15,7.5,16],"texture":"#texture"},"west":{"uv":[14,15,15,16],"texture":"#texture"},"east":{"uv":[1,15,2,16],"texture":"#texture"}}},{"__comment":"Box15","from":[14,1,0.5],"to":[16.12,4.5,1.5],"rotation":{"origin":[14,1,0.5],"axis":"y","angle":-45},"faces":{"down":{"uv":[5.5,1,7.5,2],"texture":"#texture"},"up":{"uv":[5.5,14,7.5,15],"texture":"#texture"},"north":{"uv":[8.5,15,10.5,16],"texture":"#texture"},"south":{"uv":[5.5,15,7.5,16],"texture":"#texture"},"west":{"uv":[14,15,15,16],"texture":"#texture"},"east":{"uv":[1,15,2,16],"texture":"#texture"}}},{"__comment":"Box17","from":[8.875,3.75,0],"to":[9.875,5.25,1],"rotation":{"origin":[8.875,3.75,0],"axis":"z","angle":45},"faces":{"down":{"uv":[7.5,15,8.5,16],"texture":"#texture1"},"up":{"uv":[7.5,0,8.5,1],"texture":"#texture1"},"north":{"uv":[7.5,13,8.5,14.5],"texture":"#texture1"},"south":{"uv":[7.5,13,8.5,14.5],"texture":"#texture1"},"west":{"uv":[0,13,1,14.5],"texture":"#texture1"},"east":{"uv":[15,13,16,14.5],"texture":"#texture1"}}},{"__comment":"Box18","from":[6.75,1.5,0],"to":[9.25,2.5,1],"faces":{"down":{"uv":[6.75,15,9.25,16],"texture":"#texture1"},"up":{"uv":[6.75,0,9.25,1],"texture":"#texture1"},"north":{"uv":[6.75,13.5,9.25,14.5],"texture":"#texture1"},"south":{"uv":[6.75,13.5,9.25,14.5],"texture":"#texture1"},"west":{"uv":[0,13.5,1,14.5],"texture":"#texture1"},"east":{"uv":[15,13.5,16,14.5],"texture":"#texture1"}}},{"__comment":"Box17","from":[7.5,1.5,0],"to":[8.5,5.5,1],"faces":{"down":{"uv":[7.5,15,8.5,16],"texture":"#texture1"},"up":{"uv":[7.5,0,8.5,1],"texture":"#texture1"},"north":{"uv":[7.5,10.5,8.5,14.5],"texture":"#texture1"},"south":{"uv":[7.5,10.5,8.5,14.5],"texture":"#texture1"},"west":{"uv":[0,10.5,1,14.5],"texture":"#texture1"},"east":{"uv":[15,10.5,16,14.5],"texture":"#texture1"}}},{"__comment":"Box20","from":[5.875,4.5,14.5],"to":[8.875,7.5,15.5],"rotation":{"origin":[5.875,4.5,14.5],"axis":"z","angle":-45},"faces":{"down":{"uv":[2.5,14.5,4.5,15.5],"texture":"#texture"},"up":{"uv":[2.5,0.5,4.5,1.5],"texture":"#texture"},"north":{"uv":[11.5,14,13.5,16],"texture":"#texture"},"south":{"uv":[2.5,14,4.5,16],"texture":"#texture"},"west":{"uv":[0.5,14,1.5,16],"texture":"#texture"},"east":{"uv":[14.5,14,15.5,16],"texture":"#texture"}}},{"__comment":"Box20","from":[9.75,4.5,14.5],"to":[12.75,7.5,15.5],"rotation":{"origin":[9.75,4.5,14.5],"axis":"z","angle":-45},"faces":{"down":{"uv":[2.5,14.5,4.5,15.5],"texture":"#texture"},"up":{"uv":[2.5,0.5,4.5,1.5],"texture":"#texture"},"north":{"uv":[11.5,14,13.5,16],"texture":"#texture"},"south":{"uv":[2.5,14,4.5,16],"texture":"#texture"},"west":{"uv":[0.5,14,1.5,16],"texture":"#texture"},"east":{"uv":[14.5,14,15.5,16],"texture":"#texture"}}},{"__comment":"Box20","from":[2,4.5,14.5],"to":[5,7.5,15.5],"rotation":{"origin":[2,4.5,14.5],"axis":"z","angle":-45},"faces":{"down":{"uv":[2.5,14.5,4.5,15.5],"texture":"#texture"},"up":{"uv":[2.5,0.5,4.5,1.5],"texture":"#texture"},"north":{"uv":[11.5,14,13.5,16],"texture":"#texture"},"south":{"uv":[2.5,14,4.5,16],"texture":"#texture"},"west":{"uv":[0.5,14,1.5,16],"texture":"#texture"},"east":{"uv":[14.5,14,15.5,16],"texture":"#texture"}}},{"__comment":"Box20","from":[5.875,4.5,0.5],"to":[8.875,7.5,1.5],"rotation":{"origin":[5.875,4.5,0.5],"axis":"z","angle":-45},"faces":{"down":{"uv":[2.5,14.5,4.5,15.5],"texture":"#texture"},"up":{"uv":[2.5,0.5,4.5,1.5],"texture":"#texture"},"north":{"uv":[11.5,14,13.5,16],"texture":"#texture"},"south":{"uv":[2.5,14,4.5,16],"texture":"#texture"},"west":{"uv":[0.5,14,1.5,16],"texture":"#texture"},"east":{"uv":[14.5,14,15.5,16],"texture":"#texture"}}},{"__comment":"Box20","from":[9.75,4.5,0.5],"to":[12.75,7.5,1.5],"rotation":{"origin":[9.75,4.5,0.5],"axis":"z","angle":-45},"faces":{"down":{"uv":[2.5,14.5,4.5,15.5],"texture":"#texture"},"up":{"uv":[2.5,0.5,4.5,1.5],"texture":"#texture"},"north":{"uv":[11.5,14,13.5,16],"texture":"#texture"},"south":{"uv":[2.5,14,4.5,16],"texture":"#texture"},"west":{"uv":[0.5,14,1.5,16],"texture":"#texture"},"east":{"uv":[14.5,14,15.5,16],"texture":"#texture"}}},{"__comment":"Box20","from":[2,4.5,0.5],"to":[5,7.5,1.5],"rotation":{"origin":[2,4.5,0.5],"axis":"z","angle":-45},"faces":{"down":{"uv":[2.5,14.5,4.5,15.5],"texture":"#texture"},"up":{"uv":[2.5,0.5,4.5,1.5],"texture":"#texture"},"north":{"uv":[11.5,14,13.5,16],"texture":"#texture"},"south":{"uv":[2.5,14,4.5,16],"texture":"#texture"},"west":{"uv":[0.5,14,1.5,16],"texture":"#texture"},"east":{"uv":[14.5,14,15.5,16],"texture":"#texture"}}},{"__comment":"Box26","from":[14.5,4.5,5.875],"to":[15.5,7.5,8.875],"rotation":{"origin":[14.5,4.5,5.875],"axis":"x","angle":45},"faces":{"down":{"uv":[14,15,15,16],"texture":"#texture"},"up":{"uv":[14,0,15,1],"texture":"#texture"},"north":{"uv":[1,13,2,16],"texture":"#texture"},"south":{"uv":[14,13,15,16],"texture":"#texture"},"west":{"uv":[0,13,1,16],"texture":"#texture"},"east":{"uv":[15,13,16,16],"texture":"#texture"}}},{"__comment":"Box26","from":[14.5,4.5,2],"to":[15.5,7.5,5],"rotation":{"origin":[14.5,4.5,2],"axis":"x","angle":45},"faces":{"down":{"uv":[14,15,15,16],"texture":"#texture"},"up":{"uv":[14,0,15,1],"texture":"#texture"},"north":{"uv":[1,13,2,16],"texture":"#texture"},"south":{"uv":[14,13,15,16],"texture":"#texture"},"west":{"uv":[0,13,1,16],"texture":"#texture"},"east":{"uv":[15,13,16,16],"texture":"#texture"}}},{"__comment":"Box26","from":[14.5,4.5,9.75],"to":[15.5,7.5,12.75],"rotation":{"origin":[14.5,4.5,9.75],"axis":"x","angle":45},"faces":{"down":{"uv":[14,15,15,16],"texture":"#texture"},"up":{"uv":[14,0,15,1],"texture":"#texture"},"north":{"uv":[1,13,2,16],"texture":"#texture"},"south":{"uv":[14,13,15,16],"texture":"#texture"},"west":{"uv":[0,13,1,16],"texture":"#texture"},"east":{"uv":[15,13,16,16],"texture":"#texture"}}},{"__comment":"Box26","from":[0.5,4.5,2],"to":[1.5,7.5,5],"rotation":{"origin":[0.5,4.5,2],"axis":"x","angle":45},"faces":{"down":{"uv":[14,15,15,16],"texture":"#texture"},"up":{"uv":[14,0,15,1],"texture":"#texture"},"north":{"uv":[1,13,2,16],"texture":"#texture"},"south":{"uv":[14,13,15,16],"texture":"#texture"},"west":{"uv":[0,13,1,16],"texture":"#texture"},"east":{"uv":[15,13,16,16],"texture":"#texture"}}},{"__comment":"Box26","from":[0.5,4.5,5.875],"to":[1.5,7.5,8.875],"rotation":{"origin":[0.5,4.5,5.875],"axis":"x","angle":45},"faces":{"down":{"uv":[14,15,15,16],"texture":"#texture"},"up":{"uv":[14,0,15,1],"texture":"#texture"},"north":{"uv":[1,13,2,16],"texture":"#texture"},"south":{"uv":[14,13,15,16],"texture":"#texture"},"west":{"uv":[0,13,1,16],"texture":"#texture"},"east":{"uv":[15,13,16,16],"texture":"#texture"}}},{"__comment":"Box26","from":[0.5,4.5,9.75],"to":[1.5,7.5,12.75],"rotation":{"origin":[0.5,4.5,9.75],"axis":"x","angle":45},"faces":{"down":{"uv":[14,15,15,16],"texture":"#texture"},"up":{"uv":[14,0,15,1],"texture":"#texture"},"north":{"uv":[1,13,2,16],"texture":"#texture"},"south":{"uv":[14,13,15,16],"texture":"#texture"},"west":{"uv":[0,13,1,16],"texture":"#texture"},"east":{"uv":[15,13,16,16],"texture":"#texture"}}}],"display":{"thirdperson_righthand":{"rotation":[28,0,0],"translation":[0,2.7826,1.3913],"scale":[0.3393,0.3833,0.313]},"thirdperson_lefthand":{"rotation":[28,0,0],"translation":[0,2.7826,1.3913],"scale":[0.3393,0.3833,0.313]},"firstperson_righthand":{"rotation":[0,-64,0]},"firstperson_lefthand":{"rotation":[0,-64,0]},"gui":{"rotation":[0,-180,0],"translation":[0,4.1739,0]},"head":{"translation":[0,15.304,0],"scale":[1,1.313,1]},"fixed":{"translation":[0,2.7826,0]}}} diff --git a/assets/minecraft/models/item/cake.json b/assets/minecraft/models/item/cake.json index e8abd22..2876bf9 100644 --- a/assets/minecraft/models/item/cake.json +++ b/assets/minecraft/models/item/cake.json @@ -1,1334 +1 @@ -{ - "__comment": "Designed by Kodak_kev with Cubik Studio - https://cubik.studio", - "textures": { - "particle": "blocks/e_particle", - "texture": "blocks/wool_colored_white", - "texture1": "custom/palacelogo", - "texture2": "blocks/fire_layer_0", - "texture3": "blocks/wool_colored_purple", - "texture4": "blocks/wool_colored_blue", - "texture6": "blocks/hardened_clay_stained_yellow", - "texture5": "custom/number1_" - }, - "elements": [ - { - "__comment": "Box1", - "from": [ 8.5, 0, 7 ], - "to": [ 10.5, 1, 9 ], - "faces": { - "down": { "uv": [ 8.5, 7, 10.5, 9 ], "texture": "#texture" }, - "up": { "uv": [ 8.5, 7, 10.5, 9 ], "texture": "#texture" }, - "north": { "uv": [ 5.5, 15, 7.5, 16 ], "texture": "#texture" }, - "south": { "uv": [ 8.5, 15, 10.5, 16 ], "texture": "#texture" }, - "west": { "uv": [ 7, 15, 9, 16 ], "texture": "#texture" }, - "east": { "uv": [ 7, 15, 9, 16 ], "texture": "#texture" } - } - }, - { - "__comment": "Box2", - "from": [ 9.75, 0, 6.75 ], - "to": [ 10.75, 6.5, 8.25 ], - "rotation": { "origin": [ 9.75, 0, 6.75 ], "axis": "y", "angle": 45 }, - "faces": { - "down": { "uv": [ 3, 10, 5, 11 ], "texture": "#texture" }, - "up": { "uv": [ 3, 5, 5, 6 ], "texture": "#texture" }, - "north": { "uv": [ 11, 15, 13, 16 ], "texture": "#texture" }, - "south": { "uv": [ 3, 15, 5, 16 ], "texture": "#texture" }, - "west": { "uv": [ 5, 15, 6, 16 ], "texture": "#texture" }, - "east": { "uv": [ 10, 15, 11, 16 ], "texture": "#texture" } - } - }, - { - "__comment": "Box2", - "from": [ 7.5, 0, 7.125 ], - "to": [ 9, 6.5, 8.125 ], - "rotation": { "origin": [ 7.5, 0, 7.125 ], "axis": "y", "angle": 45 }, - "faces": { - "down": { "uv": [ 3, 10, 5, 11 ], "texture": "#texture" }, - "up": { "uv": [ 3, 5, 5, 6 ], "texture": "#texture" }, - "north": { "uv": [ 11, 15, 13, 16 ], "texture": "#texture" }, - "south": { "uv": [ 3, 15, 5, 16 ], "texture": "#texture" }, - "west": { "uv": [ 5, 15, 6, 16 ], "texture": "#texture" }, - "east": { "uv": [ 10, 15, 11, 16 ], "texture": "#texture" } - } - }, - { - "__comment": "Box2", - "from": [ 9.75, 0, 9.25 ], - "to": [ 11.25, 6.5, 10.25 ], - "rotation": { "origin": [ 9.75, 0, 9.25 ], "axis": "y", "angle": 45 }, - "faces": { - "down": { "uv": [ 3, 10, 5, 11 ], "texture": "#texture" }, - "up": { "uv": [ 3, 5, 5, 6 ], "texture": "#texture" }, - "north": { "uv": [ 11, 15, 13, 16 ], "texture": "#texture" }, - "south": { "uv": [ 3, 15, 5, 16 ], "texture": "#texture" }, - "west": { "uv": [ 5, 15, 6, 16 ], "texture": "#texture" }, - "east": { "uv": [ 10, 15, 11, 16 ], "texture": "#texture" } - } - }, - { - "__comment": "Box2", - "from": [ 7.5, 0, 8.875 ], - "to": [ 8.5, 6.5, 10.375 ], - "rotation": { "origin": [ 7.5, 0, 8.875 ], "axis": "y", "angle": 45 }, - "faces": { - "down": { "uv": [ 3, 10, 5, 11 ], "texture": "#texture" }, - "up": { "uv": [ 3, 5, 5, 6 ], "texture": "#texture" }, - "north": { "uv": [ 11, 15, 13, 16 ], "texture": "#texture" }, - "south": { "uv": [ 3, 15, 5, 16 ], "texture": "#texture" }, - "west": { "uv": [ 5, 15, 6, 16 ], "texture": "#texture" }, - "east": { "uv": [ 10, 15, 11, 16 ], "texture": "#texture" } - } - }, - { - "__comment": "Box6", - "from": [ 10.5, 0, 7 ], - "to": [ 11.5, 6.5, 9 ], - "faces": { - "down": { "uv": [ 10.5, 7, 11.5, 9 ], "texture": "#texture" }, - "up": { "uv": [ 10.5, 7, 11.5, 9 ], "texture": "#texture" }, - "north": { "uv": [ 4.5, 9.5, 5.5, 16 ], "texture": "#texture" }, - "south": { "uv": [ 10.5, 9.5, 11.5, 16 ], "texture": "#texture" }, - "west": { "uv": [ 7, 9.5, 9, 16 ], "texture": "#texture" }, - "east": { "uv": [ 7, 9.5, 9, 16 ], "texture": "#texture" } - } - }, - { - "__comment": "Box6", - "from": [ 8.5, 0, 9 ], - "to": [ 10.5, 6.5, 10 ], - "faces": { - "down": { "uv": [ 8.5, 6, 10.5, 7 ], "texture": "#texture" }, - "up": { "uv": [ 8.5, 9, 10.5, 10 ], "texture": "#texture" }, - "north": { "uv": [ 5.5, 9.5, 7.5, 16 ], "texture": "#texture" }, - "south": { "uv": [ 8.5, 9.5, 10.5, 16 ], "texture": "#texture" }, - "west": { "uv": [ 9, 9.5, 10, 16 ], "texture": "#texture" }, - "east": { "uv": [ 6, 9.5, 7, 16 ], "texture": "#texture" } - } - }, - { - "__comment": "Box6", - "from": [ 8.5, 0, 6 ], - "to": [ 10.5, 6.5, 7.5 ], - "faces": { - "down": { "uv": [ 8.5, 8.5, 10.5, 10 ], "texture": "#texture" }, - "up": { "uv": [ 8.5, 6, 10.5, 7.5 ], "texture": "#texture" }, - "north": { "uv": [ 5.5, 9.5, 7.5, 16 ], "texture": "#texture" }, - "south": { "uv": [ 8.5, 9.5, 10.5, 16 ], "texture": "#texture" }, - "west": { "uv": [ 6, 9.5, 7.5, 16 ], "texture": "#texture" }, - "east": { "uv": [ 8.5, 9.5, 10, 16 ], "texture": "#texture" } - } - }, - { - "__comment": "Box6", - "from": [ 7.5, 0, 7 ], - "to": [ 8.5, 6.5, 9 ], - "faces": { - "down": { "uv": [ 7.5, 7, 8.5, 9 ], "texture": "#texture" }, - "up": { "uv": [ 7.5, 7, 8.5, 9 ], "texture": "#texture" }, - "north": { "uv": [ 7.5, 9.5, 8.5, 16 ], "texture": "#texture" }, - "south": { "uv": [ 7.5, 9.5, 8.5, 16 ], "texture": "#texture" }, - "west": { "uv": [ 7, 9.5, 9, 16 ], "texture": "#texture" }, - "east": { "uv": [ 7, 9.5, 9, 16 ], "texture": "#texture" } - } - }, - { - "__comment": "Box12", - "from": [ 7, 0, 12 ], - "to": [ 12, 1, 13 ], - "faces": { - "down": { "uv": [ 7, 3, 12, 4 ], "texture": "#texture" }, - "up": { "uv": [ 7, 12, 12, 13 ], "texture": "#texture" }, - "north": { "uv": [ 4, 15, 9, 16 ], "texture": "#texture" }, - "south": { "uv": [ 7, 15, 12, 16 ], "texture": "#texture" }, - "west": { "uv": [ 12, 15, 13, 16 ], "texture": "#texture" }, - "east": { "uv": [ 3, 15, 4, 16 ], "texture": "#texture" } - } - }, - { - "__comment": "Box12", - "from": [ 7, 0, 3 ], - "to": [ 12, 1, 12.5 ], - "faces": { - "down": { "uv": [ 7, 3.5, 12, 13 ], "texture": "#texture" }, - "up": { "uv": [ 7, 3, 12, 12.5 ], "texture": "#texture" }, - "north": { "uv": [ 4, 15, 9, 16 ], "texture": "#texture" }, - "south": { "uv": [ 7, 15, 12, 16 ], "texture": "#texture" }, - "west": { "uv": [ 3, 15, 12.5, 16 ], "texture": "#texture" }, - "east": { "uv": [ 3.5, 15, 13, 16 ], "texture": "#texture" } - } - }, - { - "__comment": "Box14", - "from": [ 13.5, 0, 5.5 ], - "to": [ 14.5, 1, 10.5 ], - "faces": { - "down": { "uv": [ 13.5, 5.5, 14.5, 10.5 ], "texture": "#texture" }, - "up": { "uv": [ 13.5, 5.5, 14.5, 10.5 ], "texture": "#texture" }, - "north": { "uv": [ 1.5, 15, 2.5, 16 ], "texture": "#texture" }, - "south": { "uv": [ 13.5, 15, 14.5, 16 ], "texture": "#texture" }, - "west": { "uv": [ 5.5, 15, 10.5, 16 ], "texture": "#texture" }, - "east": { "uv": [ 5.5, 15, 10.5, 16 ], "texture": "#texture" } - } - }, - { - "__comment": "Box14", - "from": [ 4.5, 0, 5.5 ], - "to": [ 14, 1, 10.5 ], - "faces": { - "down": { "uv": [ 4.5, 5.5, 14, 10.5 ], "texture": "#texture" }, - "up": { "uv": [ 4.5, 5.5, 14, 10.5 ], "texture": "#texture" }, - "north": { "uv": [ 2, 15, 11.5, 16 ], "texture": "#texture" }, - "south": { "uv": [ 4.5, 15, 14, 16 ], "texture": "#texture" }, - "west": { "uv": [ 5.5, 15, 10.5, 16 ], "texture": "#texture" }, - "east": { "uv": [ 5.5, 15, 10.5, 16 ], "texture": "#texture" } - } - }, - { - "__comment": "Box17", - "from": [ 5.25, 0, 9.75 ], - "to": [ 8.75, 1, 10.75 ], - "rotation": { "origin": [ 5.25, 0, 9.75 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 2.5, 14, 6, 15 ], "texture": "#texture" }, - "up": { "uv": [ 2.5, 1, 6, 2 ], "texture": "#texture" }, - "north": { "uv": [ 10, 15, 13.5, 16 ], "texture": "#texture" }, - "south": { "uv": [ 2.5, 15, 6, 16 ], "texture": "#texture" }, - "west": { "uv": [ 1, 15, 2, 16 ], "texture": "#texture" }, - "east": { "uv": [ 14, 15, 15, 16 ], "texture": "#texture" } - } - }, - { - "__comment": "Box16", - "from": [ 11.25, 0, 12.25 ], - "to": [ 14.75, 1, 13.25 ], - "rotation": { "origin": [ 11.25, 0, 12.25 ], "axis": "y", "angle": 45 }, - "faces": { - "down": { "uv": [ 1.5, 10.5, 5, 11.5 ], "texture": "#texture" }, - "up": { "uv": [ 1.5, 4.5, 5, 5.5 ], "texture": "#texture" }, - "north": { "uv": [ 11, 15, 14.5, 16 ], "texture": "#texture" }, - "south": { "uv": [ 1.5, 15, 5, 16 ], "texture": "#texture" }, - "west": { "uv": [ 4.5, 15, 5.5, 16 ], "texture": "#texture" }, - "east": { "uv": [ 10.5, 15, 11.5, 16 ], "texture": "#texture" } - } - }, - { - "__comment": "Box16", - "from": [ 4.5, 0, 5.5 ], - "to": [ 8, 1, 6.5 ], - "rotation": { "origin": [ 4.5, 0, 5.5 ], "axis": "y", "angle": 45 }, - "faces": { - "down": { "uv": [ 1.5, 10.5, 5, 11.5 ], "texture": "#texture" }, - "up": { "uv": [ 1.5, 4.5, 5, 5.5 ], "texture": "#texture" }, - "north": { "uv": [ 11, 15, 14.5, 16 ], "texture": "#texture" }, - "south": { "uv": [ 1.5, 15, 5, 16 ], "texture": "#texture" }, - "west": { "uv": [ 4.5, 15, 5.5, 16 ], "texture": "#texture" }, - "east": { "uv": [ 10.5, 15, 11.5, 16 ], "texture": "#texture" } - } - }, - { - "__comment": "Box17", - "from": [ 12, 0, 3 ], - "to": [ 15.5, 1, 4 ], - "rotation": { "origin": [ 12, 0, 3 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 2.5, 14, 6, 15 ], "texture": "#texture" }, - "up": { "uv": [ 2.5, 1, 6, 2 ], "texture": "#texture" }, - "north": { "uv": [ 10, 15, 13.5, 16 ], "texture": "#texture" }, - "south": { "uv": [ 2.5, 15, 6, 16 ], "texture": "#texture" }, - "west": { "uv": [ 1, 15, 2, 16 ], "texture": "#texture" }, - "east": { "uv": [ 14, 15, 15, 16 ], "texture": "#texture" } - } - }, - { - "__comment": "Box21", - "from": [ 6, 0, 4.375 ], - "to": [ 13, 1, 11.375 ], - "faces": { - "down": { "uv": [ 6, 4.625, 13, 11.625 ], "texture": "#texture" }, - "up": { "uv": [ 6, 4.375, 13, 11.375 ], "texture": "#texture" }, - "north": { "uv": [ 3, 15, 10, 16 ], "texture": "#texture" }, - "south": { "uv": [ 6, 15, 13, 16 ], "texture": "#texture" }, - "west": { "uv": [ 4.375, 15, 11.375, 16 ], "texture": "#texture" }, - "east": { "uv": [ 4.625, 15, 11.625, 16 ], "texture": "#texture" } - } - }, - { - "__comment": "Box22", - "from": [ 6, 0, 9 ], - "to": [ 13, 1, 11.5 ], - "faces": { - "down": { "uv": [ 6, 4.5, 13, 7 ], "texture": "#texture" }, - "up": { "uv": [ 6, 9, 13, 11.5 ], "texture": "#texture" }, - "north": { "uv": [ 3, 15, 10, 16 ], "texture": "#texture" }, - "south": { "uv": [ 6, 15, 13, 16 ], "texture": "#texture" }, - "west": { "uv": [ 9, 15, 11.5, 16 ], "texture": "#texture" }, - "east": { "uv": [ 4.5, 15, 7, 16 ], "texture": "#texture" } - } - }, - { - "__comment": "Box22", - "from": [ 5.5, 0, 5 ], - "to": [ 13.5, 1, 7.5 ], - "faces": { - "down": { "uv": [ 5.5, 8.5, 13.5, 11 ], "texture": "#texture" }, - "up": { "uv": [ 5.5, 5, 13.5, 7.5 ], "texture": "#texture" }, - "north": { "uv": [ 2.5, 15, 10.5, 16 ], "texture": "#texture" }, - "south": { "uv": [ 5.5, 15, 13.5, 16 ], "texture": "#texture" }, - "west": { "uv": [ 5, 15, 7.5, 16 ], "texture": "#texture" }, - "east": { "uv": [ 8.5, 15, 11, 16 ], "texture": "#texture" } - } - }, - { - "__comment": "Box24", - "from": [ 11.25, 0, 5.5 ], - "to": [ 13.75, 6, 10.5 ], - "rotation": { "origin": [ 11.25, 0, 5.5 ], "axis": "z", "angle": 22.5 }, - "faces": { - "down": { "uv": [ 4.5, 1, 5.5, 2 ], "texture": "#texture" }, - "up": { "uv": [ 4.5, 14, 5.5, 15 ], "texture": "#texture" }, - "north": { "uv": [ 10.5, 10.5, 11.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 4.5, 10.5, 5.5, 15 ], "texture": "#texture" }, - "west": { "uv": [ 14, 10.5, 15, 15 ], "texture": "#texture" }, - "east": { "uv": [ 1, 10.5, 2, 15 ], "texture": "#texture" } - } - }, - { - "__comment": "Box24", - "from": [ 5.375, 1, 5.5 ], - "to": [ 7.875, 7, 10.5 ], - "rotation": { "origin": [ 5.375, 1, 5.5 ], "axis": "z", "angle": -22.5 }, - "faces": { - "down": { "uv": [ 4.5, 1, 5.5, 2 ], "texture": "#texture" }, - "up": { "uv": [ 4.5, 14, 5.5, 15 ], "texture": "#texture" }, - "north": { "uv": [ 10.5, 10.5, 11.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 4.5, 10.5, 5.5, 15 ], "texture": "#texture" }, - "west": { "uv": [ 14, 10.5, 15, 15 ], "texture": "#texture" }, - "east": { "uv": [ 1, 10.5, 2, 15 ], "texture": "#texture" } - } - }, - { - "__comment": "Box26", - "from": [ 7, 0.375, 10.875 ], - "to": [ 12, 6.375, 12.375 ], - "rotation": { "origin": [ 7, 0.375, 10.875 ], "axis": "x", "angle": -22.5 }, - "faces": { - "down": { "uv": [ 6.5, 1, 11.5, 2 ], "texture": "#texture" }, - "up": { "uv": [ 6.5, 14, 11.5, 15 ], "texture": "#texture" }, - "north": { "uv": [ 4.5, 9, 9.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 6.5, 9, 11.5, 15 ], "texture": "#texture" }, - "west": { "uv": [ 14, 9, 15, 15 ], "texture": "#texture" }, - "east": { "uv": [ 1, 9, 2, 15 ], "texture": "#texture" } - } - }, - { - "__comment": "Box26", - "from": [ 7, 1, 3.875 ], - "to": [ 12, 7, 5.375 ], - "rotation": { "origin": [ 7, 1, 3.875 ], "axis": "x", "angle": 22.5 }, - "faces": { - "down": { "uv": [ 6.5, 1, 11.5, 2 ], "texture": "#texture" }, - "up": { "uv": [ 6.5, 14, 11.5, 15 ], "texture": "#texture" }, - "north": { "uv": [ 4.5, 9, 9.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 6.5, 9, 11.5, 15 ], "texture": "#texture" }, - "west": { "uv": [ 14, 9, 15, 15 ], "texture": "#texture" }, - "east": { "uv": [ 1, 9, 2, 15 ], "texture": "#texture" } - } - }, - { - "__comment": "Box28", - "from": [ 3.5, 5, 16 ], - "to": [ 15.5, 7, 17 ], - "faces": { - "down": { "uv": [ 3.5, 15, 15.5, 16 ], "texture": "#texture" }, - "up": { "uv": [ 3.5, 0, 15.5, 1 ], "texture": "#texture" }, - "north": { "uv": [ 0.5, 9, 12.5, 11 ], "texture": "#texture" }, - "south": { "uv": [ 3.5, 9, 15.5, 11 ], "texture": "#texture" }, - "west": { "uv": [ 0, 9, 1, 11 ], "texture": "#texture" }, - "east": { "uv": [ 15, 9, 16, 11 ], "texture": "#texture" } - } - }, - { - "__comment": "Box29", - "from": [ 7, 1, 10 ], - "to": [ 12, 2, 11 ], - "faces": { - "down": { "uv": [ 7, 5, 12, 6 ], "texture": "#texture" }, - "up": { "uv": [ 7, 10, 12, 11 ], "texture": "#texture" }, - "north": { "uv": [ 4, 14, 9, 15 ], "texture": "#texture" }, - "south": { "uv": [ 7, 14, 12, 15 ], "texture": "#texture" }, - "west": { "uv": [ 10, 14, 11, 15 ], "texture": "#texture" }, - "east": { "uv": [ 5, 14, 6, 15 ], "texture": "#texture" } - } - }, - { - "__comment": "Box28", - "from": [ 2.5, 5, 0.5 ], - "to": [ 16.5, 7, 15.5 ], - "faces": { - "down": { "uv": [ 2.5, 0.5, 16, 15.5 ], "texture": "#texture" }, - "up": { "uv": [ 2.5, 0.5, 16, 15.5 ], "texture": "#texture" }, - "north": { "uv": [ 0, 9, 13.5, 11 ], "texture": "#texture" }, - "south": { "uv": [ 2.5, 9, 16, 11 ], "texture": "#texture" }, - "west": { "uv": [ 0.5, 9, 15.5, 11 ], "texture": "#texture" }, - "east": { "uv": [ 0.5, 9, 15.5, 11 ], "texture": "#texture" } - } - }, - { - "__comment": "Box28", - "from": [ 3.5, 5, -1 ], - "to": [ 15.5, 7, 0 ], - "faces": { - "down": { "uv": [ 3.5, 0, 15.5, 1 ], "texture": "#texture" }, - "up": { "uv": [ 3.5, 15, 15.5, 16 ], "texture": "#texture" }, - "north": { "uv": [ 0.5, 9, 12.5, 11 ], "texture": "#texture" }, - "south": { "uv": [ 3.5, 9, 15.5, 11 ], "texture": "#texture" }, - "west": { "uv": [ 15, 9, 16, 11 ], "texture": "#texture" }, - "east": { "uv": [ 0, 9, 1, 11 ], "texture": "#texture" } - } - }, - { - "__comment": "Box32", - "from": [ 17.5, 5, 2 ], - "to": [ 18.5, 7, 14 ], - "faces": { - "down": { "uv": [ 1.5, 2, 2.5, 14 ], "texture": "#texture" }, - "up": { "uv": [ 1.5, 2, 2.5, 14 ], "texture": "#texture" }, - "north": { "uv": [ 13.5, 9, 14.5, 11 ], "texture": "#texture" }, - "south": { "uv": [ 1.5, 9, 2.5, 11 ], "texture": "#texture" }, - "west": { "uv": [ 2, 9, 14, 11 ], "texture": "#texture" }, - "east": { "uv": [ 2, 9, 14, 11 ], "texture": "#texture" } - } - }, - { - "__comment": "Box32", - "from": [ 0.5, 5, 2 ], - "to": [ 1.5, 7, 14 ], - "faces": { - "down": { "uv": [ 0.5, 2, 1.5, 14 ], "texture": "#texture" }, - "up": { "uv": [ 0.5, 2, 1.5, 14 ], "texture": "#texture" }, - "north": { "uv": [ 14.5, 9, 15.5, 11 ], "texture": "#texture" }, - "south": { "uv": [ 0.5, 9, 1.5, 11 ], "texture": "#texture" }, - "west": { "uv": [ 2, 9, 14, 11 ], "texture": "#texture" }, - "east": { "uv": [ 2, 9, 14, 11 ], "texture": "#texture" } - } - }, - { - "__comment": "Box34", - "from": [ 14.625, 5, 16.25 ], - "to": [ 19.125, 7, 17.25 ], - "rotation": { "origin": [ 14.625, 5, 16.25 ], "axis": "y", "angle": 45 }, - "faces": { - "down": { "uv": [ 0.5, 14, 5.5, 15 ], "texture": "#texture" }, - "up": { "uv": [ 0.5, 1, 5.5, 2 ], "texture": "#texture" }, - "north": { "uv": [ 10.5, 15, 15.5, 16 ], "texture": "#texture" }, - "south": { "uv": [ 0.5, 15, 5.5, 16 ], "texture": "#texture" }, - "west": { "uv": [ 1, 15, 2, 16 ], "texture": "#texture" }, - "east": { "uv": [ 14, 15, 15, 16 ], "texture": "#texture" } - } - }, - { - "__comment": "Box34", - "from": [ 0.5, 5, 2.125 ], - "to": [ 5, 7, 3.125 ], - "rotation": { "origin": [ 0.5, 5, 2.125 ], "axis": "y", "angle": 45 }, - "faces": { - "down": { "uv": [ 0.5, 14, 5.5, 15 ], "texture": "#texture" }, - "up": { "uv": [ 0.5, 1, 5.5, 2 ], "texture": "#texture" }, - "north": { "uv": [ 10.5, 15, 15.5, 16 ], "texture": "#texture" }, - "south": { "uv": [ 0.5, 15, 5.5, 16 ], "texture": "#texture" }, - "west": { "uv": [ 1, 15, 2, 16 ], "texture": "#texture" }, - "east": { "uv": [ 14, 15, 15, 16 ], "texture": "#texture" } - } - }, - { - "__comment": "Box36", - "from": [ 1.125, 5, 13.125 ], - "to": [ 5.625, 7, 14.125 ], - "rotation": { "origin": [ 1.125, 5, 13.125 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 11, 13.5, 15.5, 14.5 ], "texture": "#texture" }, - "up": { "uv": [ 11, 1.5, 15.5, 2.5 ], "texture": "#texture" }, - "north": { "uv": [ 0.5, 15, 5, 16 ], "texture": "#texture" }, - "south": { "uv": [ 11, 15, 15.5, 16 ], "texture": "#texture" }, - "west": { "uv": [ 1.5, 15, 2.5, 16 ], "texture": "#texture" }, - "east": { "uv": [ 13.5, 15, 14.5, 16 ], "texture": "#texture" } - } - }, - { - "__comment": "Box36", - "from": [ 15.5, 5, -1 ], - "to": [ 20, 7, 0 ], - "rotation": { "origin": [ 15.5, 5, -1 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 11, 13.5, 15.5, 14.5 ], "texture": "#texture" }, - "up": { "uv": [ 11, 1.5, 15.5, 2.5 ], "texture": "#texture" }, - "north": { "uv": [ 0.5, 15, 5, 16 ], "texture": "#texture" }, - "south": { "uv": [ 11, 15, 15.5, 16 ], "texture": "#texture" }, - "west": { "uv": [ 1.5, 15, 2.5, 16 ], "texture": "#texture" }, - "east": { "uv": [ 13.5, 15, 14.5, 16 ], "texture": "#texture" } - } - }, - { - "__comment": "Box35", - "from": [ 3, 5, 15 ], - "to": [ 16, 7, 16 ], - "faces": { - "down": { "uv": [ 3, 0, 16, 1 ], "texture": "#texture" }, - "up": { "uv": [ 3, 15, 16, 16 ], "texture": "#texture" }, - "north": { "uv": [ 0, 9, 13, 11 ], "texture": "#texture" }, - "south": { "uv": [ 3, 9, 16, 11 ], "texture": "#texture" }, - "west": { "uv": [ 15, 9, 16, 11 ], "texture": "#texture" }, - "east": { "uv": [ 0, 9, 1, 11 ], "texture": "#texture" } - } - }, - { - "__comment": "Box35", - "from": [ 3, 5, 0 ], - "to": [ 16, 7, 1 ], - "faces": { - "down": { "uv": [ 3, 15, 16, 16 ], "texture": "#texture" }, - "up": { "uv": [ 3, 0, 16, 1 ], "texture": "#texture" }, - "north": { "uv": [ 0, 9, 13, 11 ], "texture": "#texture" }, - "south": { "uv": [ 3, 9, 16, 11 ], "texture": "#texture" }, - "west": { "uv": [ 0, 9, 1, 11 ], "texture": "#texture" }, - "east": { "uv": [ 15, 9, 16, 11 ], "texture": "#texture" } - } - }, - { - "__comment": "Box37", - "from": [ 16.375, 5, 1.375 ], - "to": [ 17.775, 7, 14.375 ], - "faces": { - "down": { "uv": [ 0.375, 1.625, 1.775, 14.625 ], "texture": "#texture" }, - "up": { "uv": [ 0.375, 1.375, 1.775, 14.375 ], "texture": "#texture" }, - "north": { "uv": [ 14.225, 9, 15.625, 11 ], "texture": "#texture" }, - "south": { "uv": [ 0.375, 9, 1.775, 11 ], "texture": "#texture" }, - "west": { "uv": [ 1.375, 9, 14.375, 11 ], "texture": "#texture" }, - "east": { "uv": [ 1.625, 9, 14.625, 11 ], "texture": "#texture" } - } - }, - { - "__comment": "Box37", - "from": [ 1.5, 5, 1.5 ], - "to": [ 2.5, 7, 14.5 ], - "faces": { - "down": { "uv": [ 1.5, 1.5, 2.5, 14.5 ], "texture": "#texture" }, - "up": { "uv": [ 1.5, 1.5, 2.5, 14.5 ], "texture": "#texture" }, - "north": { "uv": [ 13.5, 9, 14.5, 11 ], "texture": "#texture" }, - "south": { "uv": [ 1.5, 9, 2.5, 11 ], "texture": "#texture" }, - "west": { "uv": [ 1.5, 9, 14.5, 11 ], "texture": "#texture" }, - "east": { "uv": [ 1.5, 9, 14.5, 11 ], "texture": "#texture" } - } - }, - { - "__comment": "Box39", - "from": [ 15.5, 7, 5 ], - "to": [ 16.5, 12, 11 ], - "faces": { - "down": { "uv": [ 15.5, 5, 16, 11 ], "texture": "#texture3" }, - "up": { "uv": [ 15.5, 5, 16, 11 ], "texture": "#texture3" }, - "north": { "uv": [ 0, 4, 0.5, 9 ], "texture": "#texture3" }, - "south": { "uv": [ 15.5, 4, 16, 9 ], "texture": "#texture3" }, - "west": { "uv": [ 5, 4, 11, 9 ], "texture": "#texture3" }, - "east": { "uv": [ 5, 4, 11, 9 ], "texture": "#texture3" } - } - }, - { - "__comment": "Box39", - "from": [ 2.5, 12, 5 ], - "to": [ 3.5, 12.5, 11 ], - "faces": { - "down": { "uv": [ 2.5, 5, 3.5, 11 ], "texture": "#texture6" }, - "up": { "uv": [ 2.5, 5, 3.5, 11 ], "texture": "#texture6" }, - "north": { "uv": [ 12.5, 3.5, 13.5, 4 ], "texture": "#texture6" }, - "south": { "uv": [ 2.5, 3.5, 3.5, 4 ], "texture": "#texture6" }, - "west": { "uv": [ 5, 3.5, 11, 4 ], "texture": "#texture6" }, - "east": { "uv": [ 5, 3.5, 11, 4 ], "texture": "#texture6" } - } - }, - { - "__comment": "Box41", - "from": [ 6.5, 7, 1 ], - "to": [ 12.5, 12, 2 ], - "faces": { - "down": { "uv": [ 6.5, 14, 12.5, 15 ], "texture": "#texture3" }, - "up": { "uv": [ 6.5, 1, 12.5, 2 ], "texture": "#texture3" }, - "north": { "uv": [ 3.5, 4, 9.5, 9 ], "texture": "#texture3" }, - "south": { "uv": [ 6.5, 4, 12.5, 9 ], "texture": "#texture3" }, - "west": { "uv": [ 1, 4, 2, 9 ], "texture": "#texture3" }, - "east": { "uv": [ 14, 4, 15, 9 ], "texture": "#texture3" } - } - }, - { - "__comment": "Box41", - "from": [ 6.5, 7, 14 ], - "to": [ 12.5, 12, 15 ], - "faces": { - "down": { "uv": [ 6.5, 1, 12.5, 2 ], "texture": "#texture3" }, - "up": { "uv": [ 6.5, 14, 12.5, 15 ], "texture": "#texture3" }, - "north": { "uv": [ 3.5, 4, 9.5, 9 ], "texture": "#texture3" }, - "south": { "uv": [ 6.5, 4, 12.5, 9 ], "texture": "#texture3" }, - "west": { "uv": [ 14, 4, 15, 9 ], "texture": "#texture3" }, - "east": { "uv": [ 1, 4, 2, 9 ], "texture": "#texture3" } - } - }, - { - "__comment": "Box44", - "from": [ 14.375, 7, 1.75 ], - "to": [ 16.375, 12, 2.75 ], - "rotation": { "origin": [ 14.375, 7, 1.75 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 0, 0, 0.5, 1.5 ], "texture": "#texture3" }, - "up": { "uv": [ 0, 14.5, 0.5, 16 ], "texture": "#texture3" }, - "north": { "uv": [ 15.5, 8, 16, 9 ], "texture": "#texture3" }, - "south": { "uv": [ 0, 8, 0.5, 9 ], "texture": "#texture3" }, - "west": { "uv": [ 14.5, 8, 16, 9 ], "texture": "#texture3" }, - "east": { "uv": [ 0, 8, 1.5, 9 ], "texture": "#texture3" } - } - }, - { - "__comment": "Box45", - "from": [ 13.625, 12, 13.625 ], - "to": [ 15.725, 12.5, 14.625 ], - "rotation": { "origin": [ 13.625, 12, 13.625 ], "axis": "y", "angle": 45 }, - "faces": { - "down": { "uv": [ 0, 0.5, 1, 1.5 ], "texture": "#texture6" }, - "up": { "uv": [ 0, 14.5, 1, 15.5 ], "texture": "#texture6" }, - "north": { "uv": [ 15, 8, 16, 9 ], "texture": "#texture6" }, - "south": { "uv": [ 0, 8, 1, 9 ], "texture": "#texture6" }, - "west": { "uv": [ 14.5, 8, 15.5, 9 ], "texture": "#texture6" }, - "east": { "uv": [ 0.5, 8, 1.5, 9 ], "texture": "#texture6" } - } - }, - { - "__comment": "Box44", - "from": [ 3.25, 12, 3.125 ], - "to": [ 4.25, 12.5, 5.125 ], - "rotation": { "origin": [ 3.25, 12, 3.125 ], "axis": "y", "angle": -22.5 }, - "faces": { - "down": { "uv": [ 0, 0, 0.5, 1.5 ], "texture": "#texture6" }, - "up": { "uv": [ 0, 14.5, 0.5, 16 ], "texture": "#texture6" }, - "north": { "uv": [ 15.5, 8, 16, 9 ], "texture": "#texture6" }, - "south": { "uv": [ 0, 8, 0.5, 9 ], "texture": "#texture6" }, - "west": { "uv": [ 14.5, 8, 16, 9 ], "texture": "#texture6" }, - "east": { "uv": [ 0, 8, 1.5, 9 ], "texture": "#texture6" } - } - }, - { - "__comment": "Box43", - "from": [ 4.625, 7, 1.75 ], - "to": [ 6.625, 12, 2.75 ], - "rotation": { "origin": [ 4.625, 7, 1.75 ], "axis": "y", "angle": 22.5 }, - "faces": { - "down": { "uv": [ 14, 15, 15, 16 ], "texture": "#texture3" }, - "up": { "uv": [ 14, 0, 15, 1 ], "texture": "#texture3" }, - "north": { "uv": [ 1, 8, 2, 9 ], "texture": "#texture3" }, - "south": { "uv": [ 14, 8, 15, 9 ], "texture": "#texture3" }, - "west": { "uv": [ 0, 8, 1, 9 ], "texture": "#texture3" }, - "east": { "uv": [ 15, 8, 16, 9 ], "texture": "#texture3" } - } - }, - { - "__comment": "Box45", - "from": [ 3.25, 7, 3.125 ], - "to": [ 5.25, 12, 4.125 ], - "rotation": { "origin": [ 3.25, 7, 3.125 ], "axis": "y", "angle": 45 }, - "faces": { - "down": { "uv": [ 0, 0.5, 1, 1.5 ], "texture": "#texture3" }, - "up": { "uv": [ 0, 14.5, 1, 15.5 ], "texture": "#texture3" }, - "north": { "uv": [ 15, 8, 16, 9 ], "texture": "#texture3" }, - "south": { "uv": [ 0, 8, 1, 9 ], "texture": "#texture3" }, - "west": { "uv": [ 14.5, 8, 15.5, 9 ], "texture": "#texture3" }, - "east": { "uv": [ 0.5, 8, 1.5, 9 ], "texture": "#texture3" } - } - }, - { - "__comment": "Box44", - "from": [ 15.625, 12, 10.625 ], - "to": [ 16.625, 12.5, 12.625 ], - "rotation": { "origin": [ 15.625, 12, 10.625 ], "axis": "y", "angle": -22.5 }, - "faces": { - "down": { "uv": [ 0, 0, 0.5, 1.5 ], "texture": "#texture6" }, - "up": { "uv": [ 0, 14.5, 0.5, 16 ], "texture": "#texture6" }, - "north": { "uv": [ 15.5, 8, 16, 9 ], "texture": "#texture6" }, - "south": { "uv": [ 0, 8, 0.5, 9 ], "texture": "#texture6" }, - "west": { "uv": [ 14.5, 8, 16, 9 ], "texture": "#texture6" }, - "east": { "uv": [ 0, 8, 1.5, 9 ], "texture": "#texture6" } - } - }, - { - "__comment": "Box44", - "from": [ 14.875, 12, 3.5 ], - "to": [ 15.875, 12.5, 5.5 ], - "rotation": { "origin": [ 14.875, 12, 3.5 ], "axis": "y", "angle": 22.5 }, - "faces": { - "down": { "uv": [ 0, 0, 0.5, 1.5 ], "texture": "#texture6" }, - "up": { "uv": [ 0, 14.5, 0.5, 16 ], "texture": "#texture6" }, - "north": { "uv": [ 15.5, 8, 16, 9 ], "texture": "#texture6" }, - "south": { "uv": [ 0, 8, 0.5, 9 ], "texture": "#texture6" }, - "west": { "uv": [ 14.5, 8, 16, 9 ], "texture": "#texture6" }, - "east": { "uv": [ 0, 8, 1.5, 9 ], "texture": "#texture6" } - } - }, - { - "__comment": "Box44", - "from": [ 2.5, 12, 11 ], - "to": [ 3.5, 12.5, 13 ], - "rotation": { "origin": [ 2.5, 12, 11 ], "axis": "y", "angle": 22.5 }, - "faces": { - "down": { "uv": [ 0, 0, 0.5, 1.5 ], "texture": "#texture6" }, - "up": { "uv": [ 0, 14.5, 0.5, 16 ], "texture": "#texture6" }, - "north": { "uv": [ 15.5, 8, 16, 9 ], "texture": "#texture6" }, - "south": { "uv": [ 0, 8, 0.5, 9 ], "texture": "#texture6" }, - "west": { "uv": [ 14.5, 8, 16, 9 ], "texture": "#texture6" }, - "east": { "uv": [ 0, 8, 1.5, 9 ], "texture": "#texture6" } - } - }, - { - "__comment": "Box43", - "from": [ 12.125, 12, 14.125 ], - "to": [ 14.125, 12.5, 15.125 ], - "rotation": { "origin": [ 12.125, 12, 14.125 ], "axis": "y", "angle": 22.5 }, - "faces": { - "down": { "uv": [ 14, 15, 15, 16 ], "texture": "#texture6" }, - "up": { "uv": [ 14, 0, 15, 1 ], "texture": "#texture6" }, - "north": { "uv": [ 1, 8, 2, 9 ], "texture": "#texture6" }, - "south": { "uv": [ 14, 8, 15, 9 ], "texture": "#texture6" }, - "west": { "uv": [ 0, 8, 1, 9 ], "texture": "#texture6" }, - "east": { "uv": [ 15, 8, 16, 9 ], "texture": "#texture6" } - } - }, - { - "__comment": "Box44", - "from": [ 4, 12, 12.125 ], - "to": [ 6, 12.5, 13.125 ], - "rotation": { "origin": [ 4, 12, 12.125 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 0, 0, 0.5, 1.5 ], "texture": "#texture6" }, - "up": { "uv": [ 0, 14.5, 0.5, 16 ], "texture": "#texture6" }, - "north": { "uv": [ 15.5, 8, 16, 9 ], "texture": "#texture6" }, - "south": { "uv": [ 0, 8, 0.5, 9 ], "texture": "#texture6" }, - "west": { "uv": [ 14.5, 8, 16, 9 ], "texture": "#texture6" }, - "east": { "uv": [ 0, 8, 1.5, 9 ], "texture": "#texture6" } - } - }, - { - "__comment": "Box55", - "from": [ 4.125, 11.375, 2.875 ], - "to": [ 15.125, 12.375, 12.875 ], - "faces": { - "down": { "uv": [ 4.125, 3.125, 15.125, 13.125 ], "texture": "#texture4" }, - "up": { "uv": [ 4.125, 2.875, 15.125, 12.875 ], "texture": "#texture4" }, - "north": { "uv": [ 0.875, 3.625, 11.875, 4.625 ], "texture": "#texture4" }, - "south": { "uv": [ 4.125, 3.625, 15.125, 4.625 ], "texture": "#texture4" }, - "west": { "uv": [ 2.875, 3.625, 12.875, 4.625 ], "texture": "#texture4" }, - "east": { "uv": [ 3.125, 3.625, 13.125, 4.625 ], "texture": "#texture4" } - } - }, - { - "__comment": "Box56", - "from": [ 4.75, 11.375, 12.75 ], - "to": [ 14.45, 12.375, 14.05 ], - "faces": { - "down": { "uv": [ 4.75, 1.95, 14.45, 3.25 ], "texture": "#texture4" }, - "up": { "uv": [ 4.75, 12.75, 14.45, 14.05 ], "texture": "#texture4" }, - "north": { "uv": [ 1.55, 3.625, 11.25, 4.625 ], "texture": "#texture4" }, - "south": { "uv": [ 4.75, 3.625, 14.45, 4.625 ], "texture": "#texture4" }, - "west": { "uv": [ 12.75, 3.625, 14.05, 4.625 ], "texture": "#texture4" }, - "east": { "uv": [ 1.95, 3.625, 3.25, 4.625 ], "texture": "#texture4" } - } - }, - { - "__comment": "Box56", - "from": [ 4.5, 11.375, 2 ], - "to": [ 14.5, 12.375, 3 ], - "faces": { - "down": { "uv": [ 4.5, 13, 14.5, 14 ], "texture": "#texture4" }, - "up": { "uv": [ 4.5, 2, 14.5, 3 ], "texture": "#texture4" }, - "north": { "uv": [ 1.5, 3.625, 11.5, 4.625 ], "texture": "#texture4" }, - "south": { "uv": [ 4.5, 3.625, 14.5, 4.625 ], "texture": "#texture4" }, - "west": { "uv": [ 2, 3.625, 3, 4.625 ], "texture": "#texture4" }, - "east": { "uv": [ 13, 3.625, 14, 4.625 ], "texture": "#texture4" } - } - }, - { - "__comment": "Box58", - "from": [ 14.5, 11.375, 3.5 ], - "to": [ 15.5, 12.375, 12.5 ], - "faces": { - "down": { "uv": [ 14.5, 3.5, 15.5, 12.5 ], "texture": "#texture4" }, - "up": { "uv": [ 14.5, 3.5, 15.5, 12.5 ], "texture": "#texture4" }, - "north": { "uv": [ 0.5, 3.625, 1.5, 4.625 ], "texture": "#texture4" }, - "south": { "uv": [ 14.5, 3.625, 15.5, 4.625 ], "texture": "#texture4" }, - "west": { "uv": [ 3.5, 3.625, 12.5, 4.625 ], "texture": "#texture4" }, - "east": { "uv": [ 3.5, 3.625, 12.5, 4.625 ], "texture": "#texture4" } - } - }, - { - "__comment": "Box58", - "from": [ 3.5, 11.375, 3.5 ], - "to": [ 4.5, 12.375, 12.5 ], - "faces": { - "down": { "uv": [ 3.5, 3.5, 4.5, 12.5 ], "texture": "#texture4" }, - "up": { "uv": [ 3.5, 3.5, 4.5, 12.5 ], "texture": "#texture4" }, - "north": { "uv": [ 11.5, 3.625, 12.5, 4.625 ], "texture": "#texture4" }, - "south": { "uv": [ 3.5, 3.625, 4.5, 4.625 ], "texture": "#texture4" }, - "west": { "uv": [ 3.5, 3.625, 12.5, 4.625 ], "texture": "#texture4" }, - "east": { "uv": [ 3.5, 3.625, 12.5, 4.625 ], "texture": "#texture4" } - } - }, - { - "__comment": "Box60", - "from": [ 9, 11.5, 7.5 ], - "to": [ 10, 15.5, 8.5 ], - "faces": { - "down": { "uv": [ 9, 7.5, 10, 8.5 ], "texture": "#texture6" }, - "up": { "uv": [ 9, 7.5, 10, 8.5 ], "texture": "#texture6" }, - "north": { "uv": [ 6, 0.5, 7, 4.5 ], "texture": "#texture6" }, - "south": { "uv": [ 9, 0.5, 10, 4.5 ], "texture": "#texture6" }, - "west": { "uv": [ 7.5, 0.5, 8.5, 4.5 ], "texture": "#texture6" }, - "east": { "uv": [ 7.5, 0.5, 8.5, 4.5 ], "texture": "#texture6" } - } - }, - { - "__comment": "Box61", - "from": [ 9.375, 15.125, 7.875 ], - "to": [ 9.675, 16.125, 8.175 ], - "faces": { - "down": { "uv": [ 9.375, 7.825, 9.675, 8.125 ], "texture": "#texture" }, - "up": { "uv": [ 9.375, 7.875, 9.675, 8.175 ], "texture": "#texture" }, - "north": { "uv": [ 6.325, 0, 6.625, 0.875 ], "texture": "#texture" }, - "south": { "uv": [ 9.375, 0, 9.675, 0.875 ], "texture": "#texture" }, - "west": { "uv": [ 7.875, 0, 8.175, 0.875 ], "texture": "#texture" }, - "east": { "uv": [ 7.825, 0, 8.125, 0.875 ], "texture": "#texture" } - } - }, - { - "__comment": "Box62", - "from": [ 9.28, 16, 7.77 ], - "to": [ 9.78, 19.5, 8.27 ], - "faces": { - "down": { "uv": [ 0, 0, 2, 1 ], "texture": "#texture2" }, - "up": { "uv": [ 0.5, 3, 1, 3.5 ], "texture": "#texture2" }, - "north": { "uv": [ 0, 0.5, 16, 16 ], "texture": "#texture2" }, - "south": { "uv": [ 0, 0.5, 16, 16 ], "texture": "#texture2" }, - "west": { "uv": [ 0, 0.5, 16, 16 ], "texture": "#texture2" }, - "east": { "uv": [ 0, 0.5, 16, 16 ], "texture": "#texture2" } - } - }, - { - "__comment": "Box63", - "from": [ 5.75, 9.5, 3.75 ], - "to": [ 13.25, 12.5, 12.25 ], - "faces": { - "down": { "uv": [ 0.5, 1.382978, 1.5, 2.074468 ], "texture": "#texture1" }, - "up": { "uv": [ 1, 0, 14.5, 15.90425 ], "texture": "#texture1" }, - "north": { "uv": [ 0.5, 0.6914892, 1.5, 2.765958 ], "texture": "#texture1" }, - "south": { "uv": [ 5.5, 0.6914892, 5, 3.148936 ], "texture": "#texture1" }, - "west": { "uv": [ 3.5, 1, 6.5, 1.382978 ], "texture": "#texture1" }, - "east": { "uv": [ 0, 1, 7.5, 0.6914892 ], "texture": "#texture1" } - } - }, - { - "__comment": "Box43", - "from": [ 12.5, 7, 1 ], - "to": [ 14.5, 12, 2 ], - "rotation": { "origin": [ 12.5, 7, 1 ], "axis": "y", "angle": -22.5 }, - "faces": { - "down": { "uv": [ 14, 15, 15, 16 ], "texture": "#texture3" }, - "up": { "uv": [ 14, 0, 15, 1 ], "texture": "#texture3" }, - "north": { "uv": [ 1, 8, 2, 9 ], "texture": "#texture3" }, - "south": { "uv": [ 14, 8, 15, 9 ], "texture": "#texture3" }, - "west": { "uv": [ 0, 8, 1, 9 ], "texture": "#texture3" }, - "east": { "uv": [ 15, 8, 16, 9 ], "texture": "#texture3" } - } - }, - { - "__comment": "Box43", - "from": [ 5, 12, 13.375 ], - "to": [ 7, 12.5, 14.375 ], - "rotation": { "origin": [ 5, 12, 13.375 ], "axis": "y", "angle": -22.5 }, - "faces": { - "down": { "uv": [ 14, 15, 15, 16 ], "texture": "#texture6" }, - "up": { "uv": [ 14, 0, 15, 1 ], "texture": "#texture6" }, - "north": { "uv": [ 1, 8, 2, 9 ], "texture": "#texture6" }, - "south": { "uv": [ 14, 8, 15, 9 ], "texture": "#texture6" }, - "west": { "uv": [ 0, 8, 1, 9 ], "texture": "#texture6" }, - "east": { "uv": [ 15, 8, 16, 9 ], "texture": "#texture6" } - } - }, - { - "__comment": "Box67", - "from": [ 12.2309, 7, 15.0462 ], - "to": [ 14.7009, 7.5, 15.5462 ], - "rotation": { "origin": [ 12.25, 7, 15 ], "axis": "y", "angle": 22.5 }, - "faces": { - "down": { "uv": [ 5, 14.5, 7, 15 ], "texture": "#texture6" }, - "up": { "uv": [ 5, 1, 7, 1.5 ], "texture": "#texture6" }, - "north": { "uv": [ 9, 8.5, 11, 9 ], "texture": "#texture6" }, - "south": { "uv": [ 5, 8.5, 7, 9 ], "texture": "#texture6" }, - "west": { "uv": [ 1, 8.5, 1.5, 9 ], "texture": "#texture6" }, - "east": { "uv": [ 14.5, 8.5, 15, 9 ], "texture": "#texture6" } - } - }, - { - "__comment": "Box69", - "from": [ 16.5, 7, 5 ], - "to": [ 17, 7.5, 11 ], - "faces": { - "down": { "uv": [ 0.5, 5, 1, 11 ], "texture": "#texture6" }, - "up": { "uv": [ 0.5, 5, 1, 11 ], "texture": "#texture6" }, - "north": { "uv": [ 15, 8.5, 15.5, 9 ], "texture": "#texture6" }, - "south": { "uv": [ 0.5, 8.5, 1, 9 ], "texture": "#texture6" }, - "west": { "uv": [ 5, 8.5, 11, 9 ], "texture": "#texture6" }, - "east": { "uv": [ 5, 8.5, 11, 9 ], "texture": "#texture6" } - } - }, - { - "__comment": "Box69", - "from": [ 15.875, 7, 12.75 ], - "to": [ 16.375, 7.5, 14.85 ], - "rotation": { "origin": [ 15.875, 7, 12.75 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 2.5, 11, 3, 13 ], "texture": "#texture6" }, - "up": { "uv": [ 2.5, 3, 3, 5 ], "texture": "#texture6" }, - "north": { "uv": [ 13, 8.5, 13.5, 9 ], "texture": "#texture6" }, - "south": { "uv": [ 2.5, 8.5, 3, 9 ], "texture": "#texture6" }, - "west": { "uv": [ 3, 8.5, 5, 9 ], "texture": "#texture6" }, - "east": { "uv": [ 11, 8.5, 13, 9 ], "texture": "#texture6" } - } - }, - { - "__comment": "Box69", - "from": [ 15.75, 7, 3.125 ], - "to": [ 16.25, 7.5, 5.425 ], - "rotation": { "origin": [ 15.75, 7, 3.125 ], "axis": "y", "angle": 22.5 }, - "faces": { - "down": { "uv": [ 2, 3, 2.5, 5 ], "texture": "#texture6" }, - "up": { "uv": [ 2, 11, 2.5, 13 ], "texture": "#texture6" }, - "north": { "uv": [ 13.5, 8.5, 14, 9 ], "texture": "#texture6" }, - "south": { "uv": [ 2, 8.5, 2.5, 9 ], "texture": "#texture6" }, - "west": { "uv": [ 11, 8.5, 13, 9 ], "texture": "#texture6" }, - "east": { "uv": [ 3, 8.5, 5, 9 ], "texture": "#texture6" } - } - }, - { - "__comment": "Box69", - "from": [ 16.59, 7, 10.875 ], - "to": [ 17.09, 7.5, 13.175 ], - "rotation": { "origin": [ 16.59, 7, 10.875 ], "axis": "y", "angle": -22.5 }, - "faces": { - "down": { "uv": [ 2.5, 11, 3, 13 ], "texture": "#texture6" }, - "up": { "uv": [ 2.5, 3, 3, 5 ], "texture": "#texture6" }, - "north": { "uv": [ 13, 8.5, 13.5, 9 ], "texture": "#texture6" }, - "south": { "uv": [ 2.5, 8.5, 3, 9 ], "texture": "#texture6" }, - "west": { "uv": [ 3, 8.5, 5, 9 ], "texture": "#texture6" }, - "east": { "uv": [ 11, 8.5, 13, 9 ], "texture": "#texture6" } - } - }, - { - "__comment": "Box67", - "from": [ 6.5, 12, 14 ], - "to": [ 12.5, 12.5, 15 ], - "faces": { - "down": { "uv": [ 6.5, 1, 12.5, 2 ], "texture": "#texture6" }, - "up": { "uv": [ 6.5, 14, 12.5, 15 ], "texture": "#texture6" }, - "north": { "uv": [ 3.5, 3.5, 9.5, 4 ], "texture": "#texture6" }, - "south": { "uv": [ 6.5, 3.5, 12.5, 4 ], "texture": "#texture6" }, - "west": { "uv": [ 14, 3.5, 15, 4 ], "texture": "#texture6" }, - "east": { "uv": [ 1, 3.5, 2, 4 ], "texture": "#texture6" } - } - }, - { - "__comment": "Box69", - "from": [ 2.875, 7, 2.875 ], - "to": [ 3.375, 7.5, 5.175 ], - "rotation": { "origin": [ 2.875, 7, 2.875 ], "axis": "y", "angle": -22.5 }, - "faces": { - "down": { "uv": [ 2.5, 11, 3, 13 ], "texture": "#texture6" }, - "up": { "uv": [ 2.5, 3, 3, 5 ], "texture": "#texture6" }, - "north": { "uv": [ 13, 8.5, 13.5, 9 ], "texture": "#texture6" }, - "south": { "uv": [ 2.5, 8.5, 3, 9 ], "texture": "#texture6" }, - "west": { "uv": [ 3, 8.5, 5, 9 ], "texture": "#texture6" }, - "east": { "uv": [ 11, 8.5, 13, 9 ], "texture": "#texture6" } - } - }, - { - "__comment": "Box69", - "from": [ 4.625, 12, 1.75 ], - "to": [ 5.625, 12.5, 3.75 ], - "rotation": { "origin": [ 4.625, 12, 1.75 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 2.5, 11, 3, 13 ], "texture": "#texture6" }, - "up": { "uv": [ 2.5, 3, 3, 5 ], "texture": "#texture6" }, - "north": { "uv": [ 13, 8.5, 13.5, 9 ], "texture": "#texture6" }, - "south": { "uv": [ 2.5, 8.5, 3, 9 ], "texture": "#texture6" }, - "west": { "uv": [ 3, 8.5, 5, 9 ], "texture": "#texture6" }, - "east": { "uv": [ 11, 8.5, 13, 9 ], "texture": "#texture6" } - } - }, - { - "__comment": "Box67", - "from": [ 12.5, 12, 1 ], - "to": [ 14.5, 12.5, 2 ], - "rotation": { "origin": [ 12.5, 12, 1 ], "axis": "y", "angle": -22.5 }, - "faces": { - "down": { "uv": [ 5, 14.5, 7, 15 ], "texture": "#texture6" }, - "up": { "uv": [ 5, 1, 7, 1.5 ], "texture": "#texture6" }, - "north": { "uv": [ 9, 8.5, 11, 9 ], "texture": "#texture6" }, - "south": { "uv": [ 5, 8.5, 7, 9 ], "texture": "#texture6" }, - "west": { "uv": [ 1, 8.5, 1.5, 9 ], "texture": "#texture6" }, - "east": { "uv": [ 14.5, 8.5, 15, 9 ], "texture": "#texture6" } - } - }, - { - "__comment": "Box67", - "from": [ 4.625, 12, 1.75 ], - "to": [ 6.625, 12.5, 2.75 ], - "rotation": { "origin": [ 4.625, 12, 1.75 ], "axis": "y", "angle": 22.5 }, - "faces": { - "down": { "uv": [ 5, 14.5, 7, 15 ], "texture": "#texture6" }, - "up": { "uv": [ 5, 1, 7, 1.5 ], "texture": "#texture6" }, - "north": { "uv": [ 9, 8.5, 11, 9 ], "texture": "#texture6" }, - "south": { "uv": [ 5, 8.5, 7, 9 ], "texture": "#texture6" }, - "west": { "uv": [ 1, 8.5, 1.5, 9 ], "texture": "#texture6" }, - "east": { "uv": [ 14.5, 8.5, 15, 9 ], "texture": "#texture6" } - } - }, - { - "__comment": "Box67", - "from": [ 6.5, 7, 15 ], - "to": [ 12.5, 7.5, 15.5 ], - "faces": { - "down": { "uv": [ 6.5, 0.5, 12.5, 1 ], "texture": "#texture6" }, - "up": { "uv": [ 6.5, 15, 12.5, 15.5 ], "texture": "#texture6" }, - "north": { "uv": [ 3.5, 8.5, 9.5, 9 ], "texture": "#texture6" }, - "south": { "uv": [ 6.5, 8.5, 12.5, 9 ], "texture": "#texture6" }, - "west": { "uv": [ 15, 8.5, 15.5, 9 ], "texture": "#texture6" }, - "east": { "uv": [ 0.5, 8.5, 1, 9 ], "texture": "#texture6" } - } - }, - { - "__comment": "Box67", - "from": [ 4.625, 7, 14.25 ], - "to": [ 6.825, 7.5, 14.75 ], - "rotation": { "origin": [ 4.625, 7, 14.25 ], "axis": "y", "angle": -22.5 }, - "faces": { - "down": { "uv": [ 6.5, 0.5, 12.5, 1 ], "texture": "#texture6" }, - "up": { "uv": [ 6.5, 15, 12.5, 15.5 ], "texture": "#texture6" }, - "north": { "uv": [ 3.5, 8.5, 9.5, 9 ], "texture": "#texture6" }, - "south": { "uv": [ 6.5, 8.5, 12.5, 9 ], "texture": "#texture6" }, - "west": { "uv": [ 15, 8.5, 15.5, 9 ], "texture": "#texture6" }, - "east": { "uv": [ 0.5, 8.5, 1, 9 ], "texture": "#texture6" } - } - }, - { - "__comment": "Box69", - "from": [ 2, 7, 5 ], - "to": [ 2.5, 7.5, 11 ], - "faces": { - "down": { "uv": [ 2, 5, 2.5, 11 ], "texture": "#texture6" }, - "up": { "uv": [ 2, 5, 2.5, 11 ], "texture": "#texture6" }, - "north": { "uv": [ 13.5, 8.5, 14, 9 ], "texture": "#texture6" }, - "south": { "uv": [ 2, 8.5, 2.5, 9 ], "texture": "#texture6" }, - "west": { "uv": [ 5, 8.5, 11, 9 ], "texture": "#texture6" }, - "east": { "uv": [ 5, 8.5, 11, 9 ], "texture": "#texture6" } - } - }, - { - "__comment": "Box69", - "from": [ 2, 7, 11 ], - "to": [ 2.5, 7.5, 13.3 ], - "rotation": { "origin": [ 2, 7, 11 ], "axis": "y", "angle": 22.5 }, - "faces": { - "down": { "uv": [ 2, 3, 2.5, 5 ], "texture": "#texture6" }, - "up": { "uv": [ 2, 11, 2.5, 13 ], "texture": "#texture6" }, - "north": { "uv": [ 13.5, 8.5, 14, 9 ], "texture": "#texture6" }, - "south": { "uv": [ 2, 8.5, 2.5, 9 ], "texture": "#texture6" }, - "west": { "uv": [ 11, 8.5, 13, 9 ], "texture": "#texture6" }, - "east": { "uv": [ 3, 8.5, 5, 9 ], "texture": "#texture6" } - } - }, - { - "__comment": "Box67", - "from": [ 3.25, 7, 12.75 ], - "to": [ 5.45, 7.5, 13.25 ], - "rotation": { "origin": [ 3.25, 7, 12.75 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 6.5, 0.5, 12.5, 1 ], "texture": "#texture6" }, - "up": { "uv": [ 6.5, 15, 12.5, 15.5 ], "texture": "#texture6" }, - "north": { "uv": [ 3.5, 8.5, 9.5, 9 ], "texture": "#texture6" }, - "south": { "uv": [ 6.5, 8.5, 12.5, 9 ], "texture": "#texture6" }, - "west": { "uv": [ 15, 8.5, 15.5, 9 ], "texture": "#texture6" }, - "east": { "uv": [ 0.5, 8.5, 1, 9 ], "texture": "#texture6" } - } - }, - { - "__comment": "Box67", - "from": [ 6.5, 7, 0.5 ], - "to": [ 12.5, 7.5, 1 ], - "faces": { - "down": { "uv": [ 6.5, 15, 12.5, 15.5 ], "texture": "#texture6" }, - "up": { "uv": [ 6.5, 0.5, 12.5, 1 ], "texture": "#texture6" }, - "north": { "uv": [ 3.5, 8.5, 9.5, 9 ], "texture": "#texture6" }, - "south": { "uv": [ 6.5, 8.5, 12.5, 9 ], "texture": "#texture6" }, - "west": { "uv": [ 0.5, 8.5, 1, 9 ], "texture": "#texture6" }, - "east": { "uv": [ 15, 8.5, 15.5, 9 ], "texture": "#texture6" } - } - }, - { - "__comment": "Box67", - "from": [ 12.5, 7, 0.5 ], - "to": [ 14.8, 7.5, 1 ], - "rotation": { "origin": [ 12.5, 7, 0.5 ], "axis": "y", "angle": -22.5 }, - "faces": { - "down": { "uv": [ 5, 14.5, 7, 15 ], "texture": "#texture6" }, - "up": { "uv": [ 5, 1, 7, 1.5 ], "texture": "#texture6" }, - "north": { "uv": [ 9, 8.5, 11, 9 ], "texture": "#texture6" }, - "south": { "uv": [ 5, 8.5, 7, 9 ], "texture": "#texture6" }, - "west": { "uv": [ 1, 8.5, 1.5, 9 ], "texture": "#texture6" }, - "east": { "uv": [ 14.5, 8.5, 15, 9 ], "texture": "#texture6" } - } - }, - { - "__comment": "Box67", - "from": [ 4.375, 7, 1.375 ], - "to": [ 6.675, 7.5, 1.875 ], - "rotation": { "origin": [ 4.375, 7, 1.375 ], "axis": "y", "angle": 22.5 }, - "faces": { - "down": { "uv": [ 5, 14.5, 7, 15 ], "texture": "#texture6" }, - "up": { "uv": [ 5, 1, 7, 1.5 ], "texture": "#texture6" }, - "north": { "uv": [ 9, 8.5, 11, 9 ], "texture": "#texture6" }, - "south": { "uv": [ 5, 8.5, 7, 9 ], "texture": "#texture6" }, - "west": { "uv": [ 1, 8.5, 1.5, 9 ], "texture": "#texture6" }, - "east": { "uv": [ 14.5, 8.5, 15, 9 ], "texture": "#texture6" } - } - }, - { - "__comment": "Box67", - "from": [ 14.375, 12, 1.75 ], - "to": [ 16.375, 12.5, 2.75 ], - "rotation": { "origin": [ 14.375, 12, 1.75 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 6.5, 0.5, 12.5, 1 ], "texture": "#texture6" }, - "up": { "uv": [ 6.5, 15, 12.5, 15.5 ], "texture": "#texture6" }, - "north": { "uv": [ 3.5, 8.5, 9.5, 9 ], "texture": "#texture6" }, - "south": { "uv": [ 6.5, 8.5, 12.5, 9 ], "texture": "#texture6" }, - "west": { "uv": [ 15, 8.5, 15.5, 9 ], "texture": "#texture6" }, - "east": { "uv": [ 0.5, 8.5, 1, 9 ], "texture": "#texture6" } - } - }, - { - "__comment": "Box67", - "from": [ 14.625, 7, 1.375 ], - "to": [ 16.825, 7.5, 1.875 ], - "rotation": { "origin": [ 14.625, 7, 1.375 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 6.5, 0.5, 12.5, 1 ], "texture": "#texture6" }, - "up": { "uv": [ 6.5, 15, 12.5, 15.5 ], "texture": "#texture6" }, - "north": { "uv": [ 3.5, 8.5, 9.5, 9 ], "texture": "#texture6" }, - "south": { "uv": [ 6.5, 8.5, 12.5, 9 ], "texture": "#texture6" }, - "west": { "uv": [ 15, 8.5, 15.5, 9 ], "texture": "#texture6" }, - "east": { "uv": [ 0.5, 8.5, 1, 9 ], "texture": "#texture6" } - } - }, - { - "__comment": "Box69", - "from": [ 4.375, 7, 1.375 ], - "to": [ 4.875, 7.5, 3.475 ], - "rotation": { "origin": [ 4.375, 7, 1.375 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 2.5, 11, 3, 13 ], "texture": "#texture6" }, - "up": { "uv": [ 2.5, 3, 3, 5 ], "texture": "#texture6" }, - "north": { "uv": [ 13, 8.5, 13.5, 9 ], "texture": "#texture6" }, - "south": { "uv": [ 2.5, 8.5, 3, 9 ], "texture": "#texture6" }, - "west": { "uv": [ 3, 8.5, 5, 9 ], "texture": "#texture6" }, - "east": { "uv": [ 11, 8.5, 13, 9 ], "texture": "#texture6" } - } - }, - { - "__comment": "Box67", - "from": [ 6.5, 12, 1 ], - "to": [ 12.5, 12.5, 2 ], - "faces": { - "down": { "uv": [ 6.5, 14, 12.5, 15 ], "texture": "#texture6" }, - "up": { "uv": [ 6.5, 1, 12.5, 2 ], "texture": "#texture6" }, - "north": { "uv": [ 3.5, 3.5, 9.5, 4 ], "texture": "#texture6" }, - "south": { "uv": [ 6.5, 3.5, 12.5, 4 ], "texture": "#texture6" }, - "west": { "uv": [ 1, 3.5, 2, 4 ], "texture": "#texture6" }, - "east": { "uv": [ 14, 3.5, 15, 4 ], "texture": "#texture6" } - } - }, - { - "__comment": "Box43", - "from": [ 5, 7, 13.375 ], - "to": [ 7, 12, 14.375 ], - "rotation": { "origin": [ 5, 7, 13.375 ], "axis": "y", "angle": -22.5 }, - "faces": { - "down": { "uv": [ 14, 15, 15, 16 ], "texture": "#texture3" }, - "up": { "uv": [ 14, 0, 15, 1 ], "texture": "#texture3" }, - "north": { "uv": [ 1, 8, 2, 9 ], "texture": "#texture3" }, - "south": { "uv": [ 14, 8, 15, 9 ], "texture": "#texture3" }, - "west": { "uv": [ 0, 8, 1, 9 ], "texture": "#texture3" }, - "east": { "uv": [ 15, 8, 16, 9 ], "texture": "#texture3" } - } - }, - { - "__comment": "Box44", - "from": [ 4, 7, 12.125 ], - "to": [ 6, 12, 13.125 ], - "rotation": { "origin": [ 4, 7, 12.125 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 0, 0, 0.5, 1.5 ], "texture": "#texture3" }, - "up": { "uv": [ 0, 14.5, 0.5, 16 ], "texture": "#texture3" }, - "north": { "uv": [ 15.5, 8, 16, 9 ], "texture": "#texture3" }, - "south": { "uv": [ 0, 8, 0.5, 9 ], "texture": "#texture3" }, - "west": { "uv": [ 14.5, 8, 16, 9 ], "texture": "#texture3" }, - "east": { "uv": [ 0, 8, 1.5, 9 ], "texture": "#texture3" } - } - }, - { - "__comment": "Box39", - "from": [ 15.5, 12, 5 ], - "to": [ 16.5, 12.5, 11 ], - "faces": { - "down": { "uv": [ 15.5, 5, 16, 11 ], "texture": "#texture6" }, - "up": { "uv": [ 15.5, 5, 16, 11 ], "texture": "#texture6" }, - "north": { "uv": [ 0, 3.5, 0.5, 4 ], "texture": "#texture6" }, - "south": { "uv": [ 15.5, 3.5, 16, 4 ], "texture": "#texture6" }, - "west": { "uv": [ 5, 3.5, 11, 4 ], "texture": "#texture6" }, - "east": { "uv": [ 5, 3.5, 11, 4 ], "texture": "#texture6" } - } - }, - { - "__comment": "Box39", - "from": [ 2.5, 7, 5 ], - "to": [ 3.5, 12, 11 ], - "faces": { - "down": { "uv": [ 2.5, 5, 3.5, 11 ], "texture": "#texture3" }, - "up": { "uv": [ 2.5, 5, 3.5, 11 ], "texture": "#texture3" }, - "north": { "uv": [ 12.5, 4, 13.5, 9 ], "texture": "#texture3" }, - "south": { "uv": [ 2.5, 4, 3.5, 9 ], "texture": "#texture3" }, - "west": { "uv": [ 5, 4, 11, 9 ], "texture": "#texture3" }, - "east": { "uv": [ 5, 4, 11, 9 ], "texture": "#texture3" } - } - }, - { - "__comment": "Box44", - "from": [ 3.25, 7, 3.125 ], - "to": [ 4.25, 12, 5.125 ], - "rotation": { "origin": [ 3.25, 7, 3.125 ], "axis": "y", "angle": -22.5 }, - "faces": { - "down": { "uv": [ 0, 0, 0.5, 1.5 ], "texture": "#texture3" }, - "up": { "uv": [ 0, 14.5, 0.5, 16 ], "texture": "#texture3" }, - "north": { "uv": [ 15.5, 8, 16, 9 ], "texture": "#texture3" }, - "south": { "uv": [ 0, 8, 0.5, 9 ], "texture": "#texture3" }, - "west": { "uv": [ 14.5, 8, 16, 9 ], "texture": "#texture3" }, - "east": { "uv": [ 0, 8, 1.5, 9 ], "texture": "#texture3" } - } - }, - { - "__comment": "Box44", - "from": [ 2.5, 7, 11 ], - "to": [ 3.5, 12, 13 ], - "rotation": { "origin": [ 2.5, 7, 11 ], "axis": "y", "angle": 22.5 }, - "faces": { - "down": { "uv": [ 0, 0, 0.5, 1.5 ], "texture": "#texture3" }, - "up": { "uv": [ 0, 14.5, 0.5, 16 ], "texture": "#texture3" }, - "north": { "uv": [ 15.5, 8, 16, 9 ], "texture": "#texture3" }, - "south": { "uv": [ 0, 8, 0.5, 9 ], "texture": "#texture3" }, - "west": { "uv": [ 14.5, 8, 16, 9 ], "texture": "#texture3" }, - "east": { "uv": [ 0, 8, 1.5, 9 ], "texture": "#texture3" } - } - }, - { - "__comment": "Box43", - "from": [ 12.125, 7, 14.125 ], - "to": [ 14.125, 12, 15.125 ], - "rotation": { "origin": [ 12.125, 7, 14.125 ], "axis": "y", "angle": 22.5 }, - "faces": { - "down": { "uv": [ 14, 15, 15, 16 ], "texture": "#texture3" }, - "up": { "uv": [ 14, 0, 15, 1 ], "texture": "#texture3" }, - "north": { "uv": [ 1, 8, 2, 9 ], "texture": "#texture3" }, - "south": { "uv": [ 14, 8, 15, 9 ], "texture": "#texture3" }, - "west": { "uv": [ 0, 8, 1, 9 ], "texture": "#texture3" }, - "east": { "uv": [ 15, 8, 16, 9 ], "texture": "#texture3" } - } - }, - { - "__comment": "Box45", - "from": [ 13.625, 7, 13.625 ], - "to": [ 15.725, 12, 14.625 ], - "rotation": { "origin": [ 13.625, 7, 13.625 ], "axis": "y", "angle": 45 }, - "faces": { - "down": { "uv": [ 0, 0.5, 1, 1.5 ], "texture": "#texture3" }, - "up": { "uv": [ 0, 14.5, 1, 15.5 ], "texture": "#texture3" }, - "north": { "uv": [ 15, 8, 16, 9 ], "texture": "#texture3" }, - "south": { "uv": [ 0, 8, 1, 9 ], "texture": "#texture3" }, - "west": { "uv": [ 14.5, 8, 15.5, 9 ], "texture": "#texture3" }, - "east": { "uv": [ 0.5, 8, 1.5, 9 ], "texture": "#texture3" } - } - }, - { - "__comment": "Box44", - "from": [ 15.625, 7, 10.625 ], - "to": [ 16.625, 12, 12.625 ], - "rotation": { "origin": [ 15.625, 7, 10.625 ], "axis": "y", "angle": -22.5 }, - "faces": { - "down": { "uv": [ 0, 0, 0.5, 1.5 ], "texture": "#texture3" }, - "up": { "uv": [ 0, 14.5, 0.5, 16 ], "texture": "#texture3" }, - "north": { "uv": [ 15.5, 8, 16, 9 ], "texture": "#texture3" }, - "south": { "uv": [ 0, 8, 0.5, 9 ], "texture": "#texture3" }, - "west": { "uv": [ 14.5, 8, 16, 9 ], "texture": "#texture3" }, - "east": { "uv": [ 0, 8, 1.5, 9 ], "texture": "#texture3" } - } - }, - { - "__comment": "Box39", - "from": [ 15.5, 7, 5 ], - "to": [ 16.5, 12, 11 ], - "faces": { - "down": { "uv": [ 15.5, 5, 16, 11 ], "texture": "#texture3" }, - "up": { "uv": [ 15.5, 5, 16, 11 ], "texture": "#texture3" }, - "north": { "uv": [ 0, 4, 0.5, 9 ], "texture": "#texture3" }, - "south": { "uv": [ 15.5, 4, 16, 9 ], "texture": "#texture3" }, - "west": { "uv": [ 5, 4, 11, 9 ], "texture": "#texture3" }, - "east": { "uv": [ 5, 4, 11, 9 ], "texture": "#texture3" } - } - }, - { - "__comment": "Box44", - "from": [ 14.875, 7, 3.5 ], - "to": [ 15.875, 12, 5.5 ], - "rotation": { "origin": [ 14.875, 7, 3.5 ], "axis": "y", "angle": 22.5 }, - "faces": { - "down": { "uv": [ 0, 0, 0.5, 1.5 ], "texture": "#texture3" }, - "up": { "uv": [ 0, 14.5, 0.5, 16 ], "texture": "#texture3" }, - "north": { "uv": [ 15.5, 8, 16, 9 ], "texture": "#texture3" }, - "south": { "uv": [ 0, 8, 0.5, 9 ], "texture": "#texture3" }, - "west": { "uv": [ 14.5, 8, 16, 9 ], "texture": "#texture3" }, - "east": { "uv": [ 0, 8, 1.5, 9 ], "texture": "#texture3" } - } - }, - { - "__comment": "Box97", - "from": [ 8.5, 8, 14.125 ], - "to": [ 10.5, 11.5, 15.125 ], - "faces": { - "down": { "uv": [ 1.5, 0.5, 1, 1.5 ], "texture": "#texture5" }, - "up": { "uv": [ 0, 1, 2, 2 ], "texture": "#texture5" }, - "north": { "uv": [ 0, 0, 2, 6.5 ], "texture": "#texture5" }, - "south": { "uv": [ 3.5, 0, 13, 16 ], "texture": "#texture5" }, - "west": { "uv": [ 14, 4.5, 15, 8.5 ], "texture": "#texture5" }, - "east": { "uv": [ 1, 4.5, 2, 8.5 ], "texture": "#texture5" } - } - } - ], - "display": { - "head": { - "translation": [ -1.39, -0.695, 0 ], - "scale": [ 1.7042, 1.9128, 1.739 ] - } - } -} \ No newline at end of file +{"__comment":"Designed_by_Kodak_kev_with_Cubik_Studio_-_https://cubik.studio","textures":{"particle":"block/e_particle","texture":"block/white_wool","texture1":"custom/palacelogo","texture2":"block/fire_layer_0","texture3":"block/purple_wool","texture4":"block/blue_wool","texture6":"block/yellow_terracotta","texture5":"custom/number1_"},"elements":[{"__comment":"Box1","from":[8.5,0,7],"to":[10.5,1,9],"faces":{"down":{"uv":[8.5,7,10.5,9],"texture":"#texture"},"up":{"uv":[8.5,7,10.5,9],"texture":"#texture"},"north":{"uv":[5.5,15,7.5,16],"texture":"#texture"},"south":{"uv":[8.5,15,10.5,16],"texture":"#texture"},"west":{"uv":[7,15,9,16],"texture":"#texture"},"east":{"uv":[7,15,9,16],"texture":"#texture"}}},{"__comment":"Box2","from":[9.75,0,6.75],"to":[10.75,6.5,8.25],"rotation":{"origin":[9.75,0,6.75],"axis":"y","angle":45},"faces":{"down":{"uv":[3,10,5,11],"texture":"#texture"},"up":{"uv":[3,5,5,6],"texture":"#texture"},"north":{"uv":[11,15,13,16],"texture":"#texture"},"south":{"uv":[3,15,5,16],"texture":"#texture"},"west":{"uv":[5,15,6,16],"texture":"#texture"},"east":{"uv":[10,15,11,16],"texture":"#texture"}}},{"__comment":"Box2","from":[7.5,0,7.125],"to":[9,6.5,8.125],"rotation":{"origin":[7.5,0,7.125],"axis":"y","angle":45},"faces":{"down":{"uv":[3,10,5,11],"texture":"#texture"},"up":{"uv":[3,5,5,6],"texture":"#texture"},"north":{"uv":[11,15,13,16],"texture":"#texture"},"south":{"uv":[3,15,5,16],"texture":"#texture"},"west":{"uv":[5,15,6,16],"texture":"#texture"},"east":{"uv":[10,15,11,16],"texture":"#texture"}}},{"__comment":"Box2","from":[9.75,0,9.25],"to":[11.25,6.5,10.25],"rotation":{"origin":[9.75,0,9.25],"axis":"y","angle":45},"faces":{"down":{"uv":[3,10,5,11],"texture":"#texture"},"up":{"uv":[3,5,5,6],"texture":"#texture"},"north":{"uv":[11,15,13,16],"texture":"#texture"},"south":{"uv":[3,15,5,16],"texture":"#texture"},"west":{"uv":[5,15,6,16],"texture":"#texture"},"east":{"uv":[10,15,11,16],"texture":"#texture"}}},{"__comment":"Box2","from":[7.5,0,8.875],"to":[8.5,6.5,10.375],"rotation":{"origin":[7.5,0,8.875],"axis":"y","angle":45},"faces":{"down":{"uv":[3,10,5,11],"texture":"#texture"},"up":{"uv":[3,5,5,6],"texture":"#texture"},"north":{"uv":[11,15,13,16],"texture":"#texture"},"south":{"uv":[3,15,5,16],"texture":"#texture"},"west":{"uv":[5,15,6,16],"texture":"#texture"},"east":{"uv":[10,15,11,16],"texture":"#texture"}}},{"__comment":"Box6","from":[10.5,0,7],"to":[11.5,6.5,9],"faces":{"down":{"uv":[10.5,7,11.5,9],"texture":"#texture"},"up":{"uv":[10.5,7,11.5,9],"texture":"#texture"},"north":{"uv":[4.5,9.5,5.5,16],"texture":"#texture"},"south":{"uv":[10.5,9.5,11.5,16],"texture":"#texture"},"west":{"uv":[7,9.5,9,16],"texture":"#texture"},"east":{"uv":[7,9.5,9,16],"texture":"#texture"}}},{"__comment":"Box6","from":[8.5,0,9],"to":[10.5,6.5,10],"faces":{"down":{"uv":[8.5,6,10.5,7],"texture":"#texture"},"up":{"uv":[8.5,9,10.5,10],"texture":"#texture"},"north":{"uv":[5.5,9.5,7.5,16],"texture":"#texture"},"south":{"uv":[8.5,9.5,10.5,16],"texture":"#texture"},"west":{"uv":[9,9.5,10,16],"texture":"#texture"},"east":{"uv":[6,9.5,7,16],"texture":"#texture"}}},{"__comment":"Box6","from":[8.5,0,6],"to":[10.5,6.5,7.5],"faces":{"down":{"uv":[8.5,8.5,10.5,10],"texture":"#texture"},"up":{"uv":[8.5,6,10.5,7.5],"texture":"#texture"},"north":{"uv":[5.5,9.5,7.5,16],"texture":"#texture"},"south":{"uv":[8.5,9.5,10.5,16],"texture":"#texture"},"west":{"uv":[6,9.5,7.5,16],"texture":"#texture"},"east":{"uv":[8.5,9.5,10,16],"texture":"#texture"}}},{"__comment":"Box6","from":[7.5,0,7],"to":[8.5,6.5,9],"faces":{"down":{"uv":[7.5,7,8.5,9],"texture":"#texture"},"up":{"uv":[7.5,7,8.5,9],"texture":"#texture"},"north":{"uv":[7.5,9.5,8.5,16],"texture":"#texture"},"south":{"uv":[7.5,9.5,8.5,16],"texture":"#texture"},"west":{"uv":[7,9.5,9,16],"texture":"#texture"},"east":{"uv":[7,9.5,9,16],"texture":"#texture"}}},{"__comment":"Box12","from":[7,0,12],"to":[12,1,13],"faces":{"down":{"uv":[7,3,12,4],"texture":"#texture"},"up":{"uv":[7,12,12,13],"texture":"#texture"},"north":{"uv":[4,15,9,16],"texture":"#texture"},"south":{"uv":[7,15,12,16],"texture":"#texture"},"west":{"uv":[12,15,13,16],"texture":"#texture"},"east":{"uv":[3,15,4,16],"texture":"#texture"}}},{"__comment":"Box12","from":[7,0,3],"to":[12,1,12.5],"faces":{"down":{"uv":[7,3.5,12,13],"texture":"#texture"},"up":{"uv":[7,3,12,12.5],"texture":"#texture"},"north":{"uv":[4,15,9,16],"texture":"#texture"},"south":{"uv":[7,15,12,16],"texture":"#texture"},"west":{"uv":[3,15,12.5,16],"texture":"#texture"},"east":{"uv":[3.5,15,13,16],"texture":"#texture"}}},{"__comment":"Box14","from":[13.5,0,5.5],"to":[14.5,1,10.5],"faces":{"down":{"uv":[13.5,5.5,14.5,10.5],"texture":"#texture"},"up":{"uv":[13.5,5.5,14.5,10.5],"texture":"#texture"},"north":{"uv":[1.5,15,2.5,16],"texture":"#texture"},"south":{"uv":[13.5,15,14.5,16],"texture":"#texture"},"west":{"uv":[5.5,15,10.5,16],"texture":"#texture"},"east":{"uv":[5.5,15,10.5,16],"texture":"#texture"}}},{"__comment":"Box14","from":[4.5,0,5.5],"to":[14,1,10.5],"faces":{"down":{"uv":[4.5,5.5,14,10.5],"texture":"#texture"},"up":{"uv":[4.5,5.5,14,10.5],"texture":"#texture"},"north":{"uv":[2,15,11.5,16],"texture":"#texture"},"south":{"uv":[4.5,15,14,16],"texture":"#texture"},"west":{"uv":[5.5,15,10.5,16],"texture":"#texture"},"east":{"uv":[5.5,15,10.5,16],"texture":"#texture"}}},{"__comment":"Box17","from":[5.25,0,9.75],"to":[8.75,1,10.75],"rotation":{"origin":[5.25,0,9.75],"axis":"y","angle":-45},"faces":{"down":{"uv":[2.5,14,6,15],"texture":"#texture"},"up":{"uv":[2.5,1,6,2],"texture":"#texture"},"north":{"uv":[10,15,13.5,16],"texture":"#texture"},"south":{"uv":[2.5,15,6,16],"texture":"#texture"},"west":{"uv":[1,15,2,16],"texture":"#texture"},"east":{"uv":[14,15,15,16],"texture":"#texture"}}},{"__comment":"Box16","from":[11.25,0,12.25],"to":[14.75,1,13.25],"rotation":{"origin":[11.25,0,12.25],"axis":"y","angle":45},"faces":{"down":{"uv":[1.5,10.5,5,11.5],"texture":"#texture"},"up":{"uv":[1.5,4.5,5,5.5],"texture":"#texture"},"north":{"uv":[11,15,14.5,16],"texture":"#texture"},"south":{"uv":[1.5,15,5,16],"texture":"#texture"},"west":{"uv":[4.5,15,5.5,16],"texture":"#texture"},"east":{"uv":[10.5,15,11.5,16],"texture":"#texture"}}},{"__comment":"Box16","from":[4.5,0,5.5],"to":[8,1,6.5],"rotation":{"origin":[4.5,0,5.5],"axis":"y","angle":45},"faces":{"down":{"uv":[1.5,10.5,5,11.5],"texture":"#texture"},"up":{"uv":[1.5,4.5,5,5.5],"texture":"#texture"},"north":{"uv":[11,15,14.5,16],"texture":"#texture"},"south":{"uv":[1.5,15,5,16],"texture":"#texture"},"west":{"uv":[4.5,15,5.5,16],"texture":"#texture"},"east":{"uv":[10.5,15,11.5,16],"texture":"#texture"}}},{"__comment":"Box17","from":[12,0,3],"to":[15.5,1,4],"rotation":{"origin":[12,0,3],"axis":"y","angle":-45},"faces":{"down":{"uv":[2.5,14,6,15],"texture":"#texture"},"up":{"uv":[2.5,1,6,2],"texture":"#texture"},"north":{"uv":[10,15,13.5,16],"texture":"#texture"},"south":{"uv":[2.5,15,6,16],"texture":"#texture"},"west":{"uv":[1,15,2,16],"texture":"#texture"},"east":{"uv":[14,15,15,16],"texture":"#texture"}}},{"__comment":"Box21","from":[6,0,4.375],"to":[13,1,11.375],"faces":{"down":{"uv":[6,4.625,13,11.625],"texture":"#texture"},"up":{"uv":[6,4.375,13,11.375],"texture":"#texture"},"north":{"uv":[3,15,10,16],"texture":"#texture"},"south":{"uv":[6,15,13,16],"texture":"#texture"},"west":{"uv":[4.375,15,11.375,16],"texture":"#texture"},"east":{"uv":[4.625,15,11.625,16],"texture":"#texture"}}},{"__comment":"Box22","from":[6,0,9],"to":[13,1,11.5],"faces":{"down":{"uv":[6,4.5,13,7],"texture":"#texture"},"up":{"uv":[6,9,13,11.5],"texture":"#texture"},"north":{"uv":[3,15,10,16],"texture":"#texture"},"south":{"uv":[6,15,13,16],"texture":"#texture"},"west":{"uv":[9,15,11.5,16],"texture":"#texture"},"east":{"uv":[4.5,15,7,16],"texture":"#texture"}}},{"__comment":"Box22","from":[5.5,0,5],"to":[13.5,1,7.5],"faces":{"down":{"uv":[5.5,8.5,13.5,11],"texture":"#texture"},"up":{"uv":[5.5,5,13.5,7.5],"texture":"#texture"},"north":{"uv":[2.5,15,10.5,16],"texture":"#texture"},"south":{"uv":[5.5,15,13.5,16],"texture":"#texture"},"west":{"uv":[5,15,7.5,16],"texture":"#texture"},"east":{"uv":[8.5,15,11,16],"texture":"#texture"}}},{"__comment":"Box24","from":[11.25,0,5.5],"to":[13.75,6,10.5],"rotation":{"origin":[11.25,0,5.5],"axis":"z","angle":22.5},"faces":{"down":{"uv":[4.5,1,5.5,2],"texture":"#texture"},"up":{"uv":[4.5,14,5.5,15],"texture":"#texture"},"north":{"uv":[10.5,10.5,11.5,15],"texture":"#texture"},"south":{"uv":[4.5,10.5,5.5,15],"texture":"#texture"},"west":{"uv":[14,10.5,15,15],"texture":"#texture"},"east":{"uv":[1,10.5,2,15],"texture":"#texture"}}},{"__comment":"Box24","from":[5.375,1,5.5],"to":[7.875,7,10.5],"rotation":{"origin":[5.375,1,5.5],"axis":"z","angle":-22.5},"faces":{"down":{"uv":[4.5,1,5.5,2],"texture":"#texture"},"up":{"uv":[4.5,14,5.5,15],"texture":"#texture"},"north":{"uv":[10.5,10.5,11.5,15],"texture":"#texture"},"south":{"uv":[4.5,10.5,5.5,15],"texture":"#texture"},"west":{"uv":[14,10.5,15,15],"texture":"#texture"},"east":{"uv":[1,10.5,2,15],"texture":"#texture"}}},{"__comment":"Box26","from":[7,0.375,10.875],"to":[12,6.375,12.375],"rotation":{"origin":[7,0.375,10.875],"axis":"x","angle":-22.5},"faces":{"down":{"uv":[6.5,1,11.5,2],"texture":"#texture"},"up":{"uv":[6.5,14,11.5,15],"texture":"#texture"},"north":{"uv":[4.5,9,9.5,15],"texture":"#texture"},"south":{"uv":[6.5,9,11.5,15],"texture":"#texture"},"west":{"uv":[14,9,15,15],"texture":"#texture"},"east":{"uv":[1,9,2,15],"texture":"#texture"}}},{"__comment":"Box26","from":[7,1,3.875],"to":[12,7,5.375],"rotation":{"origin":[7,1,3.875],"axis":"x","angle":22.5},"faces":{"down":{"uv":[6.5,1,11.5,2],"texture":"#texture"},"up":{"uv":[6.5,14,11.5,15],"texture":"#texture"},"north":{"uv":[4.5,9,9.5,15],"texture":"#texture"},"south":{"uv":[6.5,9,11.5,15],"texture":"#texture"},"west":{"uv":[14,9,15,15],"texture":"#texture"},"east":{"uv":[1,9,2,15],"texture":"#texture"}}},{"__comment":"Box28","from":[3.5,5,16],"to":[15.5,7,17],"faces":{"down":{"uv":[3.5,15,15.5,16],"texture":"#texture"},"up":{"uv":[3.5,0,15.5,1],"texture":"#texture"},"north":{"uv":[0.5,9,12.5,11],"texture":"#texture"},"south":{"uv":[3.5,9,15.5,11],"texture":"#texture"},"west":{"uv":[0,9,1,11],"texture":"#texture"},"east":{"uv":[15,9,16,11],"texture":"#texture"}}},{"__comment":"Box29","from":[7,1,10],"to":[12,2,11],"faces":{"down":{"uv":[7,5,12,6],"texture":"#texture"},"up":{"uv":[7,10,12,11],"texture":"#texture"},"north":{"uv":[4,14,9,15],"texture":"#texture"},"south":{"uv":[7,14,12,15],"texture":"#texture"},"west":{"uv":[10,14,11,15],"texture":"#texture"},"east":{"uv":[5,14,6,15],"texture":"#texture"}}},{"__comment":"Box28","from":[2.5,5,0.5],"to":[16.5,7,15.5],"faces":{"down":{"uv":[2.5,0.5,16,15.5],"texture":"#texture"},"up":{"uv":[2.5,0.5,16,15.5],"texture":"#texture"},"north":{"uv":[0,9,13.5,11],"texture":"#texture"},"south":{"uv":[2.5,9,16,11],"texture":"#texture"},"west":{"uv":[0.5,9,15.5,11],"texture":"#texture"},"east":{"uv":[0.5,9,15.5,11],"texture":"#texture"}}},{"__comment":"Box28","from":[3.5,5,-1],"to":[15.5,7,0],"faces":{"down":{"uv":[3.5,0,15.5,1],"texture":"#texture"},"up":{"uv":[3.5,15,15.5,16],"texture":"#texture"},"north":{"uv":[0.5,9,12.5,11],"texture":"#texture"},"south":{"uv":[3.5,9,15.5,11],"texture":"#texture"},"west":{"uv":[15,9,16,11],"texture":"#texture"},"east":{"uv":[0,9,1,11],"texture":"#texture"}}},{"__comment":"Box32","from":[17.5,5,2],"to":[18.5,7,14],"faces":{"down":{"uv":[1.5,2,2.5,14],"texture":"#texture"},"up":{"uv":[1.5,2,2.5,14],"texture":"#texture"},"north":{"uv":[13.5,9,14.5,11],"texture":"#texture"},"south":{"uv":[1.5,9,2.5,11],"texture":"#texture"},"west":{"uv":[2,9,14,11],"texture":"#texture"},"east":{"uv":[2,9,14,11],"texture":"#texture"}}},{"__comment":"Box32","from":[0.5,5,2],"to":[1.5,7,14],"faces":{"down":{"uv":[0.5,2,1.5,14],"texture":"#texture"},"up":{"uv":[0.5,2,1.5,14],"texture":"#texture"},"north":{"uv":[14.5,9,15.5,11],"texture":"#texture"},"south":{"uv":[0.5,9,1.5,11],"texture":"#texture"},"west":{"uv":[2,9,14,11],"texture":"#texture"},"east":{"uv":[2,9,14,11],"texture":"#texture"}}},{"__comment":"Box34","from":[14.625,5,16.25],"to":[19.125,7,17.25],"rotation":{"origin":[14.625,5,16.25],"axis":"y","angle":45},"faces":{"down":{"uv":[0.5,14,5.5,15],"texture":"#texture"},"up":{"uv":[0.5,1,5.5,2],"texture":"#texture"},"north":{"uv":[10.5,15,15.5,16],"texture":"#texture"},"south":{"uv":[0.5,15,5.5,16],"texture":"#texture"},"west":{"uv":[1,15,2,16],"texture":"#texture"},"east":{"uv":[14,15,15,16],"texture":"#texture"}}},{"__comment":"Box34","from":[0.5,5,2.125],"to":[5,7,3.125],"rotation":{"origin":[0.5,5,2.125],"axis":"y","angle":45},"faces":{"down":{"uv":[0.5,14,5.5,15],"texture":"#texture"},"up":{"uv":[0.5,1,5.5,2],"texture":"#texture"},"north":{"uv":[10.5,15,15.5,16],"texture":"#texture"},"south":{"uv":[0.5,15,5.5,16],"texture":"#texture"},"west":{"uv":[1,15,2,16],"texture":"#texture"},"east":{"uv":[14,15,15,16],"texture":"#texture"}}},{"__comment":"Box36","from":[1.125,5,13.125],"to":[5.625,7,14.125],"rotation":{"origin":[1.125,5,13.125],"axis":"y","angle":-45},"faces":{"down":{"uv":[11,13.5,15.5,14.5],"texture":"#texture"},"up":{"uv":[11,1.5,15.5,2.5],"texture":"#texture"},"north":{"uv":[0.5,15,5,16],"texture":"#texture"},"south":{"uv":[11,15,15.5,16],"texture":"#texture"},"west":{"uv":[1.5,15,2.5,16],"texture":"#texture"},"east":{"uv":[13.5,15,14.5,16],"texture":"#texture"}}},{"__comment":"Box36","from":[15.5,5,-1],"to":[20,7,0],"rotation":{"origin":[15.5,5,-1],"axis":"y","angle":-45},"faces":{"down":{"uv":[11,13.5,15.5,14.5],"texture":"#texture"},"up":{"uv":[11,1.5,15.5,2.5],"texture":"#texture"},"north":{"uv":[0.5,15,5,16],"texture":"#texture"},"south":{"uv":[11,15,15.5,16],"texture":"#texture"},"west":{"uv":[1.5,15,2.5,16],"texture":"#texture"},"east":{"uv":[13.5,15,14.5,16],"texture":"#texture"}}},{"__comment":"Box35","from":[3,5,15],"to":[16,7,16],"faces":{"down":{"uv":[3,0,16,1],"texture":"#texture"},"up":{"uv":[3,15,16,16],"texture":"#texture"},"north":{"uv":[0,9,13,11],"texture":"#texture"},"south":{"uv":[3,9,16,11],"texture":"#texture"},"west":{"uv":[15,9,16,11],"texture":"#texture"},"east":{"uv":[0,9,1,11],"texture":"#texture"}}},{"__comment":"Box35","from":[3,5,0],"to":[16,7,1],"faces":{"down":{"uv":[3,15,16,16],"texture":"#texture"},"up":{"uv":[3,0,16,1],"texture":"#texture"},"north":{"uv":[0,9,13,11],"texture":"#texture"},"south":{"uv":[3,9,16,11],"texture":"#texture"},"west":{"uv":[0,9,1,11],"texture":"#texture"},"east":{"uv":[15,9,16,11],"texture":"#texture"}}},{"__comment":"Box37","from":[16.375,5,1.375],"to":[17.775,7,14.375],"faces":{"down":{"uv":[0.375,1.625,1.775,14.625],"texture":"#texture"},"up":{"uv":[0.375,1.375,1.775,14.375],"texture":"#texture"},"north":{"uv":[14.225,9,15.625,11],"texture":"#texture"},"south":{"uv":[0.375,9,1.775,11],"texture":"#texture"},"west":{"uv":[1.375,9,14.375,11],"texture":"#texture"},"east":{"uv":[1.625,9,14.625,11],"texture":"#texture"}}},{"__comment":"Box37","from":[1.5,5,1.5],"to":[2.5,7,14.5],"faces":{"down":{"uv":[1.5,1.5,2.5,14.5],"texture":"#texture"},"up":{"uv":[1.5,1.5,2.5,14.5],"texture":"#texture"},"north":{"uv":[13.5,9,14.5,11],"texture":"#texture"},"south":{"uv":[1.5,9,2.5,11],"texture":"#texture"},"west":{"uv":[1.5,9,14.5,11],"texture":"#texture"},"east":{"uv":[1.5,9,14.5,11],"texture":"#texture"}}},{"__comment":"Box39","from":[15.5,7,5],"to":[16.5,12,11],"faces":{"down":{"uv":[15.5,5,16,11],"texture":"#texture3"},"up":{"uv":[15.5,5,16,11],"texture":"#texture3"},"north":{"uv":[0,4,0.5,9],"texture":"#texture3"},"south":{"uv":[15.5,4,16,9],"texture":"#texture3"},"west":{"uv":[5,4,11,9],"texture":"#texture3"},"east":{"uv":[5,4,11,9],"texture":"#texture3"}}},{"__comment":"Box39","from":[2.5,12,5],"to":[3.5,12.5,11],"faces":{"down":{"uv":[2.5,5,3.5,11],"texture":"#texture6"},"up":{"uv":[2.5,5,3.5,11],"texture":"#texture6"},"north":{"uv":[12.5,3.5,13.5,4],"texture":"#texture6"},"south":{"uv":[2.5,3.5,3.5,4],"texture":"#texture6"},"west":{"uv":[5,3.5,11,4],"texture":"#texture6"},"east":{"uv":[5,3.5,11,4],"texture":"#texture6"}}},{"__comment":"Box41","from":[6.5,7,1],"to":[12.5,12,2],"faces":{"down":{"uv":[6.5,14,12.5,15],"texture":"#texture3"},"up":{"uv":[6.5,1,12.5,2],"texture":"#texture3"},"north":{"uv":[3.5,4,9.5,9],"texture":"#texture3"},"south":{"uv":[6.5,4,12.5,9],"texture":"#texture3"},"west":{"uv":[1,4,2,9],"texture":"#texture3"},"east":{"uv":[14,4,15,9],"texture":"#texture3"}}},{"__comment":"Box41","from":[6.5,7,14],"to":[12.5,12,15],"faces":{"down":{"uv":[6.5,1,12.5,2],"texture":"#texture3"},"up":{"uv":[6.5,14,12.5,15],"texture":"#texture3"},"north":{"uv":[3.5,4,9.5,9],"texture":"#texture3"},"south":{"uv":[6.5,4,12.5,9],"texture":"#texture3"},"west":{"uv":[14,4,15,9],"texture":"#texture3"},"east":{"uv":[1,4,2,9],"texture":"#texture3"}}},{"__comment":"Box44","from":[14.375,7,1.75],"to":[16.375,12,2.75],"rotation":{"origin":[14.375,7,1.75],"axis":"y","angle":-45},"faces":{"down":{"uv":[0,0,0.5,1.5],"texture":"#texture3"},"up":{"uv":[0,14.5,0.5,16],"texture":"#texture3"},"north":{"uv":[15.5,8,16,9],"texture":"#texture3"},"south":{"uv":[0,8,0.5,9],"texture":"#texture3"},"west":{"uv":[14.5,8,16,9],"texture":"#texture3"},"east":{"uv":[0,8,1.5,9],"texture":"#texture3"}}},{"__comment":"Box45","from":[13.625,12,13.625],"to":[15.725,12.5,14.625],"rotation":{"origin":[13.625,12,13.625],"axis":"y","angle":45},"faces":{"down":{"uv":[0,0.5,1,1.5],"texture":"#texture6"},"up":{"uv":[0,14.5,1,15.5],"texture":"#texture6"},"north":{"uv":[15,8,16,9],"texture":"#texture6"},"south":{"uv":[0,8,1,9],"texture":"#texture6"},"west":{"uv":[14.5,8,15.5,9],"texture":"#texture6"},"east":{"uv":[0.5,8,1.5,9],"texture":"#texture6"}}},{"__comment":"Box44","from":[3.25,12,3.125],"to":[4.25,12.5,5.125],"rotation":{"origin":[3.25,12,3.125],"axis":"y","angle":-22.5},"faces":{"down":{"uv":[0,0,0.5,1.5],"texture":"#texture6"},"up":{"uv":[0,14.5,0.5,16],"texture":"#texture6"},"north":{"uv":[15.5,8,16,9],"texture":"#texture6"},"south":{"uv":[0,8,0.5,9],"texture":"#texture6"},"west":{"uv":[14.5,8,16,9],"texture":"#texture6"},"east":{"uv":[0,8,1.5,9],"texture":"#texture6"}}},{"__comment":"Box43","from":[4.625,7,1.75],"to":[6.625,12,2.75],"rotation":{"origin":[4.625,7,1.75],"axis":"y","angle":22.5},"faces":{"down":{"uv":[14,15,15,16],"texture":"#texture3"},"up":{"uv":[14,0,15,1],"texture":"#texture3"},"north":{"uv":[1,8,2,9],"texture":"#texture3"},"south":{"uv":[14,8,15,9],"texture":"#texture3"},"west":{"uv":[0,8,1,9],"texture":"#texture3"},"east":{"uv":[15,8,16,9],"texture":"#texture3"}}},{"__comment":"Box45","from":[3.25,7,3.125],"to":[5.25,12,4.125],"rotation":{"origin":[3.25,7,3.125],"axis":"y","angle":45},"faces":{"down":{"uv":[0,0.5,1,1.5],"texture":"#texture3"},"up":{"uv":[0,14.5,1,15.5],"texture":"#texture3"},"north":{"uv":[15,8,16,9],"texture":"#texture3"},"south":{"uv":[0,8,1,9],"texture":"#texture3"},"west":{"uv":[14.5,8,15.5,9],"texture":"#texture3"},"east":{"uv":[0.5,8,1.5,9],"texture":"#texture3"}}},{"__comment":"Box44","from":[15.625,12,10.625],"to":[16.625,12.5,12.625],"rotation":{"origin":[15.625,12,10.625],"axis":"y","angle":-22.5},"faces":{"down":{"uv":[0,0,0.5,1.5],"texture":"#texture6"},"up":{"uv":[0,14.5,0.5,16],"texture":"#texture6"},"north":{"uv":[15.5,8,16,9],"texture":"#texture6"},"south":{"uv":[0,8,0.5,9],"texture":"#texture6"},"west":{"uv":[14.5,8,16,9],"texture":"#texture6"},"east":{"uv":[0,8,1.5,9],"texture":"#texture6"}}},{"__comment":"Box44","from":[14.875,12,3.5],"to":[15.875,12.5,5.5],"rotation":{"origin":[14.875,12,3.5],"axis":"y","angle":22.5},"faces":{"down":{"uv":[0,0,0.5,1.5],"texture":"#texture6"},"up":{"uv":[0,14.5,0.5,16],"texture":"#texture6"},"north":{"uv":[15.5,8,16,9],"texture":"#texture6"},"south":{"uv":[0,8,0.5,9],"texture":"#texture6"},"west":{"uv":[14.5,8,16,9],"texture":"#texture6"},"east":{"uv":[0,8,1.5,9],"texture":"#texture6"}}},{"__comment":"Box44","from":[2.5,12,11],"to":[3.5,12.5,13],"rotation":{"origin":[2.5,12,11],"axis":"y","angle":22.5},"faces":{"down":{"uv":[0,0,0.5,1.5],"texture":"#texture6"},"up":{"uv":[0,14.5,0.5,16],"texture":"#texture6"},"north":{"uv":[15.5,8,16,9],"texture":"#texture6"},"south":{"uv":[0,8,0.5,9],"texture":"#texture6"},"west":{"uv":[14.5,8,16,9],"texture":"#texture6"},"east":{"uv":[0,8,1.5,9],"texture":"#texture6"}}},{"__comment":"Box43","from":[12.125,12,14.125],"to":[14.125,12.5,15.125],"rotation":{"origin":[12.125,12,14.125],"axis":"y","angle":22.5},"faces":{"down":{"uv":[14,15,15,16],"texture":"#texture6"},"up":{"uv":[14,0,15,1],"texture":"#texture6"},"north":{"uv":[1,8,2,9],"texture":"#texture6"},"south":{"uv":[14,8,15,9],"texture":"#texture6"},"west":{"uv":[0,8,1,9],"texture":"#texture6"},"east":{"uv":[15,8,16,9],"texture":"#texture6"}}},{"__comment":"Box44","from":[4,12,12.125],"to":[6,12.5,13.125],"rotation":{"origin":[4,12,12.125],"axis":"y","angle":-45},"faces":{"down":{"uv":[0,0,0.5,1.5],"texture":"#texture6"},"up":{"uv":[0,14.5,0.5,16],"texture":"#texture6"},"north":{"uv":[15.5,8,16,9],"texture":"#texture6"},"south":{"uv":[0,8,0.5,9],"texture":"#texture6"},"west":{"uv":[14.5,8,16,9],"texture":"#texture6"},"east":{"uv":[0,8,1.5,9],"texture":"#texture6"}}},{"__comment":"Box55","from":[4.125,11.375,2.875],"to":[15.125,12.375,12.875],"faces":{"down":{"uv":[4.125,3.125,15.125,13.125],"texture":"#texture4"},"up":{"uv":[4.125,2.875,15.125,12.875],"texture":"#texture4"},"north":{"uv":[0.875,3.625,11.875,4.625],"texture":"#texture4"},"south":{"uv":[4.125,3.625,15.125,4.625],"texture":"#texture4"},"west":{"uv":[2.875,3.625,12.875,4.625],"texture":"#texture4"},"east":{"uv":[3.125,3.625,13.125,4.625],"texture":"#texture4"}}},{"__comment":"Box56","from":[4.75,11.375,12.75],"to":[14.45,12.375,14.05],"faces":{"down":{"uv":[4.75,1.95,14.45,3.25],"texture":"#texture4"},"up":{"uv":[4.75,12.75,14.45,14.05],"texture":"#texture4"},"north":{"uv":[1.55,3.625,11.25,4.625],"texture":"#texture4"},"south":{"uv":[4.75,3.625,14.45,4.625],"texture":"#texture4"},"west":{"uv":[12.75,3.625,14.05,4.625],"texture":"#texture4"},"east":{"uv":[1.95,3.625,3.25,4.625],"texture":"#texture4"}}},{"__comment":"Box56","from":[4.5,11.375,2],"to":[14.5,12.375,3],"faces":{"down":{"uv":[4.5,13,14.5,14],"texture":"#texture4"},"up":{"uv":[4.5,2,14.5,3],"texture":"#texture4"},"north":{"uv":[1.5,3.625,11.5,4.625],"texture":"#texture4"},"south":{"uv":[4.5,3.625,14.5,4.625],"texture":"#texture4"},"west":{"uv":[2,3.625,3,4.625],"texture":"#texture4"},"east":{"uv":[13,3.625,14,4.625],"texture":"#texture4"}}},{"__comment":"Box58","from":[14.5,11.375,3.5],"to":[15.5,12.375,12.5],"faces":{"down":{"uv":[14.5,3.5,15.5,12.5],"texture":"#texture4"},"up":{"uv":[14.5,3.5,15.5,12.5],"texture":"#texture4"},"north":{"uv":[0.5,3.625,1.5,4.625],"texture":"#texture4"},"south":{"uv":[14.5,3.625,15.5,4.625],"texture":"#texture4"},"west":{"uv":[3.5,3.625,12.5,4.625],"texture":"#texture4"},"east":{"uv":[3.5,3.625,12.5,4.625],"texture":"#texture4"}}},{"__comment":"Box58","from":[3.5,11.375,3.5],"to":[4.5,12.375,12.5],"faces":{"down":{"uv":[3.5,3.5,4.5,12.5],"texture":"#texture4"},"up":{"uv":[3.5,3.5,4.5,12.5],"texture":"#texture4"},"north":{"uv":[11.5,3.625,12.5,4.625],"texture":"#texture4"},"south":{"uv":[3.5,3.625,4.5,4.625],"texture":"#texture4"},"west":{"uv":[3.5,3.625,12.5,4.625],"texture":"#texture4"},"east":{"uv":[3.5,3.625,12.5,4.625],"texture":"#texture4"}}},{"__comment":"Box60","from":[9,11.5,7.5],"to":[10,15.5,8.5],"faces":{"down":{"uv":[9,7.5,10,8.5],"texture":"#texture6"},"up":{"uv":[9,7.5,10,8.5],"texture":"#texture6"},"north":{"uv":[6,0.5,7,4.5],"texture":"#texture6"},"south":{"uv":[9,0.5,10,4.5],"texture":"#texture6"},"west":{"uv":[7.5,0.5,8.5,4.5],"texture":"#texture6"},"east":{"uv":[7.5,0.5,8.5,4.5],"texture":"#texture6"}}},{"__comment":"Box61","from":[9.375,15.125,7.875],"to":[9.675,16.125,8.175],"faces":{"down":{"uv":[9.375,7.825,9.675,8.125],"texture":"#texture"},"up":{"uv":[9.375,7.875,9.675,8.175],"texture":"#texture"},"north":{"uv":[6.325,0,6.625,0.875],"texture":"#texture"},"south":{"uv":[9.375,0,9.675,0.875],"texture":"#texture"},"west":{"uv":[7.875,0,8.175,0.875],"texture":"#texture"},"east":{"uv":[7.825,0,8.125,0.875],"texture":"#texture"}}},{"__comment":"Box62","from":[9.28,16,7.77],"to":[9.78,19.5,8.27],"faces":{"down":{"uv":[0,0,2,1],"texture":"#texture2"},"up":{"uv":[0.5,3,1,3.5],"texture":"#texture2"},"north":{"uv":[0,0.5,16,16],"texture":"#texture2"},"south":{"uv":[0,0.5,16,16],"texture":"#texture2"},"west":{"uv":[0,0.5,16,16],"texture":"#texture2"},"east":{"uv":[0,0.5,16,16],"texture":"#texture2"}}},{"__comment":"Box63","from":[5.75,9.5,3.75],"to":[13.25,12.5,12.25],"faces":{"down":{"uv":[0.5,1.382978,1.5,2.074468],"texture":"#texture1"},"up":{"uv":[1,0,14.5,15.90425],"texture":"#texture1"},"north":{"uv":[0.5,0.6914892,1.5,2.765958],"texture":"#texture1"},"south":{"uv":[5.5,0.6914892,5,3.148936],"texture":"#texture1"},"west":{"uv":[3.5,1,6.5,1.382978],"texture":"#texture1"},"east":{"uv":[0,1,7.5,0.6914892],"texture":"#texture1"}}},{"__comment":"Box43","from":[12.5,7,1],"to":[14.5,12,2],"rotation":{"origin":[12.5,7,1],"axis":"y","angle":-22.5},"faces":{"down":{"uv":[14,15,15,16],"texture":"#texture3"},"up":{"uv":[14,0,15,1],"texture":"#texture3"},"north":{"uv":[1,8,2,9],"texture":"#texture3"},"south":{"uv":[14,8,15,9],"texture":"#texture3"},"west":{"uv":[0,8,1,9],"texture":"#texture3"},"east":{"uv":[15,8,16,9],"texture":"#texture3"}}},{"__comment":"Box43","from":[5,12,13.375],"to":[7,12.5,14.375],"rotation":{"origin":[5,12,13.375],"axis":"y","angle":-22.5},"faces":{"down":{"uv":[14,15,15,16],"texture":"#texture6"},"up":{"uv":[14,0,15,1],"texture":"#texture6"},"north":{"uv":[1,8,2,9],"texture":"#texture6"},"south":{"uv":[14,8,15,9],"texture":"#texture6"},"west":{"uv":[0,8,1,9],"texture":"#texture6"},"east":{"uv":[15,8,16,9],"texture":"#texture6"}}},{"__comment":"Box67","from":[12.2309,7,15.0462],"to":[14.7009,7.5,15.5462],"rotation":{"origin":[12.25,7,15],"axis":"y","angle":22.5},"faces":{"down":{"uv":[5,14.5,7,15],"texture":"#texture6"},"up":{"uv":[5,1,7,1.5],"texture":"#texture6"},"north":{"uv":[9,8.5,11,9],"texture":"#texture6"},"south":{"uv":[5,8.5,7,9],"texture":"#texture6"},"west":{"uv":[1,8.5,1.5,9],"texture":"#texture6"},"east":{"uv":[14.5,8.5,15,9],"texture":"#texture6"}}},{"__comment":"Box69","from":[16.5,7,5],"to":[17,7.5,11],"faces":{"down":{"uv":[0.5,5,1,11],"texture":"#texture6"},"up":{"uv":[0.5,5,1,11],"texture":"#texture6"},"north":{"uv":[15,8.5,15.5,9],"texture":"#texture6"},"south":{"uv":[0.5,8.5,1,9],"texture":"#texture6"},"west":{"uv":[5,8.5,11,9],"texture":"#texture6"},"east":{"uv":[5,8.5,11,9],"texture":"#texture6"}}},{"__comment":"Box69","from":[15.875,7,12.75],"to":[16.375,7.5,14.85],"rotation":{"origin":[15.875,7,12.75],"axis":"y","angle":-45},"faces":{"down":{"uv":[2.5,11,3,13],"texture":"#texture6"},"up":{"uv":[2.5,3,3,5],"texture":"#texture6"},"north":{"uv":[13,8.5,13.5,9],"texture":"#texture6"},"south":{"uv":[2.5,8.5,3,9],"texture":"#texture6"},"west":{"uv":[3,8.5,5,9],"texture":"#texture6"},"east":{"uv":[11,8.5,13,9],"texture":"#texture6"}}},{"__comment":"Box69","from":[15.75,7,3.125],"to":[16.25,7.5,5.425],"rotation":{"origin":[15.75,7,3.125],"axis":"y","angle":22.5},"faces":{"down":{"uv":[2,3,2.5,5],"texture":"#texture6"},"up":{"uv":[2,11,2.5,13],"texture":"#texture6"},"north":{"uv":[13.5,8.5,14,9],"texture":"#texture6"},"south":{"uv":[2,8.5,2.5,9],"texture":"#texture6"},"west":{"uv":[11,8.5,13,9],"texture":"#texture6"},"east":{"uv":[3,8.5,5,9],"texture":"#texture6"}}},{"__comment":"Box69","from":[16.59,7,10.875],"to":[17.09,7.5,13.175],"rotation":{"origin":[16.59,7,10.875],"axis":"y","angle":-22.5},"faces":{"down":{"uv":[2.5,11,3,13],"texture":"#texture6"},"up":{"uv":[2.5,3,3,5],"texture":"#texture6"},"north":{"uv":[13,8.5,13.5,9],"texture":"#texture6"},"south":{"uv":[2.5,8.5,3,9],"texture":"#texture6"},"west":{"uv":[3,8.5,5,9],"texture":"#texture6"},"east":{"uv":[11,8.5,13,9],"texture":"#texture6"}}},{"__comment":"Box67","from":[6.5,12,14],"to":[12.5,12.5,15],"faces":{"down":{"uv":[6.5,1,12.5,2],"texture":"#texture6"},"up":{"uv":[6.5,14,12.5,15],"texture":"#texture6"},"north":{"uv":[3.5,3.5,9.5,4],"texture":"#texture6"},"south":{"uv":[6.5,3.5,12.5,4],"texture":"#texture6"},"west":{"uv":[14,3.5,15,4],"texture":"#texture6"},"east":{"uv":[1,3.5,2,4],"texture":"#texture6"}}},{"__comment":"Box69","from":[2.875,7,2.875],"to":[3.375,7.5,5.175],"rotation":{"origin":[2.875,7,2.875],"axis":"y","angle":-22.5},"faces":{"down":{"uv":[2.5,11,3,13],"texture":"#texture6"},"up":{"uv":[2.5,3,3,5],"texture":"#texture6"},"north":{"uv":[13,8.5,13.5,9],"texture":"#texture6"},"south":{"uv":[2.5,8.5,3,9],"texture":"#texture6"},"west":{"uv":[3,8.5,5,9],"texture":"#texture6"},"east":{"uv":[11,8.5,13,9],"texture":"#texture6"}}},{"__comment":"Box69","from":[4.625,12,1.75],"to":[5.625,12.5,3.75],"rotation":{"origin":[4.625,12,1.75],"axis":"y","angle":-45},"faces":{"down":{"uv":[2.5,11,3,13],"texture":"#texture6"},"up":{"uv":[2.5,3,3,5],"texture":"#texture6"},"north":{"uv":[13,8.5,13.5,9],"texture":"#texture6"},"south":{"uv":[2.5,8.5,3,9],"texture":"#texture6"},"west":{"uv":[3,8.5,5,9],"texture":"#texture6"},"east":{"uv":[11,8.5,13,9],"texture":"#texture6"}}},{"__comment":"Box67","from":[12.5,12,1],"to":[14.5,12.5,2],"rotation":{"origin":[12.5,12,1],"axis":"y","angle":-22.5},"faces":{"down":{"uv":[5,14.5,7,15],"texture":"#texture6"},"up":{"uv":[5,1,7,1.5],"texture":"#texture6"},"north":{"uv":[9,8.5,11,9],"texture":"#texture6"},"south":{"uv":[5,8.5,7,9],"texture":"#texture6"},"west":{"uv":[1,8.5,1.5,9],"texture":"#texture6"},"east":{"uv":[14.5,8.5,15,9],"texture":"#texture6"}}},{"__comment":"Box67","from":[4.625,12,1.75],"to":[6.625,12.5,2.75],"rotation":{"origin":[4.625,12,1.75],"axis":"y","angle":22.5},"faces":{"down":{"uv":[5,14.5,7,15],"texture":"#texture6"},"up":{"uv":[5,1,7,1.5],"texture":"#texture6"},"north":{"uv":[9,8.5,11,9],"texture":"#texture6"},"south":{"uv":[5,8.5,7,9],"texture":"#texture6"},"west":{"uv":[1,8.5,1.5,9],"texture":"#texture6"},"east":{"uv":[14.5,8.5,15,9],"texture":"#texture6"}}},{"__comment":"Box67","from":[6.5,7,15],"to":[12.5,7.5,15.5],"faces":{"down":{"uv":[6.5,0.5,12.5,1],"texture":"#texture6"},"up":{"uv":[6.5,15,12.5,15.5],"texture":"#texture6"},"north":{"uv":[3.5,8.5,9.5,9],"texture":"#texture6"},"south":{"uv":[6.5,8.5,12.5,9],"texture":"#texture6"},"west":{"uv":[15,8.5,15.5,9],"texture":"#texture6"},"east":{"uv":[0.5,8.5,1,9],"texture":"#texture6"}}},{"__comment":"Box67","from":[4.625,7,14.25],"to":[6.825,7.5,14.75],"rotation":{"origin":[4.625,7,14.25],"axis":"y","angle":-22.5},"faces":{"down":{"uv":[6.5,0.5,12.5,1],"texture":"#texture6"},"up":{"uv":[6.5,15,12.5,15.5],"texture":"#texture6"},"north":{"uv":[3.5,8.5,9.5,9],"texture":"#texture6"},"south":{"uv":[6.5,8.5,12.5,9],"texture":"#texture6"},"west":{"uv":[15,8.5,15.5,9],"texture":"#texture6"},"east":{"uv":[0.5,8.5,1,9],"texture":"#texture6"}}},{"__comment":"Box69","from":[2,7,5],"to":[2.5,7.5,11],"faces":{"down":{"uv":[2,5,2.5,11],"texture":"#texture6"},"up":{"uv":[2,5,2.5,11],"texture":"#texture6"},"north":{"uv":[13.5,8.5,14,9],"texture":"#texture6"},"south":{"uv":[2,8.5,2.5,9],"texture":"#texture6"},"west":{"uv":[5,8.5,11,9],"texture":"#texture6"},"east":{"uv":[5,8.5,11,9],"texture":"#texture6"}}},{"__comment":"Box69","from":[2,7,11],"to":[2.5,7.5,13.3],"rotation":{"origin":[2,7,11],"axis":"y","angle":22.5},"faces":{"down":{"uv":[2,3,2.5,5],"texture":"#texture6"},"up":{"uv":[2,11,2.5,13],"texture":"#texture6"},"north":{"uv":[13.5,8.5,14,9],"texture":"#texture6"},"south":{"uv":[2,8.5,2.5,9],"texture":"#texture6"},"west":{"uv":[11,8.5,13,9],"texture":"#texture6"},"east":{"uv":[3,8.5,5,9],"texture":"#texture6"}}},{"__comment":"Box67","from":[3.25,7,12.75],"to":[5.45,7.5,13.25],"rotation":{"origin":[3.25,7,12.75],"axis":"y","angle":-45},"faces":{"down":{"uv":[6.5,0.5,12.5,1],"texture":"#texture6"},"up":{"uv":[6.5,15,12.5,15.5],"texture":"#texture6"},"north":{"uv":[3.5,8.5,9.5,9],"texture":"#texture6"},"south":{"uv":[6.5,8.5,12.5,9],"texture":"#texture6"},"west":{"uv":[15,8.5,15.5,9],"texture":"#texture6"},"east":{"uv":[0.5,8.5,1,9],"texture":"#texture6"}}},{"__comment":"Box67","from":[6.5,7,0.5],"to":[12.5,7.5,1],"faces":{"down":{"uv":[6.5,15,12.5,15.5],"texture":"#texture6"},"up":{"uv":[6.5,0.5,12.5,1],"texture":"#texture6"},"north":{"uv":[3.5,8.5,9.5,9],"texture":"#texture6"},"south":{"uv":[6.5,8.5,12.5,9],"texture":"#texture6"},"west":{"uv":[0.5,8.5,1,9],"texture":"#texture6"},"east":{"uv":[15,8.5,15.5,9],"texture":"#texture6"}}},{"__comment":"Box67","from":[12.5,7,0.5],"to":[14.8,7.5,1],"rotation":{"origin":[12.5,7,0.5],"axis":"y","angle":-22.5},"faces":{"down":{"uv":[5,14.5,7,15],"texture":"#texture6"},"up":{"uv":[5,1,7,1.5],"texture":"#texture6"},"north":{"uv":[9,8.5,11,9],"texture":"#texture6"},"south":{"uv":[5,8.5,7,9],"texture":"#texture6"},"west":{"uv":[1,8.5,1.5,9],"texture":"#texture6"},"east":{"uv":[14.5,8.5,15,9],"texture":"#texture6"}}},{"__comment":"Box67","from":[4.375,7,1.375],"to":[6.675,7.5,1.875],"rotation":{"origin":[4.375,7,1.375],"axis":"y","angle":22.5},"faces":{"down":{"uv":[5,14.5,7,15],"texture":"#texture6"},"up":{"uv":[5,1,7,1.5],"texture":"#texture6"},"north":{"uv":[9,8.5,11,9],"texture":"#texture6"},"south":{"uv":[5,8.5,7,9],"texture":"#texture6"},"west":{"uv":[1,8.5,1.5,9],"texture":"#texture6"},"east":{"uv":[14.5,8.5,15,9],"texture":"#texture6"}}},{"__comment":"Box67","from":[14.375,12,1.75],"to":[16.375,12.5,2.75],"rotation":{"origin":[14.375,12,1.75],"axis":"y","angle":-45},"faces":{"down":{"uv":[6.5,0.5,12.5,1],"texture":"#texture6"},"up":{"uv":[6.5,15,12.5,15.5],"texture":"#texture6"},"north":{"uv":[3.5,8.5,9.5,9],"texture":"#texture6"},"south":{"uv":[6.5,8.5,12.5,9],"texture":"#texture6"},"west":{"uv":[15,8.5,15.5,9],"texture":"#texture6"},"east":{"uv":[0.5,8.5,1,9],"texture":"#texture6"}}},{"__comment":"Box67","from":[14.625,7,1.375],"to":[16.825,7.5,1.875],"rotation":{"origin":[14.625,7,1.375],"axis":"y","angle":-45},"faces":{"down":{"uv":[6.5,0.5,12.5,1],"texture":"#texture6"},"up":{"uv":[6.5,15,12.5,15.5],"texture":"#texture6"},"north":{"uv":[3.5,8.5,9.5,9],"texture":"#texture6"},"south":{"uv":[6.5,8.5,12.5,9],"texture":"#texture6"},"west":{"uv":[15,8.5,15.5,9],"texture":"#texture6"},"east":{"uv":[0.5,8.5,1,9],"texture":"#texture6"}}},{"__comment":"Box69","from":[4.375,7,1.375],"to":[4.875,7.5,3.475],"rotation":{"origin":[4.375,7,1.375],"axis":"y","angle":-45},"faces":{"down":{"uv":[2.5,11,3,13],"texture":"#texture6"},"up":{"uv":[2.5,3,3,5],"texture":"#texture6"},"north":{"uv":[13,8.5,13.5,9],"texture":"#texture6"},"south":{"uv":[2.5,8.5,3,9],"texture":"#texture6"},"west":{"uv":[3,8.5,5,9],"texture":"#texture6"},"east":{"uv":[11,8.5,13,9],"texture":"#texture6"}}},{"__comment":"Box67","from":[6.5,12,1],"to":[12.5,12.5,2],"faces":{"down":{"uv":[6.5,14,12.5,15],"texture":"#texture6"},"up":{"uv":[6.5,1,12.5,2],"texture":"#texture6"},"north":{"uv":[3.5,3.5,9.5,4],"texture":"#texture6"},"south":{"uv":[6.5,3.5,12.5,4],"texture":"#texture6"},"west":{"uv":[1,3.5,2,4],"texture":"#texture6"},"east":{"uv":[14,3.5,15,4],"texture":"#texture6"}}},{"__comment":"Box43","from":[5,7,13.375],"to":[7,12,14.375],"rotation":{"origin":[5,7,13.375],"axis":"y","angle":-22.5},"faces":{"down":{"uv":[14,15,15,16],"texture":"#texture3"},"up":{"uv":[14,0,15,1],"texture":"#texture3"},"north":{"uv":[1,8,2,9],"texture":"#texture3"},"south":{"uv":[14,8,15,9],"texture":"#texture3"},"west":{"uv":[0,8,1,9],"texture":"#texture3"},"east":{"uv":[15,8,16,9],"texture":"#texture3"}}},{"__comment":"Box44","from":[4,7,12.125],"to":[6,12,13.125],"rotation":{"origin":[4,7,12.125],"axis":"y","angle":-45},"faces":{"down":{"uv":[0,0,0.5,1.5],"texture":"#texture3"},"up":{"uv":[0,14.5,0.5,16],"texture":"#texture3"},"north":{"uv":[15.5,8,16,9],"texture":"#texture3"},"south":{"uv":[0,8,0.5,9],"texture":"#texture3"},"west":{"uv":[14.5,8,16,9],"texture":"#texture3"},"east":{"uv":[0,8,1.5,9],"texture":"#texture3"}}},{"__comment":"Box39","from":[15.5,12,5],"to":[16.5,12.5,11],"faces":{"down":{"uv":[15.5,5,16,11],"texture":"#texture6"},"up":{"uv":[15.5,5,16,11],"texture":"#texture6"},"north":{"uv":[0,3.5,0.5,4],"texture":"#texture6"},"south":{"uv":[15.5,3.5,16,4],"texture":"#texture6"},"west":{"uv":[5,3.5,11,4],"texture":"#texture6"},"east":{"uv":[5,3.5,11,4],"texture":"#texture6"}}},{"__comment":"Box39","from":[2.5,7,5],"to":[3.5,12,11],"faces":{"down":{"uv":[2.5,5,3.5,11],"texture":"#texture3"},"up":{"uv":[2.5,5,3.5,11],"texture":"#texture3"},"north":{"uv":[12.5,4,13.5,9],"texture":"#texture3"},"south":{"uv":[2.5,4,3.5,9],"texture":"#texture3"},"west":{"uv":[5,4,11,9],"texture":"#texture3"},"east":{"uv":[5,4,11,9],"texture":"#texture3"}}},{"__comment":"Box44","from":[3.25,7,3.125],"to":[4.25,12,5.125],"rotation":{"origin":[3.25,7,3.125],"axis":"y","angle":-22.5},"faces":{"down":{"uv":[0,0,0.5,1.5],"texture":"#texture3"},"up":{"uv":[0,14.5,0.5,16],"texture":"#texture3"},"north":{"uv":[15.5,8,16,9],"texture":"#texture3"},"south":{"uv":[0,8,0.5,9],"texture":"#texture3"},"west":{"uv":[14.5,8,16,9],"texture":"#texture3"},"east":{"uv":[0,8,1.5,9],"texture":"#texture3"}}},{"__comment":"Box44","from":[2.5,7,11],"to":[3.5,12,13],"rotation":{"origin":[2.5,7,11],"axis":"y","angle":22.5},"faces":{"down":{"uv":[0,0,0.5,1.5],"texture":"#texture3"},"up":{"uv":[0,14.5,0.5,16],"texture":"#texture3"},"north":{"uv":[15.5,8,16,9],"texture":"#texture3"},"south":{"uv":[0,8,0.5,9],"texture":"#texture3"},"west":{"uv":[14.5,8,16,9],"texture":"#texture3"},"east":{"uv":[0,8,1.5,9],"texture":"#texture3"}}},{"__comment":"Box43","from":[12.125,7,14.125],"to":[14.125,12,15.125],"rotation":{"origin":[12.125,7,14.125],"axis":"y","angle":22.5},"faces":{"down":{"uv":[14,15,15,16],"texture":"#texture3"},"up":{"uv":[14,0,15,1],"texture":"#texture3"},"north":{"uv":[1,8,2,9],"texture":"#texture3"},"south":{"uv":[14,8,15,9],"texture":"#texture3"},"west":{"uv":[0,8,1,9],"texture":"#texture3"},"east":{"uv":[15,8,16,9],"texture":"#texture3"}}},{"__comment":"Box45","from":[13.625,7,13.625],"to":[15.725,12,14.625],"rotation":{"origin":[13.625,7,13.625],"axis":"y","angle":45},"faces":{"down":{"uv":[0,0.5,1,1.5],"texture":"#texture3"},"up":{"uv":[0,14.5,1,15.5],"texture":"#texture3"},"north":{"uv":[15,8,16,9],"texture":"#texture3"},"south":{"uv":[0,8,1,9],"texture":"#texture3"},"west":{"uv":[14.5,8,15.5,9],"texture":"#texture3"},"east":{"uv":[0.5,8,1.5,9],"texture":"#texture3"}}},{"__comment":"Box44","from":[15.625,7,10.625],"to":[16.625,12,12.625],"rotation":{"origin":[15.625,7,10.625],"axis":"y","angle":-22.5},"faces":{"down":{"uv":[0,0,0.5,1.5],"texture":"#texture3"},"up":{"uv":[0,14.5,0.5,16],"texture":"#texture3"},"north":{"uv":[15.5,8,16,9],"texture":"#texture3"},"south":{"uv":[0,8,0.5,9],"texture":"#texture3"},"west":{"uv":[14.5,8,16,9],"texture":"#texture3"},"east":{"uv":[0,8,1.5,9],"texture":"#texture3"}}},{"__comment":"Box39","from":[15.5,7,5],"to":[16.5,12,11],"faces":{"down":{"uv":[15.5,5,16,11],"texture":"#texture3"},"up":{"uv":[15.5,5,16,11],"texture":"#texture3"},"north":{"uv":[0,4,0.5,9],"texture":"#texture3"},"south":{"uv":[15.5,4,16,9],"texture":"#texture3"},"west":{"uv":[5,4,11,9],"texture":"#texture3"},"east":{"uv":[5,4,11,9],"texture":"#texture3"}}},{"__comment":"Box44","from":[14.875,7,3.5],"to":[15.875,12,5.5],"rotation":{"origin":[14.875,7,3.5],"axis":"y","angle":22.5},"faces":{"down":{"uv":[0,0,0.5,1.5],"texture":"#texture3"},"up":{"uv":[0,14.5,0.5,16],"texture":"#texture3"},"north":{"uv":[15.5,8,16,9],"texture":"#texture3"},"south":{"uv":[0,8,0.5,9],"texture":"#texture3"},"west":{"uv":[14.5,8,16,9],"texture":"#texture3"},"east":{"uv":[0,8,1.5,9],"texture":"#texture3"}}},{"__comment":"Box97","from":[8.5,8,14.125],"to":[10.5,11.5,15.125],"faces":{"down":{"uv":[1.5,0.5,1,1.5],"texture":"#texture5"},"up":{"uv":[0,1,2,2],"texture":"#texture5"},"north":{"uv":[0,0,2,6.5],"texture":"#texture5"},"south":{"uv":[3.5,0,13,16],"texture":"#texture5"},"west":{"uv":[14,4.5,15,8.5],"texture":"#texture5"},"east":{"uv":[1,4.5,2,8.5],"texture":"#texture5"}}}],"display":{"head":{"translation":[-1.39,-0.695,0],"scale":[1.7042,1.9128,1.739]}}} diff --git a/assets/minecraft/models/item/clock.json b/assets/minecraft/models/item/clock.json index decfe23..de98d61 100755 --- a/assets/minecraft/models/item/clock.json +++ b/assets/minecraft/models/item/clock.json @@ -1,584 +1 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "items/clock/clock_00" - }, - "overrides": [ - { "predicate": { "time": 0.0000000 }, "model": "item/clock" }, - { "predicate": { "time": 0.0017361 }, "model": "item/clock/clock_01" }, - { "predicate": { "time": 0.0034722 }, "model": "item/clock/clock_02" }, - { "predicate": { "time": 0.0052083 }, "model": "item/clock/clock_03" }, - { "predicate": { "time": 0.0069444 }, "model": "item/clock/clock_04" }, - { "predicate": { "time": 0.0086806 }, "model": "item/clock/clock_05" }, - { "predicate": { "time": 0.0104167 }, "model": "item/clock/clock_06" }, - { "predicate": { "time": 0.0121528 }, "model": "item/clock/clock_07" }, - { "predicate": { "time": 0.0138889 }, "model": "item/clock/clock_08" }, - { "predicate": { "time": 0.0156250 }, "model": "item/clock/clock_09" }, - { "predicate": { "time": 0.0173611 }, "model": "item/clock/clock_10" }, - { "predicate": { "time": 0.0190972 }, "model": "item/clock/clock_11" }, - { "predicate": { "time": 0.0208333 }, "model": "item/clock/clock_12" }, - { "predicate": { "time": 0.0225694 }, "model": "item/clock/clock_13" }, - { "predicate": { "time": 0.0243056 }, "model": "item/clock/clock_14" }, - { "predicate": { "time": 0.0260417 }, "model": "item/clock/clock_15" }, - { "predicate": { "time": 0.0277778 }, "model": "item/clock/clock_16" }, - { "predicate": { "time": 0.0295139 }, "model": "item/clock/clock_17" }, - { "predicate": { "time": 0.0312500 }, "model": "item/clock/clock_18" }, - { "predicate": { "time": 0.0329861 }, "model": "item/clock/clock_19" }, - { "predicate": { "time": 0.0347222 }, "model": "item/clock/clock_20" }, - { "predicate": { "time": 0.0364583 }, "model": "item/clock/clock_21" }, - { "predicate": { "time": 0.0381944 }, "model": "item/clock/clock_22" }, - { "predicate": { "time": 0.0399306 }, "model": "item/clock/clock_23" }, - { "predicate": { "time": 0.0416667 }, "model": "item/clock/clock_24" }, - { "predicate": { "time": 0.0434028 }, "model": "item/clock/clock_25" }, - { "predicate": { "time": 0.0451389 }, "model": "item/clock/clock_26" }, - { "predicate": { "time": 0.0468750 }, "model": "item/clock/clock_27" }, - { "predicate": { "time": 0.0486111 }, "model": "item/clock/clock_28" }, - { "predicate": { "time": 0.0503472 }, "model": "item/clock/clock_29" }, - { "predicate": { "time": 0.0520833 }, "model": "item/clock/clock_30" }, - { "predicate": { "time": 0.0538194 }, "model": "item/clock/clock_31" }, - { "predicate": { "time": 0.0555556 }, "model": "item/clock/clock_32" }, - { "predicate": { "time": 0.0572917 }, "model": "item/clock/clock_33" }, - { "predicate": { "time": 0.0590278 }, "model": "item/clock/clock_34" }, - { "predicate": { "time": 0.0607639 }, "model": "item/clock/clock_35" }, - { "predicate": { "time": 0.0625000 }, "model": "item/clock/clock_36" }, - { "predicate": { "time": 0.0642361 }, "model": "item/clock/clock_37" }, - { "predicate": { "time": 0.0659722 }, "model": "item/clock/clock_38" }, - { "predicate": { "time": 0.0677083 }, "model": "item/clock/clock_39" }, - { "predicate": { "time": 0.0694444 }, "model": "item/clock/clock_40" }, - { "predicate": { "time": 0.0711806 }, "model": "item/clock/clock_41" }, - { "predicate": { "time": 0.0729167 }, "model": "item/clock/clock_42" }, - { "predicate": { "time": 0.0746528 }, "model": "item/clock/clock_43" }, - { "predicate": { "time": 0.0763889 }, "model": "item/clock/clock_44" }, - { "predicate": { "time": 0.0781250 }, "model": "item/clock/clock_45" }, - { "predicate": { "time": 0.0798611 }, "model": "item/clock/clock_46" }, - { "predicate": { "time": 0.0815972 }, "model": "item/clock/clock_47" }, - { "predicate": { "time": 0.0833333 }, "model": "item/clock/clock_48" }, - { "predicate": { "time": 0.0850694 }, "model": "item/clock/clock_49" }, - { "predicate": { "time": 0.0868056 }, "model": "item/clock/clock_50" }, - { "predicate": { "time": 0.0885417 }, "model": "item/clock/clock_51" }, - { "predicate": { "time": 0.0902778 }, "model": "item/clock/clock_52" }, - { "predicate": { "time": 0.0920139 }, "model": "item/clock/clock_53" }, - { "predicate": { "time": 0.0937500 }, "model": "item/clock/clock_54" }, - { "predicate": { "time": 0.0954861 }, "model": "item/clock/clock_55" }, - { "predicate": { "time": 0.0972222 }, "model": "item/clock/clock_56" }, - { "predicate": { "time": 0.0989583 }, "model": "item/clock/clock_57" }, - { "predicate": { "time": 0.1006944 }, "model": "item/clock/clock_58" }, - { "predicate": { "time": 0.1024306 }, "model": "item/clock/clock_59" }, - { "predicate": { "time": 0.1041667 }, "model": "item/clock/clock_60" }, - { "predicate": { "time": 0.1059028 }, "model": "item/clock/clock_61" }, - { "predicate": { "time": 0.1076389 }, "model": "item/clock/clock_62" }, - { "predicate": { "time": 0.1093750 }, "model": "item/clock/clock_63" }, - { "predicate": { "time": 0.1111111 }, "model": "item/clock/clock_64" }, - { "predicate": { "time": 0.1128472 }, "model": "item/clock/clock_65" }, - { "predicate": { "time": 0.1145833 }, "model": "item/clock/clock_66" }, - { "predicate": { "time": 0.1163194 }, "model": "item/clock/clock_67" }, - { "predicate": { "time": 0.1180556 }, "model": "item/clock/clock_68" }, - { "predicate": { "time": 0.1197917 }, "model": "item/clock/clock_69" }, - { "predicate": { "time": 0.1215278 }, "model": "item/clock/clock_70" }, - { "predicate": { "time": 0.1232639 }, "model": "item/clock/clock_71" }, - { "predicate": { "time": 0.1250000 }, "model": "item/clock/clock_72" }, - { "predicate": { "time": 0.1267361 }, "model": "item/clock/clock_73" }, - { "predicate": { "time": 0.1284722 }, "model": "item/clock/clock_74" }, - { "predicate": { "time": 0.1302083 }, "model": "item/clock/clock_75" }, - { "predicate": { "time": 0.1319444 }, "model": "item/clock/clock_76" }, - { "predicate": { "time": 0.1336806 }, "model": "item/clock/clock_77" }, - { "predicate": { "time": 0.1354167 }, "model": "item/clock/clock_78" }, - { "predicate": { "time": 0.1371528 }, "model": "item/clock/clock_79" }, - { "predicate": { "time": 0.1388889 }, "model": "item/clock/clock_80" }, - { "predicate": { "time": 0.1406250 }, "model": "item/clock/clock_81" }, - { "predicate": { "time": 0.1423611 }, "model": "item/clock/clock_82" }, - { "predicate": { "time": 0.1440972 }, "model": "item/clock/clock_83" }, - { "predicate": { "time": 0.1458333 }, "model": "item/clock/clock_84" }, - { "predicate": { "time": 0.1475694 }, "model": "item/clock/clock_85" }, - { "predicate": { "time": 0.1493056 }, "model": "item/clock/clock_86" }, - { "predicate": { "time": 0.1510417 }, "model": "item/clock/clock_87" }, - { "predicate": { "time": 0.1527778 }, "model": "item/clock/clock_88" }, - { "predicate": { "time": 0.1545139 }, "model": "item/clock/clock_89" }, - { "predicate": { "time": 0.1562500 }, "model": "item/clock/clock_90" }, - { "predicate": { "time": 0.1579861 }, "model": "item/clock/clock_91" }, - { "predicate": { "time": 0.1597222 }, "model": "item/clock/clock_92" }, - { "predicate": { "time": 0.1614583 }, "model": "item/clock/clock_93" }, - { "predicate": { "time": 0.1631944 }, "model": "item/clock/clock_94" }, - { "predicate": { "time": 0.1649306 }, "model": "item/clock/clock_95" }, - { "predicate": { "time": 0.1666667 }, "model": "item/clock/clock_96" }, - { "predicate": { "time": 0.1684028 }, "model": "item/clock/clock_97" }, - { "predicate": { "time": 0.1701389 }, "model": "item/clock/clock_98" }, - { "predicate": { "time": 0.1718750 }, "model": "item/clock/clock_99" }, - { "predicate": { "time": 0.1736111 }, "model": "item/clock/clock_100" }, - { "predicate": { "time": 0.1753472 }, "model": "item/clock/clock_101" }, - { "predicate": { "time": 0.1770833 }, "model": "item/clock/clock_102" }, - { "predicate": { "time": 0.1788194 }, "model": "item/clock/clock_103" }, - { "predicate": { "time": 0.1805556 }, "model": "item/clock/clock_104" }, - { "predicate": { "time": 0.1822917 }, "model": "item/clock/clock_105" }, - { "predicate": { "time": 0.1840278 }, "model": "item/clock/clock_106" }, - { "predicate": { "time": 0.1857639 }, "model": "item/clock/clock_107" }, - { "predicate": { "time": 0.1875000 }, "model": "item/clock/clock_108" }, - { "predicate": { "time": 0.1892361 }, "model": "item/clock/clock_109" }, - { "predicate": { "time": 0.1909722 }, "model": "item/clock/clock_110" }, - { "predicate": { "time": 0.1927083 }, "model": "item/clock/clock_111" }, - { "predicate": { "time": 0.1944444 }, "model": "item/clock/clock_112" }, - { "predicate": { "time": 0.1961806 }, "model": "item/clock/clock_113" }, - { "predicate": { "time": 0.1979167 }, "model": "item/clock/clock_114" }, - { "predicate": { "time": 0.1996528 }, "model": "item/clock/clock_115" }, - { "predicate": { "time": 0.2013889 }, "model": "item/clock/clock_116" }, - { "predicate": { "time": 0.2031250 }, "model": "item/clock/clock_117" }, - { "predicate": { "time": 0.2048611 }, "model": "item/clock/clock_118" }, - { "predicate": { "time": 0.2065972 }, "model": "item/clock/clock_119" }, - { "predicate": { "time": 0.2083333 }, "model": "item/clock/clock_120" }, - { "predicate": { "time": 0.2100694 }, "model": "item/clock/clock_121" }, - { "predicate": { "time": 0.2118056 }, "model": "item/clock/clock_122" }, - { "predicate": { "time": 0.2135417 }, "model": "item/clock/clock_123" }, - { "predicate": { "time": 0.2152778 }, "model": "item/clock/clock_124" }, - { "predicate": { "time": 0.2170139 }, "model": "item/clock/clock_125" }, - { "predicate": { "time": 0.2187500 }, "model": "item/clock/clock_126" }, - { "predicate": { "time": 0.2204861 }, "model": "item/clock/clock_127" }, - { "predicate": { "time": 0.2222222 }, "model": "item/clock/clock_128" }, - { "predicate": { "time": 0.2239583 }, "model": "item/clock/clock_129" }, - { "predicate": { "time": 0.2256944 }, "model": "item/clock/clock_130" }, - { "predicate": { "time": 0.2274306 }, "model": "item/clock/clock_131" }, - { "predicate": { "time": 0.2291667 }, "model": "item/clock/clock_132" }, - { "predicate": { "time": 0.2309028 }, "model": "item/clock/clock_133" }, - { "predicate": { "time": 0.2326389 }, "model": "item/clock/clock_134" }, - { "predicate": { "time": 0.2343750 }, "model": "item/clock/clock_135" }, - { "predicate": { "time": 0.2361111 }, "model": "item/clock/clock_136" }, - { "predicate": { "time": 0.2378472 }, "model": "item/clock/clock_137" }, - { "predicate": { "time": 0.2395833 }, "model": "item/clock/clock_138" }, - { "predicate": { "time": 0.2413194 }, "model": "item/clock/clock_139" }, - { "predicate": { "time": 0.2430556 }, "model": "item/clock/clock_140" }, - { "predicate": { "time": 0.2447917 }, "model": "item/clock/clock_141" }, - { "predicate": { "time": 0.2465278 }, "model": "item/clock/clock_142" }, - { "predicate": { "time": 0.2482639 }, "model": "item/clock/clock_143" }, - { "predicate": { "time": 0.2500000 }, "model": "item/clock/clock_144" }, - { "predicate": { "time": 0.2517361 }, "model": "item/clock/clock_145" }, - { "predicate": { "time": 0.2534722 }, "model": "item/clock/clock_146" }, - { "predicate": { "time": 0.2552083 }, "model": "item/clock/clock_147" }, - { "predicate": { "time": 0.2569444 }, "model": "item/clock/clock_148" }, - { "predicate": { "time": 0.2586806 }, "model": "item/clock/clock_149" }, - { "predicate": { "time": 0.2604167 }, "model": "item/clock/clock_150" }, - { "predicate": { "time": 0.2621528 }, "model": "item/clock/clock_151" }, - { "predicate": { "time": 0.2638889 }, "model": "item/clock/clock_152" }, - { "predicate": { "time": 0.2656250 }, "model": "item/clock/clock_153" }, - { "predicate": { "time": 0.2673611 }, "model": "item/clock/clock_154" }, - { "predicate": { "time": 0.2690972 }, "model": "item/clock/clock_155" }, - { "predicate": { "time": 0.2708333 }, "model": "item/clock/clock_156" }, - { "predicate": { "time": 0.2725694 }, "model": "item/clock/clock_157" }, - { "predicate": { "time": 0.2743056 }, "model": "item/clock/clock_158" }, - { "predicate": { "time": 0.2760417 }, "model": "item/clock/clock_159" }, - { "predicate": { "time": 0.2777778 }, "model": "item/clock/clock_160" }, - { "predicate": { "time": 0.2795139 }, "model": "item/clock/clock_161" }, - { "predicate": { "time": 0.2812500 }, "model": "item/clock/clock_162" }, - { "predicate": { "time": 0.2829861 }, "model": "item/clock/clock_163" }, - { "predicate": { "time": 0.2847222 }, "model": "item/clock/clock_164" }, - { "predicate": { "time": 0.2864583 }, "model": "item/clock/clock_165" }, - { "predicate": { "time": 0.2881944 }, "model": "item/clock/clock_166" }, - { "predicate": { "time": 0.2899306 }, "model": "item/clock/clock_167" }, - { "predicate": { "time": 0.2916667 }, "model": "item/clock/clock_168" }, - { "predicate": { "time": 0.2934028 }, "model": "item/clock/clock_169" }, - { "predicate": { "time": 0.2951389 }, "model": "item/clock/clock_170" }, - { "predicate": { "time": 0.2968750 }, "model": "item/clock/clock_171" }, - { "predicate": { "time": 0.2986111 }, "model": "item/clock/clock_172" }, - { "predicate": { "time": 0.3003472 }, "model": "item/clock/clock_173" }, - { "predicate": { "time": 0.3020833 }, "model": "item/clock/clock_174" }, - { "predicate": { "time": 0.3038194 }, "model": "item/clock/clock_175" }, - { "predicate": { "time": 0.3055556 }, "model": "item/clock/clock_176" }, - { "predicate": { "time": 0.3072917 }, "model": "item/clock/clock_177" }, - { "predicate": { "time": 0.3090278 }, "model": "item/clock/clock_178" }, - { "predicate": { "time": 0.3107639 }, "model": "item/clock/clock_179" }, - { "predicate": { "time": 0.3125000 }, "model": "item/clock/clock_180" }, - { "predicate": { "time": 0.3142361 }, "model": "item/clock/clock_181" }, - { "predicate": { "time": 0.3159722 }, "model": "item/clock/clock_182" }, - { "predicate": { "time": 0.3177083 }, "model": "item/clock/clock_183" }, - { "predicate": { "time": 0.3194444 }, "model": "item/clock/clock_184" }, - { "predicate": { "time": 0.3211806 }, "model": "item/clock/clock_185" }, - { "predicate": { "time": 0.3229167 }, "model": "item/clock/clock_186" }, - { "predicate": { "time": 0.3246528 }, "model": "item/clock/clock_187" }, - { "predicate": { "time": 0.3263889 }, "model": "item/clock/clock_188" }, - { "predicate": { "time": 0.3281250 }, "model": "item/clock/clock_189" }, - { "predicate": { "time": 0.3298611 }, "model": "item/clock/clock_190" }, - { "predicate": { "time": 0.3315972 }, "model": "item/clock/clock_191" }, - { "predicate": { "time": 0.3333333 }, "model": "item/clock/clock_192" }, - { "predicate": { "time": 0.3350694 }, "model": "item/clock/clock_193" }, - { "predicate": { "time": 0.3368056 }, "model": "item/clock/clock_194" }, - { "predicate": { "time": 0.3385417 }, "model": "item/clock/clock_195" }, - { "predicate": { "time": 0.3402778 }, "model": "item/clock/clock_196" }, - { "predicate": { "time": 0.3420139 }, "model": "item/clock/clock_197" }, - { "predicate": { "time": 0.3437500 }, "model": "item/clock/clock_198" }, - { "predicate": { "time": 0.3454861 }, "model": "item/clock/clock_199" }, - { "predicate": { "time": 0.3472222 }, "model": "item/clock/clock_200" }, - { "predicate": { "time": 0.3489583 }, "model": "item/clock/clock_201" }, - { "predicate": { "time": 0.3506944 }, "model": "item/clock/clock_202" }, - { "predicate": { "time": 0.3524306 }, "model": "item/clock/clock_203" }, - { "predicate": { "time": 0.3541667 }, "model": "item/clock/clock_204" }, - { "predicate": { "time": 0.3559028 }, "model": "item/clock/clock_205" }, - { "predicate": { "time": 0.3576389 }, "model": "item/clock/clock_206" }, - { "predicate": { "time": 0.3593750 }, "model": "item/clock/clock_207" }, - { "predicate": { "time": 0.3611111 }, "model": "item/clock/clock_208" }, - { "predicate": { "time": 0.3628472 }, "model": "item/clock/clock_209" }, - { "predicate": { "time": 0.3645833 }, "model": "item/clock/clock_210" }, - { "predicate": { "time": 0.3663194 }, "model": "item/clock/clock_211" }, - { "predicate": { "time": 0.3680556 }, "model": "item/clock/clock_212" }, - { "predicate": { "time": 0.3697917 }, "model": "item/clock/clock_213" }, - { "predicate": { "time": 0.3715278 }, "model": "item/clock/clock_214" }, - { "predicate": { "time": 0.3732639 }, "model": "item/clock/clock_215" }, - { "predicate": { "time": 0.3750000 }, "model": "item/clock/clock_216" }, - { "predicate": { "time": 0.3767361 }, "model": "item/clock/clock_217" }, - { "predicate": { "time": 0.3784722 }, "model": "item/clock/clock_218" }, - { "predicate": { "time": 0.3802083 }, "model": "item/clock/clock_219" }, - { "predicate": { "time": 0.3819444 }, "model": "item/clock/clock_220" }, - { "predicate": { "time": 0.3836806 }, "model": "item/clock/clock_221" }, - { "predicate": { "time": 0.3854167 }, "model": "item/clock/clock_222" }, - { "predicate": { "time": 0.3871528 }, "model": "item/clock/clock_223" }, - { "predicate": { "time": 0.3888889 }, "model": "item/clock/clock_224" }, - { "predicate": { "time": 0.3906250 }, "model": "item/clock/clock_225" }, - { "predicate": { "time": 0.3923611 }, "model": "item/clock/clock_226" }, - { "predicate": { "time": 0.3940972 }, "model": "item/clock/clock_227" }, - { "predicate": { "time": 0.3958333 }, "model": "item/clock/clock_228" }, - { "predicate": { "time": 0.3975694 }, "model": "item/clock/clock_229" }, - { "predicate": { "time": 0.3993056 }, "model": "item/clock/clock_230" }, - { "predicate": { "time": 0.4010417 }, "model": "item/clock/clock_231" }, - { "predicate": { "time": 0.4027778 }, "model": "item/clock/clock_232" }, - { "predicate": { "time": 0.4045139 }, "model": "item/clock/clock_233" }, - { "predicate": { "time": 0.4062500 }, "model": "item/clock/clock_234" }, - { "predicate": { "time": 0.4079861 }, "model": "item/clock/clock_235" }, - { "predicate": { "time": 0.4097222 }, "model": "item/clock/clock_236" }, - { "predicate": { "time": 0.4114583 }, "model": "item/clock/clock_237" }, - { "predicate": { "time": 0.4131944 }, "model": "item/clock/clock_238" }, - { "predicate": { "time": 0.4149306 }, "model": "item/clock/clock_239" }, - { "predicate": { "time": 0.4166667 }, "model": "item/clock/clock_240" }, - { "predicate": { "time": 0.4184028 }, "model": "item/clock/clock_241" }, - { "predicate": { "time": 0.4201389 }, "model": "item/clock/clock_242" }, - { "predicate": { "time": 0.4218750 }, "model": "item/clock/clock_243" }, - { "predicate": { "time": 0.4236111 }, "model": "item/clock/clock_244" }, - { "predicate": { "time": 0.4253472 }, "model": "item/clock/clock_245" }, - { "predicate": { "time": 0.4270833 }, "model": "item/clock/clock_246" }, - { "predicate": { "time": 0.4288194 }, "model": "item/clock/clock_247" }, - { "predicate": { "time": 0.4305556 }, "model": "item/clock/clock_248" }, - { "predicate": { "time": 0.4322917 }, "model": "item/clock/clock_249" }, - { "predicate": { "time": 0.4340278 }, "model": "item/clock/clock_250" }, - { "predicate": { "time": 0.4357639 }, "model": "item/clock/clock_251" }, - { "predicate": { "time": 0.4375000 }, "model": "item/clock/clock_252" }, - { "predicate": { "time": 0.4392361 }, "model": "item/clock/clock_253" }, - { "predicate": { "time": 0.4409722 }, "model": "item/clock/clock_254" }, - { "predicate": { "time": 0.4427083 }, "model": "item/clock/clock_255" }, - { "predicate": { "time": 0.4444444 }, "model": "item/clock/clock_256" }, - { "predicate": { "time": 0.4461806 }, "model": "item/clock/clock_257" }, - { "predicate": { "time": 0.4479167 }, "model": "item/clock/clock_258" }, - { "predicate": { "time": 0.4496528 }, "model": "item/clock/clock_259" }, - { "predicate": { "time": 0.4513889 }, "model": "item/clock/clock_260" }, - { "predicate": { "time": 0.4531250 }, "model": "item/clock/clock_261" }, - { "predicate": { "time": 0.4548611 }, "model": "item/clock/clock_262" }, - { "predicate": { "time": 0.4565972 }, "model": "item/clock/clock_263" }, - { "predicate": { "time": 0.4583333 }, "model": "item/clock/clock_264" }, - { "predicate": { "time": 0.4600694 }, "model": "item/clock/clock_265" }, - { "predicate": { "time": 0.4618056 }, "model": "item/clock/clock_266" }, - { "predicate": { "time": 0.4635417 }, "model": "item/clock/clock_267" }, - { "predicate": { "time": 0.4652778 }, "model": "item/clock/clock_268" }, - { "predicate": { "time": 0.4670139 }, "model": "item/clock/clock_269" }, - { "predicate": { "time": 0.4687500 }, "model": "item/clock/clock_270" }, - { "predicate": { "time": 0.4704861 }, "model": "item/clock/clock_271" }, - { "predicate": { "time": 0.4722222 }, "model": "item/clock/clock_272" }, - { "predicate": { "time": 0.4739583 }, "model": "item/clock/clock_273" }, - { "predicate": { "time": 0.4756944 }, "model": "item/clock/clock_274" }, - { "predicate": { "time": 0.4774306 }, "model": "item/clock/clock_275" }, - { "predicate": { "time": 0.4791667 }, "model": "item/clock/clock_276" }, - { "predicate": { "time": 0.4809028 }, "model": "item/clock/clock_277" }, - { "predicate": { "time": 0.4826389 }, "model": "item/clock/clock_278" }, - { "predicate": { "time": 0.4843750 }, "model": "item/clock/clock_279" }, - { "predicate": { "time": 0.4861111 }, "model": "item/clock/clock_280" }, - { "predicate": { "time": 0.4878472 }, "model": "item/clock/clock_281" }, - { "predicate": { "time": 0.4895833 }, "model": "item/clock/clock_282" }, - { "predicate": { "time": 0.4913194 }, "model": "item/clock/clock_283" }, - { "predicate": { "time": 0.4930556 }, "model": "item/clock/clock_284" }, - { "predicate": { "time": 0.4947917 }, "model": "item/clock/clock_285" }, - { "predicate": { "time": 0.4965278 }, "model": "item/clock/clock_286" }, - { "predicate": { "time": 0.4982639 }, "model": "item/clock/clock_287" }, - { "predicate": { "time": 0.5000000 }, "model": "item/clock" }, - { "predicate": { "time": 0.5017361 }, "model": "item/clock/clock_01" }, - { "predicate": { "time": 0.5034722 }, "model": "item/clock/clock_02" }, - { "predicate": { "time": 0.5052083 }, "model": "item/clock/clock_03" }, - { "predicate": { "time": 0.5069444 }, "model": "item/clock/clock_04" }, - { "predicate": { "time": 0.5086806 }, "model": "item/clock/clock_05" }, - { "predicate": { "time": 0.5104167 }, "model": "item/clock/clock_06" }, - { "predicate": { "time": 0.5121528 }, "model": "item/clock/clock_07" }, - { "predicate": { "time": 0.5138889 }, "model": "item/clock/clock_08" }, - { "predicate": { "time": 0.5156250 }, "model": "item/clock/clock_09" }, - { "predicate": { "time": 0.5173611 }, "model": "item/clock/clock_10" }, - { "predicate": { "time": 0.5190972 }, "model": "item/clock/clock_11" }, - { "predicate": { "time": 0.5208333 }, "model": "item/clock/clock_12" }, - { "predicate": { "time": 0.5225694 }, "model": "item/clock/clock_13" }, - { "predicate": { "time": 0.5243056 }, "model": "item/clock/clock_14" }, - { "predicate": { "time": 0.5260417 }, "model": "item/clock/clock_15" }, - { "predicate": { "time": 0.5277778 }, "model": "item/clock/clock_16" }, - { "predicate": { "time": 0.5295139 }, "model": "item/clock/clock_17" }, - { "predicate": { "time": 0.5312500 }, "model": "item/clock/clock_18" }, - { "predicate": { "time": 0.5329861 }, "model": "item/clock/clock_19" }, - { "predicate": { "time": 0.5347222 }, "model": "item/clock/clock_20" }, - { "predicate": { "time": 0.5364583 }, "model": "item/clock/clock_21" }, - { "predicate": { "time": 0.5381944 }, "model": "item/clock/clock_22" }, - { "predicate": { "time": 0.5399306 }, "model": "item/clock/clock_23" }, - { "predicate": { "time": 0.5416667 }, "model": "item/clock/clock_24" }, - { "predicate": { "time": 0.5434028 }, "model": "item/clock/clock_25" }, - { "predicate": { "time": 0.5451389 }, "model": "item/clock/clock_26" }, - { "predicate": { "time": 0.5468750 }, "model": "item/clock/clock_27" }, - { "predicate": { "time": 0.5486111 }, "model": "item/clock/clock_28" }, - { "predicate": { "time": 0.5503472 }, "model": "item/clock/clock_29" }, - { "predicate": { "time": 0.5520833 }, "model": "item/clock/clock_30" }, - { "predicate": { "time": 0.5538194 }, "model": "item/clock/clock_31" }, - { "predicate": { "time": 0.5555556 }, "model": "item/clock/clock_32" }, - { "predicate": { "time": 0.5572917 }, "model": "item/clock/clock_33" }, - { "predicate": { "time": 0.5590278 }, "model": "item/clock/clock_34" }, - { "predicate": { "time": 0.5607639 }, "model": "item/clock/clock_35" }, - { "predicate": { "time": 0.5625000 }, "model": "item/clock/clock_36" }, - { "predicate": { "time": 0.5642361 }, "model": "item/clock/clock_37" }, - { "predicate": { "time": 0.5659722 }, "model": "item/clock/clock_38" }, - { "predicate": { "time": 0.5677083 }, "model": "item/clock/clock_39" }, - { "predicate": { "time": 0.5694444 }, "model": "item/clock/clock_40" }, - { "predicate": { "time": 0.5711806 }, "model": "item/clock/clock_41" }, - { "predicate": { "time": 0.5729167 }, "model": "item/clock/clock_42" }, - { "predicate": { "time": 0.5746528 }, "model": "item/clock/clock_43" }, - { "predicate": { "time": 0.5763889 }, "model": "item/clock/clock_44" }, - { "predicate": { "time": 0.5781250 }, "model": "item/clock/clock_45" }, - { "predicate": { "time": 0.5798611 }, "model": "item/clock/clock_46" }, - { "predicate": { "time": 0.5815972 }, "model": "item/clock/clock_47" }, - { "predicate": { "time": 0.5833333 }, "model": "item/clock/clock_48" }, - { "predicate": { "time": 0.5850694 }, "model": "item/clock/clock_49" }, - { "predicate": { "time": 0.5868056 }, "model": "item/clock/clock_50" }, - { "predicate": { "time": 0.5885417 }, "model": "item/clock/clock_51" }, - { "predicate": { "time": 0.5902778 }, "model": "item/clock/clock_52" }, - { "predicate": { "time": 0.5920139 }, "model": "item/clock/clock_53" }, - { "predicate": { "time": 0.5937500 }, "model": "item/clock/clock_54" }, - { "predicate": { "time": 0.5954861 }, "model": "item/clock/clock_55" }, - { "predicate": { "time": 0.5972222 }, "model": "item/clock/clock_56" }, - { "predicate": { "time": 0.5989583 }, "model": "item/clock/clock_57" }, - { "predicate": { "time": 0.6006944 }, "model": "item/clock/clock_58" }, - { "predicate": { "time": 0.6024306 }, "model": "item/clock/clock_59" }, - { "predicate": { "time": 0.6041667 }, "model": "item/clock/clock_60" }, - { "predicate": { "time": 0.6059028 }, "model": "item/clock/clock_61" }, - { "predicate": { "time": 0.6076389 }, "model": "item/clock/clock_62" }, - { "predicate": { "time": 0.6093750 }, "model": "item/clock/clock_63" }, - { "predicate": { "time": 0.6111111 }, "model": "item/clock/clock_64" }, - { "predicate": { "time": 0.6128472 }, "model": "item/clock/clock_65" }, - { "predicate": { "time": 0.6145833 }, "model": "item/clock/clock_66" }, - { "predicate": { "time": 0.6163194 }, "model": "item/clock/clock_67" }, - { "predicate": { "time": 0.6180556 }, "model": "item/clock/clock_68" }, - { "predicate": { "time": 0.6197917 }, "model": "item/clock/clock_69" }, - { "predicate": { "time": 0.6215278 }, "model": "item/clock/clock_70" }, - { "predicate": { "time": 0.6232639 }, "model": "item/clock/clock_71" }, - { "predicate": { "time": 0.6250000 }, "model": "item/clock/clock_72" }, - { "predicate": { "time": 0.6267361 }, "model": "item/clock/clock_73" }, - { "predicate": { "time": 0.6284722 }, "model": "item/clock/clock_74" }, - { "predicate": { "time": 0.6302083 }, "model": "item/clock/clock_75" }, - { "predicate": { "time": 0.6319444 }, "model": "item/clock/clock_76" }, - { "predicate": { "time": 0.6336806 }, "model": "item/clock/clock_77" }, - { "predicate": { "time": 0.6354167 }, "model": "item/clock/clock_78" }, - { "predicate": { "time": 0.6371528 }, "model": "item/clock/clock_79" }, - { "predicate": { "time": 0.6388889 }, "model": "item/clock/clock_80" }, - { "predicate": { "time": 0.6406250 }, "model": "item/clock/clock_81" }, - { "predicate": { "time": 0.6423611 }, "model": "item/clock/clock_82" }, - { "predicate": { "time": 0.6440972 }, "model": "item/clock/clock_83" }, - { "predicate": { "time": 0.6458333 }, "model": "item/clock/clock_84" }, - { "predicate": { "time": 0.6475694 }, "model": "item/clock/clock_85" }, - { "predicate": { "time": 0.6493056 }, "model": "item/clock/clock_86" }, - { "predicate": { "time": 0.6510417 }, "model": "item/clock/clock_87" }, - { "predicate": { "time": 0.6527778 }, "model": "item/clock/clock_88" }, - { "predicate": { "time": 0.6545139 }, "model": "item/clock/clock_89" }, - { "predicate": { "time": 0.6562500 }, "model": "item/clock/clock_90" }, - { "predicate": { "time": 0.6579861 }, "model": "item/clock/clock_91" }, - { "predicate": { "time": 0.6597222 }, "model": "item/clock/clock_92" }, - { "predicate": { "time": 0.6614583 }, "model": "item/clock/clock_93" }, - { "predicate": { "time": 0.6631944 }, "model": "item/clock/clock_94" }, - { "predicate": { "time": 0.6649306 }, "model": "item/clock/clock_95" }, - { "predicate": { "time": 0.6666667 }, "model": "item/clock/clock_96" }, - { "predicate": { "time": 0.6684028 }, "model": "item/clock/clock_97" }, - { "predicate": { "time": 0.6701389 }, "model": "item/clock/clock_98" }, - { "predicate": { "time": 0.6718750 }, "model": "item/clock/clock_99" }, - { "predicate": { "time": 0.6736111 }, "model": "item/clock/clock_100" }, - { "predicate": { "time": 0.6753472 }, "model": "item/clock/clock_101" }, - { "predicate": { "time": 0.6770833 }, "model": "item/clock/clock_102" }, - { "predicate": { "time": 0.6788194 }, "model": "item/clock/clock_103" }, - { "predicate": { "time": 0.6805556 }, "model": "item/clock/clock_104" }, - { "predicate": { "time": 0.6822917 }, "model": "item/clock/clock_105" }, - { "predicate": { "time": 0.6840278 }, "model": "item/clock/clock_106" }, - { "predicate": { "time": 0.6857639 }, "model": "item/clock/clock_107" }, - { "predicate": { "time": 0.6875000 }, "model": "item/clock/clock_108" }, - { "predicate": { "time": 0.6892361 }, "model": "item/clock/clock_109" }, - { "predicate": { "time": 0.6909722 }, "model": "item/clock/clock_110" }, - { "predicate": { "time": 0.6927083 }, "model": "item/clock/clock_111" }, - { "predicate": { "time": 0.6944444 }, "model": "item/clock/clock_112" }, - { "predicate": { "time": 0.6961806 }, "model": "item/clock/clock_113" }, - { "predicate": { "time": 0.6979167 }, "model": "item/clock/clock_114" }, - { "predicate": { "time": 0.6996528 }, "model": "item/clock/clock_115" }, - { "predicate": { "time": 0.7013889 }, "model": "item/clock/clock_116" }, - { "predicate": { "time": 0.7031250 }, "model": "item/clock/clock_117" }, - { "predicate": { "time": 0.7048611 }, "model": "item/clock/clock_118" }, - { "predicate": { "time": 0.7065972 }, "model": "item/clock/clock_119" }, - { "predicate": { "time": 0.7083333 }, "model": "item/clock/clock_120" }, - { "predicate": { "time": 0.7100694 }, "model": "item/clock/clock_121" }, - { "predicate": { "time": 0.7118056 }, "model": "item/clock/clock_122" }, - { "predicate": { "time": 0.7135417 }, "model": "item/clock/clock_123" }, - { "predicate": { "time": 0.7152778 }, "model": "item/clock/clock_124" }, - { "predicate": { "time": 0.7170139 }, "model": "item/clock/clock_125" }, - { "predicate": { "time": 0.7187500 }, "model": "item/clock/clock_126" }, - { "predicate": { "time": 0.7204861 }, "model": "item/clock/clock_127" }, - { "predicate": { "time": 0.7222222 }, "model": "item/clock/clock_128" }, - { "predicate": { "time": 0.7239583 }, "model": "item/clock/clock_129" }, - { "predicate": { "time": 0.7256944 }, "model": "item/clock/clock_130" }, - { "predicate": { "time": 0.7274306 }, "model": "item/clock/clock_131" }, - { "predicate": { "time": 0.7291667 }, "model": "item/clock/clock_132" }, - { "predicate": { "time": 0.7309028 }, "model": "item/clock/clock_133" }, - { "predicate": { "time": 0.7326389 }, "model": "item/clock/clock_134" }, - { "predicate": { "time": 0.7343750 }, "model": "item/clock/clock_135" }, - { "predicate": { "time": 0.7361111 }, "model": "item/clock/clock_136" }, - { "predicate": { "time": 0.7378472 }, "model": "item/clock/clock_137" }, - { "predicate": { "time": 0.7395833 }, "model": "item/clock/clock_138" }, - { "predicate": { "time": 0.7413194 }, "model": "item/clock/clock_139" }, - { "predicate": { "time": 0.7430556 }, "model": "item/clock/clock_140" }, - { "predicate": { "time": 0.7447917 }, "model": "item/clock/clock_141" }, - { "predicate": { "time": 0.7465278 }, "model": "item/clock/clock_142" }, - { "predicate": { "time": 0.7482639 }, "model": "item/clock/clock_143" }, - { "predicate": { "time": 0.7500000 }, "model": "item/clock/clock_144" }, - { "predicate": { "time": 0.7517361 }, "model": "item/clock/clock_145" }, - { "predicate": { "time": 0.7534722 }, "model": "item/clock/clock_146" }, - { "predicate": { "time": 0.7552083 }, "model": "item/clock/clock_147" }, - { "predicate": { "time": 0.7569444 }, "model": "item/clock/clock_148" }, - { "predicate": { "time": 0.7586806 }, "model": "item/clock/clock_149" }, - { "predicate": { "time": 0.7604167 }, "model": "item/clock/clock_150" }, - { "predicate": { "time": 0.7621528 }, "model": "item/clock/clock_151" }, - { "predicate": { "time": 0.7638889 }, "model": "item/clock/clock_152" }, - { "predicate": { "time": 0.7656250 }, "model": "item/clock/clock_153" }, - { "predicate": { "time": 0.7673611 }, "model": "item/clock/clock_154" }, - { "predicate": { "time": 0.7690972 }, "model": "item/clock/clock_155" }, - { "predicate": { "time": 0.7708333 }, "model": "item/clock/clock_156" }, - { "predicate": { "time": 0.7725694 }, "model": "item/clock/clock_157" }, - { "predicate": { "time": 0.7743056 }, "model": "item/clock/clock_158" }, - { "predicate": { "time": 0.7760417 }, "model": "item/clock/clock_159" }, - { "predicate": { "time": 0.7777778 }, "model": "item/clock/clock_160" }, - { "predicate": { "time": 0.7795139 }, "model": "item/clock/clock_161" }, - { "predicate": { "time": 0.7812500 }, "model": "item/clock/clock_162" }, - { "predicate": { "time": 0.7829861 }, "model": "item/clock/clock_163" }, - { "predicate": { "time": 0.7847222 }, "model": "item/clock/clock_164" }, - { "predicate": { "time": 0.7864583 }, "model": "item/clock/clock_165" }, - { "predicate": { "time": 0.7881944 }, "model": "item/clock/clock_166" }, - { "predicate": { "time": 0.7899306 }, "model": "item/clock/clock_167" }, - { "predicate": { "time": 0.7916667 }, "model": "item/clock/clock_168" }, - { "predicate": { "time": 0.7934028 }, "model": "item/clock/clock_169" }, - { "predicate": { "time": 0.7951389 }, "model": "item/clock/clock_170" }, - { "predicate": { "time": 0.7968750 }, "model": "item/clock/clock_171" }, - { "predicate": { "time": 0.7986111 }, "model": "item/clock/clock_172" }, - { "predicate": { "time": 0.8003472 }, "model": "item/clock/clock_173" }, - { "predicate": { "time": 0.8020833 }, "model": "item/clock/clock_174" }, - { "predicate": { "time": 0.8038194 }, "model": "item/clock/clock_175" }, - { "predicate": { "time": 0.8055556 }, "model": "item/clock/clock_176" }, - { "predicate": { "time": 0.8072917 }, "model": "item/clock/clock_177" }, - { "predicate": { "time": 0.8090278 }, "model": "item/clock/clock_178" }, - { "predicate": { "time": 0.8107639 }, "model": "item/clock/clock_179" }, - { "predicate": { "time": 0.8125000 }, "model": "item/clock/clock_180" }, - { "predicate": { "time": 0.8142361 }, "model": "item/clock/clock_181" }, - { "predicate": { "time": 0.8159722 }, "model": "item/clock/clock_182" }, - { "predicate": { "time": 0.8177083 }, "model": "item/clock/clock_183" }, - { "predicate": { "time": 0.8194444 }, "model": "item/clock/clock_184" }, - { "predicate": { "time": 0.8211806 }, "model": "item/clock/clock_185" }, - { "predicate": { "time": 0.8229167 }, "model": "item/clock/clock_186" }, - { "predicate": { "time": 0.8246528 }, "model": "item/clock/clock_187" }, - { "predicate": { "time": 0.8263889 }, "model": "item/clock/clock_188" }, - { "predicate": { "time": 0.8281250 }, "model": "item/clock/clock_189" }, - { "predicate": { "time": 0.8298611 }, "model": "item/clock/clock_190" }, - { "predicate": { "time": 0.8315972 }, "model": "item/clock/clock_191" }, - { "predicate": { "time": 0.8333333 }, "model": "item/clock/clock_192" }, - { "predicate": { "time": 0.8350694 }, "model": "item/clock/clock_193" }, - { "predicate": { "time": 0.8368056 }, "model": "item/clock/clock_194" }, - { "predicate": { "time": 0.8385417 }, "model": "item/clock/clock_195" }, - { "predicate": { "time": 0.8402778 }, "model": "item/clock/clock_196" }, - { "predicate": { "time": 0.8420139 }, "model": "item/clock/clock_197" }, - { "predicate": { "time": 0.8437500 }, "model": "item/clock/clock_198" }, - { "predicate": { "time": 0.8454861 }, "model": "item/clock/clock_199" }, - { "predicate": { "time": 0.8472222 }, "model": "item/clock/clock_200" }, - { "predicate": { "time": 0.8489583 }, "model": "item/clock/clock_201" }, - { "predicate": { "time": 0.8506944 }, "model": "item/clock/clock_202" }, - { "predicate": { "time": 0.8524306 }, "model": "item/clock/clock_203" }, - { "predicate": { "time": 0.8541667 }, "model": "item/clock/clock_204" }, - { "predicate": { "time": 0.8559028 }, "model": "item/clock/clock_205" }, - { "predicate": { "time": 0.8576389 }, "model": "item/clock/clock_206" }, - { "predicate": { "time": 0.8593750 }, "model": "item/clock/clock_207" }, - { "predicate": { "time": 0.8611111 }, "model": "item/clock/clock_208" }, - { "predicate": { "time": 0.8628472 }, "model": "item/clock/clock_209" }, - { "predicate": { "time": 0.8645833 }, "model": "item/clock/clock_210" }, - { "predicate": { "time": 0.8663194 }, "model": "item/clock/clock_211" }, - { "predicate": { "time": 0.8680556 }, "model": "item/clock/clock_212" }, - { "predicate": { "time": 0.8697917 }, "model": "item/clock/clock_213" }, - { "predicate": { "time": 0.8715278 }, "model": "item/clock/clock_214" }, - { "predicate": { "time": 0.8732639 }, "model": "item/clock/clock_215" }, - { "predicate": { "time": 0.8750000 }, "model": "item/clock/clock_216" }, - { "predicate": { "time": 0.8767361 }, "model": "item/clock/clock_217" }, - { "predicate": { "time": 0.8784722 }, "model": "item/clock/clock_218" }, - { "predicate": { "time": 0.8802083 }, "model": "item/clock/clock_219" }, - { "predicate": { "time": 0.8819444 }, "model": "item/clock/clock_220" }, - { "predicate": { "time": 0.8836806 }, "model": "item/clock/clock_221" }, - { "predicate": { "time": 0.8854167 }, "model": "item/clock/clock_222" }, - { "predicate": { "time": 0.8871528 }, "model": "item/clock/clock_223" }, - { "predicate": { "time": 0.8888889 }, "model": "item/clock/clock_224" }, - { "predicate": { "time": 0.8906250 }, "model": "item/clock/clock_225" }, - { "predicate": { "time": 0.8923611 }, "model": "item/clock/clock_226" }, - { "predicate": { "time": 0.8940972 }, "model": "item/clock/clock_227" }, - { "predicate": { "time": 0.8958333 }, "model": "item/clock/clock_228" }, - { "predicate": { "time": 0.8975694 }, "model": "item/clock/clock_229" }, - { "predicate": { "time": 0.8993056 }, "model": "item/clock/clock_230" }, - { "predicate": { "time": 0.9010417 }, "model": "item/clock/clock_231" }, - { "predicate": { "time": 0.9027778 }, "model": "item/clock/clock_232" }, - { "predicate": { "time": 0.9045139 }, "model": "item/clock/clock_233" }, - { "predicate": { "time": 0.9062500 }, "model": "item/clock/clock_234" }, - { "predicate": { "time": 0.9079861 }, "model": "item/clock/clock_235" }, - { "predicate": { "time": 0.9097222 }, "model": "item/clock/clock_236" }, - { "predicate": { "time": 0.9114583 }, "model": "item/clock/clock_237" }, - { "predicate": { "time": 0.9131944 }, "model": "item/clock/clock_238" }, - { "predicate": { "time": 0.9149306 }, "model": "item/clock/clock_239" }, - { "predicate": { "time": 0.9166667 }, "model": "item/clock/clock_240" }, - { "predicate": { "time": 0.9184028 }, "model": "item/clock/clock_241" }, - { "predicate": { "time": 0.9201389 }, "model": "item/clock/clock_242" }, - { "predicate": { "time": 0.9218750 }, "model": "item/clock/clock_243" }, - { "predicate": { "time": 0.9236111 }, "model": "item/clock/clock_244" }, - { "predicate": { "time": 0.9253472 }, "model": "item/clock/clock_245" }, - { "predicate": { "time": 0.9270833 }, "model": "item/clock/clock_246" }, - { "predicate": { "time": 0.9288194 }, "model": "item/clock/clock_247" }, - { "predicate": { "time": 0.9305556 }, "model": "item/clock/clock_248" }, - { "predicate": { "time": 0.9322917 }, "model": "item/clock/clock_249" }, - { "predicate": { "time": 0.9340278 }, "model": "item/clock/clock_250" }, - { "predicate": { "time": 0.9357639 }, "model": "item/clock/clock_251" }, - { "predicate": { "time": 0.9375000 }, "model": "item/clock/clock_252" }, - { "predicate": { "time": 0.9392361 }, "model": "item/clock/clock_253" }, - { "predicate": { "time": 0.9409722 }, "model": "item/clock/clock_254" }, - { "predicate": { "time": 0.9427083 }, "model": "item/clock/clock_255" }, - { "predicate": { "time": 0.9444444 }, "model": "item/clock/clock_256" }, - { "predicate": { "time": 0.9461806 }, "model": "item/clock/clock_257" }, - { "predicate": { "time": 0.9479167 }, "model": "item/clock/clock_258" }, - { "predicate": { "time": 0.9496528 }, "model": "item/clock/clock_259" }, - { "predicate": { "time": 0.9513889 }, "model": "item/clock/clock_260" }, - { "predicate": { "time": 0.9531250 }, "model": "item/clock/clock_261" }, - { "predicate": { "time": 0.9548611 }, "model": "item/clock/clock_262" }, - { "predicate": { "time": 0.9565972 }, "model": "item/clock/clock_263" }, - { "predicate": { "time": 0.9583333 }, "model": "item/clock/clock_264" }, - { "predicate": { "time": 0.9600694 }, "model": "item/clock/clock_265" }, - { "predicate": { "time": 0.9618056 }, "model": "item/clock/clock_266" }, - { "predicate": { "time": 0.9635417 }, "model": "item/clock/clock_267" }, - { "predicate": { "time": 0.9652778 }, "model": "item/clock/clock_268" }, - { "predicate": { "time": 0.9670139 }, "model": "item/clock/clock_269" }, - { "predicate": { "time": 0.9687500 }, "model": "item/clock/clock_270" }, - { "predicate": { "time": 0.9704861 }, "model": "item/clock/clock_271" }, - { "predicate": { "time": 0.9722222 }, "model": "item/clock/clock_272" }, - { "predicate": { "time": 0.9739583 }, "model": "item/clock/clock_273" }, - { "predicate": { "time": 0.9756944 }, "model": "item/clock/clock_274" }, - { "predicate": { "time": 0.9774306 }, "model": "item/clock/clock_275" }, - { "predicate": { "time": 0.9791667 }, "model": "item/clock/clock_276" }, - { "predicate": { "time": 0.9809028 }, "model": "item/clock/clock_277" }, - { "predicate": { "time": 0.9826389 }, "model": "item/clock/clock_278" }, - { "predicate": { "time": 0.9843750 }, "model": "item/clock/clock_279" }, - { "predicate": { "time": 0.9861111 }, "model": "item/clock/clock_280" }, - { "predicate": { "time": 0.9878472 }, "model": "item/clock/clock_281" }, - { "predicate": { "time": 0.9895833 }, "model": "item/clock/clock_282" }, - { "predicate": { "time": 0.9913194 }, "model": "item/clock/clock_283" }, - { "predicate": { "time": 0.9930556 }, "model": "item/clock/clock_284" }, - { "predicate": { "time": 0.9947917 }, "model": "item/clock/clock_285" }, - { "predicate": { "time": 0.9965278 }, "model": "item/clock/clock_286" }, - { "predicate": { "time": 0.9982639 }, "model": "item/clock/clock_287" } - ] -} +{"parent":"item/generated","textures":{"layer0":"item/clock/clock_00"},"overrides":[{"predicate":{"time":0.0000000},"model":"item/clock"},{"predicate":{"time":0.0017361},"model":"item/clock/clock_01"},{"predicate":{"time":0.0034722},"model":"item/clock/clock_02"},{"predicate":{"time":0.0052083},"model":"item/clock/clock_03"},{"predicate":{"time":0.0069444},"model":"item/clock/clock_04"},{"predicate":{"time":0.0086806},"model":"item/clock/clock_05"},{"predicate":{"time":0.0104167},"model":"item/clock/clock_06"},{"predicate":{"time":0.0121528},"model":"item/clock/clock_07"},{"predicate":{"time":0.0138889},"model":"item/clock/clock_08"},{"predicate":{"time":0.0156250},"model":"item/clock/clock_09"},{"predicate":{"time":0.0173611},"model":"item/clock/clock_10"},{"predicate":{"time":0.0190972},"model":"item/clock/clock_11"},{"predicate":{"time":0.0208333},"model":"item/clock/clock_12"},{"predicate":{"time":0.0225694},"model":"item/clock/clock_13"},{"predicate":{"time":0.0243056},"model":"item/clock/clock_14"},{"predicate":{"time":0.0260417},"model":"item/clock/clock_15"},{"predicate":{"time":0.0277778},"model":"item/clock/clock_16"},{"predicate":{"time":0.0295139},"model":"item/clock/clock_17"},{"predicate":{"time":0.0312500},"model":"item/clock/clock_18"},{"predicate":{"time":0.0329861},"model":"item/clock/clock_19"},{"predicate":{"time":0.0347222},"model":"item/clock/clock_20"},{"predicate":{"time":0.0364583},"model":"item/clock/clock_21"},{"predicate":{"time":0.0381944},"model":"item/clock/clock_22"},{"predicate":{"time":0.0399306},"model":"item/clock/clock_23"},{"predicate":{"time":0.0416667},"model":"item/clock/clock_24"},{"predicate":{"time":0.0434028},"model":"item/clock/clock_25"},{"predicate":{"time":0.0451389},"model":"item/clock/clock_26"},{"predicate":{"time":0.0468750},"model":"item/clock/clock_27"},{"predicate":{"time":0.0486111},"model":"item/clock/clock_28"},{"predicate":{"time":0.0503472},"model":"item/clock/clock_29"},{"predicate":{"time":0.0520833},"model":"item/clock/clock_30"},{"predicate":{"time":0.0538194},"model":"item/clock/clock_31"},{"predicate":{"time":0.0555556},"model":"item/clock/clock_32"},{"predicate":{"time":0.0572917},"model":"item/clock/clock_33"},{"predicate":{"time":0.0590278},"model":"item/clock/clock_34"},{"predicate":{"time":0.0607639},"model":"item/clock/clock_35"},{"predicate":{"time":0.0625000},"model":"item/clock/clock_36"},{"predicate":{"time":0.0642361},"model":"item/clock/clock_37"},{"predicate":{"time":0.0659722},"model":"item/clock/clock_38"},{"predicate":{"time":0.0677083},"model":"item/clock/clock_39"},{"predicate":{"time":0.0694444},"model":"item/clock/clock_40"},{"predicate":{"time":0.0711806},"model":"item/clock/clock_41"},{"predicate":{"time":0.0729167},"model":"item/clock/clock_42"},{"predicate":{"time":0.0746528},"model":"item/clock/clock_43"},{"predicate":{"time":0.0763889},"model":"item/clock/clock_44"},{"predicate":{"time":0.0781250},"model":"item/clock/clock_45"},{"predicate":{"time":0.0798611},"model":"item/clock/clock_46"},{"predicate":{"time":0.0815972},"model":"item/clock/clock_47"},{"predicate":{"time":0.0833333},"model":"item/clock/clock_48"},{"predicate":{"time":0.0850694},"model":"item/clock/clock_49"},{"predicate":{"time":0.0868056},"model":"item/clock/clock_50"},{"predicate":{"time":0.0885417},"model":"item/clock/clock_51"},{"predicate":{"time":0.0902778},"model":"item/clock/clock_52"},{"predicate":{"time":0.0920139},"model":"item/clock/clock_53"},{"predicate":{"time":0.0937500},"model":"item/clock/clock_54"},{"predicate":{"time":0.0954861},"model":"item/clock/clock_55"},{"predicate":{"time":0.0972222},"model":"item/clock/clock_56"},{"predicate":{"time":0.0989583},"model":"item/clock/clock_57"},{"predicate":{"time":0.1006944},"model":"item/clock/clock_58"},{"predicate":{"time":0.1024306},"model":"item/clock/clock_59"},{"predicate":{"time":0.1041667},"model":"item/clock/clock_60"},{"predicate":{"time":0.1059028},"model":"item/clock/clock_61"},{"predicate":{"time":0.1076389},"model":"item/clock/clock_62"},{"predicate":{"time":0.1093750},"model":"item/clock/clock_63"},{"predicate":{"time":0.1111111},"model":"item/clock/clock_64"},{"predicate":{"time":0.1128472},"model":"item/clock/clock_65"},{"predicate":{"time":0.1145833},"model":"item/clock/clock_66"},{"predicate":{"time":0.1163194},"model":"item/clock/clock_67"},{"predicate":{"time":0.1180556},"model":"item/clock/clock_68"},{"predicate":{"time":0.1197917},"model":"item/clock/clock_69"},{"predicate":{"time":0.1215278},"model":"item/clock/clock_70"},{"predicate":{"time":0.1232639},"model":"item/clock/clock_71"},{"predicate":{"time":0.1250000},"model":"item/clock/clock_72"},{"predicate":{"time":0.1267361},"model":"item/clock/clock_73"},{"predicate":{"time":0.1284722},"model":"item/clock/clock_74"},{"predicate":{"time":0.1302083},"model":"item/clock/clock_75"},{"predicate":{"time":0.1319444},"model":"item/clock/clock_76"},{"predicate":{"time":0.1336806},"model":"item/clock/clock_77"},{"predicate":{"time":0.1354167},"model":"item/clock/clock_78"},{"predicate":{"time":0.1371528},"model":"item/clock/clock_79"},{"predicate":{"time":0.1388889},"model":"item/clock/clock_80"},{"predicate":{"time":0.1406250},"model":"item/clock/clock_81"},{"predicate":{"time":0.1423611},"model":"item/clock/clock_82"},{"predicate":{"time":0.1440972},"model":"item/clock/clock_83"},{"predicate":{"time":0.1458333},"model":"item/clock/clock_84"},{"predicate":{"time":0.1475694},"model":"item/clock/clock_85"},{"predicate":{"time":0.1493056},"model":"item/clock/clock_86"},{"predicate":{"time":0.1510417},"model":"item/clock/clock_87"},{"predicate":{"time":0.1527778},"model":"item/clock/clock_88"},{"predicate":{"time":0.1545139},"model":"item/clock/clock_89"},{"predicate":{"time":0.1562500},"model":"item/clock/clock_90"},{"predicate":{"time":0.1579861},"model":"item/clock/clock_91"},{"predicate":{"time":0.1597222},"model":"item/clock/clock_92"},{"predicate":{"time":0.1614583},"model":"item/clock/clock_93"},{"predicate":{"time":0.1631944},"model":"item/clock/clock_94"},{"predicate":{"time":0.1649306},"model":"item/clock/clock_95"},{"predicate":{"time":0.1666667},"model":"item/clock/clock_96"},{"predicate":{"time":0.1684028},"model":"item/clock/clock_97"},{"predicate":{"time":0.1701389},"model":"item/clock/clock_98"},{"predicate":{"time":0.1718750},"model":"item/clock/clock_99"},{"predicate":{"time":0.1736111},"model":"item/clock/clock_100"},{"predicate":{"time":0.1753472},"model":"item/clock/clock_101"},{"predicate":{"time":0.1770833},"model":"item/clock/clock_102"},{"predicate":{"time":0.1788194},"model":"item/clock/clock_103"},{"predicate":{"time":0.1805556},"model":"item/clock/clock_104"},{"predicate":{"time":0.1822917},"model":"item/clock/clock_105"},{"predicate":{"time":0.1840278},"model":"item/clock/clock_106"},{"predicate":{"time":0.1857639},"model":"item/clock/clock_107"},{"predicate":{"time":0.1875000},"model":"item/clock/clock_108"},{"predicate":{"time":0.1892361},"model":"item/clock/clock_109"},{"predicate":{"time":0.1909722},"model":"item/clock/clock_110"},{"predicate":{"time":0.1927083},"model":"item/clock/clock_111"},{"predicate":{"time":0.1944444},"model":"item/clock/clock_112"},{"predicate":{"time":0.1961806},"model":"item/clock/clock_113"},{"predicate":{"time":0.1979167},"model":"item/clock/clock_114"},{"predicate":{"time":0.1996528},"model":"item/clock/clock_115"},{"predicate":{"time":0.2013889},"model":"item/clock/clock_116"},{"predicate":{"time":0.2031250},"model":"item/clock/clock_117"},{"predicate":{"time":0.2048611},"model":"item/clock/clock_118"},{"predicate":{"time":0.2065972},"model":"item/clock/clock_119"},{"predicate":{"time":0.2083333},"model":"item/clock/clock_120"},{"predicate":{"time":0.2100694},"model":"item/clock/clock_121"},{"predicate":{"time":0.2118056},"model":"item/clock/clock_122"},{"predicate":{"time":0.2135417},"model":"item/clock/clock_123"},{"predicate":{"time":0.2152778},"model":"item/clock/clock_124"},{"predicate":{"time":0.2170139},"model":"item/clock/clock_125"},{"predicate":{"time":0.2187500},"model":"item/clock/clock_126"},{"predicate":{"time":0.2204861},"model":"item/clock/clock_127"},{"predicate":{"time":0.2222222},"model":"item/clock/clock_128"},{"predicate":{"time":0.2239583},"model":"item/clock/clock_129"},{"predicate":{"time":0.2256944},"model":"item/clock/clock_130"},{"predicate":{"time":0.2274306},"model":"item/clock/clock_131"},{"predicate":{"time":0.2291667},"model":"item/clock/clock_132"},{"predicate":{"time":0.2309028},"model":"item/clock/clock_133"},{"predicate":{"time":0.2326389},"model":"item/clock/clock_134"},{"predicate":{"time":0.2343750},"model":"item/clock/clock_135"},{"predicate":{"time":0.2361111},"model":"item/clock/clock_136"},{"predicate":{"time":0.2378472},"model":"item/clock/clock_137"},{"predicate":{"time":0.2395833},"model":"item/clock/clock_138"},{"predicate":{"time":0.2413194},"model":"item/clock/clock_139"},{"predicate":{"time":0.2430556},"model":"item/clock/clock_140"},{"predicate":{"time":0.2447917},"model":"item/clock/clock_141"},{"predicate":{"time":0.2465278},"model":"item/clock/clock_142"},{"predicate":{"time":0.2482639},"model":"item/clock/clock_143"},{"predicate":{"time":0.2500000},"model":"item/clock/clock_144"},{"predicate":{"time":0.2517361},"model":"item/clock/clock_145"},{"predicate":{"time":0.2534722},"model":"item/clock/clock_146"},{"predicate":{"time":0.2552083},"model":"item/clock/clock_147"},{"predicate":{"time":0.2569444},"model":"item/clock/clock_148"},{"predicate":{"time":0.2586806},"model":"item/clock/clock_149"},{"predicate":{"time":0.2604167},"model":"item/clock/clock_150"},{"predicate":{"time":0.2621528},"model":"item/clock/clock_151"},{"predicate":{"time":0.2638889},"model":"item/clock/clock_152"},{"predicate":{"time":0.2656250},"model":"item/clock/clock_153"},{"predicate":{"time":0.2673611},"model":"item/clock/clock_154"},{"predicate":{"time":0.2690972},"model":"item/clock/clock_155"},{"predicate":{"time":0.2708333},"model":"item/clock/clock_156"},{"predicate":{"time":0.2725694},"model":"item/clock/clock_157"},{"predicate":{"time":0.2743056},"model":"item/clock/clock_158"},{"predicate":{"time":0.2760417},"model":"item/clock/clock_159"},{"predicate":{"time":0.2777778},"model":"item/clock/clock_160"},{"predicate":{"time":0.2795139},"model":"item/clock/clock_161"},{"predicate":{"time":0.2812500},"model":"item/clock/clock_162"},{"predicate":{"time":0.2829861},"model":"item/clock/clock_163"},{"predicate":{"time":0.2847222},"model":"item/clock/clock_164"},{"predicate":{"time":0.2864583},"model":"item/clock/clock_165"},{"predicate":{"time":0.2881944},"model":"item/clock/clock_166"},{"predicate":{"time":0.2899306},"model":"item/clock/clock_167"},{"predicate":{"time":0.2916667},"model":"item/clock/clock_168"},{"predicate":{"time":0.2934028},"model":"item/clock/clock_169"},{"predicate":{"time":0.2951389},"model":"item/clock/clock_170"},{"predicate":{"time":0.2968750},"model":"item/clock/clock_171"},{"predicate":{"time":0.2986111},"model":"item/clock/clock_172"},{"predicate":{"time":0.3003472},"model":"item/clock/clock_173"},{"predicate":{"time":0.3020833},"model":"item/clock/clock_174"},{"predicate":{"time":0.3038194},"model":"item/clock/clock_175"},{"predicate":{"time":0.3055556},"model":"item/clock/clock_176"},{"predicate":{"time":0.3072917},"model":"item/clock/clock_177"},{"predicate":{"time":0.3090278},"model":"item/clock/clock_178"},{"predicate":{"time":0.3107639},"model":"item/clock/clock_179"},{"predicate":{"time":0.3125000},"model":"item/clock/clock_180"},{"predicate":{"time":0.3142361},"model":"item/clock/clock_181"},{"predicate":{"time":0.3159722},"model":"item/clock/clock_182"},{"predicate":{"time":0.3177083},"model":"item/clock/clock_183"},{"predicate":{"time":0.3194444},"model":"item/clock/clock_184"},{"predicate":{"time":0.3211806},"model":"item/clock/clock_185"},{"predicate":{"time":0.3229167},"model":"item/clock/clock_186"},{"predicate":{"time":0.3246528},"model":"item/clock/clock_187"},{"predicate":{"time":0.3263889},"model":"item/clock/clock_188"},{"predicate":{"time":0.3281250},"model":"item/clock/clock_189"},{"predicate":{"time":0.3298611},"model":"item/clock/clock_190"},{"predicate":{"time":0.3315972},"model":"item/clock/clock_191"},{"predicate":{"time":0.3333333},"model":"item/clock/clock_192"},{"predicate":{"time":0.3350694},"model":"item/clock/clock_193"},{"predicate":{"time":0.3368056},"model":"item/clock/clock_194"},{"predicate":{"time":0.3385417},"model":"item/clock/clock_195"},{"predicate":{"time":0.3402778},"model":"item/clock/clock_196"},{"predicate":{"time":0.3420139},"model":"item/clock/clock_197"},{"predicate":{"time":0.3437500},"model":"item/clock/clock_198"},{"predicate":{"time":0.3454861},"model":"item/clock/clock_199"},{"predicate":{"time":0.3472222},"model":"item/clock/clock_200"},{"predicate":{"time":0.3489583},"model":"item/clock/clock_201"},{"predicate":{"time":0.3506944},"model":"item/clock/clock_202"},{"predicate":{"time":0.3524306},"model":"item/clock/clock_203"},{"predicate":{"time":0.3541667},"model":"item/clock/clock_204"},{"predicate":{"time":0.3559028},"model":"item/clock/clock_205"},{"predicate":{"time":0.3576389},"model":"item/clock/clock_206"},{"predicate":{"time":0.3593750},"model":"item/clock/clock_207"},{"predicate":{"time":0.3611111},"model":"item/clock/clock_208"},{"predicate":{"time":0.3628472},"model":"item/clock/clock_209"},{"predicate":{"time":0.3645833},"model":"item/clock/clock_210"},{"predicate":{"time":0.3663194},"model":"item/clock/clock_211"},{"predicate":{"time":0.3680556},"model":"item/clock/clock_212"},{"predicate":{"time":0.3697917},"model":"item/clock/clock_213"},{"predicate":{"time":0.3715278},"model":"item/clock/clock_214"},{"predicate":{"time":0.3732639},"model":"item/clock/clock_215"},{"predicate":{"time":0.3750000},"model":"item/clock/clock_216"},{"predicate":{"time":0.3767361},"model":"item/clock/clock_217"},{"predicate":{"time":0.3784722},"model":"item/clock/clock_218"},{"predicate":{"time":0.3802083},"model":"item/clock/clock_219"},{"predicate":{"time":0.3819444},"model":"item/clock/clock_220"},{"predicate":{"time":0.3836806},"model":"item/clock/clock_221"},{"predicate":{"time":0.3854167},"model":"item/clock/clock_222"},{"predicate":{"time":0.3871528},"model":"item/clock/clock_223"},{"predicate":{"time":0.3888889},"model":"item/clock/clock_224"},{"predicate":{"time":0.3906250},"model":"item/clock/clock_225"},{"predicate":{"time":0.3923611},"model":"item/clock/clock_226"},{"predicate":{"time":0.3940972},"model":"item/clock/clock_227"},{"predicate":{"time":0.3958333},"model":"item/clock/clock_228"},{"predicate":{"time":0.3975694},"model":"item/clock/clock_229"},{"predicate":{"time":0.3993056},"model":"item/clock/clock_230"},{"predicate":{"time":0.4010417},"model":"item/clock/clock_231"},{"predicate":{"time":0.4027778},"model":"item/clock/clock_232"},{"predicate":{"time":0.4045139},"model":"item/clock/clock_233"},{"predicate":{"time":0.4062500},"model":"item/clock/clock_234"},{"predicate":{"time":0.4079861},"model":"item/clock/clock_235"},{"predicate":{"time":0.4097222},"model":"item/clock/clock_236"},{"predicate":{"time":0.4114583},"model":"item/clock/clock_237"},{"predicate":{"time":0.4131944},"model":"item/clock/clock_238"},{"predicate":{"time":0.4149306},"model":"item/clock/clock_239"},{"predicate":{"time":0.4166667},"model":"item/clock/clock_240"},{"predicate":{"time":0.4184028},"model":"item/clock/clock_241"},{"predicate":{"time":0.4201389},"model":"item/clock/clock_242"},{"predicate":{"time":0.4218750},"model":"item/clock/clock_243"},{"predicate":{"time":0.4236111},"model":"item/clock/clock_244"},{"predicate":{"time":0.4253472},"model":"item/clock/clock_245"},{"predicate":{"time":0.4270833},"model":"item/clock/clock_246"},{"predicate":{"time":0.4288194},"model":"item/clock/clock_247"},{"predicate":{"time":0.4305556},"model":"item/clock/clock_248"},{"predicate":{"time":0.4322917},"model":"item/clock/clock_249"},{"predicate":{"time":0.4340278},"model":"item/clock/clock_250"},{"predicate":{"time":0.4357639},"model":"item/clock/clock_251"},{"predicate":{"time":0.4375000},"model":"item/clock/clock_252"},{"predicate":{"time":0.4392361},"model":"item/clock/clock_253"},{"predicate":{"time":0.4409722},"model":"item/clock/clock_254"},{"predicate":{"time":0.4427083},"model":"item/clock/clock_255"},{"predicate":{"time":0.4444444},"model":"item/clock/clock_256"},{"predicate":{"time":0.4461806},"model":"item/clock/clock_257"},{"predicate":{"time":0.4479167},"model":"item/clock/clock_258"},{"predicate":{"time":0.4496528},"model":"item/clock/clock_259"},{"predicate":{"time":0.4513889},"model":"item/clock/clock_260"},{"predicate":{"time":0.4531250},"model":"item/clock/clock_261"},{"predicate":{"time":0.4548611},"model":"item/clock/clock_262"},{"predicate":{"time":0.4565972},"model":"item/clock/clock_263"},{"predicate":{"time":0.4583333},"model":"item/clock/clock_264"},{"predicate":{"time":0.4600694},"model":"item/clock/clock_265"},{"predicate":{"time":0.4618056},"model":"item/clock/clock_266"},{"predicate":{"time":0.4635417},"model":"item/clock/clock_267"},{"predicate":{"time":0.4652778},"model":"item/clock/clock_268"},{"predicate":{"time":0.4670139},"model":"item/clock/clock_269"},{"predicate":{"time":0.4687500},"model":"item/clock/clock_270"},{"predicate":{"time":0.4704861},"model":"item/clock/clock_271"},{"predicate":{"time":0.4722222},"model":"item/clock/clock_272"},{"predicate":{"time":0.4739583},"model":"item/clock/clock_273"},{"predicate":{"time":0.4756944},"model":"item/clock/clock_274"},{"predicate":{"time":0.4774306},"model":"item/clock/clock_275"},{"predicate":{"time":0.4791667},"model":"item/clock/clock_276"},{"predicate":{"time":0.4809028},"model":"item/clock/clock_277"},{"predicate":{"time":0.4826389},"model":"item/clock/clock_278"},{"predicate":{"time":0.4843750},"model":"item/clock/clock_279"},{"predicate":{"time":0.4861111},"model":"item/clock/clock_280"},{"predicate":{"time":0.4878472},"model":"item/clock/clock_281"},{"predicate":{"time":0.4895833},"model":"item/clock/clock_282"},{"predicate":{"time":0.4913194},"model":"item/clock/clock_283"},{"predicate":{"time":0.4930556},"model":"item/clock/clock_284"},{"predicate":{"time":0.4947917},"model":"item/clock/clock_285"},{"predicate":{"time":0.4965278},"model":"item/clock/clock_286"},{"predicate":{"time":0.4982639},"model":"item/clock/clock_287"},{"predicate":{"time":0.5000000},"model":"item/clock"},{"predicate":{"time":0.5017361},"model":"item/clock/clock_01"},{"predicate":{"time":0.5034722},"model":"item/clock/clock_02"},{"predicate":{"time":0.5052083},"model":"item/clock/clock_03"},{"predicate":{"time":0.5069444},"model":"item/clock/clock_04"},{"predicate":{"time":0.5086806},"model":"item/clock/clock_05"},{"predicate":{"time":0.5104167},"model":"item/clock/clock_06"},{"predicate":{"time":0.5121528},"model":"item/clock/clock_07"},{"predicate":{"time":0.5138889},"model":"item/clock/clock_08"},{"predicate":{"time":0.5156250},"model":"item/clock/clock_09"},{"predicate":{"time":0.5173611},"model":"item/clock/clock_10"},{"predicate":{"time":0.5190972},"model":"item/clock/clock_11"},{"predicate":{"time":0.5208333},"model":"item/clock/clock_12"},{"predicate":{"time":0.5225694},"model":"item/clock/clock_13"},{"predicate":{"time":0.5243056},"model":"item/clock/clock_14"},{"predicate":{"time":0.5260417},"model":"item/clock/clock_15"},{"predicate":{"time":0.5277778},"model":"item/clock/clock_16"},{"predicate":{"time":0.5295139},"model":"item/clock/clock_17"},{"predicate":{"time":0.5312500},"model":"item/clock/clock_18"},{"predicate":{"time":0.5329861},"model":"item/clock/clock_19"},{"predicate":{"time":0.5347222},"model":"item/clock/clock_20"},{"predicate":{"time":0.5364583},"model":"item/clock/clock_21"},{"predicate":{"time":0.5381944},"model":"item/clock/clock_22"},{"predicate":{"time":0.5399306},"model":"item/clock/clock_23"},{"predicate":{"time":0.5416667},"model":"item/clock/clock_24"},{"predicate":{"time":0.5434028},"model":"item/clock/clock_25"},{"predicate":{"time":0.5451389},"model":"item/clock/clock_26"},{"predicate":{"time":0.5468750},"model":"item/clock/clock_27"},{"predicate":{"time":0.5486111},"model":"item/clock/clock_28"},{"predicate":{"time":0.5503472},"model":"item/clock/clock_29"},{"predicate":{"time":0.5520833},"model":"item/clock/clock_30"},{"predicate":{"time":0.5538194},"model":"item/clock/clock_31"},{"predicate":{"time":0.5555556},"model":"item/clock/clock_32"},{"predicate":{"time":0.5572917},"model":"item/clock/clock_33"},{"predicate":{"time":0.5590278},"model":"item/clock/clock_34"},{"predicate":{"time":0.5607639},"model":"item/clock/clock_35"},{"predicate":{"time":0.5625000},"model":"item/clock/clock_36"},{"predicate":{"time":0.5642361},"model":"item/clock/clock_37"},{"predicate":{"time":0.5659722},"model":"item/clock/clock_38"},{"predicate":{"time":0.5677083},"model":"item/clock/clock_39"},{"predicate":{"time":0.5694444},"model":"item/clock/clock_40"},{"predicate":{"time":0.5711806},"model":"item/clock/clock_41"},{"predicate":{"time":0.5729167},"model":"item/clock/clock_42"},{"predicate":{"time":0.5746528},"model":"item/clock/clock_43"},{"predicate":{"time":0.5763889},"model":"item/clock/clock_44"},{"predicate":{"time":0.5781250},"model":"item/clock/clock_45"},{"predicate":{"time":0.5798611},"model":"item/clock/clock_46"},{"predicate":{"time":0.5815972},"model":"item/clock/clock_47"},{"predicate":{"time":0.5833333},"model":"item/clock/clock_48"},{"predicate":{"time":0.5850694},"model":"item/clock/clock_49"},{"predicate":{"time":0.5868056},"model":"item/clock/clock_50"},{"predicate":{"time":0.5885417},"model":"item/clock/clock_51"},{"predicate":{"time":0.5902778},"model":"item/clock/clock_52"},{"predicate":{"time":0.5920139},"model":"item/clock/clock_53"},{"predicate":{"time":0.5937500},"model":"item/clock/clock_54"},{"predicate":{"time":0.5954861},"model":"item/clock/clock_55"},{"predicate":{"time":0.5972222},"model":"item/clock/clock_56"},{"predicate":{"time":0.5989583},"model":"item/clock/clock_57"},{"predicate":{"time":0.6006944},"model":"item/clock/clock_58"},{"predicate":{"time":0.6024306},"model":"item/clock/clock_59"},{"predicate":{"time":0.6041667},"model":"item/clock/clock_60"},{"predicate":{"time":0.6059028},"model":"item/clock/clock_61"},{"predicate":{"time":0.6076389},"model":"item/clock/clock_62"},{"predicate":{"time":0.6093750},"model":"item/clock/clock_63"},{"predicate":{"time":0.6111111},"model":"item/clock/clock_64"},{"predicate":{"time":0.6128472},"model":"item/clock/clock_65"},{"predicate":{"time":0.6145833},"model":"item/clock/clock_66"},{"predicate":{"time":0.6163194},"model":"item/clock/clock_67"},{"predicate":{"time":0.6180556},"model":"item/clock/clock_68"},{"predicate":{"time":0.6197917},"model":"item/clock/clock_69"},{"predicate":{"time":0.6215278},"model":"item/clock/clock_70"},{"predicate":{"time":0.6232639},"model":"item/clock/clock_71"},{"predicate":{"time":0.6250000},"model":"item/clock/clock_72"},{"predicate":{"time":0.6267361},"model":"item/clock/clock_73"},{"predicate":{"time":0.6284722},"model":"item/clock/clock_74"},{"predicate":{"time":0.6302083},"model":"item/clock/clock_75"},{"predicate":{"time":0.6319444},"model":"item/clock/clock_76"},{"predicate":{"time":0.6336806},"model":"item/clock/clock_77"},{"predicate":{"time":0.6354167},"model":"item/clock/clock_78"},{"predicate":{"time":0.6371528},"model":"item/clock/clock_79"},{"predicate":{"time":0.6388889},"model":"item/clock/clock_80"},{"predicate":{"time":0.6406250},"model":"item/clock/clock_81"},{"predicate":{"time":0.6423611},"model":"item/clock/clock_82"},{"predicate":{"time":0.6440972},"model":"item/clock/clock_83"},{"predicate":{"time":0.6458333},"model":"item/clock/clock_84"},{"predicate":{"time":0.6475694},"model":"item/clock/clock_85"},{"predicate":{"time":0.6493056},"model":"item/clock/clock_86"},{"predicate":{"time":0.6510417},"model":"item/clock/clock_87"},{"predicate":{"time":0.6527778},"model":"item/clock/clock_88"},{"predicate":{"time":0.6545139},"model":"item/clock/clock_89"},{"predicate":{"time":0.6562500},"model":"item/clock/clock_90"},{"predicate":{"time":0.6579861},"model":"item/clock/clock_91"},{"predicate":{"time":0.6597222},"model":"item/clock/clock_92"},{"predicate":{"time":0.6614583},"model":"item/clock/clock_93"},{"predicate":{"time":0.6631944},"model":"item/clock/clock_94"},{"predicate":{"time":0.6649306},"model":"item/clock/clock_95"},{"predicate":{"time":0.6666667},"model":"item/clock/clock_96"},{"predicate":{"time":0.6684028},"model":"item/clock/clock_97"},{"predicate":{"time":0.6701389},"model":"item/clock/clock_98"},{"predicate":{"time":0.6718750},"model":"item/clock/clock_99"},{"predicate":{"time":0.6736111},"model":"item/clock/clock_100"},{"predicate":{"time":0.6753472},"model":"item/clock/clock_101"},{"predicate":{"time":0.6770833},"model":"item/clock/clock_102"},{"predicate":{"time":0.6788194},"model":"item/clock/clock_103"},{"predicate":{"time":0.6805556},"model":"item/clock/clock_104"},{"predicate":{"time":0.6822917},"model":"item/clock/clock_105"},{"predicate":{"time":0.6840278},"model":"item/clock/clock_106"},{"predicate":{"time":0.6857639},"model":"item/clock/clock_107"},{"predicate":{"time":0.6875000},"model":"item/clock/clock_108"},{"predicate":{"time":0.6892361},"model":"item/clock/clock_109"},{"predicate":{"time":0.6909722},"model":"item/clock/clock_110"},{"predicate":{"time":0.6927083},"model":"item/clock/clock_111"},{"predicate":{"time":0.6944444},"model":"item/clock/clock_112"},{"predicate":{"time":0.6961806},"model":"item/clock/clock_113"},{"predicate":{"time":0.6979167},"model":"item/clock/clock_114"},{"predicate":{"time":0.6996528},"model":"item/clock/clock_115"},{"predicate":{"time":0.7013889},"model":"item/clock/clock_116"},{"predicate":{"time":0.7031250},"model":"item/clock/clock_117"},{"predicate":{"time":0.7048611},"model":"item/clock/clock_118"},{"predicate":{"time":0.7065972},"model":"item/clock/clock_119"},{"predicate":{"time":0.7083333},"model":"item/clock/clock_120"},{"predicate":{"time":0.7100694},"model":"item/clock/clock_121"},{"predicate":{"time":0.7118056},"model":"item/clock/clock_122"},{"predicate":{"time":0.7135417},"model":"item/clock/clock_123"},{"predicate":{"time":0.7152778},"model":"item/clock/clock_124"},{"predicate":{"time":0.7170139},"model":"item/clock/clock_125"},{"predicate":{"time":0.7187500},"model":"item/clock/clock_126"},{"predicate":{"time":0.7204861},"model":"item/clock/clock_127"},{"predicate":{"time":0.7222222},"model":"item/clock/clock_128"},{"predicate":{"time":0.7239583},"model":"item/clock/clock_129"},{"predicate":{"time":0.7256944},"model":"item/clock/clock_130"},{"predicate":{"time":0.7274306},"model":"item/clock/clock_131"},{"predicate":{"time":0.7291667},"model":"item/clock/clock_132"},{"predicate":{"time":0.7309028},"model":"item/clock/clock_133"},{"predicate":{"time":0.7326389},"model":"item/clock/clock_134"},{"predicate":{"time":0.7343750},"model":"item/clock/clock_135"},{"predicate":{"time":0.7361111},"model":"item/clock/clock_136"},{"predicate":{"time":0.7378472},"model":"item/clock/clock_137"},{"predicate":{"time":0.7395833},"model":"item/clock/clock_138"},{"predicate":{"time":0.7413194},"model":"item/clock/clock_139"},{"predicate":{"time":0.7430556},"model":"item/clock/clock_140"},{"predicate":{"time":0.7447917},"model":"item/clock/clock_141"},{"predicate":{"time":0.7465278},"model":"item/clock/clock_142"},{"predicate":{"time":0.7482639},"model":"item/clock/clock_143"},{"predicate":{"time":0.7500000},"model":"item/clock/clock_144"},{"predicate":{"time":0.7517361},"model":"item/clock/clock_145"},{"predicate":{"time":0.7534722},"model":"item/clock/clock_146"},{"predicate":{"time":0.7552083},"model":"item/clock/clock_147"},{"predicate":{"time":0.7569444},"model":"item/clock/clock_148"},{"predicate":{"time":0.7586806},"model":"item/clock/clock_149"},{"predicate":{"time":0.7604167},"model":"item/clock/clock_150"},{"predicate":{"time":0.7621528},"model":"item/clock/clock_151"},{"predicate":{"time":0.7638889},"model":"item/clock/clock_152"},{"predicate":{"time":0.7656250},"model":"item/clock/clock_153"},{"predicate":{"time":0.7673611},"model":"item/clock/clock_154"},{"predicate":{"time":0.7690972},"model":"item/clock/clock_155"},{"predicate":{"time":0.7708333},"model":"item/clock/clock_156"},{"predicate":{"time":0.7725694},"model":"item/clock/clock_157"},{"predicate":{"time":0.7743056},"model":"item/clock/clock_158"},{"predicate":{"time":0.7760417},"model":"item/clock/clock_159"},{"predicate":{"time":0.7777778},"model":"item/clock/clock_160"},{"predicate":{"time":0.7795139},"model":"item/clock/clock_161"},{"predicate":{"time":0.7812500},"model":"item/clock/clock_162"},{"predicate":{"time":0.7829861},"model":"item/clock/clock_163"},{"predicate":{"time":0.7847222},"model":"item/clock/clock_164"},{"predicate":{"time":0.7864583},"model":"item/clock/clock_165"},{"predicate":{"time":0.7881944},"model":"item/clock/clock_166"},{"predicate":{"time":0.7899306},"model":"item/clock/clock_167"},{"predicate":{"time":0.7916667},"model":"item/clock/clock_168"},{"predicate":{"time":0.7934028},"model":"item/clock/clock_169"},{"predicate":{"time":0.7951389},"model":"item/clock/clock_170"},{"predicate":{"time":0.7968750},"model":"item/clock/clock_171"},{"predicate":{"time":0.7986111},"model":"item/clock/clock_172"},{"predicate":{"time":0.8003472},"model":"item/clock/clock_173"},{"predicate":{"time":0.8020833},"model":"item/clock/clock_174"},{"predicate":{"time":0.8038194},"model":"item/clock/clock_175"},{"predicate":{"time":0.8055556},"model":"item/clock/clock_176"},{"predicate":{"time":0.8072917},"model":"item/clock/clock_177"},{"predicate":{"time":0.8090278},"model":"item/clock/clock_178"},{"predicate":{"time":0.8107639},"model":"item/clock/clock_179"},{"predicate":{"time":0.8125000},"model":"item/clock/clock_180"},{"predicate":{"time":0.8142361},"model":"item/clock/clock_181"},{"predicate":{"time":0.8159722},"model":"item/clock/clock_182"},{"predicate":{"time":0.8177083},"model":"item/clock/clock_183"},{"predicate":{"time":0.8194444},"model":"item/clock/clock_184"},{"predicate":{"time":0.8211806},"model":"item/clock/clock_185"},{"predicate":{"time":0.8229167},"model":"item/clock/clock_186"},{"predicate":{"time":0.8246528},"model":"item/clock/clock_187"},{"predicate":{"time":0.8263889},"model":"item/clock/clock_188"},{"predicate":{"time":0.8281250},"model":"item/clock/clock_189"},{"predicate":{"time":0.8298611},"model":"item/clock/clock_190"},{"predicate":{"time":0.8315972},"model":"item/clock/clock_191"},{"predicate":{"time":0.8333333},"model":"item/clock/clock_192"},{"predicate":{"time":0.8350694},"model":"item/clock/clock_193"},{"predicate":{"time":0.8368056},"model":"item/clock/clock_194"},{"predicate":{"time":0.8385417},"model":"item/clock/clock_195"},{"predicate":{"time":0.8402778},"model":"item/clock/clock_196"},{"predicate":{"time":0.8420139},"model":"item/clock/clock_197"},{"predicate":{"time":0.8437500},"model":"item/clock/clock_198"},{"predicate":{"time":0.8454861},"model":"item/clock/clock_199"},{"predicate":{"time":0.8472222},"model":"item/clock/clock_200"},{"predicate":{"time":0.8489583},"model":"item/clock/clock_201"},{"predicate":{"time":0.8506944},"model":"item/clock/clock_202"},{"predicate":{"time":0.8524306},"model":"item/clock/clock_203"},{"predicate":{"time":0.8541667},"model":"item/clock/clock_204"},{"predicate":{"time":0.8559028},"model":"item/clock/clock_205"},{"predicate":{"time":0.8576389},"model":"item/clock/clock_206"},{"predicate":{"time":0.8593750},"model":"item/clock/clock_207"},{"predicate":{"time":0.8611111},"model":"item/clock/clock_208"},{"predicate":{"time":0.8628472},"model":"item/clock/clock_209"},{"predicate":{"time":0.8645833},"model":"item/clock/clock_210"},{"predicate":{"time":0.8663194},"model":"item/clock/clock_211"},{"predicate":{"time":0.8680556},"model":"item/clock/clock_212"},{"predicate":{"time":0.8697917},"model":"item/clock/clock_213"},{"predicate":{"time":0.8715278},"model":"item/clock/clock_214"},{"predicate":{"time":0.8732639},"model":"item/clock/clock_215"},{"predicate":{"time":0.8750000},"model":"item/clock/clock_216"},{"predicate":{"time":0.8767361},"model":"item/clock/clock_217"},{"predicate":{"time":0.8784722},"model":"item/clock/clock_218"},{"predicate":{"time":0.8802083},"model":"item/clock/clock_219"},{"predicate":{"time":0.8819444},"model":"item/clock/clock_220"},{"predicate":{"time":0.8836806},"model":"item/clock/clock_221"},{"predicate":{"time":0.8854167},"model":"item/clock/clock_222"},{"predicate":{"time":0.8871528},"model":"item/clock/clock_223"},{"predicate":{"time":0.8888889},"model":"item/clock/clock_224"},{"predicate":{"time":0.8906250},"model":"item/clock/clock_225"},{"predicate":{"time":0.8923611},"model":"item/clock/clock_226"},{"predicate":{"time":0.8940972},"model":"item/clock/clock_227"},{"predicate":{"time":0.8958333},"model":"item/clock/clock_228"},{"predicate":{"time":0.8975694},"model":"item/clock/clock_229"},{"predicate":{"time":0.8993056},"model":"item/clock/clock_230"},{"predicate":{"time":0.9010417},"model":"item/clock/clock_231"},{"predicate":{"time":0.9027778},"model":"item/clock/clock_232"},{"predicate":{"time":0.9045139},"model":"item/clock/clock_233"},{"predicate":{"time":0.9062500},"model":"item/clock/clock_234"},{"predicate":{"time":0.9079861},"model":"item/clock/clock_235"},{"predicate":{"time":0.9097222},"model":"item/clock/clock_236"},{"predicate":{"time":0.9114583},"model":"item/clock/clock_237"},{"predicate":{"time":0.9131944},"model":"item/clock/clock_238"},{"predicate":{"time":0.9149306},"model":"item/clock/clock_239"},{"predicate":{"time":0.9166667},"model":"item/clock/clock_240"},{"predicate":{"time":0.9184028},"model":"item/clock/clock_241"},{"predicate":{"time":0.9201389},"model":"item/clock/clock_242"},{"predicate":{"time":0.9218750},"model":"item/clock/clock_243"},{"predicate":{"time":0.9236111},"model":"item/clock/clock_244"},{"predicate":{"time":0.9253472},"model":"item/clock/clock_245"},{"predicate":{"time":0.9270833},"model":"item/clock/clock_246"},{"predicate":{"time":0.9288194},"model":"item/clock/clock_247"},{"predicate":{"time":0.9305556},"model":"item/clock/clock_248"},{"predicate":{"time":0.9322917},"model":"item/clock/clock_249"},{"predicate":{"time":0.9340278},"model":"item/clock/clock_250"},{"predicate":{"time":0.9357639},"model":"item/clock/clock_251"},{"predicate":{"time":0.9375000},"model":"item/clock/clock_252"},{"predicate":{"time":0.9392361},"model":"item/clock/clock_253"},{"predicate":{"time":0.9409722},"model":"item/clock/clock_254"},{"predicate":{"time":0.9427083},"model":"item/clock/clock_255"},{"predicate":{"time":0.9444444},"model":"item/clock/clock_256"},{"predicate":{"time":0.9461806},"model":"item/clock/clock_257"},{"predicate":{"time":0.9479167},"model":"item/clock/clock_258"},{"predicate":{"time":0.9496528},"model":"item/clock/clock_259"},{"predicate":{"time":0.9513889},"model":"item/clock/clock_260"},{"predicate":{"time":0.9531250},"model":"item/clock/clock_261"},{"predicate":{"time":0.9548611},"model":"item/clock/clock_262"},{"predicate":{"time":0.9565972},"model":"item/clock/clock_263"},{"predicate":{"time":0.9583333},"model":"item/clock/clock_264"},{"predicate":{"time":0.9600694},"model":"item/clock/clock_265"},{"predicate":{"time":0.9618056},"model":"item/clock/clock_266"},{"predicate":{"time":0.9635417},"model":"item/clock/clock_267"},{"predicate":{"time":0.9652778},"model":"item/clock/clock_268"},{"predicate":{"time":0.9670139},"model":"item/clock/clock_269"},{"predicate":{"time":0.9687500},"model":"item/clock/clock_270"},{"predicate":{"time":0.9704861},"model":"item/clock/clock_271"},{"predicate":{"time":0.9722222},"model":"item/clock/clock_272"},{"predicate":{"time":0.9739583},"model":"item/clock/clock_273"},{"predicate":{"time":0.9756944},"model":"item/clock/clock_274"},{"predicate":{"time":0.9774306},"model":"item/clock/clock_275"},{"predicate":{"time":0.9791667},"model":"item/clock/clock_276"},{"predicate":{"time":0.9809028},"model":"item/clock/clock_277"},{"predicate":{"time":0.9826389},"model":"item/clock/clock_278"},{"predicate":{"time":0.9843750},"model":"item/clock/clock_279"},{"predicate":{"time":0.9861111},"model":"item/clock/clock_280"},{"predicate":{"time":0.9878472},"model":"item/clock/clock_281"},{"predicate":{"time":0.9895833},"model":"item/clock/clock_282"},{"predicate":{"time":0.9913194},"model":"item/clock/clock_283"},{"predicate":{"time":0.9930556},"model":"item/clock/clock_284"},{"predicate":{"time":0.9947917},"model":"item/clock/clock_285"},{"predicate":{"time":0.9965278},"model":"item/clock/clock_286"},{"predicate":{"time":0.9982639},"model":"item/clock/clock_287"}]} diff --git a/assets/minecraft/models/item/clock/clock_01.json b/assets/minecraft/models/item/clock/clock_01.json index 518329c..e2e6c47 100755 --- a/assets/minecraft/models/item/clock/clock_01.json +++ b/assets/minecraft/models/item/clock/clock_01.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_01" + "layer0": "item/clock/clock_01" } } diff --git a/assets/minecraft/models/item/clock/clock_02.json b/assets/minecraft/models/item/clock/clock_02.json index 5d8e7c3..0cea6e1 100755 --- a/assets/minecraft/models/item/clock/clock_02.json +++ b/assets/minecraft/models/item/clock/clock_02.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_02" + "layer0": "item/clock/clock_02" } } diff --git a/assets/minecraft/models/item/clock/clock_03.json b/assets/minecraft/models/item/clock/clock_03.json index 70e5395..9054104 100755 --- a/assets/minecraft/models/item/clock/clock_03.json +++ b/assets/minecraft/models/item/clock/clock_03.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_03" + "layer0": "item/clock/clock_03" } } diff --git a/assets/minecraft/models/item/clock/clock_04.json b/assets/minecraft/models/item/clock/clock_04.json index fe04e35..3c6f27b 100755 --- a/assets/minecraft/models/item/clock/clock_04.json +++ b/assets/minecraft/models/item/clock/clock_04.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_04" + "layer0": "item/clock/clock_04" } } diff --git a/assets/minecraft/models/item/clock/clock_05.json b/assets/minecraft/models/item/clock/clock_05.json index bfc93cd..5b8fdf7 100755 --- a/assets/minecraft/models/item/clock/clock_05.json +++ b/assets/minecraft/models/item/clock/clock_05.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_05" + "layer0": "item/clock/clock_05" } } diff --git a/assets/minecraft/models/item/clock/clock_06.json b/assets/minecraft/models/item/clock/clock_06.json index 9936171..7b6c7f2 100755 --- a/assets/minecraft/models/item/clock/clock_06.json +++ b/assets/minecraft/models/item/clock/clock_06.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_06" + "layer0": "item/clock/clock_06" } } diff --git a/assets/minecraft/models/item/clock/clock_07.json b/assets/minecraft/models/item/clock/clock_07.json index 7b7ca3d..cd3bf98 100755 --- a/assets/minecraft/models/item/clock/clock_07.json +++ b/assets/minecraft/models/item/clock/clock_07.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_07" + "layer0": "item/clock/clock_07" } } diff --git a/assets/minecraft/models/item/clock/clock_08.json b/assets/minecraft/models/item/clock/clock_08.json index a6f181e..c9cbb21 100755 --- a/assets/minecraft/models/item/clock/clock_08.json +++ b/assets/minecraft/models/item/clock/clock_08.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_08" + "layer0": "item/clock/clock_08" } } diff --git a/assets/minecraft/models/item/clock/clock_09.json b/assets/minecraft/models/item/clock/clock_09.json index 6beb95b..216ee88 100755 --- a/assets/minecraft/models/item/clock/clock_09.json +++ b/assets/minecraft/models/item/clock/clock_09.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_09" + "layer0": "item/clock/clock_09" } } diff --git a/assets/minecraft/models/item/clock/clock_10.json b/assets/minecraft/models/item/clock/clock_10.json index 44a2848..8a62d37 100755 --- a/assets/minecraft/models/item/clock/clock_10.json +++ b/assets/minecraft/models/item/clock/clock_10.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_10" + "layer0": "item/clock/clock_10" } } diff --git a/assets/minecraft/models/item/clock/clock_100.json b/assets/minecraft/models/item/clock/clock_100.json index 153999a..7d88de9 100755 --- a/assets/minecraft/models/item/clock/clock_100.json +++ b/assets/minecraft/models/item/clock/clock_100.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_100" + "layer0": "item/clock/clock_100" } } diff --git a/assets/minecraft/models/item/clock/clock_101.json b/assets/minecraft/models/item/clock/clock_101.json index 641601b..451f383 100755 --- a/assets/minecraft/models/item/clock/clock_101.json +++ b/assets/minecraft/models/item/clock/clock_101.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_101" + "layer0": "item/clock/clock_101" } } diff --git a/assets/minecraft/models/item/clock/clock_102.json b/assets/minecraft/models/item/clock/clock_102.json index e882a57..3ea09ff 100755 --- a/assets/minecraft/models/item/clock/clock_102.json +++ b/assets/minecraft/models/item/clock/clock_102.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_102" + "layer0": "item/clock/clock_102" } } diff --git a/assets/minecraft/models/item/clock/clock_103.json b/assets/minecraft/models/item/clock/clock_103.json index 6f01836..18ef466 100755 --- a/assets/minecraft/models/item/clock/clock_103.json +++ b/assets/minecraft/models/item/clock/clock_103.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_103" + "layer0": "item/clock/clock_103" } } diff --git a/assets/minecraft/models/item/clock/clock_104.json b/assets/minecraft/models/item/clock/clock_104.json index 060cc4a..33070e6 100755 --- a/assets/minecraft/models/item/clock/clock_104.json +++ b/assets/minecraft/models/item/clock/clock_104.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_104" + "layer0": "item/clock/clock_104" } } diff --git a/assets/minecraft/models/item/clock/clock_105.json b/assets/minecraft/models/item/clock/clock_105.json index 9757ddc..97e78c6 100755 --- a/assets/minecraft/models/item/clock/clock_105.json +++ b/assets/minecraft/models/item/clock/clock_105.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_105" + "layer0": "item/clock/clock_105" } } diff --git a/assets/minecraft/models/item/clock/clock_106.json b/assets/minecraft/models/item/clock/clock_106.json index bdbe7ce..9ff6e10 100755 --- a/assets/minecraft/models/item/clock/clock_106.json +++ b/assets/minecraft/models/item/clock/clock_106.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_106" + "layer0": "item/clock/clock_106" } } diff --git a/assets/minecraft/models/item/clock/clock_107.json b/assets/minecraft/models/item/clock/clock_107.json index b6ddca3..89ecd06 100755 --- a/assets/minecraft/models/item/clock/clock_107.json +++ b/assets/minecraft/models/item/clock/clock_107.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_107" + "layer0": "item/clock/clock_107" } } diff --git a/assets/minecraft/models/item/clock/clock_108.json b/assets/minecraft/models/item/clock/clock_108.json index 1a3e918..6b7aa1d 100755 --- a/assets/minecraft/models/item/clock/clock_108.json +++ b/assets/minecraft/models/item/clock/clock_108.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_108" + "layer0": "item/clock/clock_108" } } diff --git a/assets/minecraft/models/item/clock/clock_109.json b/assets/minecraft/models/item/clock/clock_109.json index 350f050..e291307 100755 --- a/assets/minecraft/models/item/clock/clock_109.json +++ b/assets/minecraft/models/item/clock/clock_109.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_109" + "layer0": "item/clock/clock_109" } } diff --git a/assets/minecraft/models/item/clock/clock_11.json b/assets/minecraft/models/item/clock/clock_11.json index 7dc1d62..420f6b5 100755 --- a/assets/minecraft/models/item/clock/clock_11.json +++ b/assets/minecraft/models/item/clock/clock_11.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_11" + "layer0": "item/clock/clock_11" } } diff --git a/assets/minecraft/models/item/clock/clock_110.json b/assets/minecraft/models/item/clock/clock_110.json index 7776b6a..8463372 100755 --- a/assets/minecraft/models/item/clock/clock_110.json +++ b/assets/minecraft/models/item/clock/clock_110.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_110" + "layer0": "item/clock/clock_110" } } diff --git a/assets/minecraft/models/item/clock/clock_111.json b/assets/minecraft/models/item/clock/clock_111.json index 78153aa..bc10623 100755 --- a/assets/minecraft/models/item/clock/clock_111.json +++ b/assets/minecraft/models/item/clock/clock_111.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_111" + "layer0": "item/clock/clock_111" } } diff --git a/assets/minecraft/models/item/clock/clock_112.json b/assets/minecraft/models/item/clock/clock_112.json index f04583c..697d5b9 100755 --- a/assets/minecraft/models/item/clock/clock_112.json +++ b/assets/minecraft/models/item/clock/clock_112.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_112" + "layer0": "item/clock/clock_112" } } diff --git a/assets/minecraft/models/item/clock/clock_113.json b/assets/minecraft/models/item/clock/clock_113.json index f2cade7..a14f61d 100755 --- a/assets/minecraft/models/item/clock/clock_113.json +++ b/assets/minecraft/models/item/clock/clock_113.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_113" + "layer0": "item/clock/clock_113" } } diff --git a/assets/minecraft/models/item/clock/clock_114.json b/assets/minecraft/models/item/clock/clock_114.json index 75faf0a..c701acd 100755 --- a/assets/minecraft/models/item/clock/clock_114.json +++ b/assets/minecraft/models/item/clock/clock_114.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_114" + "layer0": "item/clock/clock_114" } } diff --git a/assets/minecraft/models/item/clock/clock_115.json b/assets/minecraft/models/item/clock/clock_115.json index c5c26ba..5f6dd95 100755 --- a/assets/minecraft/models/item/clock/clock_115.json +++ b/assets/minecraft/models/item/clock/clock_115.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_115" + "layer0": "item/clock/clock_115" } } diff --git a/assets/minecraft/models/item/clock/clock_116.json b/assets/minecraft/models/item/clock/clock_116.json index a1a15b0..a78b384 100755 --- a/assets/minecraft/models/item/clock/clock_116.json +++ b/assets/minecraft/models/item/clock/clock_116.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_116" + "layer0": "item/clock/clock_116" } } diff --git a/assets/minecraft/models/item/clock/clock_117.json b/assets/minecraft/models/item/clock/clock_117.json index 32a617f..ae67e58 100755 --- a/assets/minecraft/models/item/clock/clock_117.json +++ b/assets/minecraft/models/item/clock/clock_117.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_117" + "layer0": "item/clock/clock_117" } } diff --git a/assets/minecraft/models/item/clock/clock_118.json b/assets/minecraft/models/item/clock/clock_118.json index ae8d538..a08ae94 100755 --- a/assets/minecraft/models/item/clock/clock_118.json +++ b/assets/minecraft/models/item/clock/clock_118.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_118" + "layer0": "item/clock/clock_118" } } diff --git a/assets/minecraft/models/item/clock/clock_119.json b/assets/minecraft/models/item/clock/clock_119.json index c62c277..7cbc22a 100755 --- a/assets/minecraft/models/item/clock/clock_119.json +++ b/assets/minecraft/models/item/clock/clock_119.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_119" + "layer0": "item/clock/clock_119" } } diff --git a/assets/minecraft/models/item/clock/clock_12.json b/assets/minecraft/models/item/clock/clock_12.json index 20ec02c..efee89d 100755 --- a/assets/minecraft/models/item/clock/clock_12.json +++ b/assets/minecraft/models/item/clock/clock_12.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_12" + "layer0": "item/clock/clock_12" } } diff --git a/assets/minecraft/models/item/clock/clock_120.json b/assets/minecraft/models/item/clock/clock_120.json index 031bd08..ea6b029 100755 --- a/assets/minecraft/models/item/clock/clock_120.json +++ b/assets/minecraft/models/item/clock/clock_120.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_120" + "layer0": "item/clock/clock_120" } } diff --git a/assets/minecraft/models/item/clock/clock_121.json b/assets/minecraft/models/item/clock/clock_121.json index 9908a42..ac47c76 100755 --- a/assets/minecraft/models/item/clock/clock_121.json +++ b/assets/minecraft/models/item/clock/clock_121.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_121" + "layer0": "item/clock/clock_121" } } diff --git a/assets/minecraft/models/item/clock/clock_122.json b/assets/minecraft/models/item/clock/clock_122.json index b8b4948..7e802e9 100755 --- a/assets/minecraft/models/item/clock/clock_122.json +++ b/assets/minecraft/models/item/clock/clock_122.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_122" + "layer0": "item/clock/clock_122" } } diff --git a/assets/minecraft/models/item/clock/clock_123.json b/assets/minecraft/models/item/clock/clock_123.json index 24b0c4f..c785b6e 100755 --- a/assets/minecraft/models/item/clock/clock_123.json +++ b/assets/minecraft/models/item/clock/clock_123.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_123" + "layer0": "item/clock/clock_123" } } diff --git a/assets/minecraft/models/item/clock/clock_124.json b/assets/minecraft/models/item/clock/clock_124.json index 78b52b1..285bed2 100755 --- a/assets/minecraft/models/item/clock/clock_124.json +++ b/assets/minecraft/models/item/clock/clock_124.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_124" + "layer0": "item/clock/clock_124" } } diff --git a/assets/minecraft/models/item/clock/clock_125.json b/assets/minecraft/models/item/clock/clock_125.json index 8ad5449..a421834 100755 --- a/assets/minecraft/models/item/clock/clock_125.json +++ b/assets/minecraft/models/item/clock/clock_125.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_125" + "layer0": "item/clock/clock_125" } } diff --git a/assets/minecraft/models/item/clock/clock_126.json b/assets/minecraft/models/item/clock/clock_126.json index e522f77..fe1140d 100755 --- a/assets/minecraft/models/item/clock/clock_126.json +++ b/assets/minecraft/models/item/clock/clock_126.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_126" + "layer0": "item/clock/clock_126" } } diff --git a/assets/minecraft/models/item/clock/clock_127.json b/assets/minecraft/models/item/clock/clock_127.json index 83bd700..a666058 100755 --- a/assets/minecraft/models/item/clock/clock_127.json +++ b/assets/minecraft/models/item/clock/clock_127.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_127" + "layer0": "item/clock/clock_127" } } diff --git a/assets/minecraft/models/item/clock/clock_128.json b/assets/minecraft/models/item/clock/clock_128.json index b7d8ffc..0e5b1be 100755 --- a/assets/minecraft/models/item/clock/clock_128.json +++ b/assets/minecraft/models/item/clock/clock_128.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_128" + "layer0": "item/clock/clock_128" } } diff --git a/assets/minecraft/models/item/clock/clock_129.json b/assets/minecraft/models/item/clock/clock_129.json index eb20c6d..5398dae 100755 --- a/assets/minecraft/models/item/clock/clock_129.json +++ b/assets/minecraft/models/item/clock/clock_129.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_129" + "layer0": "item/clock/clock_129" } } diff --git a/assets/minecraft/models/item/clock/clock_13.json b/assets/minecraft/models/item/clock/clock_13.json index 0f3d515..fda961d 100755 --- a/assets/minecraft/models/item/clock/clock_13.json +++ b/assets/minecraft/models/item/clock/clock_13.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_13" + "layer0": "item/clock/clock_13" } } diff --git a/assets/minecraft/models/item/clock/clock_130.json b/assets/minecraft/models/item/clock/clock_130.json index 3251e58..98e3fdf 100755 --- a/assets/minecraft/models/item/clock/clock_130.json +++ b/assets/minecraft/models/item/clock/clock_130.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_130" + "layer0": "item/clock/clock_130" } } diff --git a/assets/minecraft/models/item/clock/clock_131.json b/assets/minecraft/models/item/clock/clock_131.json index 6e7ff0b..6162c86 100755 --- a/assets/minecraft/models/item/clock/clock_131.json +++ b/assets/minecraft/models/item/clock/clock_131.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_131" + "layer0": "item/clock/clock_131" } } diff --git a/assets/minecraft/models/item/clock/clock_132.json b/assets/minecraft/models/item/clock/clock_132.json index 3d91c5d..97cec0f 100755 --- a/assets/minecraft/models/item/clock/clock_132.json +++ b/assets/minecraft/models/item/clock/clock_132.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_132" + "layer0": "item/clock/clock_132" } } diff --git a/assets/minecraft/models/item/clock/clock_133.json b/assets/minecraft/models/item/clock/clock_133.json index 2cbfe9e..de44ed5 100755 --- a/assets/minecraft/models/item/clock/clock_133.json +++ b/assets/minecraft/models/item/clock/clock_133.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_133" + "layer0": "item/clock/clock_133" } } diff --git a/assets/minecraft/models/item/clock/clock_134.json b/assets/minecraft/models/item/clock/clock_134.json index 9b57052..aa8c860 100755 --- a/assets/minecraft/models/item/clock/clock_134.json +++ b/assets/minecraft/models/item/clock/clock_134.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_134" + "layer0": "item/clock/clock_134" } } diff --git a/assets/minecraft/models/item/clock/clock_135.json b/assets/minecraft/models/item/clock/clock_135.json index fa18d5e..bdf5c58 100755 --- a/assets/minecraft/models/item/clock/clock_135.json +++ b/assets/minecraft/models/item/clock/clock_135.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_135" + "layer0": "item/clock/clock_135" } } diff --git a/assets/minecraft/models/item/clock/clock_136.json b/assets/minecraft/models/item/clock/clock_136.json index 02c858b..f28a53f 100755 --- a/assets/minecraft/models/item/clock/clock_136.json +++ b/assets/minecraft/models/item/clock/clock_136.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_136" + "layer0": "item/clock/clock_136" } } diff --git a/assets/minecraft/models/item/clock/clock_137.json b/assets/minecraft/models/item/clock/clock_137.json index 33b19c7..066132e 100755 --- a/assets/minecraft/models/item/clock/clock_137.json +++ b/assets/minecraft/models/item/clock/clock_137.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_137" + "layer0": "item/clock/clock_137" } } diff --git a/assets/minecraft/models/item/clock/clock_138.json b/assets/minecraft/models/item/clock/clock_138.json index 6ee32ef..35899e0 100755 --- a/assets/minecraft/models/item/clock/clock_138.json +++ b/assets/minecraft/models/item/clock/clock_138.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_138" + "layer0": "item/clock/clock_138" } } diff --git a/assets/minecraft/models/item/clock/clock_139.json b/assets/minecraft/models/item/clock/clock_139.json index 4f13381..6cce9b4 100755 --- a/assets/minecraft/models/item/clock/clock_139.json +++ b/assets/minecraft/models/item/clock/clock_139.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_139" + "layer0": "item/clock/clock_139" } } diff --git a/assets/minecraft/models/item/clock/clock_14.json b/assets/minecraft/models/item/clock/clock_14.json index 6aedfd3..5811af8 100755 --- a/assets/minecraft/models/item/clock/clock_14.json +++ b/assets/minecraft/models/item/clock/clock_14.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_14" + "layer0": "item/clock/clock_14" } } diff --git a/assets/minecraft/models/item/clock/clock_140.json b/assets/minecraft/models/item/clock/clock_140.json index 19ab0bf..c03936f 100755 --- a/assets/minecraft/models/item/clock/clock_140.json +++ b/assets/minecraft/models/item/clock/clock_140.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_140" + "layer0": "item/clock/clock_140" } } diff --git a/assets/minecraft/models/item/clock/clock_141.json b/assets/minecraft/models/item/clock/clock_141.json index c414f03..cb6650d 100755 --- a/assets/minecraft/models/item/clock/clock_141.json +++ b/assets/minecraft/models/item/clock/clock_141.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_141" + "layer0": "item/clock/clock_141" } } diff --git a/assets/minecraft/models/item/clock/clock_142.json b/assets/minecraft/models/item/clock/clock_142.json index a3be056..067c503 100755 --- a/assets/minecraft/models/item/clock/clock_142.json +++ b/assets/minecraft/models/item/clock/clock_142.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_142" + "layer0": "item/clock/clock_142" } } diff --git a/assets/minecraft/models/item/clock/clock_143.json b/assets/minecraft/models/item/clock/clock_143.json index fb08ed6..c60d37b 100755 --- a/assets/minecraft/models/item/clock/clock_143.json +++ b/assets/minecraft/models/item/clock/clock_143.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_143" + "layer0": "item/clock/clock_143" } } diff --git a/assets/minecraft/models/item/clock/clock_144.json b/assets/minecraft/models/item/clock/clock_144.json index 9b659b7..4eb4e2c 100755 --- a/assets/minecraft/models/item/clock/clock_144.json +++ b/assets/minecraft/models/item/clock/clock_144.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_144" + "layer0": "item/clock/clock_144" } } diff --git a/assets/minecraft/models/item/clock/clock_145.json b/assets/minecraft/models/item/clock/clock_145.json index 4090f73..befc60e 100755 --- a/assets/minecraft/models/item/clock/clock_145.json +++ b/assets/minecraft/models/item/clock/clock_145.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_145" + "layer0": "item/clock/clock_145" } } diff --git a/assets/minecraft/models/item/clock/clock_146.json b/assets/minecraft/models/item/clock/clock_146.json index 8f3abb8..df51b52 100755 --- a/assets/minecraft/models/item/clock/clock_146.json +++ b/assets/minecraft/models/item/clock/clock_146.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_146" + "layer0": "item/clock/clock_146" } } diff --git a/assets/minecraft/models/item/clock/clock_147.json b/assets/minecraft/models/item/clock/clock_147.json index 48e9008..3c56178 100755 --- a/assets/minecraft/models/item/clock/clock_147.json +++ b/assets/minecraft/models/item/clock/clock_147.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_147" + "layer0": "item/clock/clock_147" } } diff --git a/assets/minecraft/models/item/clock/clock_148.json b/assets/minecraft/models/item/clock/clock_148.json index 18ed0fc..236b42d 100755 --- a/assets/minecraft/models/item/clock/clock_148.json +++ b/assets/minecraft/models/item/clock/clock_148.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_148" + "layer0": "item/clock/clock_148" } } diff --git a/assets/minecraft/models/item/clock/clock_149.json b/assets/minecraft/models/item/clock/clock_149.json index 8a15243..f44f3d1 100755 --- a/assets/minecraft/models/item/clock/clock_149.json +++ b/assets/minecraft/models/item/clock/clock_149.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_149" + "layer0": "item/clock/clock_149" } } diff --git a/assets/minecraft/models/item/clock/clock_15.json b/assets/minecraft/models/item/clock/clock_15.json index e493738..7ab741a 100755 --- a/assets/minecraft/models/item/clock/clock_15.json +++ b/assets/minecraft/models/item/clock/clock_15.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_15" + "layer0": "item/clock/clock_15" } } diff --git a/assets/minecraft/models/item/clock/clock_150.json b/assets/minecraft/models/item/clock/clock_150.json index 1009df1..6d5c4ad 100755 --- a/assets/minecraft/models/item/clock/clock_150.json +++ b/assets/minecraft/models/item/clock/clock_150.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_150" + "layer0": "item/clock/clock_150" } } diff --git a/assets/minecraft/models/item/clock/clock_151.json b/assets/minecraft/models/item/clock/clock_151.json index d145b24..8417124 100755 --- a/assets/minecraft/models/item/clock/clock_151.json +++ b/assets/minecraft/models/item/clock/clock_151.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_151" + "layer0": "item/clock/clock_151" } } diff --git a/assets/minecraft/models/item/clock/clock_152.json b/assets/minecraft/models/item/clock/clock_152.json index d4ce244..0e9d0c1 100755 --- a/assets/minecraft/models/item/clock/clock_152.json +++ b/assets/minecraft/models/item/clock/clock_152.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_152" + "layer0": "item/clock/clock_152" } } diff --git a/assets/minecraft/models/item/clock/clock_153.json b/assets/minecraft/models/item/clock/clock_153.json index 57c1106..e1f4eac 100755 --- a/assets/minecraft/models/item/clock/clock_153.json +++ b/assets/minecraft/models/item/clock/clock_153.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_153" + "layer0": "item/clock/clock_153" } } diff --git a/assets/minecraft/models/item/clock/clock_154.json b/assets/minecraft/models/item/clock/clock_154.json index 351d64b..e301205 100755 --- a/assets/minecraft/models/item/clock/clock_154.json +++ b/assets/minecraft/models/item/clock/clock_154.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_154" + "layer0": "item/clock/clock_154" } } diff --git a/assets/minecraft/models/item/clock/clock_155.json b/assets/minecraft/models/item/clock/clock_155.json index 3a11102..f7c974d 100755 --- a/assets/minecraft/models/item/clock/clock_155.json +++ b/assets/minecraft/models/item/clock/clock_155.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_155" + "layer0": "item/clock/clock_155" } } diff --git a/assets/minecraft/models/item/clock/clock_156.json b/assets/minecraft/models/item/clock/clock_156.json index cc15c35..ba78beb 100755 --- a/assets/minecraft/models/item/clock/clock_156.json +++ b/assets/minecraft/models/item/clock/clock_156.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_156" + "layer0": "item/clock/clock_156" } } diff --git a/assets/minecraft/models/item/clock/clock_157.json b/assets/minecraft/models/item/clock/clock_157.json index 791d5d9..293b53d 100755 --- a/assets/minecraft/models/item/clock/clock_157.json +++ b/assets/minecraft/models/item/clock/clock_157.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_157" + "layer0": "item/clock/clock_157" } } diff --git a/assets/minecraft/models/item/clock/clock_158.json b/assets/minecraft/models/item/clock/clock_158.json index 3ac0559..20d3447 100755 --- a/assets/minecraft/models/item/clock/clock_158.json +++ b/assets/minecraft/models/item/clock/clock_158.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_158" + "layer0": "item/clock/clock_158" } } diff --git a/assets/minecraft/models/item/clock/clock_159.json b/assets/minecraft/models/item/clock/clock_159.json index f08e1b2..13e9f9f 100755 --- a/assets/minecraft/models/item/clock/clock_159.json +++ b/assets/minecraft/models/item/clock/clock_159.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_159" + "layer0": "item/clock/clock_159" } } diff --git a/assets/minecraft/models/item/clock/clock_16.json b/assets/minecraft/models/item/clock/clock_16.json index 489750f..ab22d51 100755 --- a/assets/minecraft/models/item/clock/clock_16.json +++ b/assets/minecraft/models/item/clock/clock_16.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_16" + "layer0": "item/clock/clock_16" } } diff --git a/assets/minecraft/models/item/clock/clock_160.json b/assets/minecraft/models/item/clock/clock_160.json index 106e0dc..1ae5bd0 100755 --- a/assets/minecraft/models/item/clock/clock_160.json +++ b/assets/minecraft/models/item/clock/clock_160.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_160" + "layer0": "item/clock/clock_160" } } diff --git a/assets/minecraft/models/item/clock/clock_161.json b/assets/minecraft/models/item/clock/clock_161.json index e3bdedc..1bfe81f 100755 --- a/assets/minecraft/models/item/clock/clock_161.json +++ b/assets/minecraft/models/item/clock/clock_161.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_161" + "layer0": "item/clock/clock_161" } } diff --git a/assets/minecraft/models/item/clock/clock_162.json b/assets/minecraft/models/item/clock/clock_162.json index 9325fe4..1259405 100755 --- a/assets/minecraft/models/item/clock/clock_162.json +++ b/assets/minecraft/models/item/clock/clock_162.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_162" + "layer0": "item/clock/clock_162" } } diff --git a/assets/minecraft/models/item/clock/clock_163.json b/assets/minecraft/models/item/clock/clock_163.json index bef7678..e3c3254 100755 --- a/assets/minecraft/models/item/clock/clock_163.json +++ b/assets/minecraft/models/item/clock/clock_163.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_163" + "layer0": "item/clock/clock_163" } } diff --git a/assets/minecraft/models/item/clock/clock_164.json b/assets/minecraft/models/item/clock/clock_164.json index d1757c2..5907b19 100755 --- a/assets/minecraft/models/item/clock/clock_164.json +++ b/assets/minecraft/models/item/clock/clock_164.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_164" + "layer0": "item/clock/clock_164" } } diff --git a/assets/minecraft/models/item/clock/clock_165.json b/assets/minecraft/models/item/clock/clock_165.json index 9903a42..afaf493 100755 --- a/assets/minecraft/models/item/clock/clock_165.json +++ b/assets/minecraft/models/item/clock/clock_165.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_165" + "layer0": "item/clock/clock_165" } } diff --git a/assets/minecraft/models/item/clock/clock_166.json b/assets/minecraft/models/item/clock/clock_166.json index c33b52b..f0f166f 100755 --- a/assets/minecraft/models/item/clock/clock_166.json +++ b/assets/minecraft/models/item/clock/clock_166.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_166" + "layer0": "item/clock/clock_166" } } diff --git a/assets/minecraft/models/item/clock/clock_167.json b/assets/minecraft/models/item/clock/clock_167.json index 822a649..e49748a 100755 --- a/assets/minecraft/models/item/clock/clock_167.json +++ b/assets/minecraft/models/item/clock/clock_167.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_167" + "layer0": "item/clock/clock_167" } } diff --git a/assets/minecraft/models/item/clock/clock_168.json b/assets/minecraft/models/item/clock/clock_168.json index bcf63a0..fd1fc17 100755 --- a/assets/minecraft/models/item/clock/clock_168.json +++ b/assets/minecraft/models/item/clock/clock_168.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_168" + "layer0": "item/clock/clock_168" } } diff --git a/assets/minecraft/models/item/clock/clock_169.json b/assets/minecraft/models/item/clock/clock_169.json index 05f8203..5d19604 100755 --- a/assets/minecraft/models/item/clock/clock_169.json +++ b/assets/minecraft/models/item/clock/clock_169.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_169" + "layer0": "item/clock/clock_169" } } diff --git a/assets/minecraft/models/item/clock/clock_17.json b/assets/minecraft/models/item/clock/clock_17.json index 5bd032c..960179f 100755 --- a/assets/minecraft/models/item/clock/clock_17.json +++ b/assets/minecraft/models/item/clock/clock_17.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_17" + "layer0": "item/clock/clock_17" } } diff --git a/assets/minecraft/models/item/clock/clock_170.json b/assets/minecraft/models/item/clock/clock_170.json index 571680b..1a7e777 100755 --- a/assets/minecraft/models/item/clock/clock_170.json +++ b/assets/minecraft/models/item/clock/clock_170.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_170" + "layer0": "item/clock/clock_170" } } diff --git a/assets/minecraft/models/item/clock/clock_171.json b/assets/minecraft/models/item/clock/clock_171.json index eede703..c84d876 100755 --- a/assets/minecraft/models/item/clock/clock_171.json +++ b/assets/minecraft/models/item/clock/clock_171.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_171" + "layer0": "item/clock/clock_171" } } diff --git a/assets/minecraft/models/item/clock/clock_172.json b/assets/minecraft/models/item/clock/clock_172.json index a7c37e9..d8c5370 100755 --- a/assets/minecraft/models/item/clock/clock_172.json +++ b/assets/minecraft/models/item/clock/clock_172.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_172" + "layer0": "item/clock/clock_172" } } diff --git a/assets/minecraft/models/item/clock/clock_173.json b/assets/minecraft/models/item/clock/clock_173.json index 90da341..9bd6ece 100755 --- a/assets/minecraft/models/item/clock/clock_173.json +++ b/assets/minecraft/models/item/clock/clock_173.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_173" + "layer0": "item/clock/clock_173" } } diff --git a/assets/minecraft/models/item/clock/clock_174.json b/assets/minecraft/models/item/clock/clock_174.json index 1fd5fcf..4556801 100755 --- a/assets/minecraft/models/item/clock/clock_174.json +++ b/assets/minecraft/models/item/clock/clock_174.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_174" + "layer0": "item/clock/clock_174" } } diff --git a/assets/minecraft/models/item/clock/clock_175.json b/assets/minecraft/models/item/clock/clock_175.json index c92c2ed..f74e2cc 100755 --- a/assets/minecraft/models/item/clock/clock_175.json +++ b/assets/minecraft/models/item/clock/clock_175.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_175" + "layer0": "item/clock/clock_175" } } diff --git a/assets/minecraft/models/item/clock/clock_176.json b/assets/minecraft/models/item/clock/clock_176.json index ca545ed..38e657b 100755 --- a/assets/minecraft/models/item/clock/clock_176.json +++ b/assets/minecraft/models/item/clock/clock_176.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_176" + "layer0": "item/clock/clock_176" } } diff --git a/assets/minecraft/models/item/clock/clock_177.json b/assets/minecraft/models/item/clock/clock_177.json index 57bcfa6..59bb188 100755 --- a/assets/minecraft/models/item/clock/clock_177.json +++ b/assets/minecraft/models/item/clock/clock_177.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_177" + "layer0": "item/clock/clock_177" } } diff --git a/assets/minecraft/models/item/clock/clock_178.json b/assets/minecraft/models/item/clock/clock_178.json index 38867d2..5c8525c 100755 --- a/assets/minecraft/models/item/clock/clock_178.json +++ b/assets/minecraft/models/item/clock/clock_178.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_178" + "layer0": "item/clock/clock_178" } } diff --git a/assets/minecraft/models/item/clock/clock_179.json b/assets/minecraft/models/item/clock/clock_179.json index adec396..bd3b95c 100755 --- a/assets/minecraft/models/item/clock/clock_179.json +++ b/assets/minecraft/models/item/clock/clock_179.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_179" + "layer0": "item/clock/clock_179" } } diff --git a/assets/minecraft/models/item/clock/clock_18.json b/assets/minecraft/models/item/clock/clock_18.json index 203cfb5..f0b3071 100755 --- a/assets/minecraft/models/item/clock/clock_18.json +++ b/assets/minecraft/models/item/clock/clock_18.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_18" + "layer0": "item/clock/clock_18" } } diff --git a/assets/minecraft/models/item/clock/clock_180.json b/assets/minecraft/models/item/clock/clock_180.json index ba4744f..dcf21e2 100755 --- a/assets/minecraft/models/item/clock/clock_180.json +++ b/assets/minecraft/models/item/clock/clock_180.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_180" + "layer0": "item/clock/clock_180" } } diff --git a/assets/minecraft/models/item/clock/clock_181.json b/assets/minecraft/models/item/clock/clock_181.json index 9520c15..bc91f1b 100755 --- a/assets/minecraft/models/item/clock/clock_181.json +++ b/assets/minecraft/models/item/clock/clock_181.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_181" + "layer0": "item/clock/clock_181" } } diff --git a/assets/minecraft/models/item/clock/clock_182.json b/assets/minecraft/models/item/clock/clock_182.json index 6d3d915..8ca9dbc 100755 --- a/assets/minecraft/models/item/clock/clock_182.json +++ b/assets/minecraft/models/item/clock/clock_182.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_182" + "layer0": "item/clock/clock_182" } } diff --git a/assets/minecraft/models/item/clock/clock_183.json b/assets/minecraft/models/item/clock/clock_183.json index 1a4d5ce..29467c5 100755 --- a/assets/minecraft/models/item/clock/clock_183.json +++ b/assets/minecraft/models/item/clock/clock_183.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_183" + "layer0": "item/clock/clock_183" } } diff --git a/assets/minecraft/models/item/clock/clock_184.json b/assets/minecraft/models/item/clock/clock_184.json index 7e492fe..4181a15 100755 --- a/assets/minecraft/models/item/clock/clock_184.json +++ b/assets/minecraft/models/item/clock/clock_184.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_184" + "layer0": "item/clock/clock_184" } } diff --git a/assets/minecraft/models/item/clock/clock_185.json b/assets/minecraft/models/item/clock/clock_185.json index c7c33ce..a9dddf6 100755 --- a/assets/minecraft/models/item/clock/clock_185.json +++ b/assets/minecraft/models/item/clock/clock_185.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_185" + "layer0": "item/clock/clock_185" } } diff --git a/assets/minecraft/models/item/clock/clock_186.json b/assets/minecraft/models/item/clock/clock_186.json index cb22170..77eb980 100755 --- a/assets/minecraft/models/item/clock/clock_186.json +++ b/assets/minecraft/models/item/clock/clock_186.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_186" + "layer0": "item/clock/clock_186" } } diff --git a/assets/minecraft/models/item/clock/clock_187.json b/assets/minecraft/models/item/clock/clock_187.json index 145df59..4ea5c58 100755 --- a/assets/minecraft/models/item/clock/clock_187.json +++ b/assets/minecraft/models/item/clock/clock_187.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_187" + "layer0": "item/clock/clock_187" } } diff --git a/assets/minecraft/models/item/clock/clock_188.json b/assets/minecraft/models/item/clock/clock_188.json index 0e55fac..ed8bfd0 100755 --- a/assets/minecraft/models/item/clock/clock_188.json +++ b/assets/minecraft/models/item/clock/clock_188.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_188" + "layer0": "item/clock/clock_188" } } diff --git a/assets/minecraft/models/item/clock/clock_189.json b/assets/minecraft/models/item/clock/clock_189.json index 2514a16..cc3534f 100755 --- a/assets/minecraft/models/item/clock/clock_189.json +++ b/assets/minecraft/models/item/clock/clock_189.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_189" + "layer0": "item/clock/clock_189" } } diff --git a/assets/minecraft/models/item/clock/clock_19.json b/assets/minecraft/models/item/clock/clock_19.json index 6553dc8..6fc5534 100755 --- a/assets/minecraft/models/item/clock/clock_19.json +++ b/assets/minecraft/models/item/clock/clock_19.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_19" + "layer0": "item/clock/clock_19" } } diff --git a/assets/minecraft/models/item/clock/clock_190.json b/assets/minecraft/models/item/clock/clock_190.json index 8c40d7e..8272def 100755 --- a/assets/minecraft/models/item/clock/clock_190.json +++ b/assets/minecraft/models/item/clock/clock_190.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_190" + "layer0": "item/clock/clock_190" } } diff --git a/assets/minecraft/models/item/clock/clock_191.json b/assets/minecraft/models/item/clock/clock_191.json index 6fc8da5..97d79e6 100755 --- a/assets/minecraft/models/item/clock/clock_191.json +++ b/assets/minecraft/models/item/clock/clock_191.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_191" + "layer0": "item/clock/clock_191" } } diff --git a/assets/minecraft/models/item/clock/clock_192.json b/assets/minecraft/models/item/clock/clock_192.json index 4a25770..0bb175c 100755 --- a/assets/minecraft/models/item/clock/clock_192.json +++ b/assets/minecraft/models/item/clock/clock_192.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_192" + "layer0": "item/clock/clock_192" } } diff --git a/assets/minecraft/models/item/clock/clock_193.json b/assets/minecraft/models/item/clock/clock_193.json index 9e38662..9ab83d9 100755 --- a/assets/minecraft/models/item/clock/clock_193.json +++ b/assets/minecraft/models/item/clock/clock_193.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_193" + "layer0": "item/clock/clock_193" } } diff --git a/assets/minecraft/models/item/clock/clock_194.json b/assets/minecraft/models/item/clock/clock_194.json index 1e286a7..338f254 100755 --- a/assets/minecraft/models/item/clock/clock_194.json +++ b/assets/minecraft/models/item/clock/clock_194.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_194" + "layer0": "item/clock/clock_194" } } diff --git a/assets/minecraft/models/item/clock/clock_195.json b/assets/minecraft/models/item/clock/clock_195.json index 6e5c8c7..ac69a33 100755 --- a/assets/minecraft/models/item/clock/clock_195.json +++ b/assets/minecraft/models/item/clock/clock_195.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_195" + "layer0": "item/clock/clock_195" } } diff --git a/assets/minecraft/models/item/clock/clock_196.json b/assets/minecraft/models/item/clock/clock_196.json index f243636..bcf914f 100755 --- a/assets/minecraft/models/item/clock/clock_196.json +++ b/assets/minecraft/models/item/clock/clock_196.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_196" + "layer0": "item/clock/clock_196" } } diff --git a/assets/minecraft/models/item/clock/clock_197.json b/assets/minecraft/models/item/clock/clock_197.json index f8050fa..2c56f8d 100755 --- a/assets/minecraft/models/item/clock/clock_197.json +++ b/assets/minecraft/models/item/clock/clock_197.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_197" + "layer0": "item/clock/clock_197" } } diff --git a/assets/minecraft/models/item/clock/clock_198.json b/assets/minecraft/models/item/clock/clock_198.json index 95a4323..36b59d5 100755 --- a/assets/minecraft/models/item/clock/clock_198.json +++ b/assets/minecraft/models/item/clock/clock_198.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_198" + "layer0": "item/clock/clock_198" } } diff --git a/assets/minecraft/models/item/clock/clock_199.json b/assets/minecraft/models/item/clock/clock_199.json index c60882d..5715d36 100755 --- a/assets/minecraft/models/item/clock/clock_199.json +++ b/assets/minecraft/models/item/clock/clock_199.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_199" + "layer0": "item/clock/clock_199" } } diff --git a/assets/minecraft/models/item/clock/clock_20.json b/assets/minecraft/models/item/clock/clock_20.json index 357df65..c93a49b 100755 --- a/assets/minecraft/models/item/clock/clock_20.json +++ b/assets/minecraft/models/item/clock/clock_20.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_20" + "layer0": "item/clock/clock_20" } } diff --git a/assets/minecraft/models/item/clock/clock_200.json b/assets/minecraft/models/item/clock/clock_200.json index 20de6be..f4ab015 100755 --- a/assets/minecraft/models/item/clock/clock_200.json +++ b/assets/minecraft/models/item/clock/clock_200.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_200" + "layer0": "item/clock/clock_200" } } diff --git a/assets/minecraft/models/item/clock/clock_201.json b/assets/minecraft/models/item/clock/clock_201.json index 35131e2..a44c7a0 100755 --- a/assets/minecraft/models/item/clock/clock_201.json +++ b/assets/minecraft/models/item/clock/clock_201.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_201" + "layer0": "item/clock/clock_201" } } diff --git a/assets/minecraft/models/item/clock/clock_202.json b/assets/minecraft/models/item/clock/clock_202.json index 4904f4b..e5cfa77 100755 --- a/assets/minecraft/models/item/clock/clock_202.json +++ b/assets/minecraft/models/item/clock/clock_202.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_202" + "layer0": "item/clock/clock_202" } } diff --git a/assets/minecraft/models/item/clock/clock_203.json b/assets/minecraft/models/item/clock/clock_203.json index 2bd562c..1ecff7a 100755 --- a/assets/minecraft/models/item/clock/clock_203.json +++ b/assets/minecraft/models/item/clock/clock_203.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_203" + "layer0": "item/clock/clock_203" } } diff --git a/assets/minecraft/models/item/clock/clock_204.json b/assets/minecraft/models/item/clock/clock_204.json index b3c4b6d..ef7435d 100755 --- a/assets/minecraft/models/item/clock/clock_204.json +++ b/assets/minecraft/models/item/clock/clock_204.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_204" + "layer0": "item/clock/clock_204" } } diff --git a/assets/minecraft/models/item/clock/clock_205.json b/assets/minecraft/models/item/clock/clock_205.json index df99a6f..8c3c7dd 100755 --- a/assets/minecraft/models/item/clock/clock_205.json +++ b/assets/minecraft/models/item/clock/clock_205.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_205" + "layer0": "item/clock/clock_205" } } diff --git a/assets/minecraft/models/item/clock/clock_206.json b/assets/minecraft/models/item/clock/clock_206.json index 5bf7dc9..ae5e685 100755 --- a/assets/minecraft/models/item/clock/clock_206.json +++ b/assets/minecraft/models/item/clock/clock_206.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_206" + "layer0": "item/clock/clock_206" } } diff --git a/assets/minecraft/models/item/clock/clock_207.json b/assets/minecraft/models/item/clock/clock_207.json index 5ae3932..24d4919 100755 --- a/assets/minecraft/models/item/clock/clock_207.json +++ b/assets/minecraft/models/item/clock/clock_207.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_207" + "layer0": "item/clock/clock_207" } } diff --git a/assets/minecraft/models/item/clock/clock_208.json b/assets/minecraft/models/item/clock/clock_208.json index 3a2f27c..a421bdd 100755 --- a/assets/minecraft/models/item/clock/clock_208.json +++ b/assets/minecraft/models/item/clock/clock_208.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_208" + "layer0": "item/clock/clock_208" } } diff --git a/assets/minecraft/models/item/clock/clock_209.json b/assets/minecraft/models/item/clock/clock_209.json index eb1422c..3ea293b 100755 --- a/assets/minecraft/models/item/clock/clock_209.json +++ b/assets/minecraft/models/item/clock/clock_209.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_209" + "layer0": "item/clock/clock_209" } } diff --git a/assets/minecraft/models/item/clock/clock_21.json b/assets/minecraft/models/item/clock/clock_21.json index 2287c00..7f6667a 100755 --- a/assets/minecraft/models/item/clock/clock_21.json +++ b/assets/minecraft/models/item/clock/clock_21.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_21" + "layer0": "item/clock/clock_21" } } diff --git a/assets/minecraft/models/item/clock/clock_210.json b/assets/minecraft/models/item/clock/clock_210.json index cce5ab5..1975c31 100755 --- a/assets/minecraft/models/item/clock/clock_210.json +++ b/assets/minecraft/models/item/clock/clock_210.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_210" + "layer0": "item/clock/clock_210" } } diff --git a/assets/minecraft/models/item/clock/clock_211.json b/assets/minecraft/models/item/clock/clock_211.json index 102fa8c..f4e9f2f 100755 --- a/assets/minecraft/models/item/clock/clock_211.json +++ b/assets/minecraft/models/item/clock/clock_211.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_211" + "layer0": "item/clock/clock_211" } } diff --git a/assets/minecraft/models/item/clock/clock_212.json b/assets/minecraft/models/item/clock/clock_212.json index d271027..9c7599d 100755 --- a/assets/minecraft/models/item/clock/clock_212.json +++ b/assets/minecraft/models/item/clock/clock_212.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_212" + "layer0": "item/clock/clock_212" } } diff --git a/assets/minecraft/models/item/clock/clock_213.json b/assets/minecraft/models/item/clock/clock_213.json index a5a87c3..afb4f32 100755 --- a/assets/minecraft/models/item/clock/clock_213.json +++ b/assets/minecraft/models/item/clock/clock_213.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_213" + "layer0": "item/clock/clock_213" } } diff --git a/assets/minecraft/models/item/clock/clock_214.json b/assets/minecraft/models/item/clock/clock_214.json index dfd5402..4a77355 100755 --- a/assets/minecraft/models/item/clock/clock_214.json +++ b/assets/minecraft/models/item/clock/clock_214.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_214" + "layer0": "item/clock/clock_214" } } diff --git a/assets/minecraft/models/item/clock/clock_215.json b/assets/minecraft/models/item/clock/clock_215.json index c23e45e..6bbff4a 100755 --- a/assets/minecraft/models/item/clock/clock_215.json +++ b/assets/minecraft/models/item/clock/clock_215.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_215" + "layer0": "item/clock/clock_215" } } diff --git a/assets/minecraft/models/item/clock/clock_216.json b/assets/minecraft/models/item/clock/clock_216.json index 5864704..cc11238 100755 --- a/assets/minecraft/models/item/clock/clock_216.json +++ b/assets/minecraft/models/item/clock/clock_216.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_216" + "layer0": "item/clock/clock_216" } } diff --git a/assets/minecraft/models/item/clock/clock_217.json b/assets/minecraft/models/item/clock/clock_217.json index 1dd76cd..73ce747 100755 --- a/assets/minecraft/models/item/clock/clock_217.json +++ b/assets/minecraft/models/item/clock/clock_217.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_217" + "layer0": "item/clock/clock_217" } } diff --git a/assets/minecraft/models/item/clock/clock_218.json b/assets/minecraft/models/item/clock/clock_218.json index 35edca9..d02eded 100755 --- a/assets/minecraft/models/item/clock/clock_218.json +++ b/assets/minecraft/models/item/clock/clock_218.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_218" + "layer0": "item/clock/clock_218" } } diff --git a/assets/minecraft/models/item/clock/clock_219.json b/assets/minecraft/models/item/clock/clock_219.json index 2453bfb..c999ce0 100755 --- a/assets/minecraft/models/item/clock/clock_219.json +++ b/assets/minecraft/models/item/clock/clock_219.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_219" + "layer0": "item/clock/clock_219" } } diff --git a/assets/minecraft/models/item/clock/clock_22.json b/assets/minecraft/models/item/clock/clock_22.json index 7df7815..9e429c1 100755 --- a/assets/minecraft/models/item/clock/clock_22.json +++ b/assets/minecraft/models/item/clock/clock_22.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_22" + "layer0": "item/clock/clock_22" } } diff --git a/assets/minecraft/models/item/clock/clock_220.json b/assets/minecraft/models/item/clock/clock_220.json index 4c3be56..7dec5a2 100755 --- a/assets/minecraft/models/item/clock/clock_220.json +++ b/assets/minecraft/models/item/clock/clock_220.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_220" + "layer0": "item/clock/clock_220" } } diff --git a/assets/minecraft/models/item/clock/clock_221.json b/assets/minecraft/models/item/clock/clock_221.json index ff7b526..3aa2e28 100755 --- a/assets/minecraft/models/item/clock/clock_221.json +++ b/assets/minecraft/models/item/clock/clock_221.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_221" + "layer0": "item/clock/clock_221" } } diff --git a/assets/minecraft/models/item/clock/clock_222.json b/assets/minecraft/models/item/clock/clock_222.json index 87d6ec7..83bbf6c 100755 --- a/assets/minecraft/models/item/clock/clock_222.json +++ b/assets/minecraft/models/item/clock/clock_222.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_222" + "layer0": "item/clock/clock_222" } } diff --git a/assets/minecraft/models/item/clock/clock_223.json b/assets/minecraft/models/item/clock/clock_223.json index ddf4fb2..d046535 100755 --- a/assets/minecraft/models/item/clock/clock_223.json +++ b/assets/minecraft/models/item/clock/clock_223.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_223" + "layer0": "item/clock/clock_223" } } diff --git a/assets/minecraft/models/item/clock/clock_224.json b/assets/minecraft/models/item/clock/clock_224.json index 64cfd94..4c46b1b 100755 --- a/assets/minecraft/models/item/clock/clock_224.json +++ b/assets/minecraft/models/item/clock/clock_224.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_224" + "layer0": "item/clock/clock_224" } } diff --git a/assets/minecraft/models/item/clock/clock_225.json b/assets/minecraft/models/item/clock/clock_225.json index 244ef3f..4416d2e 100755 --- a/assets/minecraft/models/item/clock/clock_225.json +++ b/assets/minecraft/models/item/clock/clock_225.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_225" + "layer0": "item/clock/clock_225" } } diff --git a/assets/minecraft/models/item/clock/clock_226.json b/assets/minecraft/models/item/clock/clock_226.json index 60673ce..e5f9d66 100755 --- a/assets/minecraft/models/item/clock/clock_226.json +++ b/assets/minecraft/models/item/clock/clock_226.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_226" + "layer0": "item/clock/clock_226" } } diff --git a/assets/minecraft/models/item/clock/clock_227.json b/assets/minecraft/models/item/clock/clock_227.json index 9409085..89fe5a7 100755 --- a/assets/minecraft/models/item/clock/clock_227.json +++ b/assets/minecraft/models/item/clock/clock_227.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_227" + "layer0": "item/clock/clock_227" } } diff --git a/assets/minecraft/models/item/clock/clock_228.json b/assets/minecraft/models/item/clock/clock_228.json index 7fa444d..74aa273 100755 --- a/assets/minecraft/models/item/clock/clock_228.json +++ b/assets/minecraft/models/item/clock/clock_228.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_228" + "layer0": "item/clock/clock_228" } } diff --git a/assets/minecraft/models/item/clock/clock_229.json b/assets/minecraft/models/item/clock/clock_229.json index aa9b950..ff22681 100755 --- a/assets/minecraft/models/item/clock/clock_229.json +++ b/assets/minecraft/models/item/clock/clock_229.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_229" + "layer0": "item/clock/clock_229" } } diff --git a/assets/minecraft/models/item/clock/clock_23.json b/assets/minecraft/models/item/clock/clock_23.json index 77fa4ca..359cf15 100755 --- a/assets/minecraft/models/item/clock/clock_23.json +++ b/assets/minecraft/models/item/clock/clock_23.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_23" + "layer0": "item/clock/clock_23" } } diff --git a/assets/minecraft/models/item/clock/clock_230.json b/assets/minecraft/models/item/clock/clock_230.json index a3e232f..cb887d2 100755 --- a/assets/minecraft/models/item/clock/clock_230.json +++ b/assets/minecraft/models/item/clock/clock_230.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_230" + "layer0": "item/clock/clock_230" } } diff --git a/assets/minecraft/models/item/clock/clock_231.json b/assets/minecraft/models/item/clock/clock_231.json index c4b21e8..36d34f7 100755 --- a/assets/minecraft/models/item/clock/clock_231.json +++ b/assets/minecraft/models/item/clock/clock_231.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_231" + "layer0": "item/clock/clock_231" } } diff --git a/assets/minecraft/models/item/clock/clock_232.json b/assets/minecraft/models/item/clock/clock_232.json index 1b0be7a..9f5ef95 100755 --- a/assets/minecraft/models/item/clock/clock_232.json +++ b/assets/minecraft/models/item/clock/clock_232.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_232" + "layer0": "item/clock/clock_232" } } diff --git a/assets/minecraft/models/item/clock/clock_233.json b/assets/minecraft/models/item/clock/clock_233.json index cb9eb51..3372f24 100755 --- a/assets/minecraft/models/item/clock/clock_233.json +++ b/assets/minecraft/models/item/clock/clock_233.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_233" + "layer0": "item/clock/clock_233" } } diff --git a/assets/minecraft/models/item/clock/clock_234.json b/assets/minecraft/models/item/clock/clock_234.json index 82c94b7..6e8c3a2 100755 --- a/assets/minecraft/models/item/clock/clock_234.json +++ b/assets/minecraft/models/item/clock/clock_234.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_234" + "layer0": "item/clock/clock_234" } } diff --git a/assets/minecraft/models/item/clock/clock_235.json b/assets/minecraft/models/item/clock/clock_235.json index 8255812..85f2b68 100755 --- a/assets/minecraft/models/item/clock/clock_235.json +++ b/assets/minecraft/models/item/clock/clock_235.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_235" + "layer0": "item/clock/clock_235" } } diff --git a/assets/minecraft/models/item/clock/clock_236.json b/assets/minecraft/models/item/clock/clock_236.json index 29203e7..3607217 100755 --- a/assets/minecraft/models/item/clock/clock_236.json +++ b/assets/minecraft/models/item/clock/clock_236.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_236" + "layer0": "item/clock/clock_236" } } diff --git a/assets/minecraft/models/item/clock/clock_237.json b/assets/minecraft/models/item/clock/clock_237.json index e738434..d879844 100755 --- a/assets/minecraft/models/item/clock/clock_237.json +++ b/assets/minecraft/models/item/clock/clock_237.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_237" + "layer0": "item/clock/clock_237" } } diff --git a/assets/minecraft/models/item/clock/clock_238.json b/assets/minecraft/models/item/clock/clock_238.json index fffddcf..86e6d1e 100755 --- a/assets/minecraft/models/item/clock/clock_238.json +++ b/assets/minecraft/models/item/clock/clock_238.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_238" + "layer0": "item/clock/clock_238" } } diff --git a/assets/minecraft/models/item/clock/clock_239.json b/assets/minecraft/models/item/clock/clock_239.json index 84e0639..97ab4ea 100755 --- a/assets/minecraft/models/item/clock/clock_239.json +++ b/assets/minecraft/models/item/clock/clock_239.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_239" + "layer0": "item/clock/clock_239" } } diff --git a/assets/minecraft/models/item/clock/clock_24.json b/assets/minecraft/models/item/clock/clock_24.json index 115936e..0650436 100755 --- a/assets/minecraft/models/item/clock/clock_24.json +++ b/assets/minecraft/models/item/clock/clock_24.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_24" + "layer0": "item/clock/clock_24" } } diff --git a/assets/minecraft/models/item/clock/clock_240.json b/assets/minecraft/models/item/clock/clock_240.json index 2a26086..3e54a28 100755 --- a/assets/minecraft/models/item/clock/clock_240.json +++ b/assets/minecraft/models/item/clock/clock_240.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_240" + "layer0": "item/clock/clock_240" } } diff --git a/assets/minecraft/models/item/clock/clock_241.json b/assets/minecraft/models/item/clock/clock_241.json index ccb3697..4f29fcf 100755 --- a/assets/minecraft/models/item/clock/clock_241.json +++ b/assets/minecraft/models/item/clock/clock_241.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_241" + "layer0": "item/clock/clock_241" } } diff --git a/assets/minecraft/models/item/clock/clock_242.json b/assets/minecraft/models/item/clock/clock_242.json index 494f36a..5ef3650 100755 --- a/assets/minecraft/models/item/clock/clock_242.json +++ b/assets/minecraft/models/item/clock/clock_242.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_242" + "layer0": "item/clock/clock_242" } } diff --git a/assets/minecraft/models/item/clock/clock_243.json b/assets/minecraft/models/item/clock/clock_243.json index efca555..21b170d 100755 --- a/assets/minecraft/models/item/clock/clock_243.json +++ b/assets/minecraft/models/item/clock/clock_243.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_243" + "layer0": "item/clock/clock_243" } } diff --git a/assets/minecraft/models/item/clock/clock_244.json b/assets/minecraft/models/item/clock/clock_244.json index 9a96e8a..cac5c85 100755 --- a/assets/minecraft/models/item/clock/clock_244.json +++ b/assets/minecraft/models/item/clock/clock_244.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_244" + "layer0": "item/clock/clock_244" } } diff --git a/assets/minecraft/models/item/clock/clock_245.json b/assets/minecraft/models/item/clock/clock_245.json index beb10b8..3797ee6 100755 --- a/assets/minecraft/models/item/clock/clock_245.json +++ b/assets/minecraft/models/item/clock/clock_245.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_245" + "layer0": "item/clock/clock_245" } } diff --git a/assets/minecraft/models/item/clock/clock_246.json b/assets/minecraft/models/item/clock/clock_246.json index d8a364f..4416e57 100755 --- a/assets/minecraft/models/item/clock/clock_246.json +++ b/assets/minecraft/models/item/clock/clock_246.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_246" + "layer0": "item/clock/clock_246" } } diff --git a/assets/minecraft/models/item/clock/clock_247.json b/assets/minecraft/models/item/clock/clock_247.json index 3c8a793..ed7fb72 100755 --- a/assets/minecraft/models/item/clock/clock_247.json +++ b/assets/minecraft/models/item/clock/clock_247.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_247" + "layer0": "item/clock/clock_247" } } diff --git a/assets/minecraft/models/item/clock/clock_248.json b/assets/minecraft/models/item/clock/clock_248.json index 4d7b452..9a6f6b5 100755 --- a/assets/minecraft/models/item/clock/clock_248.json +++ b/assets/minecraft/models/item/clock/clock_248.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_248" + "layer0": "item/clock/clock_248" } } diff --git a/assets/minecraft/models/item/clock/clock_249.json b/assets/minecraft/models/item/clock/clock_249.json index 9d976d1..a79d6c4 100755 --- a/assets/minecraft/models/item/clock/clock_249.json +++ b/assets/minecraft/models/item/clock/clock_249.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_249" + "layer0": "item/clock/clock_249" } } diff --git a/assets/minecraft/models/item/clock/clock_25.json b/assets/minecraft/models/item/clock/clock_25.json index 1216c6a..430a31c 100755 --- a/assets/minecraft/models/item/clock/clock_25.json +++ b/assets/minecraft/models/item/clock/clock_25.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_25" + "layer0": "item/clock/clock_25" } } diff --git a/assets/minecraft/models/item/clock/clock_250.json b/assets/minecraft/models/item/clock/clock_250.json index b915267..4d1d3a3 100755 --- a/assets/minecraft/models/item/clock/clock_250.json +++ b/assets/minecraft/models/item/clock/clock_250.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_250" + "layer0": "item/clock/clock_250" } } diff --git a/assets/minecraft/models/item/clock/clock_251.json b/assets/minecraft/models/item/clock/clock_251.json index 7c852ca..bcf763a 100755 --- a/assets/minecraft/models/item/clock/clock_251.json +++ b/assets/minecraft/models/item/clock/clock_251.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_251" + "layer0": "item/clock/clock_251" } } diff --git a/assets/minecraft/models/item/clock/clock_252.json b/assets/minecraft/models/item/clock/clock_252.json index 0fa867b..e9e2ec3 100755 --- a/assets/minecraft/models/item/clock/clock_252.json +++ b/assets/minecraft/models/item/clock/clock_252.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_252" + "layer0": "item/clock/clock_252" } } diff --git a/assets/minecraft/models/item/clock/clock_253.json b/assets/minecraft/models/item/clock/clock_253.json index 104e171..de3e5b2 100755 --- a/assets/minecraft/models/item/clock/clock_253.json +++ b/assets/minecraft/models/item/clock/clock_253.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_253" + "layer0": "item/clock/clock_253" } } diff --git a/assets/minecraft/models/item/clock/clock_254.json b/assets/minecraft/models/item/clock/clock_254.json index f093e64..a980b94 100755 --- a/assets/minecraft/models/item/clock/clock_254.json +++ b/assets/minecraft/models/item/clock/clock_254.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_254" + "layer0": "item/clock/clock_254" } } diff --git a/assets/minecraft/models/item/clock/clock_255.json b/assets/minecraft/models/item/clock/clock_255.json index 2ff1804..506cc27 100755 --- a/assets/minecraft/models/item/clock/clock_255.json +++ b/assets/minecraft/models/item/clock/clock_255.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_255" + "layer0": "item/clock/clock_255" } } diff --git a/assets/minecraft/models/item/clock/clock_256.json b/assets/minecraft/models/item/clock/clock_256.json index e028e05..5326a49 100755 --- a/assets/minecraft/models/item/clock/clock_256.json +++ b/assets/minecraft/models/item/clock/clock_256.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_256" + "layer0": "item/clock/clock_256" } } diff --git a/assets/minecraft/models/item/clock/clock_257.json b/assets/minecraft/models/item/clock/clock_257.json index 770e678..0bdf6ba 100755 --- a/assets/minecraft/models/item/clock/clock_257.json +++ b/assets/minecraft/models/item/clock/clock_257.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_257" + "layer0": "item/clock/clock_257" } } diff --git a/assets/minecraft/models/item/clock/clock_258.json b/assets/minecraft/models/item/clock/clock_258.json index 17ccbfd..bfacb46 100755 --- a/assets/minecraft/models/item/clock/clock_258.json +++ b/assets/minecraft/models/item/clock/clock_258.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_258" + "layer0": "item/clock/clock_258" } } diff --git a/assets/minecraft/models/item/clock/clock_259.json b/assets/minecraft/models/item/clock/clock_259.json index 832eda2..1725c29 100755 --- a/assets/minecraft/models/item/clock/clock_259.json +++ b/assets/minecraft/models/item/clock/clock_259.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_259" + "layer0": "item/clock/clock_259" } } diff --git a/assets/minecraft/models/item/clock/clock_26.json b/assets/minecraft/models/item/clock/clock_26.json index bd9c6a9..1a41ac4 100755 --- a/assets/minecraft/models/item/clock/clock_26.json +++ b/assets/minecraft/models/item/clock/clock_26.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_26" + "layer0": "item/clock/clock_26" } } diff --git a/assets/minecraft/models/item/clock/clock_260.json b/assets/minecraft/models/item/clock/clock_260.json index f3a049a..c0182bc 100755 --- a/assets/minecraft/models/item/clock/clock_260.json +++ b/assets/minecraft/models/item/clock/clock_260.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_260" + "layer0": "item/clock/clock_260" } } diff --git a/assets/minecraft/models/item/clock/clock_261.json b/assets/minecraft/models/item/clock/clock_261.json index 360a106..394ec24 100755 --- a/assets/minecraft/models/item/clock/clock_261.json +++ b/assets/minecraft/models/item/clock/clock_261.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_261" + "layer0": "item/clock/clock_261" } } diff --git a/assets/minecraft/models/item/clock/clock_262.json b/assets/minecraft/models/item/clock/clock_262.json index 0714cef..3fdcca2 100755 --- a/assets/minecraft/models/item/clock/clock_262.json +++ b/assets/minecraft/models/item/clock/clock_262.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_262" + "layer0": "item/clock/clock_262" } } diff --git a/assets/minecraft/models/item/clock/clock_263.json b/assets/minecraft/models/item/clock/clock_263.json index e9379ac..88dc853 100755 --- a/assets/minecraft/models/item/clock/clock_263.json +++ b/assets/minecraft/models/item/clock/clock_263.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_263" + "layer0": "item/clock/clock_263" } } diff --git a/assets/minecraft/models/item/clock/clock_264.json b/assets/minecraft/models/item/clock/clock_264.json index 8f6e6db..e7106c6 100755 --- a/assets/minecraft/models/item/clock/clock_264.json +++ b/assets/minecraft/models/item/clock/clock_264.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_264" + "layer0": "item/clock/clock_264" } } diff --git a/assets/minecraft/models/item/clock/clock_265.json b/assets/minecraft/models/item/clock/clock_265.json index 309cb5c..28f1589 100755 --- a/assets/minecraft/models/item/clock/clock_265.json +++ b/assets/minecraft/models/item/clock/clock_265.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_265" + "layer0": "item/clock/clock_265" } } diff --git a/assets/minecraft/models/item/clock/clock_266.json b/assets/minecraft/models/item/clock/clock_266.json index e2cf6c9..2e2e0bb 100755 --- a/assets/minecraft/models/item/clock/clock_266.json +++ b/assets/minecraft/models/item/clock/clock_266.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_266" + "layer0": "item/clock/clock_266" } } diff --git a/assets/minecraft/models/item/clock/clock_267.json b/assets/minecraft/models/item/clock/clock_267.json index 62103f1..c1ea066 100755 --- a/assets/minecraft/models/item/clock/clock_267.json +++ b/assets/minecraft/models/item/clock/clock_267.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_267" + "layer0": "item/clock/clock_267" } } diff --git a/assets/minecraft/models/item/clock/clock_268.json b/assets/minecraft/models/item/clock/clock_268.json index 1644bac..a80d626 100755 --- a/assets/minecraft/models/item/clock/clock_268.json +++ b/assets/minecraft/models/item/clock/clock_268.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_268" + "layer0": "item/clock/clock_268" } } diff --git a/assets/minecraft/models/item/clock/clock_269.json b/assets/minecraft/models/item/clock/clock_269.json index 23570c1..f54679b 100755 --- a/assets/minecraft/models/item/clock/clock_269.json +++ b/assets/minecraft/models/item/clock/clock_269.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_269" + "layer0": "item/clock/clock_269" } } diff --git a/assets/minecraft/models/item/clock/clock_27.json b/assets/minecraft/models/item/clock/clock_27.json index 49d8c21..d5f9e84 100755 --- a/assets/minecraft/models/item/clock/clock_27.json +++ b/assets/minecraft/models/item/clock/clock_27.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_27" + "layer0": "item/clock/clock_27" } } diff --git a/assets/minecraft/models/item/clock/clock_270.json b/assets/minecraft/models/item/clock/clock_270.json index 1863d78..14af21e 100755 --- a/assets/minecraft/models/item/clock/clock_270.json +++ b/assets/minecraft/models/item/clock/clock_270.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_270" + "layer0": "item/clock/clock_270" } } diff --git a/assets/minecraft/models/item/clock/clock_271.json b/assets/minecraft/models/item/clock/clock_271.json index ea35c67..b0bd23a 100755 --- a/assets/minecraft/models/item/clock/clock_271.json +++ b/assets/minecraft/models/item/clock/clock_271.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_271" + "layer0": "item/clock/clock_271" } } diff --git a/assets/minecraft/models/item/clock/clock_272.json b/assets/minecraft/models/item/clock/clock_272.json index af3f90e..b5094de 100755 --- a/assets/minecraft/models/item/clock/clock_272.json +++ b/assets/minecraft/models/item/clock/clock_272.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_272" + "layer0": "item/clock/clock_272" } } diff --git a/assets/minecraft/models/item/clock/clock_273.json b/assets/minecraft/models/item/clock/clock_273.json index b7e136b..8edafce 100755 --- a/assets/minecraft/models/item/clock/clock_273.json +++ b/assets/minecraft/models/item/clock/clock_273.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_273" + "layer0": "item/clock/clock_273" } } diff --git a/assets/minecraft/models/item/clock/clock_274.json b/assets/minecraft/models/item/clock/clock_274.json index 79e3377..bbaf6f7 100755 --- a/assets/minecraft/models/item/clock/clock_274.json +++ b/assets/minecraft/models/item/clock/clock_274.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_274" + "layer0": "item/clock/clock_274" } } diff --git a/assets/minecraft/models/item/clock/clock_275.json b/assets/minecraft/models/item/clock/clock_275.json index 081da8e..b0855ba 100755 --- a/assets/minecraft/models/item/clock/clock_275.json +++ b/assets/minecraft/models/item/clock/clock_275.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_275" + "layer0": "item/clock/clock_275" } } diff --git a/assets/minecraft/models/item/clock/clock_276.json b/assets/minecraft/models/item/clock/clock_276.json index 0554961..39f5530 100755 --- a/assets/minecraft/models/item/clock/clock_276.json +++ b/assets/minecraft/models/item/clock/clock_276.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_276" + "layer0": "item/clock/clock_276" } } diff --git a/assets/minecraft/models/item/clock/clock_277.json b/assets/minecraft/models/item/clock/clock_277.json index 4d11fe7..8cc3b56 100755 --- a/assets/minecraft/models/item/clock/clock_277.json +++ b/assets/minecraft/models/item/clock/clock_277.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_277" + "layer0": "item/clock/clock_277" } } diff --git a/assets/minecraft/models/item/clock/clock_278.json b/assets/minecraft/models/item/clock/clock_278.json index 0bc3ac8..edaf5c4 100755 --- a/assets/minecraft/models/item/clock/clock_278.json +++ b/assets/minecraft/models/item/clock/clock_278.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_278" + "layer0": "item/clock/clock_278" } } diff --git a/assets/minecraft/models/item/clock/clock_279.json b/assets/minecraft/models/item/clock/clock_279.json index 800103d..44a7029 100755 --- a/assets/minecraft/models/item/clock/clock_279.json +++ b/assets/minecraft/models/item/clock/clock_279.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_279" + "layer0": "item/clock/clock_279" } } diff --git a/assets/minecraft/models/item/clock/clock_28.json b/assets/minecraft/models/item/clock/clock_28.json index fdbc7a0..4f36f93 100755 --- a/assets/minecraft/models/item/clock/clock_28.json +++ b/assets/minecraft/models/item/clock/clock_28.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_28" + "layer0": "item/clock/clock_28" } } diff --git a/assets/minecraft/models/item/clock/clock_280.json b/assets/minecraft/models/item/clock/clock_280.json index be06a86..ca3a760 100755 --- a/assets/minecraft/models/item/clock/clock_280.json +++ b/assets/minecraft/models/item/clock/clock_280.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_280" + "layer0": "item/clock/clock_280" } } diff --git a/assets/minecraft/models/item/clock/clock_281.json b/assets/minecraft/models/item/clock/clock_281.json index e935e94..57befa2 100755 --- a/assets/minecraft/models/item/clock/clock_281.json +++ b/assets/minecraft/models/item/clock/clock_281.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_281" + "layer0": "item/clock/clock_281" } } diff --git a/assets/minecraft/models/item/clock/clock_282.json b/assets/minecraft/models/item/clock/clock_282.json index 50565a2..53fb634 100755 --- a/assets/minecraft/models/item/clock/clock_282.json +++ b/assets/minecraft/models/item/clock/clock_282.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_282" + "layer0": "item/clock/clock_282" } } diff --git a/assets/minecraft/models/item/clock/clock_283.json b/assets/minecraft/models/item/clock/clock_283.json index 367692d..2720318 100755 --- a/assets/minecraft/models/item/clock/clock_283.json +++ b/assets/minecraft/models/item/clock/clock_283.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_283" + "layer0": "item/clock/clock_283" } } diff --git a/assets/minecraft/models/item/clock/clock_284.json b/assets/minecraft/models/item/clock/clock_284.json index 1e461c6..041dd17 100755 --- a/assets/minecraft/models/item/clock/clock_284.json +++ b/assets/minecraft/models/item/clock/clock_284.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_284" + "layer0": "item/clock/clock_284" } } diff --git a/assets/minecraft/models/item/clock/clock_285.json b/assets/minecraft/models/item/clock/clock_285.json index 2f808dc..ef32460 100755 --- a/assets/minecraft/models/item/clock/clock_285.json +++ b/assets/minecraft/models/item/clock/clock_285.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_285" + "layer0": "item/clock/clock_285" } } diff --git a/assets/minecraft/models/item/clock/clock_286.json b/assets/minecraft/models/item/clock/clock_286.json index e1057b8..e806a67 100755 --- a/assets/minecraft/models/item/clock/clock_286.json +++ b/assets/minecraft/models/item/clock/clock_286.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_286" + "layer0": "item/clock/clock_286" } } diff --git a/assets/minecraft/models/item/clock/clock_287.json b/assets/minecraft/models/item/clock/clock_287.json index 3bec461..e92449e 100755 --- a/assets/minecraft/models/item/clock/clock_287.json +++ b/assets/minecraft/models/item/clock/clock_287.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_287" + "layer0": "item/clock/clock_287" } } diff --git a/assets/minecraft/models/item/clock/clock_288.json b/assets/minecraft/models/item/clock/clock_288.json index 7d01999..9797821 100755 --- a/assets/minecraft/models/item/clock/clock_288.json +++ b/assets/minecraft/models/item/clock/clock_288.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_288" + "layer0": "item/clock/clock_288" } } diff --git a/assets/minecraft/models/item/clock/clock_29.json b/assets/minecraft/models/item/clock/clock_29.json index 963a4e0..84eab62 100755 --- a/assets/minecraft/models/item/clock/clock_29.json +++ b/assets/minecraft/models/item/clock/clock_29.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_29" + "layer0": "item/clock/clock_29" } } diff --git a/assets/minecraft/models/item/clock/clock_30.json b/assets/minecraft/models/item/clock/clock_30.json index 42246f7..8b2c74b 100755 --- a/assets/minecraft/models/item/clock/clock_30.json +++ b/assets/minecraft/models/item/clock/clock_30.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_30" + "layer0": "item/clock/clock_30" } } diff --git a/assets/minecraft/models/item/clock/clock_31.json b/assets/minecraft/models/item/clock/clock_31.json index eb9dcd1..aa11706 100755 --- a/assets/minecraft/models/item/clock/clock_31.json +++ b/assets/minecraft/models/item/clock/clock_31.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_31" + "layer0": "item/clock/clock_31" } } diff --git a/assets/minecraft/models/item/clock/clock_32.json b/assets/minecraft/models/item/clock/clock_32.json index 73e625d..89f88f7 100755 --- a/assets/minecraft/models/item/clock/clock_32.json +++ b/assets/minecraft/models/item/clock/clock_32.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_32" + "layer0": "item/clock/clock_32" } } diff --git a/assets/minecraft/models/item/clock/clock_33.json b/assets/minecraft/models/item/clock/clock_33.json index ffed4aa..ef4e4de 100755 --- a/assets/minecraft/models/item/clock/clock_33.json +++ b/assets/minecraft/models/item/clock/clock_33.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_33" + "layer0": "item/clock/clock_33" } } diff --git a/assets/minecraft/models/item/clock/clock_34.json b/assets/minecraft/models/item/clock/clock_34.json index a9220d9..b28bf14 100755 --- a/assets/minecraft/models/item/clock/clock_34.json +++ b/assets/minecraft/models/item/clock/clock_34.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_34" + "layer0": "item/clock/clock_34" } } diff --git a/assets/minecraft/models/item/clock/clock_35.json b/assets/minecraft/models/item/clock/clock_35.json index 6dba6b5..af5d830 100755 --- a/assets/minecraft/models/item/clock/clock_35.json +++ b/assets/minecraft/models/item/clock/clock_35.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_35" + "layer0": "item/clock/clock_35" } } diff --git a/assets/minecraft/models/item/clock/clock_36.json b/assets/minecraft/models/item/clock/clock_36.json index 628812e..f939001 100755 --- a/assets/minecraft/models/item/clock/clock_36.json +++ b/assets/minecraft/models/item/clock/clock_36.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_36" + "layer0": "item/clock/clock_36" } } diff --git a/assets/minecraft/models/item/clock/clock_37.json b/assets/minecraft/models/item/clock/clock_37.json index 170ee83..9559c2c 100755 --- a/assets/minecraft/models/item/clock/clock_37.json +++ b/assets/minecraft/models/item/clock/clock_37.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_37" + "layer0": "item/clock/clock_37" } } diff --git a/assets/minecraft/models/item/clock/clock_38.json b/assets/minecraft/models/item/clock/clock_38.json index 39f5954..1ae8741 100755 --- a/assets/minecraft/models/item/clock/clock_38.json +++ b/assets/minecraft/models/item/clock/clock_38.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_38" + "layer0": "item/clock/clock_38" } } diff --git a/assets/minecraft/models/item/clock/clock_39.json b/assets/minecraft/models/item/clock/clock_39.json index 321535d..59a8e9b 100755 --- a/assets/minecraft/models/item/clock/clock_39.json +++ b/assets/minecraft/models/item/clock/clock_39.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_39" + "layer0": "item/clock/clock_39" } } diff --git a/assets/minecraft/models/item/clock/clock_40.json b/assets/minecraft/models/item/clock/clock_40.json index 066ebac..0816d3e 100755 --- a/assets/minecraft/models/item/clock/clock_40.json +++ b/assets/minecraft/models/item/clock/clock_40.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_40" + "layer0": "item/clock/clock_40" } } diff --git a/assets/minecraft/models/item/clock/clock_41.json b/assets/minecraft/models/item/clock/clock_41.json index f93a0d3..1ca9910 100755 --- a/assets/minecraft/models/item/clock/clock_41.json +++ b/assets/minecraft/models/item/clock/clock_41.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_41" + "layer0": "item/clock/clock_41" } } diff --git a/assets/minecraft/models/item/clock/clock_42.json b/assets/minecraft/models/item/clock/clock_42.json index 25de09b..ac3da17 100755 --- a/assets/minecraft/models/item/clock/clock_42.json +++ b/assets/minecraft/models/item/clock/clock_42.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_42" + "layer0": "item/clock/clock_42" } } diff --git a/assets/minecraft/models/item/clock/clock_43.json b/assets/minecraft/models/item/clock/clock_43.json index a661962..32d934f 100755 --- a/assets/minecraft/models/item/clock/clock_43.json +++ b/assets/minecraft/models/item/clock/clock_43.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_43" + "layer0": "item/clock/clock_43" } } diff --git a/assets/minecraft/models/item/clock/clock_44.json b/assets/minecraft/models/item/clock/clock_44.json index e3e3ea7..6b9d858 100755 --- a/assets/minecraft/models/item/clock/clock_44.json +++ b/assets/minecraft/models/item/clock/clock_44.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_44" + "layer0": "item/clock/clock_44" } } diff --git a/assets/minecraft/models/item/clock/clock_45.json b/assets/minecraft/models/item/clock/clock_45.json index 38e8ce3..93f2d29 100755 --- a/assets/minecraft/models/item/clock/clock_45.json +++ b/assets/minecraft/models/item/clock/clock_45.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_45" + "layer0": "item/clock/clock_45" } } diff --git a/assets/minecraft/models/item/clock/clock_46.json b/assets/minecraft/models/item/clock/clock_46.json index 869e05f..77b2c12 100755 --- a/assets/minecraft/models/item/clock/clock_46.json +++ b/assets/minecraft/models/item/clock/clock_46.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_46" + "layer0": "item/clock/clock_46" } } diff --git a/assets/minecraft/models/item/clock/clock_47.json b/assets/minecraft/models/item/clock/clock_47.json index 2c3afae..cbea7d8 100755 --- a/assets/minecraft/models/item/clock/clock_47.json +++ b/assets/minecraft/models/item/clock/clock_47.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_47" + "layer0": "item/clock/clock_47" } } diff --git a/assets/minecraft/models/item/clock/clock_48.json b/assets/minecraft/models/item/clock/clock_48.json index da5657e..51f14f3 100755 --- a/assets/minecraft/models/item/clock/clock_48.json +++ b/assets/minecraft/models/item/clock/clock_48.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_48" + "layer0": "item/clock/clock_48" } } diff --git a/assets/minecraft/models/item/clock/clock_49.json b/assets/minecraft/models/item/clock/clock_49.json index 990454b..f894611 100755 --- a/assets/minecraft/models/item/clock/clock_49.json +++ b/assets/minecraft/models/item/clock/clock_49.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_49" + "layer0": "item/clock/clock_49" } } diff --git a/assets/minecraft/models/item/clock/clock_50.json b/assets/minecraft/models/item/clock/clock_50.json index 6de6cfc..c6e9d16 100755 --- a/assets/minecraft/models/item/clock/clock_50.json +++ b/assets/minecraft/models/item/clock/clock_50.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_50" + "layer0": "item/clock/clock_50" } } diff --git a/assets/minecraft/models/item/clock/clock_51.json b/assets/minecraft/models/item/clock/clock_51.json index 80c2e53..549cc05 100755 --- a/assets/minecraft/models/item/clock/clock_51.json +++ b/assets/minecraft/models/item/clock/clock_51.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_51" + "layer0": "item/clock/clock_51" } } diff --git a/assets/minecraft/models/item/clock/clock_52.json b/assets/minecraft/models/item/clock/clock_52.json index 4e9a2bc..ec94008 100755 --- a/assets/minecraft/models/item/clock/clock_52.json +++ b/assets/minecraft/models/item/clock/clock_52.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_52" + "layer0": "item/clock/clock_52" } } diff --git a/assets/minecraft/models/item/clock/clock_53.json b/assets/minecraft/models/item/clock/clock_53.json index f38e3ce..82d7c36 100755 --- a/assets/minecraft/models/item/clock/clock_53.json +++ b/assets/minecraft/models/item/clock/clock_53.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_53" + "layer0": "item/clock/clock_53" } } diff --git a/assets/minecraft/models/item/clock/clock_54.json b/assets/minecraft/models/item/clock/clock_54.json index 2381b5d..db7cf98 100755 --- a/assets/minecraft/models/item/clock/clock_54.json +++ b/assets/minecraft/models/item/clock/clock_54.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_54" + "layer0": "item/clock/clock_54" } } diff --git a/assets/minecraft/models/item/clock/clock_55.json b/assets/minecraft/models/item/clock/clock_55.json index b2bb292..c4d45ac 100755 --- a/assets/minecraft/models/item/clock/clock_55.json +++ b/assets/minecraft/models/item/clock/clock_55.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_55" + "layer0": "item/clock/clock_55" } } diff --git a/assets/minecraft/models/item/clock/clock_56.json b/assets/minecraft/models/item/clock/clock_56.json index 1f7e1cc..e2341bf 100755 --- a/assets/minecraft/models/item/clock/clock_56.json +++ b/assets/minecraft/models/item/clock/clock_56.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_56" + "layer0": "item/clock/clock_56" } } diff --git a/assets/minecraft/models/item/clock/clock_57.json b/assets/minecraft/models/item/clock/clock_57.json index 9995ab8..15765c6 100755 --- a/assets/minecraft/models/item/clock/clock_57.json +++ b/assets/minecraft/models/item/clock/clock_57.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_57" + "layer0": "item/clock/clock_57" } } diff --git a/assets/minecraft/models/item/clock/clock_58.json b/assets/minecraft/models/item/clock/clock_58.json index 3234a35..55f60f4 100755 --- a/assets/minecraft/models/item/clock/clock_58.json +++ b/assets/minecraft/models/item/clock/clock_58.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_58" + "layer0": "item/clock/clock_58" } } diff --git a/assets/minecraft/models/item/clock/clock_59.json b/assets/minecraft/models/item/clock/clock_59.json index 7b62206..78933c9 100755 --- a/assets/minecraft/models/item/clock/clock_59.json +++ b/assets/minecraft/models/item/clock/clock_59.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_59" + "layer0": "item/clock/clock_59" } } diff --git a/assets/minecraft/models/item/clock/clock_60.json b/assets/minecraft/models/item/clock/clock_60.json index a18fb88..34ee80f 100755 --- a/assets/minecraft/models/item/clock/clock_60.json +++ b/assets/minecraft/models/item/clock/clock_60.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_60" + "layer0": "item/clock/clock_60" } } diff --git a/assets/minecraft/models/item/clock/clock_61.json b/assets/minecraft/models/item/clock/clock_61.json index 4ce249d..c0011b2 100755 --- a/assets/minecraft/models/item/clock/clock_61.json +++ b/assets/minecraft/models/item/clock/clock_61.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_61" + "layer0": "item/clock/clock_61" } } diff --git a/assets/minecraft/models/item/clock/clock_62.json b/assets/minecraft/models/item/clock/clock_62.json index 7fd7472..96acb04 100755 --- a/assets/minecraft/models/item/clock/clock_62.json +++ b/assets/minecraft/models/item/clock/clock_62.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_62" + "layer0": "item/clock/clock_62" } } diff --git a/assets/minecraft/models/item/clock/clock_63.json b/assets/minecraft/models/item/clock/clock_63.json index ddc7791..ff191b9 100755 --- a/assets/minecraft/models/item/clock/clock_63.json +++ b/assets/minecraft/models/item/clock/clock_63.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_63" + "layer0": "item/clock/clock_63" } } diff --git a/assets/minecraft/models/item/clock/clock_64.json b/assets/minecraft/models/item/clock/clock_64.json index 48bbd3b..3b305eb 100755 --- a/assets/minecraft/models/item/clock/clock_64.json +++ b/assets/minecraft/models/item/clock/clock_64.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_64" + "layer0": "item/clock/clock_64" } } diff --git a/assets/minecraft/models/item/clock/clock_65.json b/assets/minecraft/models/item/clock/clock_65.json index 92f8af8..0455733 100755 --- a/assets/minecraft/models/item/clock/clock_65.json +++ b/assets/minecraft/models/item/clock/clock_65.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_65" + "layer0": "item/clock/clock_65" } } diff --git a/assets/minecraft/models/item/clock/clock_66.json b/assets/minecraft/models/item/clock/clock_66.json index d85f19c..4102fe3 100755 --- a/assets/minecraft/models/item/clock/clock_66.json +++ b/assets/minecraft/models/item/clock/clock_66.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_66" + "layer0": "item/clock/clock_66" } } diff --git a/assets/minecraft/models/item/clock/clock_67.json b/assets/minecraft/models/item/clock/clock_67.json index f33a48a..5405a6a 100755 --- a/assets/minecraft/models/item/clock/clock_67.json +++ b/assets/minecraft/models/item/clock/clock_67.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_67" + "layer0": "item/clock/clock_67" } } diff --git a/assets/minecraft/models/item/clock/clock_68.json b/assets/minecraft/models/item/clock/clock_68.json index c56c9ae..306c8ae 100755 --- a/assets/minecraft/models/item/clock/clock_68.json +++ b/assets/minecraft/models/item/clock/clock_68.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_68" + "layer0": "item/clock/clock_68" } } diff --git a/assets/minecraft/models/item/clock/clock_69.json b/assets/minecraft/models/item/clock/clock_69.json index eefac2e..df87a5e 100755 --- a/assets/minecraft/models/item/clock/clock_69.json +++ b/assets/minecraft/models/item/clock/clock_69.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_69" + "layer0": "item/clock/clock_69" } } diff --git a/assets/minecraft/models/item/clock/clock_70.json b/assets/minecraft/models/item/clock/clock_70.json index 05015da..28c6eb2 100755 --- a/assets/minecraft/models/item/clock/clock_70.json +++ b/assets/minecraft/models/item/clock/clock_70.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_70" + "layer0": "item/clock/clock_70" } } diff --git a/assets/minecraft/models/item/clock/clock_71.json b/assets/minecraft/models/item/clock/clock_71.json index d0d01f1..6170d49 100755 --- a/assets/minecraft/models/item/clock/clock_71.json +++ b/assets/minecraft/models/item/clock/clock_71.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_71" + "layer0": "item/clock/clock_71" } } diff --git a/assets/minecraft/models/item/clock/clock_72.json b/assets/minecraft/models/item/clock/clock_72.json index 7acf46d..a54ebf9 100755 --- a/assets/minecraft/models/item/clock/clock_72.json +++ b/assets/minecraft/models/item/clock/clock_72.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_72" + "layer0": "item/clock/clock_72" } } diff --git a/assets/minecraft/models/item/clock/clock_73.json b/assets/minecraft/models/item/clock/clock_73.json index 4907008..2c7b035 100755 --- a/assets/minecraft/models/item/clock/clock_73.json +++ b/assets/minecraft/models/item/clock/clock_73.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_73" + "layer0": "item/clock/clock_73" } } diff --git a/assets/minecraft/models/item/clock/clock_74.json b/assets/minecraft/models/item/clock/clock_74.json index 5f43f8e..715662c 100755 --- a/assets/minecraft/models/item/clock/clock_74.json +++ b/assets/minecraft/models/item/clock/clock_74.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_74" + "layer0": "item/clock/clock_74" } } diff --git a/assets/minecraft/models/item/clock/clock_75.json b/assets/minecraft/models/item/clock/clock_75.json index 9a90b6e..31a3300 100755 --- a/assets/minecraft/models/item/clock/clock_75.json +++ b/assets/minecraft/models/item/clock/clock_75.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_75" + "layer0": "item/clock/clock_75" } } diff --git a/assets/minecraft/models/item/clock/clock_76.json b/assets/minecraft/models/item/clock/clock_76.json index c99e593..0ea6304 100755 --- a/assets/minecraft/models/item/clock/clock_76.json +++ b/assets/minecraft/models/item/clock/clock_76.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_76" + "layer0": "item/clock/clock_76" } } diff --git a/assets/minecraft/models/item/clock/clock_77.json b/assets/minecraft/models/item/clock/clock_77.json index 96ad6f5..4438b6a 100755 --- a/assets/minecraft/models/item/clock/clock_77.json +++ b/assets/minecraft/models/item/clock/clock_77.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_77" + "layer0": "item/clock/clock_77" } } diff --git a/assets/minecraft/models/item/clock/clock_78.json b/assets/minecraft/models/item/clock/clock_78.json index b46d403..6ef82bf 100755 --- a/assets/minecraft/models/item/clock/clock_78.json +++ b/assets/minecraft/models/item/clock/clock_78.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_78" + "layer0": "item/clock/clock_78" } } diff --git a/assets/minecraft/models/item/clock/clock_79.json b/assets/minecraft/models/item/clock/clock_79.json index 4ffd57d..455c518 100755 --- a/assets/minecraft/models/item/clock/clock_79.json +++ b/assets/minecraft/models/item/clock/clock_79.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_79" + "layer0": "item/clock/clock_79" } } diff --git a/assets/minecraft/models/item/clock/clock_80.json b/assets/minecraft/models/item/clock/clock_80.json index b03a1bd..dd475a3 100755 --- a/assets/minecraft/models/item/clock/clock_80.json +++ b/assets/minecraft/models/item/clock/clock_80.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_80" + "layer0": "item/clock/clock_80" } } diff --git a/assets/minecraft/models/item/clock/clock_81.json b/assets/minecraft/models/item/clock/clock_81.json index 047aceb..2c1fd91 100755 --- a/assets/minecraft/models/item/clock/clock_81.json +++ b/assets/minecraft/models/item/clock/clock_81.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_81" + "layer0": "item/clock/clock_81" } } diff --git a/assets/minecraft/models/item/clock/clock_82.json b/assets/minecraft/models/item/clock/clock_82.json index 980543e..9bda0a1 100755 --- a/assets/minecraft/models/item/clock/clock_82.json +++ b/assets/minecraft/models/item/clock/clock_82.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_82" + "layer0": "item/clock/clock_82" } } diff --git a/assets/minecraft/models/item/clock/clock_83.json b/assets/minecraft/models/item/clock/clock_83.json index 1bceadf..60321be 100755 --- a/assets/minecraft/models/item/clock/clock_83.json +++ b/assets/minecraft/models/item/clock/clock_83.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_83" + "layer0": "item/clock/clock_83" } } diff --git a/assets/minecraft/models/item/clock/clock_84.json b/assets/minecraft/models/item/clock/clock_84.json index c386241..f803e8a 100755 --- a/assets/minecraft/models/item/clock/clock_84.json +++ b/assets/minecraft/models/item/clock/clock_84.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_84" + "layer0": "item/clock/clock_84" } } diff --git a/assets/minecraft/models/item/clock/clock_85.json b/assets/minecraft/models/item/clock/clock_85.json index bec0eef..fae242e 100755 --- a/assets/minecraft/models/item/clock/clock_85.json +++ b/assets/minecraft/models/item/clock/clock_85.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_86" + "layer0": "item/clock/clock_86" } } diff --git a/assets/minecraft/models/item/clock/clock_86.json b/assets/minecraft/models/item/clock/clock_86.json index bec0eef..fae242e 100755 --- a/assets/minecraft/models/item/clock/clock_86.json +++ b/assets/minecraft/models/item/clock/clock_86.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_86" + "layer0": "item/clock/clock_86" } } diff --git a/assets/minecraft/models/item/clock/clock_87.json b/assets/minecraft/models/item/clock/clock_87.json index 268d07c..ca407a7 100755 --- a/assets/minecraft/models/item/clock/clock_87.json +++ b/assets/minecraft/models/item/clock/clock_87.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_87" + "layer0": "item/clock/clock_87" } } diff --git a/assets/minecraft/models/item/clock/clock_88.json b/assets/minecraft/models/item/clock/clock_88.json index df47ac1..94b3c39 100755 --- a/assets/minecraft/models/item/clock/clock_88.json +++ b/assets/minecraft/models/item/clock/clock_88.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_88" + "layer0": "item/clock/clock_88" } } diff --git a/assets/minecraft/models/item/clock/clock_89.json b/assets/minecraft/models/item/clock/clock_89.json index 23701cc..d97c2a2 100755 --- a/assets/minecraft/models/item/clock/clock_89.json +++ b/assets/minecraft/models/item/clock/clock_89.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_89" + "layer0": "item/clock/clock_89" } } diff --git a/assets/minecraft/models/item/clock/clock_90.json b/assets/minecraft/models/item/clock/clock_90.json index 538e3bd..accf3ad 100755 --- a/assets/minecraft/models/item/clock/clock_90.json +++ b/assets/minecraft/models/item/clock/clock_90.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_90" + "layer0": "item/clock/clock_90" } } diff --git a/assets/minecraft/models/item/clock/clock_91.json b/assets/minecraft/models/item/clock/clock_91.json index cfc2a4e..e2814a4 100755 --- a/assets/minecraft/models/item/clock/clock_91.json +++ b/assets/minecraft/models/item/clock/clock_91.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_91" + "layer0": "item/clock/clock_91" } } diff --git a/assets/minecraft/models/item/clock/clock_92.json b/assets/minecraft/models/item/clock/clock_92.json index 0152602..84d9857 100755 --- a/assets/minecraft/models/item/clock/clock_92.json +++ b/assets/minecraft/models/item/clock/clock_92.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_92" + "layer0": "item/clock/clock_92" } } diff --git a/assets/minecraft/models/item/clock/clock_93.json b/assets/minecraft/models/item/clock/clock_93.json index 0100066..adc8cd7 100755 --- a/assets/minecraft/models/item/clock/clock_93.json +++ b/assets/minecraft/models/item/clock/clock_93.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_93" + "layer0": "item/clock/clock_93" } } diff --git a/assets/minecraft/models/item/clock/clock_94.json b/assets/minecraft/models/item/clock/clock_94.json index 68c4c1a..2b42fac 100755 --- a/assets/minecraft/models/item/clock/clock_94.json +++ b/assets/minecraft/models/item/clock/clock_94.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_94" + "layer0": "item/clock/clock_94" } } diff --git a/assets/minecraft/models/item/clock/clock_95.json b/assets/minecraft/models/item/clock/clock_95.json index fb83cc0..1e8983f 100755 --- a/assets/minecraft/models/item/clock/clock_95.json +++ b/assets/minecraft/models/item/clock/clock_95.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_95" + "layer0": "item/clock/clock_95" } } diff --git a/assets/minecraft/models/item/clock/clock_96.json b/assets/minecraft/models/item/clock/clock_96.json index b46b09a..0437b56 100755 --- a/assets/minecraft/models/item/clock/clock_96.json +++ b/assets/minecraft/models/item/clock/clock_96.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_96" + "layer0": "item/clock/clock_96" } } diff --git a/assets/minecraft/models/item/clock/clock_97.json b/assets/minecraft/models/item/clock/clock_97.json index 466d8e5..87cc0ea 100755 --- a/assets/minecraft/models/item/clock/clock_97.json +++ b/assets/minecraft/models/item/clock/clock_97.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_97" + "layer0": "item/clock/clock_97" } } diff --git a/assets/minecraft/models/item/clock/clock_98.json b/assets/minecraft/models/item/clock/clock_98.json index 29640de..64cc1e2 100755 --- a/assets/minecraft/models/item/clock/clock_98.json +++ b/assets/minecraft/models/item/clock/clock_98.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_98" + "layer0": "item/clock/clock_98" } } diff --git a/assets/minecraft/models/item/clock/clock_99.json b/assets/minecraft/models/item/clock/clock_99.json index d7ac5b6..d62e150 100755 --- a/assets/minecraft/models/item/clock/clock_99.json +++ b/assets/minecraft/models/item/clock/clock_99.json @@ -1,6 +1,6 @@ { "parent": "item/generated", "textures": { - "layer0": "items/clock/clock_99" + "layer0": "item/clock/clock_99" } } diff --git a/assets/minecraft/models/item/crown.json b/assets/minecraft/models/item/crown.json index b9170b8..02bafbe 100644 --- a/assets/minecraft/models/item/crown.json +++ b/assets/minecraft/models/item/crown.json @@ -1,1529 +1 @@ -{ - "__comment": "Designed by Kodak_kev with Cubik Studio - https://cubik.studio", - "textures": { - "particle": "items/e_particle", - "texture": "blocks/hardened_clay_stained_yellow", - "texture1": "blocks/crown", - "texture2": "blocks/crown_rim", - "texture3": "blocks/wool_colored_red", - "texture4": "blocks/emerald_block", - "texture5": "blocks/planks_oak", - "texture6": "blocks/planks_oak" - }, - "elements": [ - { - "__comment": "Cube1", - "from": [ 2, 0, 2 ], - "to": [ 3, 1, 3 ], - "faces": { - "down": { "uv": [ 2, 13, 3, 14 ], "texture": "#texture" }, - "up": { "uv": [ 2, 2, 3, 3 ], "texture": "#texture" }, - "north": { "uv": [ 13, 15, 14, 16 ], "texture": "#texture" }, - "south": { "uv": [ 2, 15, 3, 16 ], "texture": "#texture" }, - "west": { "uv": [ 2, 15, 3, 16 ], "texture": "#texture" }, - "east": { "uv": [ 13, 15, 14, 16 ], "texture": "#texture" } - } - }, - { - "__comment": "Cube1", - "from": [ 2.5, 0, 1.5 ], - "to": [ 12.5, 1, 2.5 ], - "faces": { - "down": { "uv": [ 2.5, 13.5, 12.5, 14.5 ], "texture": "#texture" }, - "up": { "uv": [ 2.5, 1.5, 12.5, 2.5 ], "texture": "#texture" }, - "north": { "uv": [ 3.5, 15, 13.5, 16 ], "texture": "#texture" }, - "south": { "uv": [ 2.5, 15, 12.5, 16 ], "texture": "#texture" }, - "west": { "uv": [ 1.5, 15, 2.5, 16 ], "texture": "#texture" }, - "east": { "uv": [ 13.5, 15, 14.5, 16 ], "texture": "#texture" } - } - }, - { - "__comment": "Cube1", - "from": [ 2, -1.5, 1.375 ], - "to": [ 13, 0, 2.375 ], - "faces": { - "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture2" }, - "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture2" }, - "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture2" }, - "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture2" }, - "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture2" }, - "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture2" } - } - }, - { - "__comment": "Cube1", - "from": [ 12.625, -1.5, 2 ], - "to": [ 13.625, 0, 13 ], - "faces": { - "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture2" }, - "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture2" }, - "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture2" }, - "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture2" }, - "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture2" }, - "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture2" } - } - }, - { - "__comment": "Cube1", - "from": [ 12.5, 0, 2.5 ], - "to": [ 13.5, 1, 12.5 ], - "faces": { - "down": { "uv": [ 12.5, 3.5, 13.5, 13.5 ], "texture": "#texture" }, - "up": { "uv": [ 12.5, 2.5, 13.5, 12.5 ], "texture": "#texture" }, - "north": { "uv": [ 2.5, 15, 3.5, 16 ], "texture": "#texture" }, - "south": { "uv": [ 12.5, 15, 13.5, 16 ], "texture": "#texture" }, - "west": { "uv": [ 2.5, 15, 12.5, 16 ], "texture": "#texture" }, - "east": { "uv": [ 3.5, 15, 13.5, 16 ], "texture": "#texture" } - } - }, - { - "__comment": "Cube1", - "from": [ 2, 0, 12 ], - "to": [ 3, 1, 13 ], - "faces": { - "down": { "uv": [ 2, 3, 3, 4 ], "texture": "#texture" }, - "up": { "uv": [ 2, 12, 3, 13 ], "texture": "#texture" }, - "north": { "uv": [ 13, 15, 14, 16 ], "texture": "#texture" }, - "south": { "uv": [ 2, 15, 3, 16 ], "texture": "#texture" }, - "west": { "uv": [ 12, 15, 13, 16 ], "texture": "#texture" }, - "east": { "uv": [ 3, 15, 4, 16 ], "texture": "#texture" } - } - }, - { - "__comment": "Cube1", - "from": [ 12, 0, 2 ], - "to": [ 13, 1, 3 ], - "faces": { - "down": { "uv": [ 12, 13, 13, 14 ], "texture": "#texture" }, - "up": { "uv": [ 12, 2, 13, 3 ], "texture": "#texture" }, - "north": { "uv": [ 3, 15, 4, 16 ], "texture": "#texture" }, - "south": { "uv": [ 12, 15, 13, 16 ], "texture": "#texture" }, - "west": { "uv": [ 2, 15, 3, 16 ], "texture": "#texture" }, - "east": { "uv": [ 13, 15, 14, 16 ], "texture": "#texture" } - } - }, - { - "__comment": "Cube1", - "from": [ 12, 0, 12 ], - "to": [ 13, 1, 13 ], - "faces": { - "down": { "uv": [ 12, 3, 13, 4 ], "texture": "#texture" }, - "up": { "uv": [ 12, 12, 13, 13 ], "texture": "#texture" }, - "north": { "uv": [ 3, 15, 4, 16 ], "texture": "#texture" }, - "south": { "uv": [ 12, 15, 13, 16 ], "texture": "#texture" }, - "west": { "uv": [ 12, 15, 13, 16 ], "texture": "#texture" }, - "east": { "uv": [ 3, 15, 4, 16 ], "texture": "#texture" } - } - }, - { - "__comment": "Box32", - "from": [ 7, 1, 2.125 ], - "to": [ 8, 2, 2.625 ], - "faces": { - "down": { "uv": [ 7, 13.375, 8, 13.875 ], "texture": "#texture" }, - "up": { "uv": [ 7, 2.125, 8, 2.625 ], "texture": "#texture" }, - "north": { "uv": [ 8, 14, 9, 15 ], "texture": "#texture" }, - "south": { "uv": [ 7, 14, 8, 15 ], "texture": "#texture" }, - "west": { "uv": [ 2.125, 14, 2.625, 15 ], "texture": "#texture" }, - "east": { "uv": [ 13.375, 14, 13.875, 15 ], "texture": "#texture" } - } - }, - { - "__comment": "Box32", - "from": [ 12.375, 1, 7 ], - "to": [ 12.875, 2, 8 ], - "faces": { - "down": { "uv": [ 12.375, 8, 12.875, 9 ], "texture": "#texture" }, - "up": { "uv": [ 12.375, 7, 12.875, 8 ], "texture": "#texture" }, - "north": { "uv": [ 3.125, 14, 3.625, 15 ], "texture": "#texture" }, - "south": { "uv": [ 12.375, 14, 12.875, 15 ], "texture": "#texture" }, - "west": { "uv": [ 7, 14, 8, 15 ], "texture": "#texture" }, - "east": { "uv": [ 8, 14, 9, 15 ], "texture": "#texture" } - } - }, - { - "__comment": "Box32", - "from": [ 7, 1, 12.375 ], - "to": [ 8, 2, 12.875 ], - "faces": { - "down": { "uv": [ 7, 3.125, 8, 3.625 ], "texture": "#texture" }, - "up": { "uv": [ 7, 12.375, 8, 12.875 ], "texture": "#texture" }, - "north": { "uv": [ 8, 14, 9, 15 ], "texture": "#texture" }, - "south": { "uv": [ 7, 14, 8, 15 ], "texture": "#texture" }, - "west": { "uv": [ 12.375, 14, 12.875, 15 ], "texture": "#texture" }, - "east": { "uv": [ 3.125, 14, 3.625, 15 ], "texture": "#texture" } - } - }, - { - "__comment": "Box32", - "from": [ 7, 1.875, 12.5 ], - "to": [ 8, 2.875, 13 ], - "rotation": { "origin": [ 7, 1.875, 12.5 ], "axis": "x", "angle": 22.5 }, - "faces": { - "down": { "uv": [ 4, 3, 5, 3.5 ], "texture": "#texture" }, - "up": { "uv": [ 4, 12.5, 5, 13 ], "texture": "#texture" }, - "north": { "uv": [ 11, 14, 12, 15 ], "texture": "#texture" }, - "south": { "uv": [ 4, 14, 5, 15 ], "texture": "#texture" }, - "west": { "uv": [ 12.5, 14, 13, 15 ], "texture": "#texture" }, - "east": { "uv": [ 3, 14, 3.5, 15 ], "texture": "#texture" } - } - }, - { - "__comment": "Box32", - "from": [ 2.125, 1, 7 ], - "to": [ 2.625, 2, 8 ], - "faces": { - "down": { "uv": [ 2.125, 8, 2.625, 9 ], "texture": "#texture" }, - "up": { "uv": [ 2.125, 7, 2.625, 8 ], "texture": "#texture" }, - "north": { "uv": [ 13.375, 14, 13.875, 15 ], "texture": "#texture" }, - "south": { "uv": [ 2.125, 14, 2.625, 15 ], "texture": "#texture" }, - "west": { "uv": [ 7, 14, 8, 15 ], "texture": "#texture" }, - "east": { "uv": [ 8, 14, 9, 15 ], "texture": "#texture" } - } - }, - { - "__comment": "Box32", - "from": [ 7, 1.75, 2 ], - "to": [ 8, 2.75, 2.5 ], - "rotation": { "origin": [ 7, 1.75, 2 ], "axis": "x", "angle": -22.5 }, - "faces": { - "down": { "uv": [ 4, 3, 5, 3.5 ], "texture": "#texture" }, - "up": { "uv": [ 4, 12.5, 5, 13 ], "texture": "#texture" }, - "north": { "uv": [ 11, 14, 12, 15 ], "texture": "#texture" }, - "south": { "uv": [ 4, 14, 5, 15 ], "texture": "#texture" }, - "west": { "uv": [ 12.5, 14, 13, 15 ], "texture": "#texture" }, - "east": { "uv": [ 3, 14, 3.5, 15 ], "texture": "#texture" } - } - }, - { - "__comment": "Box32", - "from": [ 12.5, 1.875, 7 ], - "to": [ 13, 2.875, 8 ], - "rotation": { "origin": [ 12.5, 1.875, 7 ], "axis": "z", "angle": -22.5 }, - "faces": { - "down": { "uv": [ 2, 11, 2.5, 12 ], "texture": "#texture" }, - "up": { "uv": [ 2, 4, 2.5, 5 ], "texture": "#texture" }, - "north": { "uv": [ 13.5, 14, 14, 15 ], "texture": "#texture" }, - "south": { "uv": [ 2, 14, 2.5, 15 ], "texture": "#texture" }, - "west": { "uv": [ 4, 14, 5, 15 ], "texture": "#texture" }, - "east": { "uv": [ 11, 14, 12, 15 ], "texture": "#texture" } - } - }, - { - "__comment": "Box32", - "from": [ 2, 1.75, 7 ], - "to": [ 2.5, 2.75, 8 ], - "rotation": { "origin": [ 2, 1.75, 7 ], "axis": "z", "angle": 22.5 }, - "faces": { - "down": { "uv": [ 2, 11, 2.5, 12 ], "texture": "#texture" }, - "up": { "uv": [ 2, 4, 2.5, 5 ], "texture": "#texture" }, - "north": { "uv": [ 13.5, 14, 14, 15 ], "texture": "#texture" }, - "south": { "uv": [ 2, 14, 2.5, 15 ], "texture": "#texture" }, - "west": { "uv": [ 4, 14, 5, 15 ], "texture": "#texture" }, - "east": { "uv": [ 11, 14, 12, 15 ], "texture": "#texture" } - } - }, - { - "__comment": "Box32", - "from": [ 7, 2.5, 12.875 ], - "to": [ 8, 4, 13.375 ], - "faces": { - "down": { "uv": [ 7, 2.625, 8, 3.125 ], "texture": "#texture" }, - "up": { "uv": [ 7, 12.875, 8, 13.375 ], "texture": "#texture" }, - "north": { "uv": [ 8, 12, 9, 13.5 ], "texture": "#texture" }, - "south": { "uv": [ 7, 12, 8, 13.5 ], "texture": "#texture" }, - "west": { "uv": [ 12.875, 12, 13.375, 13.5 ], "texture": "#texture" }, - "east": { "uv": [ 2.625, 12, 3.125, 13.5 ], "texture": "#texture" } - } - }, - { - "__comment": "Box32", - "from": [ 12.875, 2.5, 7 ], - "to": [ 13.375, 4, 8 ], - "faces": { - "down": { "uv": [ 12.875, 8, 13.375, 9 ], "texture": "#texture" }, - "up": { "uv": [ 12.875, 7, 13.375, 8 ], "texture": "#texture" }, - "north": { "uv": [ 2.625, 12, 3.125, 13.5 ], "texture": "#texture" }, - "south": { "uv": [ 12.875, 12, 13.375, 13.5 ], "texture": "#texture" }, - "west": { "uv": [ 7, 12, 8, 13.5 ], "texture": "#texture" }, - "east": { "uv": [ 8, 12, 9, 13.5 ], "texture": "#texture" } - } - }, - { - "__comment": "Box32", - "from": [ 1.625, 2.5, 7 ], - "to": [ 2.125, 4, 8 ], - "faces": { - "down": { "uv": [ 1.625, 8, 2.125, 9 ], "texture": "#texture" }, - "up": { "uv": [ 1.625, 7, 2.125, 8 ], "texture": "#texture" }, - "north": { "uv": [ 13.875, 12, 14.375, 13.5 ], "texture": "#texture" }, - "south": { "uv": [ 1.625, 12, 2.125, 13.5 ], "texture": "#texture" }, - "west": { "uv": [ 7, 12, 8, 13.5 ], "texture": "#texture" }, - "east": { "uv": [ 8, 12, 9, 13.5 ], "texture": "#texture" } - } - }, - { - "__comment": "Box32", - "from": [ 7, 3.625, 12.875 ], - "to": [ 8, 5.125, 13.375 ], - "rotation": { "origin": [ 7, 3.625, 12.875 ], "axis": "x", "angle": -22.5 }, - "faces": { - "down": { "uv": [ 7, 13.875, 8, 14.375 ], "texture": "#texture" }, - "up": { "uv": [ 7, 1.625, 8, 2.125 ], "texture": "#texture" }, - "north": { "uv": [ 8, 12, 9, 13.5 ], "texture": "#texture" }, - "south": { "uv": [ 7, 12, 8, 13.5 ], "texture": "#texture" }, - "west": { "uv": [ 1.625, 12, 2.125, 13.5 ], "texture": "#texture" }, - "east": { "uv": [ 13.875, 12, 14.375, 13.5 ], "texture": "#texture" } - } - }, - { - "__comment": "Box31", - "from": [ 3.25, 3, 3 ], - "to": [ 11.75, 4.5, 12 ], - "faces": { - "down": { "uv": [ 3.25, 4, 11.75, 13 ], "texture": "#texture1" }, - "up": { "uv": [ 3.25, 3, 11.75, 12 ], "texture": "#texture1" }, - "north": { "uv": [ 4.25, 11.5, 12.75, 13 ], "texture": "#texture1" }, - "south": { "uv": [ 3.25, 11.5, 11.75, 13 ], "texture": "#texture1" }, - "west": { "uv": [ 3, 11.5, 12, 13 ], "texture": "#texture1" }, - "east": { "uv": [ 4, 11.5, 13, 13 ], "texture": "#texture1" } - } - }, - { - "__comment": "Box32", - "from": [ 7, 2.5, 1.625 ], - "to": [ 8, 4, 2.125 ], - "faces": { - "down": { "uv": [ 7, 13.875, 8, 14.375 ], "texture": "#texture" }, - "up": { "uv": [ 7, 1.625, 8, 2.125 ], "texture": "#texture" }, - "north": { "uv": [ 8, 12, 9, 13.5 ], "texture": "#texture" }, - "south": { "uv": [ 7, 12, 8, 13.5 ], "texture": "#texture" }, - "west": { "uv": [ 1.625, 12, 2.125, 13.5 ], "texture": "#texture" }, - "east": { "uv": [ 13.875, 12, 14.375, 13.5 ], "texture": "#texture" } - } - }, - { - "__comment": "Box32", - "from": [ 7, 4.75, 11.125 ], - "to": [ 8, 5.25, 12.625 ], - "faces": { - "down": { "uv": [ 7, 13.875, 8, 14.375 ], "texture": "#texture" }, - "up": { "uv": [ 7, 1.625, 8, 2.125 ], "texture": "#texture" }, - "north": { "uv": [ 8, 12, 9, 13.5 ], "texture": "#texture" }, - "south": { "uv": [ 7, 12, 8, 13.5 ], "texture": "#texture" }, - "west": { "uv": [ 1.625, 12, 2.125, 13.5 ], "texture": "#texture" }, - "east": { "uv": [ 13.875, 12, 14.375, 13.5 ], "texture": "#texture" } - } - }, - { - "__comment": "Box32", - "from": [ 12.875, 3.625, 7 ], - "to": [ 13.375, 5.125, 8 ], - "rotation": { "origin": [ 12.875, 3.625, 7 ], "axis": "z", "angle": 22.5 }, - "faces": { - "down": { "uv": [ 1.625, 8, 2.125, 9 ], "texture": "#texture" }, - "up": { "uv": [ 1.625, 7, 2.125, 8 ], "texture": "#texture" }, - "north": { "uv": [ 13.875, 11.5, 14.375, 12.5 ], "texture": "#texture" }, - "south": { "uv": [ 1.625, 11.5, 2.125, 12.5 ], "texture": "#texture" }, - "west": { "uv": [ 7, 11.5, 8, 12.5 ], "texture": "#texture" }, - "east": { "uv": [ 8, 11.5, 9, 12.5 ], "texture": "#texture" } - } - }, - { - "__comment": "Box32", - "from": [ 1.625, 3.875, 7 ], - "to": [ 2.125, 5.375, 8 ], - "rotation": { "origin": [ 1.625, 3.875, 7 ], "axis": "z", "angle": -22.5 }, - "faces": { - "down": { "uv": [ 1.625, 8, 2.125, 9 ], "texture": "#texture" }, - "up": { "uv": [ 1.625, 7, 2.125, 8 ], "texture": "#texture" }, - "north": { "uv": [ 13.875, 11.5, 14.375, 12.5 ], "texture": "#texture" }, - "south": { "uv": [ 1.625, 11.5, 2.125, 12.5 ], "texture": "#texture" }, - "west": { "uv": [ 7, 11.5, 8, 12.5 ], "texture": "#texture" }, - "east": { "uv": [ 8, 11.5, 9, 12.5 ], "texture": "#texture" } - } - }, - { - "__comment": "Box32", - "from": [ 7, 3.875, 1.625 ], - "to": [ 8, 5.375, 2.125 ], - "rotation": { "origin": [ 7, 3.875, 1.625 ], "axis": "x", "angle": 22.5 }, - "faces": { - "down": { "uv": [ 7, 13.875, 8, 14.375 ], "texture": "#texture" }, - "up": { "uv": [ 7, 1.625, 8, 2.125 ], "texture": "#texture" }, - "north": { "uv": [ 8, 12, 9, 13.5 ], "texture": "#texture" }, - "south": { "uv": [ 7, 12, 8, 13.5 ], "texture": "#texture" }, - "west": { "uv": [ 1.625, 12, 2.125, 13.5 ], "texture": "#texture" }, - "east": { "uv": [ 13.875, 12, 14.375, 13.5 ], "texture": "#texture" } - } - }, - { - "__comment": "Box32", - "from": [ 7, 4.25, 9.875 ], - "to": [ 8, 4.75, 11.375 ], - "rotation": { "origin": [ 7, 4.25, 9.875 ], "axis": "x", "angle": -22.5 }, - "faces": { - "down": { "uv": [ 7, 13.875, 8, 14.375 ], "texture": "#texture" }, - "up": { "uv": [ 7, 1.625, 8, 2.125 ], "texture": "#texture" }, - "north": { "uv": [ 8, 12, 9, 13.5 ], "texture": "#texture" }, - "south": { "uv": [ 7, 12, 8, 13.5 ], "texture": "#texture" }, - "west": { "uv": [ 1.625, 12, 2.125, 13.5 ], "texture": "#texture" }, - "east": { "uv": [ 13.875, 12, 14.375, 13.5 ], "texture": "#texture" } - } - }, - { - "__comment": "Box32", - "from": [ 3.625, 4.75, 7 ], - "to": [ 5.125, 5.25, 8 ], - "rotation": { "origin": [ 3.625, 4.75, 7 ], "axis": "z", "angle": -22.5 }, - "faces": { - "down": { "uv": [ 7, 13.875, 8, 14.375 ], "texture": "#texture" }, - "up": { "uv": [ 7, 1.625, 8, 2.125 ], "texture": "#texture" }, - "north": { "uv": [ 8, 12, 9, 13.5 ], "texture": "#texture" }, - "south": { "uv": [ 7, 12, 8, 13.5 ], "texture": "#texture" }, - "west": { "uv": [ 1.625, 12, 2.125, 13.5 ], "texture": "#texture" }, - "east": { "uv": [ 13.875, 12, 14.375, 13.5 ], "texture": "#texture" } - } - }, - { - "__comment": "Box32", - "from": [ 7, 4.875, 3.625 ], - "to": [ 8, 5.375, 5.125 ], - "rotation": { "origin": [ 7, 4.875, 3.625 ], "axis": "x", "angle": 22.5 }, - "faces": { - "down": { "uv": [ 7, 13.875, 8, 14.375 ], "texture": "#texture" }, - "up": { "uv": [ 7, 1.625, 8, 2.125 ], "texture": "#texture" }, - "north": { "uv": [ 8, 12, 9, 13.5 ], "texture": "#texture" }, - "south": { "uv": [ 7, 12, 8, 13.5 ], "texture": "#texture" }, - "west": { "uv": [ 1.625, 12, 2.125, 13.5 ], "texture": "#texture" }, - "east": { "uv": [ 13.875, 12, 14.375, 13.5 ], "texture": "#texture" } - } - }, - { - "__comment": "Box32", - "from": [ 7, 4.75, 2.375 ], - "to": [ 8, 5.25, 3.875 ], - "faces": { - "down": { "uv": [ 7, 13.875, 8, 14.375 ], "texture": "#texture" }, - "up": { "uv": [ 7, 1.625, 8, 2.125 ], "texture": "#texture" }, - "north": { "uv": [ 8, 12, 9, 13.5 ], "texture": "#texture" }, - "south": { "uv": [ 7, 12, 8, 13.5 ], "texture": "#texture" }, - "west": { "uv": [ 1.625, 12, 2.125, 13.5 ], "texture": "#texture" }, - "east": { "uv": [ 13.875, 12, 14.375, 13.5 ], "texture": "#texture" } - } - }, - { - "__comment": "Box32", - "from": [ 10, 4.125, 7 ], - "to": [ 11.5, 4.625, 8 ], - "rotation": { "origin": [ 10, 4.125, 7 ], "axis": "z", "angle": 22.5 }, - "faces": { - "down": { "uv": [ 7, 13.875, 8, 14.375 ], "texture": "#texture" }, - "up": { "uv": [ 7, 1.625, 8, 2.125 ], "texture": "#texture" }, - "north": { "uv": [ 8, 12, 9, 13.5 ], "texture": "#texture" }, - "south": { "uv": [ 7, 12, 8, 13.5 ], "texture": "#texture" }, - "west": { "uv": [ 1.625, 12, 2.125, 13.5 ], "texture": "#texture" }, - "east": { "uv": [ 13.875, 12, 14.375, 13.5 ], "texture": "#texture" } - } - }, - { - "__comment": "Box32", - "from": [ 4.5, 4.25, 7 ], - "to": [ 10.5, 4.75, 8 ], - "faces": { - "down": { "uv": [ 7, 13.875, 8, 14.375 ], "texture": "#texture" }, - "up": { "uv": [ 7, 1.625, 8, 2.125 ], "texture": "#texture" }, - "north": { "uv": [ 8, 12, 9, 13.5 ], "texture": "#texture" }, - "south": { "uv": [ 7, 12, 8, 13.5 ], "texture": "#texture" }, - "west": { "uv": [ 1.625, 12, 2.125, 13.5 ], "texture": "#texture" }, - "east": { "uv": [ 13.875, 12, 14.375, 13.5 ], "texture": "#texture" } - } - }, - { - "__comment": "Box32", - "from": [ 11.125, 4.75, 7 ], - "to": [ 12.625, 5.25, 8 ], - "faces": { - "down": { "uv": [ 7, 13.875, 8, 14.375 ], "texture": "#texture" }, - "up": { "uv": [ 7, 1.625, 8, 2.125 ], "texture": "#texture" }, - "north": { "uv": [ 8, 12, 9, 13.5 ], "texture": "#texture" }, - "south": { "uv": [ 7, 12, 8, 13.5 ], "texture": "#texture" }, - "west": { "uv": [ 1.625, 12, 2.125, 13.5 ], "texture": "#texture" }, - "east": { "uv": [ 13.875, 12, 14.375, 13.5 ], "texture": "#texture" } - } - }, - { - "__comment": "Box32", - "from": [ 7, 4.25, 4.625 ], - "to": [ 8, 4.75, 10.125 ], - "faces": { - "down": { "uv": [ 7, 13.875, 8, 14.375 ], "texture": "#texture" }, - "up": { "uv": [ 7, 1.625, 8, 2.125 ], "texture": "#texture" }, - "north": { "uv": [ 8, 12, 9, 13.5 ], "texture": "#texture" }, - "south": { "uv": [ 7, 12, 8, 13.5 ], "texture": "#texture" }, - "west": { "uv": [ 1.625, 12, 2.125, 13.5 ], "texture": "#texture" }, - "east": { "uv": [ 13.875, 12, 14.375, 13.5 ], "texture": "#texture" } - } - }, - { - "__comment": "Box32", - "from": [ 2.375, 4.75, 7 ], - "to": [ 3.875, 5.25, 8 ], - "faces": { - "down": { "uv": [ 7, 13.875, 8, 14.375 ], "texture": "#texture" }, - "up": { "uv": [ 7, 1.625, 8, 2.125 ], "texture": "#texture" }, - "north": { "uv": [ 8, 12, 9, 13.5 ], "texture": "#texture" }, - "south": { "uv": [ 7, 12, 8, 13.5 ], "texture": "#texture" }, - "west": { "uv": [ 1.625, 12, 2.125, 13.5 ], "texture": "#texture" }, - "east": { "uv": [ 13.875, 12, 14.375, 13.5 ], "texture": "#texture" } - } - }, - { - "__comment": "Box52", - "from": [ 3.5, 0.375, 10.375 ], - "to": [ 11.5, 4.375, 11.375 ], - "rotation": { "origin": [ 3.5, 0.375, 10.375 ], "axis": "x", "angle": 22.5 }, - "faces": { - "down": { "uv": [ 3.5, 12, 11.5, 13 ], "texture": "#texture1" }, - "up": { "uv": [ 3.5, 3, 11.5, 4 ], "texture": "#texture1" }, - "north": { "uv": [ 4.5, 12, 12.5, 16 ], "texture": "#texture1" }, - "south": { "uv": [ 3.5, 12, 11.5, 16 ], "texture": "#texture1" }, - "west": { "uv": [ 3, 12, 4, 16 ], "texture": "#texture1" }, - "east": { "uv": [ 12, 12, 13, 16 ], "texture": "#texture1" } - } - }, - { - "__comment": "Box52", - "from": [ 3.5, 0, 3.75 ], - "to": [ 11.5, 4, 4.75 ], - "rotation": { "origin": [ 3.5, 0, 3.75 ], "axis": "x", "angle": -22.5 }, - "faces": { - "down": { "uv": [ 3.5, 12, 11.5, 13 ], "texture": "#texture1" }, - "up": { "uv": [ 3.5, 3, 11.5, 4 ], "texture": "#texture1" }, - "north": { "uv": [ 4.5, 12, 12.5, 16 ], "texture": "#texture1" }, - "south": { "uv": [ 3.5, 12, 11.5, 16 ], "texture": "#texture1" }, - "west": { "uv": [ 3, 12, 4, 16 ], "texture": "#texture1" }, - "east": { "uv": [ 12, 12, 13, 16 ], "texture": "#texture1" } - } - }, - { - "__comment": "Box31", - "from": [ 6.5, 3.75, 6.5 ], - "to": [ 8.5, 5.25, 8.5 ], - "faces": { - "down": { "uv": [ 6.5, 7.5, 8.5, 9.5 ], "texture": "#texture" }, - "up": { "uv": [ 6.5, 6.5, 8.5, 8.5 ], "texture": "#texture" }, - "north": { "uv": [ 7.5, 10.75, 9.5, 12.25 ], "texture": "#texture" }, - "south": { "uv": [ 6.5, 10.75, 8.5, 12.25 ], "texture": "#texture" }, - "west": { "uv": [ 6.5, 10.75, 8.5, 12.25 ], "texture": "#texture" }, - "east": { "uv": [ 7.5, 10.75, 9.5, 12.25 ], "texture": "#texture" } - } - }, - { - "__comment": "Box31", - "from": [ 7, 4.25, 7 ], - "to": [ 8, 5.75, 8 ], - "faces": { - "down": { "uv": [ 7, 8, 8, 9 ], "texture": "#texture" }, - "up": { "uv": [ 7, 7, 8, 8 ], "texture": "#texture" }, - "north": { "uv": [ 8, 10.25, 9, 11.75 ], "texture": "#texture" }, - "south": { "uv": [ 7, 10.25, 8, 11.75 ], "texture": "#texture" }, - "west": { "uv": [ 7, 10.25, 8, 11.75 ], "texture": "#texture" }, - "east": { "uv": [ 8, 10.25, 9, 11.75 ], "texture": "#texture" } - } - }, - { - "__comment": "Box56", - "from": [ 10.5, 0.875, 3 ], - "to": [ 11.5, 4.375, 12 ], - "rotation": { "origin": [ 10.5, 0.875, 3 ], "axis": "z", "angle": -22.5 }, - "faces": { - "down": { "uv": [ 2.5, 4, 3.5, 13 ], "texture": "#texture1" }, - "up": { "uv": [ 2.5, 3, 3.5, 12 ], "texture": "#texture1" }, - "north": { "uv": [ 12.5, 12, 13.5, 15.5 ], "texture": "#texture1" }, - "south": { "uv": [ 2.5, 12, 3.5, 15.5 ], "texture": "#texture1" }, - "west": { "uv": [ 3, 12, 12, 15.5 ], "texture": "#texture1" }, - "east": { "uv": [ 4, 12, 13, 15.5 ], "texture": "#texture1" } - } - }, - { - "__comment": "Box56", - "from": [ 3.625, 0.5, 3 ], - "to": [ 4.625, 4, 12 ], - "rotation": { "origin": [ 3.625, 0.5, 3 ], "axis": "z", "angle": 22.5 }, - "faces": { - "down": { "uv": [ 2.5, 4, 3.5, 13 ], "texture": "#texture1" }, - "up": { "uv": [ 2.5, 3, 3.5, 12 ], "texture": "#texture1" }, - "north": { "uv": [ 12.5, 12, 13.5, 15.5 ], "texture": "#texture1" }, - "south": { "uv": [ 2.5, 12, 3.5, 15.5 ], "texture": "#texture1" }, - "west": { "uv": [ 3, 12, 12, 15.5 ], "texture": "#texture1" }, - "east": { "uv": [ 4, 12, 13, 15.5 ], "texture": "#texture1" } - } - }, - { - "__comment": "Box31", - "from": [ 7.25, 6.125, 6.75 ], - "to": [ 7.75, 6.625, 8.25 ], - "faces": { - "down": { "uv": [ 7.25, 7.75, 7.75, 9.25 ], "texture": "#texture6" }, - "up": { "uv": [ 7.25, 6.75, 7.75, 8.25 ], "texture": "#texture6" }, - "north": { "uv": [ 8.25, 9.375, 8.75, 9.875 ], "texture": "#texture6" }, - "south": { "uv": [ 7.25, 9.375, 7.75, 9.875 ], "texture": "#texture6" }, - "west": { "uv": [ 6.75, 9.375, 8.25, 9.875 ], "texture": "#texture6" }, - "east": { "uv": [ 7.75, 9.375, 9.25, 9.875 ], "texture": "#texture6" } - } - }, - { - "__comment": "Box31", - "from": [ 7.25, 5.25, 7.25 ], - "to": [ 7.75, 7.25, 7.75 ], - "faces": { - "down": { "uv": [ 7.25, 8.25, 7.75, 8.75 ], "texture": "#texture6" }, - "up": { "uv": [ 7.25, 7.25, 7.75, 7.75 ], "texture": "#texture6" }, - "north": { "uv": [ 8.25, 8.75, 8.75, 10.75 ], "texture": "#texture6" }, - "south": { "uv": [ 7.25, 8.75, 7.75, 10.75 ], "texture": "#texture6" }, - "west": { "uv": [ 7.25, 8.75, 7.75, 10.75 ], "texture": "#texture6" }, - "east": { "uv": [ 8.25, 8.75, 8.75, 10.75 ], "texture": "#texture6" } - } - }, - { - "__comment": "Box50", - "from": [ 7.25, 8.125, 6.625 ], - "to": [ 7.75, 8.625, 7.025 ], - "rotation": { "origin": [ 7.25, 8.125, 6.625 ], "axis": "x", "angle": 45 }, - "faces": { - "down": { "uv": [ 14, 3.75, 15, 4.25 ], "texture": "#texture6" }, - "up": { "uv": [ 14, 11.75, 15, 12.25 ], "texture": "#texture6" }, - "north": { "uv": [ 1, 9.5, 2, 10 ], "texture": "#texture6" }, - "south": { "uv": [ 14, 9.5, 15, 10 ], "texture": "#texture6" }, - "west": { "uv": [ 11.75, 9.5, 12.25, 10 ], "texture": "#texture6" }, - "east": { "uv": [ 3.75, 9.5, 4.25, 10 ], "texture": "#texture6" } - } - }, - { - "__comment": "Box50", - "from": [ 7.25, 7.25, 6.625 ], - "to": [ 7.75, 8.15, 7.025 ], - "faces": { - "down": { "uv": [ 14, 3.75, 15, 4.25 ], "texture": "#texture6" }, - "up": { "uv": [ 14, 11.75, 15, 12.25 ], "texture": "#texture6" }, - "north": { "uv": [ 1, 9.5, 2, 10 ], "texture": "#texture6" }, - "south": { "uv": [ 14, 9.5, 15, 10 ], "texture": "#texture6" }, - "west": { "uv": [ 11.75, 9.5, 12.25, 10 ], "texture": "#texture6" }, - "east": { "uv": [ 3.75, 9.5, 4.25, 10 ], "texture": "#texture6" } - } - }, - { - "__comment": "Box50", - "from": [ 7.25, 7.875, 8.125 ], - "to": [ 7.75, 8.375, 8.525 ], - "rotation": { "origin": [ 7.25, 7.875, 8.125 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 14, 3.75, 15, 4.25 ], "texture": "#texture6" }, - "up": { "uv": [ 14, 11.75, 15, 12.25 ], "texture": "#texture6" }, - "north": { "uv": [ 1, 9.5, 2, 10 ], "texture": "#texture6" }, - "south": { "uv": [ 14, 9.5, 15, 10 ], "texture": "#texture6" }, - "west": { "uv": [ 11.75, 9.5, 12.25, 10 ], "texture": "#texture6" }, - "east": { "uv": [ 3.75, 9.5, 4.25, 10 ], "texture": "#texture6" } - } - }, - { - "__comment": "Box50", - "from": [ 7.25, 8.125, 7 ], - "to": [ 7.75, 8.525, 8 ], - "faces": { - "down": { "uv": [ 7.25, 8, 7.75, 9 ], "texture": "#texture6" }, - "up": { "uv": [ 7.25, 7, 7.75, 8 ], "texture": "#texture6" }, - "north": { "uv": [ 8.25, 7.475, 8.75, 7.875 ], "texture": "#texture6" }, - "south": { "uv": [ 7.25, 7.475, 7.75, 7.875 ], "texture": "#texture6" }, - "west": { "uv": [ 7, 7.475, 8, 7.875 ], "texture": "#texture6" }, - "east": { "uv": [ 8, 7.475, 9, 7.875 ], "texture": "#texture6" } - } - }, - { - "__comment": "Box50", - "from": [ 7.25, 7.125, 8 ], - "to": [ 7.75, 8.125, 8.4 ], - "faces": { - "down": { "uv": [ 14, 3.75, 15, 4.25 ], "texture": "#texture6" }, - "up": { "uv": [ 14, 11.75, 15, 12.25 ], "texture": "#texture6" }, - "north": { "uv": [ 1, 9.5, 2, 10 ], "texture": "#texture6" }, - "south": { "uv": [ 14, 9.5, 15, 10 ], "texture": "#texture6" }, - "west": { "uv": [ 11.75, 9.5, 12.25, 10 ], "texture": "#texture6" }, - "east": { "uv": [ 3.75, 9.5, 4.25, 10 ], "texture": "#texture6" } - } - }, - { - "__comment": "Box50", - "from": [ 7.25, 6.875, 7 ], - "to": [ 7.75, 7.275, 8 ], - "faces": { - "down": { "uv": [ 7.25, 8, 7.75, 9 ], "texture": "#texture6" }, - "up": { "uv": [ 7.25, 7, 7.75, 8 ], "texture": "#texture6" }, - "north": { "uv": [ 8.25, 8.725, 8.75, 9.125 ], "texture": "#texture6" }, - "south": { "uv": [ 7.25, 8.725, 7.75, 9.125 ], "texture": "#texture6" }, - "west": { "uv": [ 7, 8.725, 8, 9.125 ], "texture": "#texture6" }, - "east": { "uv": [ 8, 8.725, 9, 9.125 ], "texture": "#texture6" } - } - }, - { - "__comment": "Box50", - "from": [ 7.25, 6.875, 7 ], - "to": [ 7.75, 7.375, 7.4 ], - "rotation": { "origin": [ 7.25, 6.875, 7 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 14, 3.75, 15, 4.25 ], "texture": "#texture6" }, - "up": { "uv": [ 14, 11.75, 15, 12.25 ], "texture": "#texture6" }, - "north": { "uv": [ 1, 9.5, 2, 10 ], "texture": "#texture6" }, - "south": { "uv": [ 14, 9.5, 15, 10 ], "texture": "#texture6" }, - "west": { "uv": [ 11.75, 9.5, 12.25, 10 ], "texture": "#texture6" }, - "east": { "uv": [ 3.75, 9.5, 4.25, 10 ], "texture": "#texture6" } - } - }, - { - "__comment": "Box50", - "from": [ 7.25, 7.125, 7.75 ], - "to": [ 7.75, 7.625, 8.15 ], - "rotation": { "origin": [ 7.25, 7.125, 7.75 ], "axis": "x", "angle": 45 }, - "faces": { - "down": { "uv": [ 14, 3.75, 15, 4.25 ], "texture": "#texture6" }, - "up": { "uv": [ 14, 11.75, 15, 12.25 ], "texture": "#texture6" }, - "north": { "uv": [ 1, 9.5, 2, 10 ], "texture": "#texture6" }, - "south": { "uv": [ 14, 9.5, 15, 10 ], "texture": "#texture6" }, - "west": { "uv": [ 11.75, 9.5, 12.25, 10 ], "texture": "#texture6" }, - "east": { "uv": [ 3.75, 9.5, 4.25, 10 ], "texture": "#texture6" } - } - }, - { - "__comment": "Box62", - "from": [ 6.75, 0.625, 1.5 ], - "to": [ 8.25, 1.625, 2.5 ], - "faces": { - "down": { "uv": [ 6.75, 13.5, 8.25, 14.5 ], "texture": "#texture" }, - "up": { "uv": [ 6.75, 1.5, 8.25, 2.5 ], "texture": "#texture" }, - "north": { "uv": [ 7.75, 14.375, 9.25, 15.375 ], "texture": "#texture" }, - "south": { "uv": [ 6.75, 14.375, 8.25, 15.375 ], "texture": "#texture" }, - "west": { "uv": [ 1.5, 14.375, 2.5, 15.375 ], "texture": "#texture" }, - "east": { "uv": [ 13.5, 14.375, 14.5, 15.375 ], "texture": "#texture" } - } - }, - { - "__comment": "Box62", - "from": [ 10.875, 0.125, 13 ], - "to": [ 11.575, 1.125, 13.7 ], - "faces": { - "down": { "uv": [ 10.875, 2.3, 11.575, 3 ], "texture": "#texture3" }, - "up": { "uv": [ 10.875, 13, 11.575, 13.7 ], "texture": "#texture3" }, - "north": { "uv": [ 4.425, 14.875, 5.125, 15.875 ], "texture": "#texture3" }, - "south": { "uv": [ 10.875, 14.875, 11.575, 15.875 ], "texture": "#texture3" }, - "west": { "uv": [ 13, 14.875, 13.7, 15.875 ], "texture": "#texture3" }, - "east": { "uv": [ 2.3, 14.875, 3, 15.875 ], "texture": "#texture3" } - } - }, - { - "__comment": "Box62", - "from": [ 10.5, 0.625, 1.5 ], - "to": [ 12, 1.625, 2.5 ], - "faces": { - "down": { "uv": [ 10.5, 13.5, 12, 14.5 ], "texture": "#texture" }, - "up": { "uv": [ 10.5, 1.5, 12, 2.5 ], "texture": "#texture" }, - "north": { "uv": [ 4, 14.375, 5.5, 15.375 ], "texture": "#texture" }, - "south": { "uv": [ 10.5, 14.375, 12, 15.375 ], "texture": "#texture" }, - "west": { "uv": [ 1.5, 14.375, 2.5, 15.375 ], "texture": "#texture" }, - "east": { "uv": [ 13.5, 14.375, 14.5, 15.375 ], "texture": "#texture" } - } - }, - { - "__comment": "Box62", - "from": [ 3, 0.625, 1.5 ], - "to": [ 4.5, 1.625, 2.5 ], - "faces": { - "down": { "uv": [ 3, 13.5, 4.5, 14.5 ], "texture": "#texture" }, - "up": { "uv": [ 3, 1.5, 4.5, 2.5 ], "texture": "#texture" }, - "north": { "uv": [ 11.5, 14.375, 13, 15.375 ], "texture": "#texture" }, - "south": { "uv": [ 3, 14.375, 4.5, 15.375 ], "texture": "#texture" }, - "west": { "uv": [ 1.5, 14.375, 2.5, 15.375 ], "texture": "#texture" }, - "east": { "uv": [ 13.5, 14.375, 14.5, 15.375 ], "texture": "#texture" } - } - }, - { - "__comment": "Box62", - "from": [ 3, 0.625, 12.5 ], - "to": [ 4.5, 1.625, 13.5 ], - "faces": { - "down": { "uv": [ 3, 2.5, 4.5, 3.5 ], "texture": "#texture" }, - "up": { "uv": [ 3, 12.5, 4.5, 13.5 ], "texture": "#texture" }, - "north": { "uv": [ 11.5, 14.375, 13, 15.375 ], "texture": "#texture" }, - "south": { "uv": [ 3, 14.375, 4.5, 15.375 ], "texture": "#texture" }, - "west": { "uv": [ 12.5, 14.375, 13.5, 15.375 ], "texture": "#texture" }, - "east": { "uv": [ 2.5, 14.375, 3.5, 15.375 ], "texture": "#texture" } - } - }, - { - "__comment": "Box62", - "from": [ 10.5, 0.625, 12.5 ], - "to": [ 12, 1.625, 13.5 ], - "faces": { - "down": { "uv": [ 10.5, 2.5, 12, 3.5 ], "texture": "#texture" }, - "up": { "uv": [ 10.5, 12.5, 12, 13.5 ], "texture": "#texture" }, - "north": { "uv": [ 4, 14.375, 5.5, 15.375 ], "texture": "#texture" }, - "south": { "uv": [ 10.5, 14.375, 12, 15.375 ], "texture": "#texture" }, - "west": { "uv": [ 12.5, 14.375, 13.5, 15.375 ], "texture": "#texture" }, - "east": { "uv": [ 2.5, 14.375, 3.5, 15.375 ], "texture": "#texture" } - } - }, - { - "__comment": "Box68", - "from": [ 12.5, 0.625, 6.75 ], - "to": [ 13.5, 1.625, 8.25 ], - "faces": { - "down": { "uv": [ 12.5, 7.75, 13.5, 9.25 ], "texture": "#texture" }, - "up": { "uv": [ 12.5, 6.75, 13.5, 8.25 ], "texture": "#texture" }, - "north": { "uv": [ 2.5, 14.375, 3.5, 15.375 ], "texture": "#texture" }, - "south": { "uv": [ 12.5, 14.375, 13.5, 15.375 ], "texture": "#texture" }, - "west": { "uv": [ 6.75, 14.375, 8.25, 15.375 ], "texture": "#texture" }, - "east": { "uv": [ 7.75, 14.375, 9.25, 15.375 ], "texture": "#texture" } - } - }, - { - "__comment": "Box68", - "from": [ 12.5, 0.625, 10.5 ], - "to": [ 13.5, 1.625, 12 ], - "faces": { - "down": { "uv": [ 12.5, 4, 13.5, 5.5 ], "texture": "#texture" }, - "up": { "uv": [ 12.5, 10.5, 13.5, 12 ], "texture": "#texture" }, - "north": { "uv": [ 2.5, 14.375, 3.5, 15.375 ], "texture": "#texture" }, - "south": { "uv": [ 12.5, 14.375, 13.5, 15.375 ], "texture": "#texture" }, - "west": { "uv": [ 10.5, 14.375, 12, 15.375 ], "texture": "#texture" }, - "east": { "uv": [ 4, 14.375, 5.5, 15.375 ], "texture": "#texture" } - } - }, - { - "__comment": "Box68", - "from": [ 12.5, 0.625, 3 ], - "to": [ 13.5, 1.625, 4.5 ], - "faces": { - "down": { "uv": [ 12.5, 11.5, 13.5, 13 ], "texture": "#texture" }, - "up": { "uv": [ 12.5, 3, 13.5, 4.5 ], "texture": "#texture" }, - "north": { "uv": [ 2.5, 14.375, 3.5, 15.375 ], "texture": "#texture" }, - "south": { "uv": [ 12.5, 14.375, 13.5, 15.375 ], "texture": "#texture" }, - "west": { "uv": [ 3, 14.375, 4.5, 15.375 ], "texture": "#texture" }, - "east": { "uv": [ 11.5, 14.375, 13, 15.375 ], "texture": "#texture" } - } - }, - { - "__comment": "Box68", - "from": [ 1.5, 0.625, 10.5 ], - "to": [ 2.5, 1.625, 12 ], - "faces": { - "down": { "uv": [ 1.5, 4, 2.5, 5.5 ], "texture": "#texture" }, - "up": { "uv": [ 1.5, 10.5, 2.5, 12 ], "texture": "#texture" }, - "north": { "uv": [ 13.5, 14.375, 14.5, 15.375 ], "texture": "#texture" }, - "south": { "uv": [ 1.5, 14.375, 2.5, 15.375 ], "texture": "#texture" }, - "west": { "uv": [ 10.5, 14.375, 12, 15.375 ], "texture": "#texture" }, - "east": { "uv": [ 4, 14.375, 5.5, 15.375 ], "texture": "#texture" } - } - }, - { - "__comment": "Box68", - "from": [ 1.5, 0.625, 6.75 ], - "to": [ 2.5, 1.625, 8.25 ], - "faces": { - "down": { "uv": [ 1.5, 7.75, 2.5, 9.25 ], "texture": "#texture" }, - "up": { "uv": [ 1.5, 6.75, 2.5, 8.25 ], "texture": "#texture" }, - "north": { "uv": [ 13.5, 14.375, 14.5, 15.375 ], "texture": "#texture" }, - "south": { "uv": [ 1.5, 14.375, 2.5, 15.375 ], "texture": "#texture" }, - "west": { "uv": [ 6.75, 14.375, 8.25, 15.375 ], "texture": "#texture" }, - "east": { "uv": [ 7.75, 14.375, 9.25, 15.375 ], "texture": "#texture" } - } - }, - { - "__comment": "Box68", - "from": [ 1.5, 0.625, 3 ], - "to": [ 2.5, 1.625, 4.5 ], - "faces": { - "down": { "uv": [ 1.5, 11.5, 2.5, 13 ], "texture": "#texture" }, - "up": { "uv": [ 1.5, 3, 2.5, 4.5 ], "texture": "#texture" }, - "north": { "uv": [ 13.5, 14.375, 14.5, 15.375 ], "texture": "#texture" }, - "south": { "uv": [ 1.5, 14.375, 2.5, 15.375 ], "texture": "#texture" }, - "west": { "uv": [ 3, 14.375, 4.5, 15.375 ], "texture": "#texture" }, - "east": { "uv": [ 11.5, 14.375, 13, 15.375 ], "texture": "#texture" } - } - }, - { - "__comment": "Cube1", - "from": [ 1.5, 0, 2.5 ], - "to": [ 2.5, 1, 12.5 ], - "faces": { - "down": { "uv": [ 1.5, 3.5, 2.5, 13.5 ], "texture": "#texture" }, - "up": { "uv": [ 1.5, 2.5, 2.5, 12.5 ], "texture": "#texture" }, - "north": { "uv": [ 13.5, 15, 14.5, 16 ], "texture": "#texture" }, - "south": { "uv": [ 1.5, 15, 2.5, 16 ], "texture": "#texture" }, - "west": { "uv": [ 2.5, 15, 12.5, 16 ], "texture": "#texture" }, - "east": { "uv": [ 3.5, 15, 13.5, 16 ], "texture": "#texture" } - } - }, - { - "__comment": "Cube1", - "from": [ 2.5, 0, 12.5 ], - "to": [ 12.5, 1, 13.5 ], - "faces": { - "down": { "uv": [ 2.5, 2.5, 12.5, 3.5 ], "texture": "#texture" }, - "up": { "uv": [ 2.5, 12.5, 12.5, 13.5 ], "texture": "#texture" }, - "north": { "uv": [ 3.5, 15, 13.5, 16 ], "texture": "#texture" }, - "south": { "uv": [ 2.5, 15, 12.5, 16 ], "texture": "#texture" }, - "west": { "uv": [ 12.5, 15, 13.5, 16 ], "texture": "#texture" }, - "east": { "uv": [ 2.5, 15, 3.5, 16 ], "texture": "#texture" } - } - }, - { - "__comment": "Cube1", - "from": [ 2, -1.5, 12.625 ], - "to": [ 13, 0, 13.625 ], - "faces": { - "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture2" }, - "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture2" }, - "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture2" }, - "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture2" }, - "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture2" }, - "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture2" } - } - }, - { - "__comment": "Cube1", - "from": [ 1.375, -1.5, 2 ], - "to": [ 2.375, 0, 13 ], - "faces": { - "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture2" }, - "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture2" }, - "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture2" }, - "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture2" }, - "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture2" }, - "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture2" } - } - }, - { - "__comment": "Box62", - "from": [ 6.75, 0.625, 12.5 ], - "to": [ 8.25, 1.625, 13.5 ], - "faces": { - "down": { "uv": [ 6.75, 2.5, 8.25, 3.5 ], "texture": "#texture" }, - "up": { "uv": [ 6.75, 12.5, 8.25, 13.5 ], "texture": "#texture" }, - "north": { "uv": [ 7.75, 14.375, 9.25, 15.375 ], "texture": "#texture" }, - "south": { "uv": [ 6.75, 14.375, 8.25, 15.375 ], "texture": "#texture" }, - "west": { "uv": [ 12.5, 14.375, 13.5, 15.375 ], "texture": "#texture" }, - "east": { "uv": [ 2.5, 14.375, 3.5, 15.375 ], "texture": "#texture" } - } - }, - { - "__comment": "Box62", - "from": [ 10.875, 0.125, 1.375 ], - "to": [ 11.575, 1.125, 2.075 ], - "faces": { - "down": { "uv": [ 10.875, 13.925, 11.575, 14.625 ], "texture": "#texture3" }, - "up": { "uv": [ 10.875, 1.375, 11.575, 2.075 ], "texture": "#texture3" }, - "north": { "uv": [ 4.425, 14.875, 5.125, 15.875 ], "texture": "#texture3" }, - "south": { "uv": [ 10.875, 14.875, 11.575, 15.875 ], "texture": "#texture3" }, - "west": { "uv": [ 1.375, 14.875, 2.075, 15.875 ], "texture": "#texture3" }, - "east": { "uv": [ 13.925, 14.875, 14.625, 15.875 ], "texture": "#texture3" } - } - }, - { - "__comment": "Box62", - "from": [ 12.92, 0.125, 3.375 ], - "to": [ 13.62, 1.125, 4.075 ], - "faces": { - "down": { "uv": [ 12.875, 11.925, 13.575, 12.625 ], "texture": "#texture3" }, - "up": { "uv": [ 12.875, 3.375, 13.575, 4.075 ], "texture": "#texture3" }, - "north": { "uv": [ 2.425, 14.875, 3.125, 15.875 ], "texture": "#texture3" }, - "south": { "uv": [ 12.875, 14.875, 13.575, 15.875 ], "texture": "#texture3" }, - "west": { "uv": [ 3.375, 14.875, 4.075, 15.875 ], "texture": "#texture3" }, - "east": { "uv": [ 11.925, 14.875, 12.625, 15.875 ], "texture": "#texture3" } - } - }, - { - "__comment": "Box62", - "from": [ 7.125, 0.125, 13 ], - "to": [ 7.825, 1.125, 13.7 ], - "faces": { - "down": { "uv": [ 7.125, 2.3, 7.825, 3 ], "texture": "#texture3" }, - "up": { "uv": [ 7.125, 13, 7.825, 13.7 ], "texture": "#texture3" }, - "north": { "uv": [ 8.175, 14.875, 8.875, 15.875 ], "texture": "#texture3" }, - "south": { "uv": [ 7.125, 14.875, 7.825, 15.875 ], "texture": "#texture3" }, - "west": { "uv": [ 13, 14.875, 13.7, 15.875 ], "texture": "#texture3" }, - "east": { "uv": [ 2.3, 14.875, 3, 15.875 ], "texture": "#texture3" } - } - }, - { - "__comment": "Box62", - "from": [ 7.125, 0.125, 1.375 ], - "to": [ 7.825, 1.125, 2.075 ], - "faces": { - "down": { "uv": [ 7.125, 13.925, 7.825, 14.625 ], "texture": "#texture3" }, - "up": { "uv": [ 7.125, 1.375, 7.825, 2.075 ], "texture": "#texture3" }, - "north": { "uv": [ 8.175, 14.875, 8.875, 15.875 ], "texture": "#texture3" }, - "south": { "uv": [ 7.125, 14.875, 7.825, 15.875 ], "texture": "#texture3" }, - "west": { "uv": [ 1.375, 14.875, 2.075, 15.875 ], "texture": "#texture3" }, - "east": { "uv": [ 13.925, 14.875, 14.625, 15.875 ], "texture": "#texture3" } - } - }, - { - "__comment": "Box62", - "from": [ 3.375, 0.125, 1.375 ], - "to": [ 4.075, 1.125, 2.075 ], - "faces": { - "down": { "uv": [ 3.375, 13.925, 4.075, 14.625 ], "texture": "#texture3" }, - "up": { "uv": [ 3.375, 1.375, 4.075, 2.075 ], "texture": "#texture3" }, - "north": { "uv": [ 11.925, 14.875, 12.625, 15.875 ], "texture": "#texture3" }, - "south": { "uv": [ 3.375, 14.875, 4.075, 15.875 ], "texture": "#texture3" }, - "west": { "uv": [ 1.375, 14.875, 2.075, 15.875 ], "texture": "#texture3" }, - "east": { "uv": [ 13.925, 14.875, 14.625, 15.875 ], "texture": "#texture3" } - } - }, - { - "__comment": "Box62", - "from": [ 3.375, 0.125, 13 ], - "to": [ 4.075, 1.125, 13.7 ], - "faces": { - "down": { "uv": [ 3.375, 2.3, 4.075, 3 ], "texture": "#texture3" }, - "up": { "uv": [ 3.375, 13, 4.075, 13.7 ], "texture": "#texture3" }, - "north": { "uv": [ 11.925, 14.875, 12.625, 15.875 ], "texture": "#texture3" }, - "south": { "uv": [ 3.375, 14.875, 4.075, 15.875 ], "texture": "#texture3" }, - "west": { "uv": [ 13, 14.875, 13.7, 15.875 ], "texture": "#texture3" }, - "east": { "uv": [ 2.3, 14.875, 3, 15.875 ], "texture": "#texture3" } - } - }, - { - "__comment": "Box62", - "from": [ 1.375, 0.125, 10.875 ], - "to": [ 2.075, 1.125, 11.575 ], - "faces": { - "down": { "uv": [ 1.375, 4.425, 2.075, 5.125 ], "texture": "#texture3" }, - "up": { "uv": [ 1.375, 10.875, 2.075, 11.575 ], "texture": "#texture3" }, - "north": { "uv": [ 13.925, 14.875, 14.625, 15.875 ], "texture": "#texture3" }, - "south": { "uv": [ 1.375, 14.875, 2.075, 15.875 ], "texture": "#texture3" }, - "west": { "uv": [ 10.875, 14.875, 11.575, 15.875 ], "texture": "#texture3" }, - "east": { "uv": [ 4.425, 14.875, 5.125, 15.875 ], "texture": "#texture3" } - } - }, - { - "__comment": "Box62", - "from": [ 12.875, 0.125, 10.875 ], - "to": [ 13.575, 1.125, 11.575 ], - "faces": { - "down": { "uv": [ 12.875, 4.425, 13.575, 5.125 ], "texture": "#texture3" }, - "up": { "uv": [ 12.875, 10.875, 13.575, 11.575 ], "texture": "#texture3" }, - "north": { "uv": [ 2.425, 14.875, 3.125, 15.875 ], "texture": "#texture3" }, - "south": { "uv": [ 12.875, 14.875, 13.575, 15.875 ], "texture": "#texture3" }, - "west": { "uv": [ 10.875, 14.875, 11.575, 15.875 ], "texture": "#texture3" }, - "east": { "uv": [ 4.425, 14.875, 5.125, 15.875 ], "texture": "#texture3" } - } - }, - { - "__comment": "Box62", - "from": [ 12.79, 0.25, 12.78 ], - "to": [ 13.09, 0.55, 13.08 ], - "faces": { - "down": { "uv": [ 12.79, 2.92, 13.09, 3.22 ], "texture": "#texture4" }, - "up": { "uv": [ 12.79, 12.78, 13.09, 13.08 ], "texture": "#texture4" }, - "north": { "uv": [ 2.91, 15.45, 3.21, 15.75 ], "texture": "#texture4" }, - "south": { "uv": [ 12.79, 15.45, 13.09, 15.75 ], "texture": "#texture4" }, - "west": { "uv": [ 12.78, 15.45, 13.08, 15.75 ], "texture": "#texture4" }, - "east": { "uv": [ 2.92, 15.45, 3.22, 15.75 ], "texture": "#texture4" } - } - }, - { - "__comment": "Box62", - "from": [ 1.375, 0.125, 7.125 ], - "to": [ 2.075, 1.125, 7.825 ], - "faces": { - "down": { "uv": [ 1.375, 8.175, 2.075, 8.875 ], "texture": "#texture3" }, - "up": { "uv": [ 1.375, 7.125, 2.075, 7.825 ], "texture": "#texture3" }, - "north": { "uv": [ 13.925, 14.875, 14.625, 15.875 ], "texture": "#texture3" }, - "south": { "uv": [ 1.375, 14.875, 2.075, 15.875 ], "texture": "#texture3" }, - "west": { "uv": [ 7.125, 14.875, 7.825, 15.875 ], "texture": "#texture3" }, - "east": { "uv": [ 8.175, 14.875, 8.875, 15.875 ], "texture": "#texture3" } - } - }, - { - "__comment": "Box62", - "from": [ 12.92, 0.125, 7.125 ], - "to": [ 13.62, 1.125, 7.825 ], - "faces": { - "down": { "uv": [ 12.875, 8.175, 13.575, 8.875 ], "texture": "#texture3" }, - "up": { "uv": [ 12.875, 7.125, 13.575, 7.825 ], "texture": "#texture3" }, - "north": { "uv": [ 2.425, 14.875, 3.125, 15.875 ], "texture": "#texture3" }, - "south": { "uv": [ 12.875, 14.875, 13.575, 15.875 ], "texture": "#texture3" }, - "west": { "uv": [ 7.125, 14.875, 7.825, 15.875 ], "texture": "#texture3" }, - "east": { "uv": [ 8.175, 14.875, 8.875, 15.875 ], "texture": "#texture3" } - } - }, - { - "__comment": "Box62", - "from": [ 1.375, 0.125, 3.375 ], - "to": [ 2.075, 1.125, 4.075 ], - "faces": { - "down": { "uv": [ 1.375, 11.925, 2.075, 12.625 ], "texture": "#texture3" }, - "up": { "uv": [ 1.375, 3.375, 2.075, 4.075 ], "texture": "#texture3" }, - "north": { "uv": [ 13.925, 14.875, 14.625, 15.875 ], "texture": "#texture3" }, - "south": { "uv": [ 1.375, 14.875, 2.075, 15.875 ], "texture": "#texture3" }, - "west": { "uv": [ 3.375, 14.875, 4.075, 15.875 ], "texture": "#texture3" }, - "east": { "uv": [ 11.925, 14.875, 12.625, 15.875 ], "texture": "#texture3" } - } - }, - { - "__comment": "Box62", - "from": [ 13.32, 0.25, 10.125 ], - "to": [ 13.62, 0.55, 10.425 ], - "faces": { - "down": { "uv": [ 13.32, 5.575, 13.62, 5.875 ], "texture": "#texture4" }, - "up": { "uv": [ 13.32, 10.125, 13.62, 10.425 ], "texture": "#texture4" }, - "north": { "uv": [ 2.38, 15.45, 2.68, 15.75 ], "texture": "#texture4" }, - "south": { "uv": [ 13.32, 15.45, 13.62, 15.75 ], "texture": "#texture4" }, - "west": { "uv": [ 10.125, 15.45, 10.425, 15.75 ], "texture": "#texture4" }, - "east": { "uv": [ 5.575, 15.45, 5.875, 15.75 ], "texture": "#texture4" } - } - }, - { - "__comment": "Box62", - "from": [ 1.375, 0.25, 6.125 ], - "to": [ 1.675, 0.55, 6.425 ], - "faces": { - "down": { "uv": [ 1.375, 9.575, 1.675, 9.875 ], "texture": "#texture4" }, - "up": { "uv": [ 1.375, 6.125, 1.675, 6.425 ], "texture": "#texture4" }, - "north": { "uv": [ 14.325, 15.45, 14.625, 15.75 ], "texture": "#texture4" }, - "south": { "uv": [ 1.375, 15.45, 1.675, 15.75 ], "texture": "#texture4" }, - "west": { "uv": [ 6.125, 15.45, 6.425, 15.75 ], "texture": "#texture4" }, - "east": { "uv": [ 9.575, 15.45, 9.875, 15.75 ], "texture": "#texture4" } - } - }, - { - "__comment": "Box62", - "from": [ 1.375, 0.25, 8.625 ], - "to": [ 1.675, 0.55, 8.925 ], - "faces": { - "down": { "uv": [ 1.375, 7.075, 1.675, 7.375 ], "texture": "#texture4" }, - "up": { "uv": [ 1.375, 8.625, 1.675, 8.925 ], "texture": "#texture4" }, - "north": { "uv": [ 14.325, 15.45, 14.625, 15.75 ], "texture": "#texture4" }, - "south": { "uv": [ 1.375, 15.45, 1.675, 15.75 ], "texture": "#texture4" }, - "west": { "uv": [ 8.625, 15.45, 8.925, 15.75 ], "texture": "#texture4" }, - "east": { "uv": [ 7.075, 15.45, 7.375, 15.75 ], "texture": "#texture4" } - } - }, - { - "__comment": "Box62", - "from": [ 10.125, 0.25, 1.375 ], - "to": [ 10.425, 0.55, 1.675 ], - "faces": { - "down": { "uv": [ 10.125, 14.325, 10.425, 14.625 ], "texture": "#texture4" }, - "up": { "uv": [ 10.125, 1.375, 10.425, 1.675 ], "texture": "#texture4" }, - "north": { "uv": [ 5.575, 15.45, 5.875, 15.75 ], "texture": "#texture4" }, - "south": { "uv": [ 10.125, 15.45, 10.425, 15.75 ], "texture": "#texture4" }, - "west": { "uv": [ 1.375, 15.45, 1.675, 15.75 ], "texture": "#texture4" }, - "east": { "uv": [ 14.325, 15.45, 14.625, 15.75 ], "texture": "#texture4" } - } - }, - { - "__comment": "Box62", - "from": [ 1.875, 0.25, 12.78 ], - "to": [ 2.175, 0.55, 13.08 ], - "faces": { - "down": { "uv": [ 1.875, 2.92, 2.175, 3.22 ], "texture": "#texture4" }, - "up": { "uv": [ 1.875, 12.78, 2.175, 13.08 ], "texture": "#texture4" }, - "north": { "uv": [ 13.825, 15.45, 14.125, 15.75 ], "texture": "#texture4" }, - "south": { "uv": [ 1.875, 15.45, 2.175, 15.75 ], "texture": "#texture4" }, - "west": { "uv": [ 12.78, 15.45, 13.08, 15.75 ], "texture": "#texture4" }, - "east": { "uv": [ 2.92, 15.45, 3.22, 15.75 ], "texture": "#texture4" } - } - }, - { - "__comment": "Box62", - "from": [ 1.375, 0.25, 10.125 ], - "to": [ 1.675, 0.55, 10.425 ], - "faces": { - "down": { "uv": [ 1.375, 5.575, 1.675, 5.875 ], "texture": "#texture4" }, - "up": { "uv": [ 1.375, 10.125, 1.675, 10.425 ], "texture": "#texture4" }, - "north": { "uv": [ 14.325, 15.45, 14.625, 15.75 ], "texture": "#texture4" }, - "south": { "uv": [ 1.375, 15.45, 1.675, 15.75 ], "texture": "#texture4" }, - "west": { "uv": [ 10.125, 15.45, 10.425, 15.75 ], "texture": "#texture4" }, - "east": { "uv": [ 5.575, 15.45, 5.875, 15.75 ], "texture": "#texture4" } - } - }, - { - "__comment": "Box62", - "from": [ 4.625, 0.25, 13.375 ], - "to": [ 4.925, 0.55, 13.675 ], - "faces": { - "down": { "uv": [ 4.625, 2.325, 4.925, 2.625 ], "texture": "#texture4" }, - "up": { "uv": [ 4.625, 13.375, 4.925, 13.675 ], "texture": "#texture4" }, - "north": { "uv": [ 11.075, 15.45, 11.375, 15.75 ], "texture": "#texture4" }, - "south": { "uv": [ 4.625, 15.45, 4.925, 15.75 ], "texture": "#texture4" }, - "west": { "uv": [ 13.375, 15.45, 13.675, 15.75 ], "texture": "#texture4" }, - "east": { "uv": [ 2.325, 15.45, 2.625, 15.75 ], "texture": "#texture4" } - } - }, - { - "__comment": "Box62", - "from": [ 6.125, 0.25, 13.375 ], - "to": [ 6.425, 0.55, 13.675 ], - "faces": { - "down": { "uv": [ 6.125, 2.325, 6.425, 2.625 ], "texture": "#texture4" }, - "up": { "uv": [ 6.125, 13.375, 6.425, 13.675 ], "texture": "#texture4" }, - "north": { "uv": [ 9.575, 15.45, 9.875, 15.75 ], "texture": "#texture4" }, - "south": { "uv": [ 6.125, 15.45, 6.425, 15.75 ], "texture": "#texture4" }, - "west": { "uv": [ 13.375, 15.45, 13.675, 15.75 ], "texture": "#texture4" }, - "east": { "uv": [ 2.325, 15.45, 2.625, 15.75 ], "texture": "#texture4" } - } - }, - { - "__comment": "Box62", - "from": [ 4.625, 0.25, 1.375 ], - "to": [ 4.925, 0.55, 1.675 ], - "faces": { - "down": { "uv": [ 4.625, 14.325, 4.925, 14.625 ], "texture": "#texture4" }, - "up": { "uv": [ 4.625, 1.375, 4.925, 1.675 ], "texture": "#texture4" }, - "north": { "uv": [ 11.075, 15.45, 11.375, 15.75 ], "texture": "#texture4" }, - "south": { "uv": [ 4.625, 15.45, 4.925, 15.75 ], "texture": "#texture4" }, - "west": { "uv": [ 1.375, 15.45, 1.675, 15.75 ], "texture": "#texture4" }, - "east": { "uv": [ 14.325, 15.45, 14.625, 15.75 ], "texture": "#texture4" } - } - }, - { - "__comment": "Box62", - "from": [ 1.375, 0.25, 4.625 ], - "to": [ 1.675, 0.55, 4.925 ], - "faces": { - "down": { "uv": [ 1.375, 11.075, 1.675, 11.375 ], "texture": "#texture4" }, - "up": { "uv": [ 1.375, 4.625, 1.675, 4.925 ], "texture": "#texture4" }, - "north": { "uv": [ 14.325, 15.45, 14.625, 15.75 ], "texture": "#texture4" }, - "south": { "uv": [ 1.375, 15.45, 1.675, 15.75 ], "texture": "#texture4" }, - "west": { "uv": [ 4.625, 15.45, 4.925, 15.75 ], "texture": "#texture4" }, - "east": { "uv": [ 11.075, 15.45, 11.375, 15.75 ], "texture": "#texture4" } - } - }, - { - "__comment": "Box62", - "from": [ 13.32, 0.25, 4.625 ], - "to": [ 13.62, 0.55, 4.925 ], - "faces": { - "down": { "uv": [ 13.32, 11.075, 13.62, 11.375 ], "texture": "#texture4" }, - "up": { "uv": [ 13.32, 4.625, 13.62, 4.925 ], "texture": "#texture4" }, - "north": { "uv": [ 2.38, 15.45, 2.68, 15.75 ], "texture": "#texture4" }, - "south": { "uv": [ 13.32, 15.45, 13.62, 15.75 ], "texture": "#texture4" }, - "west": { "uv": [ 4.625, 15.45, 4.925, 15.75 ], "texture": "#texture4" }, - "east": { "uv": [ 11.075, 15.45, 11.375, 15.75 ], "texture": "#texture4" } - } - }, - { - "__comment": "Box62", - "from": [ 13.32, 0.25, 6.125 ], - "to": [ 13.62, 0.55, 6.425 ], - "faces": { - "down": { "uv": [ 13.32, 9.575, 13.62, 9.875 ], "texture": "#texture4" }, - "up": { "uv": [ 13.32, 6.125, 13.62, 6.425 ], "texture": "#texture4" }, - "north": { "uv": [ 2.38, 15.45, 2.68, 15.75 ], "texture": "#texture4" }, - "south": { "uv": [ 13.32, 15.45, 13.62, 15.75 ], "texture": "#texture4" }, - "west": { "uv": [ 6.125, 15.45, 6.425, 15.75 ], "texture": "#texture4" }, - "east": { "uv": [ 9.575, 15.45, 9.875, 15.75 ], "texture": "#texture4" } - } - }, - { - "__comment": "Box62", - "from": [ 13.32, 0.25, 8.625 ], - "to": [ 13.62, 0.55, 8.925 ], - "faces": { - "down": { "uv": [ 13.32, 7.075, 13.62, 7.375 ], "texture": "#texture4" }, - "up": { "uv": [ 13.32, 8.625, 13.62, 8.925 ], "texture": "#texture4" }, - "north": { "uv": [ 2.38, 15.45, 2.68, 15.75 ], "texture": "#texture4" }, - "south": { "uv": [ 13.32, 15.45, 13.62, 15.75 ], "texture": "#texture4" }, - "west": { "uv": [ 8.625, 15.45, 8.925, 15.75 ], "texture": "#texture4" }, - "east": { "uv": [ 7.075, 15.45, 7.375, 15.75 ], "texture": "#texture4" } - } - }, - { - "__comment": "Box62", - "from": [ 10.125, 0.25, 13.375 ], - "to": [ 10.425, 0.55, 13.675 ], - "faces": { - "down": { "uv": [ 10.125, 2.325, 10.425, 2.625 ], "texture": "#texture4" }, - "up": { "uv": [ 10.125, 13.375, 10.425, 13.675 ], "texture": "#texture4" }, - "north": { "uv": [ 5.575, 15.45, 5.875, 15.75 ], "texture": "#texture4" }, - "south": { "uv": [ 10.125, 15.45, 10.425, 15.75 ], "texture": "#texture4" }, - "west": { "uv": [ 13.375, 15.45, 13.675, 15.75 ], "texture": "#texture4" }, - "east": { "uv": [ 2.325, 15.45, 2.625, 15.75 ], "texture": "#texture4" } - } - }, - { - "__comment": "Box62", - "from": [ 8.625, 0.25, 13.375 ], - "to": [ 8.925, 0.55, 13.675 ], - "faces": { - "down": { "uv": [ 8.625, 2.325, 8.925, 2.625 ], "texture": "#texture4" }, - "up": { "uv": [ 8.625, 13.375, 8.925, 13.675 ], "texture": "#texture4" }, - "north": { "uv": [ 7.075, 15.45, 7.375, 15.75 ], "texture": "#texture4" }, - "south": { "uv": [ 8.625, 15.45, 8.925, 15.75 ], "texture": "#texture4" }, - "west": { "uv": [ 13.375, 15.45, 13.675, 15.75 ], "texture": "#texture4" }, - "east": { "uv": [ 2.325, 15.45, 2.625, 15.75 ], "texture": "#texture4" } - } - }, - { - "__comment": "Box62", - "from": [ 8.625, 0.25, 1.375 ], - "to": [ 8.925, 0.55, 1.675 ], - "faces": { - "down": { "uv": [ 8.625, 14.325, 8.925, 14.625 ], "texture": "#texture4" }, - "up": { "uv": [ 8.625, 1.375, 8.925, 1.675 ], "texture": "#texture4" }, - "north": { "uv": [ 7.075, 15.45, 7.375, 15.75 ], "texture": "#texture4" }, - "south": { "uv": [ 8.625, 15.45, 8.925, 15.75 ], "texture": "#texture4" }, - "west": { "uv": [ 1.375, 15.45, 1.675, 15.75 ], "texture": "#texture4" }, - "east": { "uv": [ 14.325, 15.45, 14.625, 15.75 ], "texture": "#texture4" } - } - }, - { - "__comment": "Box62", - "from": [ 6.125, 0.25, 1.375 ], - "to": [ 6.425, 0.55, 1.675 ], - "faces": { - "down": { "uv": [ 6.125, 14.325, 6.425, 14.625 ], "texture": "#texture4" }, - "up": { "uv": [ 6.125, 1.375, 6.425, 1.675 ], "texture": "#texture4" }, - "north": { "uv": [ 9.575, 15.45, 9.875, 15.75 ], "texture": "#texture4" }, - "south": { "uv": [ 6.125, 15.45, 6.425, 15.75 ], "texture": "#texture4" }, - "west": { "uv": [ 1.375, 15.45, 1.675, 15.75 ], "texture": "#texture4" }, - "east": { "uv": [ 14.325, 15.45, 14.625, 15.75 ], "texture": "#texture4" } - } - }, - { - "__comment": "Box62", - "from": [ 1.875, 0.25, 1.905 ], - "to": [ 2.175, 0.55, 2.205 ], - "faces": { - "down": { "uv": [ 1.875, 13.795, 2.175, 14.095 ], "texture": "#texture4" }, - "up": { "uv": [ 1.875, 1.905, 2.175, 2.205 ], "texture": "#texture4" }, - "north": { "uv": [ 13.825, 15.45, 14.125, 15.75 ], "texture": "#texture4" }, - "south": { "uv": [ 1.875, 15.45, 2.175, 15.75 ], "texture": "#texture4" }, - "west": { "uv": [ 1.905, 15.45, 2.205, 15.75 ], "texture": "#texture4" }, - "east": { "uv": [ 13.795, 15.45, 14.095, 15.75 ], "texture": "#texture4" } - } - }, - { - "__comment": "Box62", - "from": [ 12.79, 0.25, 1.905 ], - "to": [ 13.09, 0.55, 2.205 ], - "faces": { - "down": { "uv": [ 12.79, 13.795, 13.09, 14.095 ], "texture": "#texture4" }, - "up": { "uv": [ 12.79, 1.905, 13.09, 2.205 ], "texture": "#texture4" }, - "north": { "uv": [ 2.91, 15.45, 3.21, 15.75 ], "texture": "#texture4" }, - "south": { "uv": [ 12.79, 15.45, 13.09, 15.75 ], "texture": "#texture4" }, - "west": { "uv": [ 1.905, 15.45, 2.205, 15.75 ], "texture": "#texture4" }, - "east": { "uv": [ 13.795, 15.45, 14.095, 15.75 ], "texture": "#texture4" } - } - }, - { - "__comment": "Box110", - "from": [ 2.125, 1.5, 3.25 ], - "to": [ 2.825, 2.2, 3.95 ], - "rotation": { "origin": [ 2.125, 1.5, 3.25 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 1.75, 11.925, 2.45, 12.625 ], "texture": "#texture5" }, - "up": { "uv": [ 1.75, 3.375, 2.45, 4.075 ], "texture": "#texture5" }, - "north": { "uv": [ 13.55, 13.8, 14.25, 14.5 ], "texture": "#texture5" }, - "south": { "uv": [ 1.75, 13.8, 2.45, 14.5 ], "texture": "#texture5" }, - "west": { "uv": [ 3.375, 13.8, 4.075, 14.5 ], "texture": "#texture5" }, - "east": { "uv": [ 11.925, 13.8, 12.625, 14.5 ], "texture": "#texture5" } - } - }, - { - "__comment": "Box110", - "from": [ 3.75, 1.5, 1.625 ], - "to": [ 4.45, 2.2, 2.325 ], - "rotation": { "origin": [ 3.75, 1.5, 1.625 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 3.375, 13.55, 4.075, 14.25 ], "texture": "#texture5" }, - "up": { "uv": [ 3.375, 1.75, 4.075, 2.45 ], "texture": "#texture5" }, - "north": { "uv": [ 11.925, 13.8, 12.625, 14.5 ], "texture": "#texture5" }, - "south": { "uv": [ 3.375, 13.8, 4.075, 14.5 ], "texture": "#texture5" }, - "west": { "uv": [ 1.75, 13.8, 2.45, 14.5 ], "texture": "#texture5" }, - "east": { "uv": [ 13.55, 13.8, 14.25, 14.5 ], "texture": "#texture5" } - } - }, - { - "__comment": "Box110", - "from": [ 7.125, 1.5, 1.75 ], - "to": [ 7.825, 2.2, 2.45 ], - "faces": { - "down": { "uv": [ 7.125, 13.55, 7.825, 14.25 ], "texture": "#texture5" }, - "up": { "uv": [ 7.125, 1.75, 7.825, 2.45 ], "texture": "#texture5" }, - "north": { "uv": [ 8.175, 13.8, 8.875, 14.5 ], "texture": "#texture5" }, - "south": { "uv": [ 7.125, 13.8, 7.825, 14.5 ], "texture": "#texture5" }, - "west": { "uv": [ 1.75, 13.8, 2.45, 14.5 ], "texture": "#texture5" }, - "east": { "uv": [ 13.55, 13.8, 14.25, 14.5 ], "texture": "#texture5" } - } - }, - { - "__comment": "Box110", - "from": [ 11.25, 1.5, 1.625 ], - "to": [ 11.95, 2.2, 2.325 ], - "rotation": { "origin": [ 11.25, 1.5, 1.625 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 10.875, 13.55, 11.575, 14.25 ], "texture": "#texture5" }, - "up": { "uv": [ 10.875, 1.75, 11.575, 2.45 ], "texture": "#texture5" }, - "north": { "uv": [ 4.425, 13.8, 5.125, 14.5 ], "texture": "#texture5" }, - "south": { "uv": [ 10.875, 13.8, 11.575, 14.5 ], "texture": "#texture5" }, - "west": { "uv": [ 1.75, 13.8, 2.45, 14.5 ], "texture": "#texture5" }, - "east": { "uv": [ 13.55, 13.8, 14.25, 14.5 ], "texture": "#texture5" } - } - }, - { - "__comment": "Box110", - "from": [ 12.875, 1.5, 3.25 ], - "to": [ 13.575, 2.2, 3.95 ], - "rotation": { "origin": [ 12.875, 1.5, 3.25 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 12.5, 11.925, 13.2, 12.625 ], "texture": "#texture5" }, - "up": { "uv": [ 12.5, 3.375, 13.2, 4.075 ], "texture": "#texture5" }, - "north": { "uv": [ 2.8, 13.8, 3.5, 14.5 ], "texture": "#texture5" }, - "south": { "uv": [ 12.5, 13.8, 13.2, 14.5 ], "texture": "#texture5" }, - "west": { "uv": [ 3.375, 13.8, 4.075, 14.5 ], "texture": "#texture5" }, - "east": { "uv": [ 11.925, 13.8, 12.625, 14.5 ], "texture": "#texture5" } - } - }, - { - "__comment": "Box110", - "from": [ 12.875, 1.5, 7 ], - "to": [ 13.575, 2.2, 7.7 ], - "rotation": { "origin": [ 12.875, 1.5, 7 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 12.5, 8.175, 13.2, 8.875 ], "texture": "#texture5" }, - "up": { "uv": [ 12.5, 7.125, 13.2, 7.825 ], "texture": "#texture5" }, - "north": { "uv": [ 2.8, 13.8, 3.5, 14.5 ], "texture": "#texture5" }, - "south": { "uv": [ 12.5, 13.8, 13.2, 14.5 ], "texture": "#texture5" }, - "west": { "uv": [ 7.125, 13.8, 7.825, 14.5 ], "texture": "#texture5" }, - "east": { "uv": [ 8.175, 13.8, 8.875, 14.5 ], "texture": "#texture5" } - } - }, - { - "__comment": "Box110", - "from": [ 12.875, 1.5, 10.75 ], - "to": [ 13.575, 2.2, 11.45 ], - "rotation": { "origin": [ 12.875, 1.5, 10.75 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 12.5, 4.425, 13.2, 5.125 ], "texture": "#texture5" }, - "up": { "uv": [ 12.5, 10.875, 13.2, 11.575 ], "texture": "#texture5" }, - "north": { "uv": [ 2.8, 13.8, 3.5, 14.5 ], "texture": "#texture5" }, - "south": { "uv": [ 12.5, 13.8, 13.2, 14.5 ], "texture": "#texture5" }, - "west": { "uv": [ 10.875, 13.8, 11.575, 14.5 ], "texture": "#texture5" }, - "east": { "uv": [ 4.425, 13.8, 5.125, 14.5 ], "texture": "#texture5" } - } - }, - { - "__comment": "Box110", - "from": [ 11.25, 1.5, 12.375 ], - "to": [ 11.95, 2.2, 13.075 ], - "rotation": { "origin": [ 11.25, 1.5, 12.375 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 10.875, 2.8, 11.575, 3.5 ], "texture": "#texture5" }, - "up": { "uv": [ 10.875, 12.5, 11.575, 13.2 ], "texture": "#texture5" }, - "north": { "uv": [ 4.425, 13.8, 5.125, 14.5 ], "texture": "#texture5" }, - "south": { "uv": [ 10.875, 13.8, 11.575, 14.5 ], "texture": "#texture5" }, - "west": { "uv": [ 12.5, 13.8, 13.2, 14.5 ], "texture": "#texture5" }, - "east": { "uv": [ 2.8, 13.8, 3.5, 14.5 ], "texture": "#texture5" } - } - }, - { - "__comment": "Box110", - "from": [ 7.5, 1.5, 12.375 ], - "to": [ 8.2, 2.2, 13.075 ], - "rotation": { "origin": [ 7.5, 1.5, 12.375 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 7.125, 2.8, 7.825, 3.5 ], "texture": "#texture5" }, - "up": { "uv": [ 7.125, 12.5, 7.825, 13.2 ], "texture": "#texture5" }, - "north": { "uv": [ 8.175, 13.8, 8.875, 14.5 ], "texture": "#texture5" }, - "south": { "uv": [ 7.125, 13.8, 7.825, 14.5 ], "texture": "#texture5" }, - "west": { "uv": [ 12.5, 13.8, 13.2, 14.5 ], "texture": "#texture5" }, - "east": { "uv": [ 2.8, 13.8, 3.5, 14.5 ], "texture": "#texture5" } - } - }, - { - "__comment": "Box110", - "from": [ 3.75, 1.5, 12.375 ], - "to": [ 4.45, 2.2, 13.075 ], - "rotation": { "origin": [ 3.75, 1.5, 12.375 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 3.375, 2.8, 4.075, 3.5 ], "texture": "#texture5" }, - "up": { "uv": [ 3.375, 12.5, 4.075, 13.2 ], "texture": "#texture5" }, - "north": { "uv": [ 11.925, 13.8, 12.625, 14.5 ], "texture": "#texture5" }, - "south": { "uv": [ 3.375, 13.8, 4.075, 14.5 ], "texture": "#texture5" }, - "west": { "uv": [ 12.5, 13.8, 13.2, 14.5 ], "texture": "#texture5" }, - "east": { "uv": [ 2.8, 13.8, 3.5, 14.5 ], "texture": "#texture5" } - } - }, - { - "__comment": "Box110", - "from": [ 2.125, 1.5, 10.75 ], - "to": [ 2.825, 2.2, 11.45 ], - "rotation": { "origin": [ 2.125, 1.5, 10.75 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 1.75, 4.425, 2.45, 5.125 ], "texture": "#texture5" }, - "up": { "uv": [ 1.75, 10.875, 2.45, 11.575 ], "texture": "#texture5" }, - "north": { "uv": [ 13.55, 13.8, 14.25, 14.5 ], "texture": "#texture5" }, - "south": { "uv": [ 1.75, 13.8, 2.45, 14.5 ], "texture": "#texture5" }, - "west": { "uv": [ 10.875, 13.8, 11.575, 14.5 ], "texture": "#texture5" }, - "east": { "uv": [ 4.425, 13.8, 5.125, 14.5 ], "texture": "#texture5" } - } - }, - { - "__comment": "Box110", - "from": [ 2.125, 1.5, 7 ], - "to": [ 2.825, 2.2, 7.7 ], - "rotation": { "origin": [ 2.125, 1.5, 7 ], "axis": "y", "angle": -45 }, - "faces": { - "down": { "uv": [ 1.75, 8.175, 2.45, 8.875 ], "texture": "#texture5" }, - "up": { "uv": [ 1.75, 7.125, 2.45, 7.825 ], "texture": "#texture5" }, - "north": { "uv": [ 13.55, 13.8, 14.25, 14.5 ], "texture": "#texture5" }, - "south": { "uv": [ 1.75, 13.8, 2.45, 14.5 ], "texture": "#texture5" }, - "west": { "uv": [ 7.125, 13.8, 7.825, 14.5 ], "texture": "#texture5" }, - "east": { "uv": [ 8.175, 13.8, 8.875, 14.5 ], "texture": "#texture5" } - } - } - ], - "display": { - "thirdperson_righthand": { - "rotation": [ 55, 166, 11 ], - "translation": [ -1.391, 5.5652, 4.1739 ], - "scale": [ 0.7565, 0.9304, 0.6521 ] - }, - "thirdperson_lefthand": { - "rotation": [ 55, -33, 11 ], - "translation": [ -1.391, 5.5652, 4.1739 ], - "scale": [ 0.7565, 0.9304, 0.6521 ] - }, - "firstperson_righthand": { - "rotation": [ -3, 180, 0 ], - "translation": [ 0, 7.6521, 0 ], - "scale": [ 0.7913, 0.9304, 0.7217 ] - }, - "firstperson_lefthand": { - "rotation": [ -3, 16, 0 ], - "translation": [ 0, 7.6521, 0 ], - "scale": [ 0.7913, 0.9304, 0.7217 ] - }, - "gui": { - "rotation": [ 0, -90, 0 ], - "translation": [ -0.695, 4.8695, 0 ], - "scale": [ 1, 1.2782, 1 ] - }, - "head": { - "rotation": [ 0, 90, 0 ], - "translation": [ 0.6956, 18.779, -0.695 ], - "scale": [ 1.4173, 1.5214, 1.4173 ] - }, - "ground": { - "translation": [ 0, 7.6521, 0 ], - "scale": [ 0.7217, 0.9651, 0.7565 ] - }, - "fixed": { - "rotation": [ 0, 90, 0 ], - "translation": [ 0, 3.4782, 0 ] - } - } -} \ No newline at end of file +{"__comment":"Designed_by_Kodak_kev_with_Cubik_Studio_-_https://cubik.studio","textures":{"particle":"item/e_particle","texture":"block/yellow_terracotta","texture1":"block/crown","texture2":"block/crown_rim","texture3":"block/red_wool","texture4":"block/emerald_block","texture5":"block/oak_planks","texture6":"block/oak_planks"},"elements":[{"__comment":"Cube1","from":[2,0,2],"to":[3,1,3],"faces":{"down":{"uv":[2,13,3,14],"texture":"#texture"},"up":{"uv":[2,2,3,3],"texture":"#texture"},"north":{"uv":[13,15,14,16],"texture":"#texture"},"south":{"uv":[2,15,3,16],"texture":"#texture"},"west":{"uv":[2,15,3,16],"texture":"#texture"},"east":{"uv":[13,15,14,16],"texture":"#texture"}}},{"__comment":"Cube1","from":[2.5,0,1.5],"to":[12.5,1,2.5],"faces":{"down":{"uv":[2.5,13.5,12.5,14.5],"texture":"#texture"},"up":{"uv":[2.5,1.5,12.5,2.5],"texture":"#texture"},"north":{"uv":[3.5,15,13.5,16],"texture":"#texture"},"south":{"uv":[2.5,15,12.5,16],"texture":"#texture"},"west":{"uv":[1.5,15,2.5,16],"texture":"#texture"},"east":{"uv":[13.5,15,14.5,16],"texture":"#texture"}}},{"__comment":"Cube1","from":[2,-1.5,1.375],"to":[13,0,2.375],"faces":{"down":{"uv":[0,0,16,16],"texture":"#texture2"},"up":{"uv":[0,0,16,16],"texture":"#texture2"},"north":{"uv":[0,0,16,16],"texture":"#texture2"},"south":{"uv":[0,0,16,16],"texture":"#texture2"},"west":{"uv":[0,0,16,16],"texture":"#texture2"},"east":{"uv":[0,0,16,16],"texture":"#texture2"}}},{"__comment":"Cube1","from":[12.625,-1.5,2],"to":[13.625,0,13],"faces":{"down":{"uv":[0,0,16,16],"texture":"#texture2"},"up":{"uv":[0,0,16,16],"texture":"#texture2"},"north":{"uv":[0,0,16,16],"texture":"#texture2"},"south":{"uv":[0,0,16,16],"texture":"#texture2"},"west":{"uv":[0,0,16,16],"texture":"#texture2"},"east":{"uv":[0,0,16,16],"texture":"#texture2"}}},{"__comment":"Cube1","from":[12.5,0,2.5],"to":[13.5,1,12.5],"faces":{"down":{"uv":[12.5,3.5,13.5,13.5],"texture":"#texture"},"up":{"uv":[12.5,2.5,13.5,12.5],"texture":"#texture"},"north":{"uv":[2.5,15,3.5,16],"texture":"#texture"},"south":{"uv":[12.5,15,13.5,16],"texture":"#texture"},"west":{"uv":[2.5,15,12.5,16],"texture":"#texture"},"east":{"uv":[3.5,15,13.5,16],"texture":"#texture"}}},{"__comment":"Cube1","from":[2,0,12],"to":[3,1,13],"faces":{"down":{"uv":[2,3,3,4],"texture":"#texture"},"up":{"uv":[2,12,3,13],"texture":"#texture"},"north":{"uv":[13,15,14,16],"texture":"#texture"},"south":{"uv":[2,15,3,16],"texture":"#texture"},"west":{"uv":[12,15,13,16],"texture":"#texture"},"east":{"uv":[3,15,4,16],"texture":"#texture"}}},{"__comment":"Cube1","from":[12,0,2],"to":[13,1,3],"faces":{"down":{"uv":[12,13,13,14],"texture":"#texture"},"up":{"uv":[12,2,13,3],"texture":"#texture"},"north":{"uv":[3,15,4,16],"texture":"#texture"},"south":{"uv":[12,15,13,16],"texture":"#texture"},"west":{"uv":[2,15,3,16],"texture":"#texture"},"east":{"uv":[13,15,14,16],"texture":"#texture"}}},{"__comment":"Cube1","from":[12,0,12],"to":[13,1,13],"faces":{"down":{"uv":[12,3,13,4],"texture":"#texture"},"up":{"uv":[12,12,13,13],"texture":"#texture"},"north":{"uv":[3,15,4,16],"texture":"#texture"},"south":{"uv":[12,15,13,16],"texture":"#texture"},"west":{"uv":[12,15,13,16],"texture":"#texture"},"east":{"uv":[3,15,4,16],"texture":"#texture"}}},{"__comment":"Box32","from":[7,1,2.125],"to":[8,2,2.625],"faces":{"down":{"uv":[7,13.375,8,13.875],"texture":"#texture"},"up":{"uv":[7,2.125,8,2.625],"texture":"#texture"},"north":{"uv":[8,14,9,15],"texture":"#texture"},"south":{"uv":[7,14,8,15],"texture":"#texture"},"west":{"uv":[2.125,14,2.625,15],"texture":"#texture"},"east":{"uv":[13.375,14,13.875,15],"texture":"#texture"}}},{"__comment":"Box32","from":[12.375,1,7],"to":[12.875,2,8],"faces":{"down":{"uv":[12.375,8,12.875,9],"texture":"#texture"},"up":{"uv":[12.375,7,12.875,8],"texture":"#texture"},"north":{"uv":[3.125,14,3.625,15],"texture":"#texture"},"south":{"uv":[12.375,14,12.875,15],"texture":"#texture"},"west":{"uv":[7,14,8,15],"texture":"#texture"},"east":{"uv":[8,14,9,15],"texture":"#texture"}}},{"__comment":"Box32","from":[7,1,12.375],"to":[8,2,12.875],"faces":{"down":{"uv":[7,3.125,8,3.625],"texture":"#texture"},"up":{"uv":[7,12.375,8,12.875],"texture":"#texture"},"north":{"uv":[8,14,9,15],"texture":"#texture"},"south":{"uv":[7,14,8,15],"texture":"#texture"},"west":{"uv":[12.375,14,12.875,15],"texture":"#texture"},"east":{"uv":[3.125,14,3.625,15],"texture":"#texture"}}},{"__comment":"Box32","from":[7,1.875,12.5],"to":[8,2.875,13],"rotation":{"origin":[7,1.875,12.5],"axis":"x","angle":22.5},"faces":{"down":{"uv":[4,3,5,3.5],"texture":"#texture"},"up":{"uv":[4,12.5,5,13],"texture":"#texture"},"north":{"uv":[11,14,12,15],"texture":"#texture"},"south":{"uv":[4,14,5,15],"texture":"#texture"},"west":{"uv":[12.5,14,13,15],"texture":"#texture"},"east":{"uv":[3,14,3.5,15],"texture":"#texture"}}},{"__comment":"Box32","from":[2.125,1,7],"to":[2.625,2,8],"faces":{"down":{"uv":[2.125,8,2.625,9],"texture":"#texture"},"up":{"uv":[2.125,7,2.625,8],"texture":"#texture"},"north":{"uv":[13.375,14,13.875,15],"texture":"#texture"},"south":{"uv":[2.125,14,2.625,15],"texture":"#texture"},"west":{"uv":[7,14,8,15],"texture":"#texture"},"east":{"uv":[8,14,9,15],"texture":"#texture"}}},{"__comment":"Box32","from":[7,1.75,2],"to":[8,2.75,2.5],"rotation":{"origin":[7,1.75,2],"axis":"x","angle":-22.5},"faces":{"down":{"uv":[4,3,5,3.5],"texture":"#texture"},"up":{"uv":[4,12.5,5,13],"texture":"#texture"},"north":{"uv":[11,14,12,15],"texture":"#texture"},"south":{"uv":[4,14,5,15],"texture":"#texture"},"west":{"uv":[12.5,14,13,15],"texture":"#texture"},"east":{"uv":[3,14,3.5,15],"texture":"#texture"}}},{"__comment":"Box32","from":[12.5,1.875,7],"to":[13,2.875,8],"rotation":{"origin":[12.5,1.875,7],"axis":"z","angle":-22.5},"faces":{"down":{"uv":[2,11,2.5,12],"texture":"#texture"},"up":{"uv":[2,4,2.5,5],"texture":"#texture"},"north":{"uv":[13.5,14,14,15],"texture":"#texture"},"south":{"uv":[2,14,2.5,15],"texture":"#texture"},"west":{"uv":[4,14,5,15],"texture":"#texture"},"east":{"uv":[11,14,12,15],"texture":"#texture"}}},{"__comment":"Box32","from":[2,1.75,7],"to":[2.5,2.75,8],"rotation":{"origin":[2,1.75,7],"axis":"z","angle":22.5},"faces":{"down":{"uv":[2,11,2.5,12],"texture":"#texture"},"up":{"uv":[2,4,2.5,5],"texture":"#texture"},"north":{"uv":[13.5,14,14,15],"texture":"#texture"},"south":{"uv":[2,14,2.5,15],"texture":"#texture"},"west":{"uv":[4,14,5,15],"texture":"#texture"},"east":{"uv":[11,14,12,15],"texture":"#texture"}}},{"__comment":"Box32","from":[7,2.5,12.875],"to":[8,4,13.375],"faces":{"down":{"uv":[7,2.625,8,3.125],"texture":"#texture"},"up":{"uv":[7,12.875,8,13.375],"texture":"#texture"},"north":{"uv":[8,12,9,13.5],"texture":"#texture"},"south":{"uv":[7,12,8,13.5],"texture":"#texture"},"west":{"uv":[12.875,12,13.375,13.5],"texture":"#texture"},"east":{"uv":[2.625,12,3.125,13.5],"texture":"#texture"}}},{"__comment":"Box32","from":[12.875,2.5,7],"to":[13.375,4,8],"faces":{"down":{"uv":[12.875,8,13.375,9],"texture":"#texture"},"up":{"uv":[12.875,7,13.375,8],"texture":"#texture"},"north":{"uv":[2.625,12,3.125,13.5],"texture":"#texture"},"south":{"uv":[12.875,12,13.375,13.5],"texture":"#texture"},"west":{"uv":[7,12,8,13.5],"texture":"#texture"},"east":{"uv":[8,12,9,13.5],"texture":"#texture"}}},{"__comment":"Box32","from":[1.625,2.5,7],"to":[2.125,4,8],"faces":{"down":{"uv":[1.625,8,2.125,9],"texture":"#texture"},"up":{"uv":[1.625,7,2.125,8],"texture":"#texture"},"north":{"uv":[13.875,12,14.375,13.5],"texture":"#texture"},"south":{"uv":[1.625,12,2.125,13.5],"texture":"#texture"},"west":{"uv":[7,12,8,13.5],"texture":"#texture"},"east":{"uv":[8,12,9,13.5],"texture":"#texture"}}},{"__comment":"Box32","from":[7,3.625,12.875],"to":[8,5.125,13.375],"rotation":{"origin":[7,3.625,12.875],"axis":"x","angle":-22.5},"faces":{"down":{"uv":[7,13.875,8,14.375],"texture":"#texture"},"up":{"uv":[7,1.625,8,2.125],"texture":"#texture"},"north":{"uv":[8,12,9,13.5],"texture":"#texture"},"south":{"uv":[7,12,8,13.5],"texture":"#texture"},"west":{"uv":[1.625,12,2.125,13.5],"texture":"#texture"},"east":{"uv":[13.875,12,14.375,13.5],"texture":"#texture"}}},{"__comment":"Box31","from":[3.25,3,3],"to":[11.75,4.5,12],"faces":{"down":{"uv":[3.25,4,11.75,13],"texture":"#texture1"},"up":{"uv":[3.25,3,11.75,12],"texture":"#texture1"},"north":{"uv":[4.25,11.5,12.75,13],"texture":"#texture1"},"south":{"uv":[3.25,11.5,11.75,13],"texture":"#texture1"},"west":{"uv":[3,11.5,12,13],"texture":"#texture1"},"east":{"uv":[4,11.5,13,13],"texture":"#texture1"}}},{"__comment":"Box32","from":[7,2.5,1.625],"to":[8,4,2.125],"faces":{"down":{"uv":[7,13.875,8,14.375],"texture":"#texture"},"up":{"uv":[7,1.625,8,2.125],"texture":"#texture"},"north":{"uv":[8,12,9,13.5],"texture":"#texture"},"south":{"uv":[7,12,8,13.5],"texture":"#texture"},"west":{"uv":[1.625,12,2.125,13.5],"texture":"#texture"},"east":{"uv":[13.875,12,14.375,13.5],"texture":"#texture"}}},{"__comment":"Box32","from":[7,4.75,11.125],"to":[8,5.25,12.625],"faces":{"down":{"uv":[7,13.875,8,14.375],"texture":"#texture"},"up":{"uv":[7,1.625,8,2.125],"texture":"#texture"},"north":{"uv":[8,12,9,13.5],"texture":"#texture"},"south":{"uv":[7,12,8,13.5],"texture":"#texture"},"west":{"uv":[1.625,12,2.125,13.5],"texture":"#texture"},"east":{"uv":[13.875,12,14.375,13.5],"texture":"#texture"}}},{"__comment":"Box32","from":[12.875,3.625,7],"to":[13.375,5.125,8],"rotation":{"origin":[12.875,3.625,7],"axis":"z","angle":22.5},"faces":{"down":{"uv":[1.625,8,2.125,9],"texture":"#texture"},"up":{"uv":[1.625,7,2.125,8],"texture":"#texture"},"north":{"uv":[13.875,11.5,14.375,12.5],"texture":"#texture"},"south":{"uv":[1.625,11.5,2.125,12.5],"texture":"#texture"},"west":{"uv":[7,11.5,8,12.5],"texture":"#texture"},"east":{"uv":[8,11.5,9,12.5],"texture":"#texture"}}},{"__comment":"Box32","from":[1.625,3.875,7],"to":[2.125,5.375,8],"rotation":{"origin":[1.625,3.875,7],"axis":"z","angle":-22.5},"faces":{"down":{"uv":[1.625,8,2.125,9],"texture":"#texture"},"up":{"uv":[1.625,7,2.125,8],"texture":"#texture"},"north":{"uv":[13.875,11.5,14.375,12.5],"texture":"#texture"},"south":{"uv":[1.625,11.5,2.125,12.5],"texture":"#texture"},"west":{"uv":[7,11.5,8,12.5],"texture":"#texture"},"east":{"uv":[8,11.5,9,12.5],"texture":"#texture"}}},{"__comment":"Box32","from":[7,3.875,1.625],"to":[8,5.375,2.125],"rotation":{"origin":[7,3.875,1.625],"axis":"x","angle":22.5},"faces":{"down":{"uv":[7,13.875,8,14.375],"texture":"#texture"},"up":{"uv":[7,1.625,8,2.125],"texture":"#texture"},"north":{"uv":[8,12,9,13.5],"texture":"#texture"},"south":{"uv":[7,12,8,13.5],"texture":"#texture"},"west":{"uv":[1.625,12,2.125,13.5],"texture":"#texture"},"east":{"uv":[13.875,12,14.375,13.5],"texture":"#texture"}}},{"__comment":"Box32","from":[7,4.25,9.875],"to":[8,4.75,11.375],"rotation":{"origin":[7,4.25,9.875],"axis":"x","angle":-22.5},"faces":{"down":{"uv":[7,13.875,8,14.375],"texture":"#texture"},"up":{"uv":[7,1.625,8,2.125],"texture":"#texture"},"north":{"uv":[8,12,9,13.5],"texture":"#texture"},"south":{"uv":[7,12,8,13.5],"texture":"#texture"},"west":{"uv":[1.625,12,2.125,13.5],"texture":"#texture"},"east":{"uv":[13.875,12,14.375,13.5],"texture":"#texture"}}},{"__comment":"Box32","from":[3.625,4.75,7],"to":[5.125,5.25,8],"rotation":{"origin":[3.625,4.75,7],"axis":"z","angle":-22.5},"faces":{"down":{"uv":[7,13.875,8,14.375],"texture":"#texture"},"up":{"uv":[7,1.625,8,2.125],"texture":"#texture"},"north":{"uv":[8,12,9,13.5],"texture":"#texture"},"south":{"uv":[7,12,8,13.5],"texture":"#texture"},"west":{"uv":[1.625,12,2.125,13.5],"texture":"#texture"},"east":{"uv":[13.875,12,14.375,13.5],"texture":"#texture"}}},{"__comment":"Box32","from":[7,4.875,3.625],"to":[8,5.375,5.125],"rotation":{"origin":[7,4.875,3.625],"axis":"x","angle":22.5},"faces":{"down":{"uv":[7,13.875,8,14.375],"texture":"#texture"},"up":{"uv":[7,1.625,8,2.125],"texture":"#texture"},"north":{"uv":[8,12,9,13.5],"texture":"#texture"},"south":{"uv":[7,12,8,13.5],"texture":"#texture"},"west":{"uv":[1.625,12,2.125,13.5],"texture":"#texture"},"east":{"uv":[13.875,12,14.375,13.5],"texture":"#texture"}}},{"__comment":"Box32","from":[7,4.75,2.375],"to":[8,5.25,3.875],"faces":{"down":{"uv":[7,13.875,8,14.375],"texture":"#texture"},"up":{"uv":[7,1.625,8,2.125],"texture":"#texture"},"north":{"uv":[8,12,9,13.5],"texture":"#texture"},"south":{"uv":[7,12,8,13.5],"texture":"#texture"},"west":{"uv":[1.625,12,2.125,13.5],"texture":"#texture"},"east":{"uv":[13.875,12,14.375,13.5],"texture":"#texture"}}},{"__comment":"Box32","from":[10,4.125,7],"to":[11.5,4.625,8],"rotation":{"origin":[10,4.125,7],"axis":"z","angle":22.5},"faces":{"down":{"uv":[7,13.875,8,14.375],"texture":"#texture"},"up":{"uv":[7,1.625,8,2.125],"texture":"#texture"},"north":{"uv":[8,12,9,13.5],"texture":"#texture"},"south":{"uv":[7,12,8,13.5],"texture":"#texture"},"west":{"uv":[1.625,12,2.125,13.5],"texture":"#texture"},"east":{"uv":[13.875,12,14.375,13.5],"texture":"#texture"}}},{"__comment":"Box32","from":[4.5,4.25,7],"to":[10.5,4.75,8],"faces":{"down":{"uv":[7,13.875,8,14.375],"texture":"#texture"},"up":{"uv":[7,1.625,8,2.125],"texture":"#texture"},"north":{"uv":[8,12,9,13.5],"texture":"#texture"},"south":{"uv":[7,12,8,13.5],"texture":"#texture"},"west":{"uv":[1.625,12,2.125,13.5],"texture":"#texture"},"east":{"uv":[13.875,12,14.375,13.5],"texture":"#texture"}}},{"__comment":"Box32","from":[11.125,4.75,7],"to":[12.625,5.25,8],"faces":{"down":{"uv":[7,13.875,8,14.375],"texture":"#texture"},"up":{"uv":[7,1.625,8,2.125],"texture":"#texture"},"north":{"uv":[8,12,9,13.5],"texture":"#texture"},"south":{"uv":[7,12,8,13.5],"texture":"#texture"},"west":{"uv":[1.625,12,2.125,13.5],"texture":"#texture"},"east":{"uv":[13.875,12,14.375,13.5],"texture":"#texture"}}},{"__comment":"Box32","from":[7,4.25,4.625],"to":[8,4.75,10.125],"faces":{"down":{"uv":[7,13.875,8,14.375],"texture":"#texture"},"up":{"uv":[7,1.625,8,2.125],"texture":"#texture"},"north":{"uv":[8,12,9,13.5],"texture":"#texture"},"south":{"uv":[7,12,8,13.5],"texture":"#texture"},"west":{"uv":[1.625,12,2.125,13.5],"texture":"#texture"},"east":{"uv":[13.875,12,14.375,13.5],"texture":"#texture"}}},{"__comment":"Box32","from":[2.375,4.75,7],"to":[3.875,5.25,8],"faces":{"down":{"uv":[7,13.875,8,14.375],"texture":"#texture"},"up":{"uv":[7,1.625,8,2.125],"texture":"#texture"},"north":{"uv":[8,12,9,13.5],"texture":"#texture"},"south":{"uv":[7,12,8,13.5],"texture":"#texture"},"west":{"uv":[1.625,12,2.125,13.5],"texture":"#texture"},"east":{"uv":[13.875,12,14.375,13.5],"texture":"#texture"}}},{"__comment":"Box52","from":[3.5,0.375,10.375],"to":[11.5,4.375,11.375],"rotation":{"origin":[3.5,0.375,10.375],"axis":"x","angle":22.5},"faces":{"down":{"uv":[3.5,12,11.5,13],"texture":"#texture1"},"up":{"uv":[3.5,3,11.5,4],"texture":"#texture1"},"north":{"uv":[4.5,12,12.5,16],"texture":"#texture1"},"south":{"uv":[3.5,12,11.5,16],"texture":"#texture1"},"west":{"uv":[3,12,4,16],"texture":"#texture1"},"east":{"uv":[12,12,13,16],"texture":"#texture1"}}},{"__comment":"Box52","from":[3.5,0,3.75],"to":[11.5,4,4.75],"rotation":{"origin":[3.5,0,3.75],"axis":"x","angle":-22.5},"faces":{"down":{"uv":[3.5,12,11.5,13],"texture":"#texture1"},"up":{"uv":[3.5,3,11.5,4],"texture":"#texture1"},"north":{"uv":[4.5,12,12.5,16],"texture":"#texture1"},"south":{"uv":[3.5,12,11.5,16],"texture":"#texture1"},"west":{"uv":[3,12,4,16],"texture":"#texture1"},"east":{"uv":[12,12,13,16],"texture":"#texture1"}}},{"__comment":"Box31","from":[6.5,3.75,6.5],"to":[8.5,5.25,8.5],"faces":{"down":{"uv":[6.5,7.5,8.5,9.5],"texture":"#texture"},"up":{"uv":[6.5,6.5,8.5,8.5],"texture":"#texture"},"north":{"uv":[7.5,10.75,9.5,12.25],"texture":"#texture"},"south":{"uv":[6.5,10.75,8.5,12.25],"texture":"#texture"},"west":{"uv":[6.5,10.75,8.5,12.25],"texture":"#texture"},"east":{"uv":[7.5,10.75,9.5,12.25],"texture":"#texture"}}},{"__comment":"Box31","from":[7,4.25,7],"to":[8,5.75,8],"faces":{"down":{"uv":[7,8,8,9],"texture":"#texture"},"up":{"uv":[7,7,8,8],"texture":"#texture"},"north":{"uv":[8,10.25,9,11.75],"texture":"#texture"},"south":{"uv":[7,10.25,8,11.75],"texture":"#texture"},"west":{"uv":[7,10.25,8,11.75],"texture":"#texture"},"east":{"uv":[8,10.25,9,11.75],"texture":"#texture"}}},{"__comment":"Box56","from":[10.5,0.875,3],"to":[11.5,4.375,12],"rotation":{"origin":[10.5,0.875,3],"axis":"z","angle":-22.5},"faces":{"down":{"uv":[2.5,4,3.5,13],"texture":"#texture1"},"up":{"uv":[2.5,3,3.5,12],"texture":"#texture1"},"north":{"uv":[12.5,12,13.5,15.5],"texture":"#texture1"},"south":{"uv":[2.5,12,3.5,15.5],"texture":"#texture1"},"west":{"uv":[3,12,12,15.5],"texture":"#texture1"},"east":{"uv":[4,12,13,15.5],"texture":"#texture1"}}},{"__comment":"Box56","from":[3.625,0.5,3],"to":[4.625,4,12],"rotation":{"origin":[3.625,0.5,3],"axis":"z","angle":22.5},"faces":{"down":{"uv":[2.5,4,3.5,13],"texture":"#texture1"},"up":{"uv":[2.5,3,3.5,12],"texture":"#texture1"},"north":{"uv":[12.5,12,13.5,15.5],"texture":"#texture1"},"south":{"uv":[2.5,12,3.5,15.5],"texture":"#texture1"},"west":{"uv":[3,12,12,15.5],"texture":"#texture1"},"east":{"uv":[4,12,13,15.5],"texture":"#texture1"}}},{"__comment":"Box31","from":[7.25,6.125,6.75],"to":[7.75,6.625,8.25],"faces":{"down":{"uv":[7.25,7.75,7.75,9.25],"texture":"#texture6"},"up":{"uv":[7.25,6.75,7.75,8.25],"texture":"#texture6"},"north":{"uv":[8.25,9.375,8.75,9.875],"texture":"#texture6"},"south":{"uv":[7.25,9.375,7.75,9.875],"texture":"#texture6"},"west":{"uv":[6.75,9.375,8.25,9.875],"texture":"#texture6"},"east":{"uv":[7.75,9.375,9.25,9.875],"texture":"#texture6"}}},{"__comment":"Box31","from":[7.25,5.25,7.25],"to":[7.75,7.25,7.75],"faces":{"down":{"uv":[7.25,8.25,7.75,8.75],"texture":"#texture6"},"up":{"uv":[7.25,7.25,7.75,7.75],"texture":"#texture6"},"north":{"uv":[8.25,8.75,8.75,10.75],"texture":"#texture6"},"south":{"uv":[7.25,8.75,7.75,10.75],"texture":"#texture6"},"west":{"uv":[7.25,8.75,7.75,10.75],"texture":"#texture6"},"east":{"uv":[8.25,8.75,8.75,10.75],"texture":"#texture6"}}},{"__comment":"Box50","from":[7.25,8.125,6.625],"to":[7.75,8.625,7.025],"rotation":{"origin":[7.25,8.125,6.625],"axis":"x","angle":45},"faces":{"down":{"uv":[14,3.75,15,4.25],"texture":"#texture6"},"up":{"uv":[14,11.75,15,12.25],"texture":"#texture6"},"north":{"uv":[1,9.5,2,10],"texture":"#texture6"},"south":{"uv":[14,9.5,15,10],"texture":"#texture6"},"west":{"uv":[11.75,9.5,12.25,10],"texture":"#texture6"},"east":{"uv":[3.75,9.5,4.25,10],"texture":"#texture6"}}},{"__comment":"Box50","from":[7.25,7.25,6.625],"to":[7.75,8.15,7.025],"faces":{"down":{"uv":[14,3.75,15,4.25],"texture":"#texture6"},"up":{"uv":[14,11.75,15,12.25],"texture":"#texture6"},"north":{"uv":[1,9.5,2,10],"texture":"#texture6"},"south":{"uv":[14,9.5,15,10],"texture":"#texture6"},"west":{"uv":[11.75,9.5,12.25,10],"texture":"#texture6"},"east":{"uv":[3.75,9.5,4.25,10],"texture":"#texture6"}}},{"__comment":"Box50","from":[7.25,7.875,8.125],"to":[7.75,8.375,8.525],"rotation":{"origin":[7.25,7.875,8.125],"axis":"x","angle":-45},"faces":{"down":{"uv":[14,3.75,15,4.25],"texture":"#texture6"},"up":{"uv":[14,11.75,15,12.25],"texture":"#texture6"},"north":{"uv":[1,9.5,2,10],"texture":"#texture6"},"south":{"uv":[14,9.5,15,10],"texture":"#texture6"},"west":{"uv":[11.75,9.5,12.25,10],"texture":"#texture6"},"east":{"uv":[3.75,9.5,4.25,10],"texture":"#texture6"}}},{"__comment":"Box50","from":[7.25,8.125,7],"to":[7.75,8.525,8],"faces":{"down":{"uv":[7.25,8,7.75,9],"texture":"#texture6"},"up":{"uv":[7.25,7,7.75,8],"texture":"#texture6"},"north":{"uv":[8.25,7.475,8.75,7.875],"texture":"#texture6"},"south":{"uv":[7.25,7.475,7.75,7.875],"texture":"#texture6"},"west":{"uv":[7,7.475,8,7.875],"texture":"#texture6"},"east":{"uv":[8,7.475,9,7.875],"texture":"#texture6"}}},{"__comment":"Box50","from":[7.25,7.125,8],"to":[7.75,8.125,8.4],"faces":{"down":{"uv":[14,3.75,15,4.25],"texture":"#texture6"},"up":{"uv":[14,11.75,15,12.25],"texture":"#texture6"},"north":{"uv":[1,9.5,2,10],"texture":"#texture6"},"south":{"uv":[14,9.5,15,10],"texture":"#texture6"},"west":{"uv":[11.75,9.5,12.25,10],"texture":"#texture6"},"east":{"uv":[3.75,9.5,4.25,10],"texture":"#texture6"}}},{"__comment":"Box50","from":[7.25,6.875,7],"to":[7.75,7.275,8],"faces":{"down":{"uv":[7.25,8,7.75,9],"texture":"#texture6"},"up":{"uv":[7.25,7,7.75,8],"texture":"#texture6"},"north":{"uv":[8.25,8.725,8.75,9.125],"texture":"#texture6"},"south":{"uv":[7.25,8.725,7.75,9.125],"texture":"#texture6"},"west":{"uv":[7,8.725,8,9.125],"texture":"#texture6"},"east":{"uv":[8,8.725,9,9.125],"texture":"#texture6"}}},{"__comment":"Box50","from":[7.25,6.875,7],"to":[7.75,7.375,7.4],"rotation":{"origin":[7.25,6.875,7],"axis":"x","angle":-45},"faces":{"down":{"uv":[14,3.75,15,4.25],"texture":"#texture6"},"up":{"uv":[14,11.75,15,12.25],"texture":"#texture6"},"north":{"uv":[1,9.5,2,10],"texture":"#texture6"},"south":{"uv":[14,9.5,15,10],"texture":"#texture6"},"west":{"uv":[11.75,9.5,12.25,10],"texture":"#texture6"},"east":{"uv":[3.75,9.5,4.25,10],"texture":"#texture6"}}},{"__comment":"Box50","from":[7.25,7.125,7.75],"to":[7.75,7.625,8.15],"rotation":{"origin":[7.25,7.125,7.75],"axis":"x","angle":45},"faces":{"down":{"uv":[14,3.75,15,4.25],"texture":"#texture6"},"up":{"uv":[14,11.75,15,12.25],"texture":"#texture6"},"north":{"uv":[1,9.5,2,10],"texture":"#texture6"},"south":{"uv":[14,9.5,15,10],"texture":"#texture6"},"west":{"uv":[11.75,9.5,12.25,10],"texture":"#texture6"},"east":{"uv":[3.75,9.5,4.25,10],"texture":"#texture6"}}},{"__comment":"Box62","from":[6.75,0.625,1.5],"to":[8.25,1.625,2.5],"faces":{"down":{"uv":[6.75,13.5,8.25,14.5],"texture":"#texture"},"up":{"uv":[6.75,1.5,8.25,2.5],"texture":"#texture"},"north":{"uv":[7.75,14.375,9.25,15.375],"texture":"#texture"},"south":{"uv":[6.75,14.375,8.25,15.375],"texture":"#texture"},"west":{"uv":[1.5,14.375,2.5,15.375],"texture":"#texture"},"east":{"uv":[13.5,14.375,14.5,15.375],"texture":"#texture"}}},{"__comment":"Box62","from":[10.875,0.125,13],"to":[11.575,1.125,13.7],"faces":{"down":{"uv":[10.875,2.3,11.575,3],"texture":"#texture3"},"up":{"uv":[10.875,13,11.575,13.7],"texture":"#texture3"},"north":{"uv":[4.425,14.875,5.125,15.875],"texture":"#texture3"},"south":{"uv":[10.875,14.875,11.575,15.875],"texture":"#texture3"},"west":{"uv":[13,14.875,13.7,15.875],"texture":"#texture3"},"east":{"uv":[2.3,14.875,3,15.875],"texture":"#texture3"}}},{"__comment":"Box62","from":[10.5,0.625,1.5],"to":[12,1.625,2.5],"faces":{"down":{"uv":[10.5,13.5,12,14.5],"texture":"#texture"},"up":{"uv":[10.5,1.5,12,2.5],"texture":"#texture"},"north":{"uv":[4,14.375,5.5,15.375],"texture":"#texture"},"south":{"uv":[10.5,14.375,12,15.375],"texture":"#texture"},"west":{"uv":[1.5,14.375,2.5,15.375],"texture":"#texture"},"east":{"uv":[13.5,14.375,14.5,15.375],"texture":"#texture"}}},{"__comment":"Box62","from":[3,0.625,1.5],"to":[4.5,1.625,2.5],"faces":{"down":{"uv":[3,13.5,4.5,14.5],"texture":"#texture"},"up":{"uv":[3,1.5,4.5,2.5],"texture":"#texture"},"north":{"uv":[11.5,14.375,13,15.375],"texture":"#texture"},"south":{"uv":[3,14.375,4.5,15.375],"texture":"#texture"},"west":{"uv":[1.5,14.375,2.5,15.375],"texture":"#texture"},"east":{"uv":[13.5,14.375,14.5,15.375],"texture":"#texture"}}},{"__comment":"Box62","from":[3,0.625,12.5],"to":[4.5,1.625,13.5],"faces":{"down":{"uv":[3,2.5,4.5,3.5],"texture":"#texture"},"up":{"uv":[3,12.5,4.5,13.5],"texture":"#texture"},"north":{"uv":[11.5,14.375,13,15.375],"texture":"#texture"},"south":{"uv":[3,14.375,4.5,15.375],"texture":"#texture"},"west":{"uv":[12.5,14.375,13.5,15.375],"texture":"#texture"},"east":{"uv":[2.5,14.375,3.5,15.375],"texture":"#texture"}}},{"__comment":"Box62","from":[10.5,0.625,12.5],"to":[12,1.625,13.5],"faces":{"down":{"uv":[10.5,2.5,12,3.5],"texture":"#texture"},"up":{"uv":[10.5,12.5,12,13.5],"texture":"#texture"},"north":{"uv":[4,14.375,5.5,15.375],"texture":"#texture"},"south":{"uv":[10.5,14.375,12,15.375],"texture":"#texture"},"west":{"uv":[12.5,14.375,13.5,15.375],"texture":"#texture"},"east":{"uv":[2.5,14.375,3.5,15.375],"texture":"#texture"}}},{"__comment":"Box68","from":[12.5,0.625,6.75],"to":[13.5,1.625,8.25],"faces":{"down":{"uv":[12.5,7.75,13.5,9.25],"texture":"#texture"},"up":{"uv":[12.5,6.75,13.5,8.25],"texture":"#texture"},"north":{"uv":[2.5,14.375,3.5,15.375],"texture":"#texture"},"south":{"uv":[12.5,14.375,13.5,15.375],"texture":"#texture"},"west":{"uv":[6.75,14.375,8.25,15.375],"texture":"#texture"},"east":{"uv":[7.75,14.375,9.25,15.375],"texture":"#texture"}}},{"__comment":"Box68","from":[12.5,0.625,10.5],"to":[13.5,1.625,12],"faces":{"down":{"uv":[12.5,4,13.5,5.5],"texture":"#texture"},"up":{"uv":[12.5,10.5,13.5,12],"texture":"#texture"},"north":{"uv":[2.5,14.375,3.5,15.375],"texture":"#texture"},"south":{"uv":[12.5,14.375,13.5,15.375],"texture":"#texture"},"west":{"uv":[10.5,14.375,12,15.375],"texture":"#texture"},"east":{"uv":[4,14.375,5.5,15.375],"texture":"#texture"}}},{"__comment":"Box68","from":[12.5,0.625,3],"to":[13.5,1.625,4.5],"faces":{"down":{"uv":[12.5,11.5,13.5,13],"texture":"#texture"},"up":{"uv":[12.5,3,13.5,4.5],"texture":"#texture"},"north":{"uv":[2.5,14.375,3.5,15.375],"texture":"#texture"},"south":{"uv":[12.5,14.375,13.5,15.375],"texture":"#texture"},"west":{"uv":[3,14.375,4.5,15.375],"texture":"#texture"},"east":{"uv":[11.5,14.375,13,15.375],"texture":"#texture"}}},{"__comment":"Box68","from":[1.5,0.625,10.5],"to":[2.5,1.625,12],"faces":{"down":{"uv":[1.5,4,2.5,5.5],"texture":"#texture"},"up":{"uv":[1.5,10.5,2.5,12],"texture":"#texture"},"north":{"uv":[13.5,14.375,14.5,15.375],"texture":"#texture"},"south":{"uv":[1.5,14.375,2.5,15.375],"texture":"#texture"},"west":{"uv":[10.5,14.375,12,15.375],"texture":"#texture"},"east":{"uv":[4,14.375,5.5,15.375],"texture":"#texture"}}},{"__comment":"Box68","from":[1.5,0.625,6.75],"to":[2.5,1.625,8.25],"faces":{"down":{"uv":[1.5,7.75,2.5,9.25],"texture":"#texture"},"up":{"uv":[1.5,6.75,2.5,8.25],"texture":"#texture"},"north":{"uv":[13.5,14.375,14.5,15.375],"texture":"#texture"},"south":{"uv":[1.5,14.375,2.5,15.375],"texture":"#texture"},"west":{"uv":[6.75,14.375,8.25,15.375],"texture":"#texture"},"east":{"uv":[7.75,14.375,9.25,15.375],"texture":"#texture"}}},{"__comment":"Box68","from":[1.5,0.625,3],"to":[2.5,1.625,4.5],"faces":{"down":{"uv":[1.5,11.5,2.5,13],"texture":"#texture"},"up":{"uv":[1.5,3,2.5,4.5],"texture":"#texture"},"north":{"uv":[13.5,14.375,14.5,15.375],"texture":"#texture"},"south":{"uv":[1.5,14.375,2.5,15.375],"texture":"#texture"},"west":{"uv":[3,14.375,4.5,15.375],"texture":"#texture"},"east":{"uv":[11.5,14.375,13,15.375],"texture":"#texture"}}},{"__comment":"Cube1","from":[1.5,0,2.5],"to":[2.5,1,12.5],"faces":{"down":{"uv":[1.5,3.5,2.5,13.5],"texture":"#texture"},"up":{"uv":[1.5,2.5,2.5,12.5],"texture":"#texture"},"north":{"uv":[13.5,15,14.5,16],"texture":"#texture"},"south":{"uv":[1.5,15,2.5,16],"texture":"#texture"},"west":{"uv":[2.5,15,12.5,16],"texture":"#texture"},"east":{"uv":[3.5,15,13.5,16],"texture":"#texture"}}},{"__comment":"Cube1","from":[2.5,0,12.5],"to":[12.5,1,13.5],"faces":{"down":{"uv":[2.5,2.5,12.5,3.5],"texture":"#texture"},"up":{"uv":[2.5,12.5,12.5,13.5],"texture":"#texture"},"north":{"uv":[3.5,15,13.5,16],"texture":"#texture"},"south":{"uv":[2.5,15,12.5,16],"texture":"#texture"},"west":{"uv":[12.5,15,13.5,16],"texture":"#texture"},"east":{"uv":[2.5,15,3.5,16],"texture":"#texture"}}},{"__comment":"Cube1","from":[2,-1.5,12.625],"to":[13,0,13.625],"faces":{"down":{"uv":[0,0,16,16],"texture":"#texture2"},"up":{"uv":[0,0,16,16],"texture":"#texture2"},"north":{"uv":[0,0,16,16],"texture":"#texture2"},"south":{"uv":[0,0,16,16],"texture":"#texture2"},"west":{"uv":[0,0,16,16],"texture":"#texture2"},"east":{"uv":[0,0,16,16],"texture":"#texture2"}}},{"__comment":"Cube1","from":[1.375,-1.5,2],"to":[2.375,0,13],"faces":{"down":{"uv":[0,0,16,16],"texture":"#texture2"},"up":{"uv":[0,0,16,16],"texture":"#texture2"},"north":{"uv":[0,0,16,16],"texture":"#texture2"},"south":{"uv":[0,0,16,16],"texture":"#texture2"},"west":{"uv":[0,0,16,16],"texture":"#texture2"},"east":{"uv":[0,0,16,16],"texture":"#texture2"}}},{"__comment":"Box62","from":[6.75,0.625,12.5],"to":[8.25,1.625,13.5],"faces":{"down":{"uv":[6.75,2.5,8.25,3.5],"texture":"#texture"},"up":{"uv":[6.75,12.5,8.25,13.5],"texture":"#texture"},"north":{"uv":[7.75,14.375,9.25,15.375],"texture":"#texture"},"south":{"uv":[6.75,14.375,8.25,15.375],"texture":"#texture"},"west":{"uv":[12.5,14.375,13.5,15.375],"texture":"#texture"},"east":{"uv":[2.5,14.375,3.5,15.375],"texture":"#texture"}}},{"__comment":"Box62","from":[10.875,0.125,1.375],"to":[11.575,1.125,2.075],"faces":{"down":{"uv":[10.875,13.925,11.575,14.625],"texture":"#texture3"},"up":{"uv":[10.875,1.375,11.575,2.075],"texture":"#texture3"},"north":{"uv":[4.425,14.875,5.125,15.875],"texture":"#texture3"},"south":{"uv":[10.875,14.875,11.575,15.875],"texture":"#texture3"},"west":{"uv":[1.375,14.875,2.075,15.875],"texture":"#texture3"},"east":{"uv":[13.925,14.875,14.625,15.875],"texture":"#texture3"}}},{"__comment":"Box62","from":[12.92,0.125,3.375],"to":[13.62,1.125,4.075],"faces":{"down":{"uv":[12.875,11.925,13.575,12.625],"texture":"#texture3"},"up":{"uv":[12.875,3.375,13.575,4.075],"texture":"#texture3"},"north":{"uv":[2.425,14.875,3.125,15.875],"texture":"#texture3"},"south":{"uv":[12.875,14.875,13.575,15.875],"texture":"#texture3"},"west":{"uv":[3.375,14.875,4.075,15.875],"texture":"#texture3"},"east":{"uv":[11.925,14.875,12.625,15.875],"texture":"#texture3"}}},{"__comment":"Box62","from":[7.125,0.125,13],"to":[7.825,1.125,13.7],"faces":{"down":{"uv":[7.125,2.3,7.825,3],"texture":"#texture3"},"up":{"uv":[7.125,13,7.825,13.7],"texture":"#texture3"},"north":{"uv":[8.175,14.875,8.875,15.875],"texture":"#texture3"},"south":{"uv":[7.125,14.875,7.825,15.875],"texture":"#texture3"},"west":{"uv":[13,14.875,13.7,15.875],"texture":"#texture3"},"east":{"uv":[2.3,14.875,3,15.875],"texture":"#texture3"}}},{"__comment":"Box62","from":[7.125,0.125,1.375],"to":[7.825,1.125,2.075],"faces":{"down":{"uv":[7.125,13.925,7.825,14.625],"texture":"#texture3"},"up":{"uv":[7.125,1.375,7.825,2.075],"texture":"#texture3"},"north":{"uv":[8.175,14.875,8.875,15.875],"texture":"#texture3"},"south":{"uv":[7.125,14.875,7.825,15.875],"texture":"#texture3"},"west":{"uv":[1.375,14.875,2.075,15.875],"texture":"#texture3"},"east":{"uv":[13.925,14.875,14.625,15.875],"texture":"#texture3"}}},{"__comment":"Box62","from":[3.375,0.125,1.375],"to":[4.075,1.125,2.075],"faces":{"down":{"uv":[3.375,13.925,4.075,14.625],"texture":"#texture3"},"up":{"uv":[3.375,1.375,4.075,2.075],"texture":"#texture3"},"north":{"uv":[11.925,14.875,12.625,15.875],"texture":"#texture3"},"south":{"uv":[3.375,14.875,4.075,15.875],"texture":"#texture3"},"west":{"uv":[1.375,14.875,2.075,15.875],"texture":"#texture3"},"east":{"uv":[13.925,14.875,14.625,15.875],"texture":"#texture3"}}},{"__comment":"Box62","from":[3.375,0.125,13],"to":[4.075,1.125,13.7],"faces":{"down":{"uv":[3.375,2.3,4.075,3],"texture":"#texture3"},"up":{"uv":[3.375,13,4.075,13.7],"texture":"#texture3"},"north":{"uv":[11.925,14.875,12.625,15.875],"texture":"#texture3"},"south":{"uv":[3.375,14.875,4.075,15.875],"texture":"#texture3"},"west":{"uv":[13,14.875,13.7,15.875],"texture":"#texture3"},"east":{"uv":[2.3,14.875,3,15.875],"texture":"#texture3"}}},{"__comment":"Box62","from":[1.375,0.125,10.875],"to":[2.075,1.125,11.575],"faces":{"down":{"uv":[1.375,4.425,2.075,5.125],"texture":"#texture3"},"up":{"uv":[1.375,10.875,2.075,11.575],"texture":"#texture3"},"north":{"uv":[13.925,14.875,14.625,15.875],"texture":"#texture3"},"south":{"uv":[1.375,14.875,2.075,15.875],"texture":"#texture3"},"west":{"uv":[10.875,14.875,11.575,15.875],"texture":"#texture3"},"east":{"uv":[4.425,14.875,5.125,15.875],"texture":"#texture3"}}},{"__comment":"Box62","from":[12.875,0.125,10.875],"to":[13.575,1.125,11.575],"faces":{"down":{"uv":[12.875,4.425,13.575,5.125],"texture":"#texture3"},"up":{"uv":[12.875,10.875,13.575,11.575],"texture":"#texture3"},"north":{"uv":[2.425,14.875,3.125,15.875],"texture":"#texture3"},"south":{"uv":[12.875,14.875,13.575,15.875],"texture":"#texture3"},"west":{"uv":[10.875,14.875,11.575,15.875],"texture":"#texture3"},"east":{"uv":[4.425,14.875,5.125,15.875],"texture":"#texture3"}}},{"__comment":"Box62","from":[12.79,0.25,12.78],"to":[13.09,0.55,13.08],"faces":{"down":{"uv":[12.79,2.92,13.09,3.22],"texture":"#texture4"},"up":{"uv":[12.79,12.78,13.09,13.08],"texture":"#texture4"},"north":{"uv":[2.91,15.45,3.21,15.75],"texture":"#texture4"},"south":{"uv":[12.79,15.45,13.09,15.75],"texture":"#texture4"},"west":{"uv":[12.78,15.45,13.08,15.75],"texture":"#texture4"},"east":{"uv":[2.92,15.45,3.22,15.75],"texture":"#texture4"}}},{"__comment":"Box62","from":[1.375,0.125,7.125],"to":[2.075,1.125,7.825],"faces":{"down":{"uv":[1.375,8.175,2.075,8.875],"texture":"#texture3"},"up":{"uv":[1.375,7.125,2.075,7.825],"texture":"#texture3"},"north":{"uv":[13.925,14.875,14.625,15.875],"texture":"#texture3"},"south":{"uv":[1.375,14.875,2.075,15.875],"texture":"#texture3"},"west":{"uv":[7.125,14.875,7.825,15.875],"texture":"#texture3"},"east":{"uv":[8.175,14.875,8.875,15.875],"texture":"#texture3"}}},{"__comment":"Box62","from":[12.92,0.125,7.125],"to":[13.62,1.125,7.825],"faces":{"down":{"uv":[12.875,8.175,13.575,8.875],"texture":"#texture3"},"up":{"uv":[12.875,7.125,13.575,7.825],"texture":"#texture3"},"north":{"uv":[2.425,14.875,3.125,15.875],"texture":"#texture3"},"south":{"uv":[12.875,14.875,13.575,15.875],"texture":"#texture3"},"west":{"uv":[7.125,14.875,7.825,15.875],"texture":"#texture3"},"east":{"uv":[8.175,14.875,8.875,15.875],"texture":"#texture3"}}},{"__comment":"Box62","from":[1.375,0.125,3.375],"to":[2.075,1.125,4.075],"faces":{"down":{"uv":[1.375,11.925,2.075,12.625],"texture":"#texture3"},"up":{"uv":[1.375,3.375,2.075,4.075],"texture":"#texture3"},"north":{"uv":[13.925,14.875,14.625,15.875],"texture":"#texture3"},"south":{"uv":[1.375,14.875,2.075,15.875],"texture":"#texture3"},"west":{"uv":[3.375,14.875,4.075,15.875],"texture":"#texture3"},"east":{"uv":[11.925,14.875,12.625,15.875],"texture":"#texture3"}}},{"__comment":"Box62","from":[13.32,0.25,10.125],"to":[13.62,0.55,10.425],"faces":{"down":{"uv":[13.32,5.575,13.62,5.875],"texture":"#texture4"},"up":{"uv":[13.32,10.125,13.62,10.425],"texture":"#texture4"},"north":{"uv":[2.38,15.45,2.68,15.75],"texture":"#texture4"},"south":{"uv":[13.32,15.45,13.62,15.75],"texture":"#texture4"},"west":{"uv":[10.125,15.45,10.425,15.75],"texture":"#texture4"},"east":{"uv":[5.575,15.45,5.875,15.75],"texture":"#texture4"}}},{"__comment":"Box62","from":[1.375,0.25,6.125],"to":[1.675,0.55,6.425],"faces":{"down":{"uv":[1.375,9.575,1.675,9.875],"texture":"#texture4"},"up":{"uv":[1.375,6.125,1.675,6.425],"texture":"#texture4"},"north":{"uv":[14.325,15.45,14.625,15.75],"texture":"#texture4"},"south":{"uv":[1.375,15.45,1.675,15.75],"texture":"#texture4"},"west":{"uv":[6.125,15.45,6.425,15.75],"texture":"#texture4"},"east":{"uv":[9.575,15.45,9.875,15.75],"texture":"#texture4"}}},{"__comment":"Box62","from":[1.375,0.25,8.625],"to":[1.675,0.55,8.925],"faces":{"down":{"uv":[1.375,7.075,1.675,7.375],"texture":"#texture4"},"up":{"uv":[1.375,8.625,1.675,8.925],"texture":"#texture4"},"north":{"uv":[14.325,15.45,14.625,15.75],"texture":"#texture4"},"south":{"uv":[1.375,15.45,1.675,15.75],"texture":"#texture4"},"west":{"uv":[8.625,15.45,8.925,15.75],"texture":"#texture4"},"east":{"uv":[7.075,15.45,7.375,15.75],"texture":"#texture4"}}},{"__comment":"Box62","from":[10.125,0.25,1.375],"to":[10.425,0.55,1.675],"faces":{"down":{"uv":[10.125,14.325,10.425,14.625],"texture":"#texture4"},"up":{"uv":[10.125,1.375,10.425,1.675],"texture":"#texture4"},"north":{"uv":[5.575,15.45,5.875,15.75],"texture":"#texture4"},"south":{"uv":[10.125,15.45,10.425,15.75],"texture":"#texture4"},"west":{"uv":[1.375,15.45,1.675,15.75],"texture":"#texture4"},"east":{"uv":[14.325,15.45,14.625,15.75],"texture":"#texture4"}}},{"__comment":"Box62","from":[1.875,0.25,12.78],"to":[2.175,0.55,13.08],"faces":{"down":{"uv":[1.875,2.92,2.175,3.22],"texture":"#texture4"},"up":{"uv":[1.875,12.78,2.175,13.08],"texture":"#texture4"},"north":{"uv":[13.825,15.45,14.125,15.75],"texture":"#texture4"},"south":{"uv":[1.875,15.45,2.175,15.75],"texture":"#texture4"},"west":{"uv":[12.78,15.45,13.08,15.75],"texture":"#texture4"},"east":{"uv":[2.92,15.45,3.22,15.75],"texture":"#texture4"}}},{"__comment":"Box62","from":[1.375,0.25,10.125],"to":[1.675,0.55,10.425],"faces":{"down":{"uv":[1.375,5.575,1.675,5.875],"texture":"#texture4"},"up":{"uv":[1.375,10.125,1.675,10.425],"texture":"#texture4"},"north":{"uv":[14.325,15.45,14.625,15.75],"texture":"#texture4"},"south":{"uv":[1.375,15.45,1.675,15.75],"texture":"#texture4"},"west":{"uv":[10.125,15.45,10.425,15.75],"texture":"#texture4"},"east":{"uv":[5.575,15.45,5.875,15.75],"texture":"#texture4"}}},{"__comment":"Box62","from":[4.625,0.25,13.375],"to":[4.925,0.55,13.675],"faces":{"down":{"uv":[4.625,2.325,4.925,2.625],"texture":"#texture4"},"up":{"uv":[4.625,13.375,4.925,13.675],"texture":"#texture4"},"north":{"uv":[11.075,15.45,11.375,15.75],"texture":"#texture4"},"south":{"uv":[4.625,15.45,4.925,15.75],"texture":"#texture4"},"west":{"uv":[13.375,15.45,13.675,15.75],"texture":"#texture4"},"east":{"uv":[2.325,15.45,2.625,15.75],"texture":"#texture4"}}},{"__comment":"Box62","from":[6.125,0.25,13.375],"to":[6.425,0.55,13.675],"faces":{"down":{"uv":[6.125,2.325,6.425,2.625],"texture":"#texture4"},"up":{"uv":[6.125,13.375,6.425,13.675],"texture":"#texture4"},"north":{"uv":[9.575,15.45,9.875,15.75],"texture":"#texture4"},"south":{"uv":[6.125,15.45,6.425,15.75],"texture":"#texture4"},"west":{"uv":[13.375,15.45,13.675,15.75],"texture":"#texture4"},"east":{"uv":[2.325,15.45,2.625,15.75],"texture":"#texture4"}}},{"__comment":"Box62","from":[4.625,0.25,1.375],"to":[4.925,0.55,1.675],"faces":{"down":{"uv":[4.625,14.325,4.925,14.625],"texture":"#texture4"},"up":{"uv":[4.625,1.375,4.925,1.675],"texture":"#texture4"},"north":{"uv":[11.075,15.45,11.375,15.75],"texture":"#texture4"},"south":{"uv":[4.625,15.45,4.925,15.75],"texture":"#texture4"},"west":{"uv":[1.375,15.45,1.675,15.75],"texture":"#texture4"},"east":{"uv":[14.325,15.45,14.625,15.75],"texture":"#texture4"}}},{"__comment":"Box62","from":[1.375,0.25,4.625],"to":[1.675,0.55,4.925],"faces":{"down":{"uv":[1.375,11.075,1.675,11.375],"texture":"#texture4"},"up":{"uv":[1.375,4.625,1.675,4.925],"texture":"#texture4"},"north":{"uv":[14.325,15.45,14.625,15.75],"texture":"#texture4"},"south":{"uv":[1.375,15.45,1.675,15.75],"texture":"#texture4"},"west":{"uv":[4.625,15.45,4.925,15.75],"texture":"#texture4"},"east":{"uv":[11.075,15.45,11.375,15.75],"texture":"#texture4"}}},{"__comment":"Box62","from":[13.32,0.25,4.625],"to":[13.62,0.55,4.925],"faces":{"down":{"uv":[13.32,11.075,13.62,11.375],"texture":"#texture4"},"up":{"uv":[13.32,4.625,13.62,4.925],"texture":"#texture4"},"north":{"uv":[2.38,15.45,2.68,15.75],"texture":"#texture4"},"south":{"uv":[13.32,15.45,13.62,15.75],"texture":"#texture4"},"west":{"uv":[4.625,15.45,4.925,15.75],"texture":"#texture4"},"east":{"uv":[11.075,15.45,11.375,15.75],"texture":"#texture4"}}},{"__comment":"Box62","from":[13.32,0.25,6.125],"to":[13.62,0.55,6.425],"faces":{"down":{"uv":[13.32,9.575,13.62,9.875],"texture":"#texture4"},"up":{"uv":[13.32,6.125,13.62,6.425],"texture":"#texture4"},"north":{"uv":[2.38,15.45,2.68,15.75],"texture":"#texture4"},"south":{"uv":[13.32,15.45,13.62,15.75],"texture":"#texture4"},"west":{"uv":[6.125,15.45,6.425,15.75],"texture":"#texture4"},"east":{"uv":[9.575,15.45,9.875,15.75],"texture":"#texture4"}}},{"__comment":"Box62","from":[13.32,0.25,8.625],"to":[13.62,0.55,8.925],"faces":{"down":{"uv":[13.32,7.075,13.62,7.375],"texture":"#texture4"},"up":{"uv":[13.32,8.625,13.62,8.925],"texture":"#texture4"},"north":{"uv":[2.38,15.45,2.68,15.75],"texture":"#texture4"},"south":{"uv":[13.32,15.45,13.62,15.75],"texture":"#texture4"},"west":{"uv":[8.625,15.45,8.925,15.75],"texture":"#texture4"},"east":{"uv":[7.075,15.45,7.375,15.75],"texture":"#texture4"}}},{"__comment":"Box62","from":[10.125,0.25,13.375],"to":[10.425,0.55,13.675],"faces":{"down":{"uv":[10.125,2.325,10.425,2.625],"texture":"#texture4"},"up":{"uv":[10.125,13.375,10.425,13.675],"texture":"#texture4"},"north":{"uv":[5.575,15.45,5.875,15.75],"texture":"#texture4"},"south":{"uv":[10.125,15.45,10.425,15.75],"texture":"#texture4"},"west":{"uv":[13.375,15.45,13.675,15.75],"texture":"#texture4"},"east":{"uv":[2.325,15.45,2.625,15.75],"texture":"#texture4"}}},{"__comment":"Box62","from":[8.625,0.25,13.375],"to":[8.925,0.55,13.675],"faces":{"down":{"uv":[8.625,2.325,8.925,2.625],"texture":"#texture4"},"up":{"uv":[8.625,13.375,8.925,13.675],"texture":"#texture4"},"north":{"uv":[7.075,15.45,7.375,15.75],"texture":"#texture4"},"south":{"uv":[8.625,15.45,8.925,15.75],"texture":"#texture4"},"west":{"uv":[13.375,15.45,13.675,15.75],"texture":"#texture4"},"east":{"uv":[2.325,15.45,2.625,15.75],"texture":"#texture4"}}},{"__comment":"Box62","from":[8.625,0.25,1.375],"to":[8.925,0.55,1.675],"faces":{"down":{"uv":[8.625,14.325,8.925,14.625],"texture":"#texture4"},"up":{"uv":[8.625,1.375,8.925,1.675],"texture":"#texture4"},"north":{"uv":[7.075,15.45,7.375,15.75],"texture":"#texture4"},"south":{"uv":[8.625,15.45,8.925,15.75],"texture":"#texture4"},"west":{"uv":[1.375,15.45,1.675,15.75],"texture":"#texture4"},"east":{"uv":[14.325,15.45,14.625,15.75],"texture":"#texture4"}}},{"__comment":"Box62","from":[6.125,0.25,1.375],"to":[6.425,0.55,1.675],"faces":{"down":{"uv":[6.125,14.325,6.425,14.625],"texture":"#texture4"},"up":{"uv":[6.125,1.375,6.425,1.675],"texture":"#texture4"},"north":{"uv":[9.575,15.45,9.875,15.75],"texture":"#texture4"},"south":{"uv":[6.125,15.45,6.425,15.75],"texture":"#texture4"},"west":{"uv":[1.375,15.45,1.675,15.75],"texture":"#texture4"},"east":{"uv":[14.325,15.45,14.625,15.75],"texture":"#texture4"}}},{"__comment":"Box62","from":[1.875,0.25,1.905],"to":[2.175,0.55,2.205],"faces":{"down":{"uv":[1.875,13.795,2.175,14.095],"texture":"#texture4"},"up":{"uv":[1.875,1.905,2.175,2.205],"texture":"#texture4"},"north":{"uv":[13.825,15.45,14.125,15.75],"texture":"#texture4"},"south":{"uv":[1.875,15.45,2.175,15.75],"texture":"#texture4"},"west":{"uv":[1.905,15.45,2.205,15.75],"texture":"#texture4"},"east":{"uv":[13.795,15.45,14.095,15.75],"texture":"#texture4"}}},{"__comment":"Box62","from":[12.79,0.25,1.905],"to":[13.09,0.55,2.205],"faces":{"down":{"uv":[12.79,13.795,13.09,14.095],"texture":"#texture4"},"up":{"uv":[12.79,1.905,13.09,2.205],"texture":"#texture4"},"north":{"uv":[2.91,15.45,3.21,15.75],"texture":"#texture4"},"south":{"uv":[12.79,15.45,13.09,15.75],"texture":"#texture4"},"west":{"uv":[1.905,15.45,2.205,15.75],"texture":"#texture4"},"east":{"uv":[13.795,15.45,14.095,15.75],"texture":"#texture4"}}},{"__comment":"Box110","from":[2.125,1.5,3.25],"to":[2.825,2.2,3.95],"rotation":{"origin":[2.125,1.5,3.25],"axis":"y","angle":-45},"faces":{"down":{"uv":[1.75,11.925,2.45,12.625],"texture":"#texture5"},"up":{"uv":[1.75,3.375,2.45,4.075],"texture":"#texture5"},"north":{"uv":[13.55,13.8,14.25,14.5],"texture":"#texture5"},"south":{"uv":[1.75,13.8,2.45,14.5],"texture":"#texture5"},"west":{"uv":[3.375,13.8,4.075,14.5],"texture":"#texture5"},"east":{"uv":[11.925,13.8,12.625,14.5],"texture":"#texture5"}}},{"__comment":"Box110","from":[3.75,1.5,1.625],"to":[4.45,2.2,2.325],"rotation":{"origin":[3.75,1.5,1.625],"axis":"y","angle":-45},"faces":{"down":{"uv":[3.375,13.55,4.075,14.25],"texture":"#texture5"},"up":{"uv":[3.375,1.75,4.075,2.45],"texture":"#texture5"},"north":{"uv":[11.925,13.8,12.625,14.5],"texture":"#texture5"},"south":{"uv":[3.375,13.8,4.075,14.5],"texture":"#texture5"},"west":{"uv":[1.75,13.8,2.45,14.5],"texture":"#texture5"},"east":{"uv":[13.55,13.8,14.25,14.5],"texture":"#texture5"}}},{"__comment":"Box110","from":[7.125,1.5,1.75],"to":[7.825,2.2,2.45],"faces":{"down":{"uv":[7.125,13.55,7.825,14.25],"texture":"#texture5"},"up":{"uv":[7.125,1.75,7.825,2.45],"texture":"#texture5"},"north":{"uv":[8.175,13.8,8.875,14.5],"texture":"#texture5"},"south":{"uv":[7.125,13.8,7.825,14.5],"texture":"#texture5"},"west":{"uv":[1.75,13.8,2.45,14.5],"texture":"#texture5"},"east":{"uv":[13.55,13.8,14.25,14.5],"texture":"#texture5"}}},{"__comment":"Box110","from":[11.25,1.5,1.625],"to":[11.95,2.2,2.325],"rotation":{"origin":[11.25,1.5,1.625],"axis":"y","angle":-45},"faces":{"down":{"uv":[10.875,13.55,11.575,14.25],"texture":"#texture5"},"up":{"uv":[10.875,1.75,11.575,2.45],"texture":"#texture5"},"north":{"uv":[4.425,13.8,5.125,14.5],"texture":"#texture5"},"south":{"uv":[10.875,13.8,11.575,14.5],"texture":"#texture5"},"west":{"uv":[1.75,13.8,2.45,14.5],"texture":"#texture5"},"east":{"uv":[13.55,13.8,14.25,14.5],"texture":"#texture5"}}},{"__comment":"Box110","from":[12.875,1.5,3.25],"to":[13.575,2.2,3.95],"rotation":{"origin":[12.875,1.5,3.25],"axis":"y","angle":-45},"faces":{"down":{"uv":[12.5,11.925,13.2,12.625],"texture":"#texture5"},"up":{"uv":[12.5,3.375,13.2,4.075],"texture":"#texture5"},"north":{"uv":[2.8,13.8,3.5,14.5],"texture":"#texture5"},"south":{"uv":[12.5,13.8,13.2,14.5],"texture":"#texture5"},"west":{"uv":[3.375,13.8,4.075,14.5],"texture":"#texture5"},"east":{"uv":[11.925,13.8,12.625,14.5],"texture":"#texture5"}}},{"__comment":"Box110","from":[12.875,1.5,7],"to":[13.575,2.2,7.7],"rotation":{"origin":[12.875,1.5,7],"axis":"y","angle":-45},"faces":{"down":{"uv":[12.5,8.175,13.2,8.875],"texture":"#texture5"},"up":{"uv":[12.5,7.125,13.2,7.825],"texture":"#texture5"},"north":{"uv":[2.8,13.8,3.5,14.5],"texture":"#texture5"},"south":{"uv":[12.5,13.8,13.2,14.5],"texture":"#texture5"},"west":{"uv":[7.125,13.8,7.825,14.5],"texture":"#texture5"},"east":{"uv":[8.175,13.8,8.875,14.5],"texture":"#texture5"}}},{"__comment":"Box110","from":[12.875,1.5,10.75],"to":[13.575,2.2,11.45],"rotation":{"origin":[12.875,1.5,10.75],"axis":"y","angle":-45},"faces":{"down":{"uv":[12.5,4.425,13.2,5.125],"texture":"#texture5"},"up":{"uv":[12.5,10.875,13.2,11.575],"texture":"#texture5"},"north":{"uv":[2.8,13.8,3.5,14.5],"texture":"#texture5"},"south":{"uv":[12.5,13.8,13.2,14.5],"texture":"#texture5"},"west":{"uv":[10.875,13.8,11.575,14.5],"texture":"#texture5"},"east":{"uv":[4.425,13.8,5.125,14.5],"texture":"#texture5"}}},{"__comment":"Box110","from":[11.25,1.5,12.375],"to":[11.95,2.2,13.075],"rotation":{"origin":[11.25,1.5,12.375],"axis":"y","angle":-45},"faces":{"down":{"uv":[10.875,2.8,11.575,3.5],"texture":"#texture5"},"up":{"uv":[10.875,12.5,11.575,13.2],"texture":"#texture5"},"north":{"uv":[4.425,13.8,5.125,14.5],"texture":"#texture5"},"south":{"uv":[10.875,13.8,11.575,14.5],"texture":"#texture5"},"west":{"uv":[12.5,13.8,13.2,14.5],"texture":"#texture5"},"east":{"uv":[2.8,13.8,3.5,14.5],"texture":"#texture5"}}},{"__comment":"Box110","from":[7.5,1.5,12.375],"to":[8.2,2.2,13.075],"rotation":{"origin":[7.5,1.5,12.375],"axis":"y","angle":-45},"faces":{"down":{"uv":[7.125,2.8,7.825,3.5],"texture":"#texture5"},"up":{"uv":[7.125,12.5,7.825,13.2],"texture":"#texture5"},"north":{"uv":[8.175,13.8,8.875,14.5],"texture":"#texture5"},"south":{"uv":[7.125,13.8,7.825,14.5],"texture":"#texture5"},"west":{"uv":[12.5,13.8,13.2,14.5],"texture":"#texture5"},"east":{"uv":[2.8,13.8,3.5,14.5],"texture":"#texture5"}}},{"__comment":"Box110","from":[3.75,1.5,12.375],"to":[4.45,2.2,13.075],"rotation":{"origin":[3.75,1.5,12.375],"axis":"y","angle":-45},"faces":{"down":{"uv":[3.375,2.8,4.075,3.5],"texture":"#texture5"},"up":{"uv":[3.375,12.5,4.075,13.2],"texture":"#texture5"},"north":{"uv":[11.925,13.8,12.625,14.5],"texture":"#texture5"},"south":{"uv":[3.375,13.8,4.075,14.5],"texture":"#texture5"},"west":{"uv":[12.5,13.8,13.2,14.5],"texture":"#texture5"},"east":{"uv":[2.8,13.8,3.5,14.5],"texture":"#texture5"}}},{"__comment":"Box110","from":[2.125,1.5,10.75],"to":[2.825,2.2,11.45],"rotation":{"origin":[2.125,1.5,10.75],"axis":"y","angle":-45},"faces":{"down":{"uv":[1.75,4.425,2.45,5.125],"texture":"#texture5"},"up":{"uv":[1.75,10.875,2.45,11.575],"texture":"#texture5"},"north":{"uv":[13.55,13.8,14.25,14.5],"texture":"#texture5"},"south":{"uv":[1.75,13.8,2.45,14.5],"texture":"#texture5"},"west":{"uv":[10.875,13.8,11.575,14.5],"texture":"#texture5"},"east":{"uv":[4.425,13.8,5.125,14.5],"texture":"#texture5"}}},{"__comment":"Box110","from":[2.125,1.5,7],"to":[2.825,2.2,7.7],"rotation":{"origin":[2.125,1.5,7],"axis":"y","angle":-45},"faces":{"down":{"uv":[1.75,8.175,2.45,8.875],"texture":"#texture5"},"up":{"uv":[1.75,7.125,2.45,7.825],"texture":"#texture5"},"north":{"uv":[13.55,13.8,14.25,14.5],"texture":"#texture5"},"south":{"uv":[1.75,13.8,2.45,14.5],"texture":"#texture5"},"west":{"uv":[7.125,13.8,7.825,14.5],"texture":"#texture5"},"east":{"uv":[8.175,13.8,8.875,14.5],"texture":"#texture5"}}}],"display":{"thirdperson_righthand":{"rotation":[55,166,11],"translation":[-1.391,5.5652,4.1739],"scale":[0.7565,0.9304,0.6521]},"thirdperson_lefthand":{"rotation":[55,-33,11],"translation":[-1.391,5.5652,4.1739],"scale":[0.7565,0.9304,0.6521]},"firstperson_righthand":{"rotation":[-3,180,0],"translation":[0,7.6521,0],"scale":[0.7913,0.9304,0.7217]},"firstperson_lefthand":{"rotation":[-3,16,0],"translation":[0,7.6521,0],"scale":[0.7913,0.9304,0.7217]},"gui":{"rotation":[0,-90,0],"translation":[-0.695,4.8695,0],"scale":[1,1.2782,1]},"head":{"rotation":[0,90,0],"translation":[0.6956,18.779,-0.695],"scale":[1.4173,1.5214,1.4173]},"ground":{"translation":[0,7.6521,0],"scale":[0.7217,0.9651,0.7565]},"fixed":{"rotation":[0,90,0],"translation":[0,3.4782,0]}}} diff --git a/assets/minecraft/models/item/diamond_hoe.json b/assets/minecraft/models/item/diamond_hoe.json index e934725..1cb653c 100644 --- a/assets/minecraft/models/item/diamond_hoe.json +++ b/assets/minecraft/models/item/diamond_hoe.json @@ -1,17 +1 @@ -{ - "parent": "item/handheld", - "textures": { - "layer0": "items/diamond_hoe" - }, -"overrides":[ -{ "predicate": { "damaged": 1, "damage": 0.00064061499}, "model":"item/crown"}, -{ "predicate": { "damaged": 1, "damage": 0.00128122998}, "model":"item/tiara"}, -{ "predicate": { "damaged": 1, "damage": 0.00192184500}, "model":"item/seasonalhats/seasonal_hat1"}, -{ "predicate": { "damaged": 1, "damage": 0.00256245996}, "model":"item/seasonalhats/seasonal_hat2"}, -{ "predicate": { "damaged": 1, "damage": 0.00320307495}, "model":"item/seasonalhats/seasonal_hat3"}, -{ "predicate": { "damaged": 1, "damage": 0.00384368994}, "model":"item/seasonalhats/seasonal_hat4"}, -{ "predicate": { "damaged": 1, "damage": 0.004484304933}, "model":"item/cake"}, -{ "predicate": { "damaged": 1, "damage": 0.005124919923}, "model":"item/anicrown"}, -{ "predicate": { "damaged": 1, "damage": 0.005765534914}, "model":"item/hats/rainbow_ears"} -] -} +{"parent":"item/handheld","textures":{"layer0":"item/diamond_hoe"},"overrides":[{"predicate":{"damaged":1,"damage":0.00064061499},"model":"item/crown"},{"predicate":{"damaged":1,"damage":0.00128122998},"model":"item/tiara"},{"predicate":{"damaged":1,"damage":0.00192184500},"model":"item/seasonalhats/seasonal_hat1"},{"predicate":{"damaged":1,"damage":0.00256245996},"model":"item/seasonalhats/seasonal_hat2"},{"predicate":{"damaged":1,"damage":0.00320307495},"model":"item/seasonalhats/seasonal_hat3"},{"predicate":{"damaged":1,"damage":0.00384368994},"model":"item/seasonalhats/seasonal_hat4"},{"predicate":{"damaged":1,"damage":0.004484304933},"model":"item/cake"},{"predicate":{"damaged":1,"damage":0.005124919923},"model":"item/anicrown"},{"predicate":{"damaged":1,"damage":0.005765534914},"model":"item/hats/rainbow_ears"}]} diff --git a/assets/minecraft/models/item/hats/rainbow_ears.json b/assets/minecraft/models/item/hats/rainbow_ears.json index f9a78c2..cd81ce1 100644 --- a/assets/minecraft/models/item/hats/rainbow_ears.json +++ b/assets/minecraft/models/item/hats/rainbow_ears.json @@ -1,13 +1,13 @@ { "__comment": "Model generated using MrCrayfish's Model Creator (http://mrcrayfish.com/modelcreator/)", "textures": { - "0": "blocks/wool_colored_red", - "1": "blocks/wool_colored_lime", - "2": "blocks/wool_colored_magenta", - "3": "blocks/wool_colored_light_blue", - "4": "blocks/wool_colored_yellow", - "5": "blocks/wool_colored_pink", - "6": "blocks/wool_colored_white" + "0": "block/red_wool", + "1": "block/lime_wool", + "2": "block/magenta_wool", + "3": "block/light_blue_wool", + "4": "block/yellow_wool", + "5": "block/pink_wool", + "6": "block/white_wool" }, "elements": [ { diff --git a/assets/minecraft/models/item/iron_nugget.json b/assets/minecraft/models/item/iron_nugget.json index 7826ee8..0c9aad2 100644 --- a/assets/minecraft/models/item/iron_nugget.json +++ b/assets/minecraft/models/item/iron_nugget.json @@ -1,268 +1 @@ -{ - "__comment": "Designed by Kodak_kev with Cubik Studio - https://cubik.studio", - "textures": { - "particle": "blocks/e_particle", - "texture": "blocks/wool_colored_orange", - "texture1": "blocks/wool_colored_black", - "texture2": "custom/jackolantern", - "texture3": "blocks/hardened_clay_stained_green", - "texture4": "blocks/red_sand" - }, - "elements": [ - { - "__comment": "Box1", - "from": [ 8, 0, 8 ], - "to": [ 9, 7, 9 ], - "faces": { - "down": { "uv": [ 8, 7, 9, 8 ], "texture": "#texture4" }, - "up": { "uv": [ 8, 8, 9, 9 ], "texture": "#texture4" }, - "north": { "uv": [ 7, 9, 8, 16 ], "texture": "#texture4" }, - "south": { "uv": [ 8, 9, 9, 16 ], "texture": "#texture4" }, - "west": { "uv": [ 8, 9, 9, 16 ], "texture": "#texture4" }, - "east": { "uv": [ 7, 9, 8, 16 ], "texture": "#texture4" } - } - }, - { - "__comment": "Box2", - "from": [ 7.5, 8.625, 7.5 ], - "to": [ 9.5, 9.125, 9.5 ], - "faces": { - "down": { "uv": [ 7.5, 6.5, 9.5, 8.5 ], "texture": "#texture1" }, - "up": { "uv": [ 7.5, 7.5, 9.5, 9.5 ], "texture": "#texture1" }, - "north": { "uv": [ 6.5, 6.875, 8.5, 7.375 ], "texture": "#texture1" }, - "south": { "uv": [ 7.5, 6.875, 9.5, 7.375 ], "texture": "#texture1" }, - "west": { "uv": [ 7.5, 6.875, 9.5, 7.375 ], "texture": "#texture1" }, - "east": { "uv": [ 6.5, 6.875, 8.5, 7.375 ], "texture": "#texture1" } - } - }, - { - "__comment": "Box2", - "from": [ 7.75, 6.5, 7.75 ], - "to": [ 9.25, 9, 9.25 ], - "faces": { - "down": { "uv": [ 7.75, 6.75, 9.25, 8.25 ], "texture": "#texture4" }, - "up": { "uv": [ 7.75, 7.75, 9.25, 9.25 ], "texture": "#texture4" }, - "north": { "uv": [ 6.75, 7, 8.25, 9.5 ], "texture": "#texture4" }, - "south": { "uv": [ 7.75, 7, 9.25, 9.5 ], "texture": "#texture4" }, - "west": { "uv": [ 7.75, 7, 9.25, 9.5 ], "texture": "#texture4" }, - "east": { "uv": [ 6.75, 7, 8.25, 9.5 ], "texture": "#texture4" } - } - }, - { - "__comment": "Box4", - "from": [ 7, 12, 7 ], - "to": [ 10, 13, 10 ], - "faces": { - "down": { "uv": [ 7, 6, 10, 9 ], "texture": "#texture" }, - "up": { "uv": [ 7, 7, 10, 10 ], "texture": "#texture" }, - "north": { "uv": [ 6, 3, 9, 4 ], "texture": "#texture" }, - "south": { "uv": [ 7, 3, 10, 4 ], "texture": "#texture" }, - "west": { "uv": [ 7, 3, 10, 4 ], "texture": "#texture" }, - "east": { "uv": [ 6, 3, 9, 4 ], "texture": "#texture" } - } - }, - { - "__comment": "Box5", - "from": [ 6.5, 9.5, 6.75 ], - "to": [ 10.5, 12.5, 10.25 ], - "faces": { - "down": { "uv": [ 6.5, 5.75, 10.5, 9.25 ], "texture": "#texture" }, - "up": { "uv": [ 6.5, 6.75, 10.5, 10.25 ], "texture": "#texture" }, - "north": { "uv": [ 5.5, 3.5, 9.5, 6.5 ], "texture": "#texture" }, - "south": { "uv": [ 6.5, 3.5, 10.5, 6.5 ], "texture": "#texture" }, - "west": { "uv": [ 6.75, 3.5, 10.25, 6.5 ], "texture": "#texture" }, - "east": { "uv": [ 5.75, 3.5, 9.25, 6.5 ], "texture": "#texture" } - } - }, - { - "__comment": "Box4", - "from": [ 7, 9, 7 ], - "to": [ 10, 10, 10 ], - "faces": { - "down": { "uv": [ 7, 6, 10, 9 ], "texture": "#texture" }, - "up": { "uv": [ 7, 7, 10, 10 ], "texture": "#texture" }, - "north": { "uv": [ 6, 6, 9, 7 ], "texture": "#texture" }, - "south": { "uv": [ 7, 6, 10, 7 ], "texture": "#texture" }, - "west": { "uv": [ 7, 6, 10, 7 ], "texture": "#texture" }, - "east": { "uv": [ 6, 6, 9, 7 ], "texture": "#texture" } - } - }, - { - "__comment": "Box7", - "from": [ 9.5, 11.5, 8.25 ], - "to": [ 11.5, 13.5, 8.75 ], - "faces": { - "down": { "uv": [ 9.5, 7.25, 11.5, 7.75 ], "texture": "#texture1" }, - "up": { "uv": [ 9.5, 8.25, 11.5, 8.75 ], "texture": "#texture1" }, - "north": { "uv": [ 4.5, 2.5, 6.5, 4.5 ], "texture": "#texture1" }, - "south": { "uv": [ 9.5, 2.5, 11.5, 4.5 ], "texture": "#texture1" }, - "west": { "uv": [ 8.25, 2.5, 8.75, 4.5 ], "texture": "#texture1" }, - "east": { "uv": [ 7.25, 2.5, 7.75, 4.5 ], "texture": "#texture1" } - } - }, - { - "__comment": "Box7", - "from": [ 5.5, 11.5, 8.25 ], - "to": [ 7.5, 13.5, 8.75 ], - "faces": { - "down": { "uv": [ 5.5, 7.25, 7.5, 7.75 ], "texture": "#texture1" }, - "up": { "uv": [ 5.5, 8.25, 7.5, 8.75 ], "texture": "#texture1" }, - "north": { "uv": [ 8.5, 2.5, 10.5, 4.5 ], "texture": "#texture1" }, - "south": { "uv": [ 5.5, 2.5, 7.5, 4.5 ], "texture": "#texture1" }, - "west": { "uv": [ 8.25, 2.5, 8.75, 4.5 ], "texture": "#texture1" }, - "east": { "uv": [ 7.25, 2.5, 7.75, 4.5 ], "texture": "#texture1" } - } - }, - { - "__comment": "Box9", - "from": [ 7.75, -0.125, 7.75 ], - "to": [ 9.25, 0.875, 9.25 ], - "faces": { - "down": { "uv": [ 7.75, 6.75, 9.25, 8.25 ], "texture": "#texture1" }, - "up": { "uv": [ 7.75, 7.75, 9.25, 9.25 ], "texture": "#texture1" }, - "north": { "uv": [ 6.75, 15.125, 8.25, 16 ], "texture": "#texture1" }, - "south": { "uv": [ 7.75, 15.125, 9.25, 16 ], "texture": "#texture1" }, - "west": { "uv": [ 7.75, 15.125, 9.25, 16 ], "texture": "#texture1" }, - "east": { "uv": [ 6.75, 15.125, 8.25, 16 ], "texture": "#texture1" } - } - }, - { - "__comment": "Box10", - "from": [ 7, 9.625, 9.375 ], - "to": [ 10, 12.125, 10.375 ], - "faces": { - "down": { "uv": [ 1.5, 0, 14, 14 ], "texture": "#texture2" }, - "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture2" }, - "north": { "uv": [ 4, 5, 12, 12.5 ], "texture": "#texture2" }, - "south": { "uv": [ 4, 5, 12, 12.5 ], "texture": "#texture2" }, - "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture2" }, - "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture2" } - } - }, - { - "__comment": "Box10", - "from": [ 7, 9.625, 6.625 ], - "to": [ 10, 12.125, 7.625 ], - "faces": { - "down": { "uv": [ 1.5, 0, 14, 14 ], "texture": "#texture2" }, - "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture2" }, - "north": { "uv": [ 4, 5, 12, 12.5 ], "texture": "#texture2" }, - "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture2" }, - "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture2" }, - "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture2" } - } - }, - { - "__comment": "Box13", - "from": [ 8.25, 7.375, 7.5 ], - "to": [ 8.75, 7.875, 9.5 ], - "faces": { - "down": { "uv": [ 8.25, 6.5, 8.75, 8.5 ], "texture": "#texture1" }, - "up": { "uv": [ 8.25, 7.5, 8.75, 9.5 ], "texture": "#texture1" }, - "north": { "uv": [ 7.25, 8.125, 7.75, 8.625 ], "texture": "#texture1" }, - "south": { "uv": [ 8.25, 8.125, 8.75, 8.625 ], "texture": "#texture1" }, - "west": { "uv": [ 7.5, 8.125, 9.5, 8.625 ], "texture": "#texture1" }, - "east": { "uv": [ 6.5, 8.125, 8.5, 8.625 ], "texture": "#texture1" } - } - }, - { - "__comment": "Box14", - "from": [ 8.875, 13.375, 8.375 ], - "to": [ 9.275, 13.675, 8.675 ], - "rotation": { "origin": [ 8.875, 13.375, 8.375 ], "axis": "z", "angle": 22.5 }, - "faces": { - "down": { "uv": [ 8.25, 7, 8.75, 8 ], "texture": "#texture3" }, - "up": { "uv": [ 8.25, 8, 8.75, 9 ], "texture": "#texture3" }, - "north": { "uv": [ 7.25, 2.25, 7.75, 3.25 ], "texture": "#texture3" }, - "south": { "uv": [ 8.25, 2.25, 8.75, 3.25 ], "texture": "#texture3" }, - "west": { "uv": [ 8, 2.25, 9, 3.25 ], "texture": "#texture3" }, - "east": { "uv": [ 7, 2.25, 8, 3.25 ], "texture": "#texture3" } - } - }, - { - "__comment": "Box14", - "from": [ 8, 12.25, 8 ], - "to": [ 9, 13.25, 9 ], - "faces": { - "down": { "uv": [ 8, 7, 9, 8 ], "texture": "#texture3" }, - "up": { "uv": [ 8, 8, 9, 9 ], "texture": "#texture3" }, - "north": { "uv": [ 7, 2.75, 8, 3.75 ], "texture": "#texture3" }, - "south": { "uv": [ 8, 2.75, 9, 3.75 ], "texture": "#texture3" }, - "west": { "uv": [ 8, 2.75, 9, 3.75 ], "texture": "#texture3" }, - "east": { "uv": [ 7, 2.75, 8, 3.75 ], "texture": "#texture3" } - } - }, - { - "__comment": "Box14", - "from": [ 8, 13.125, 8.125 ], - "to": [ 8.3, 13.425, 8.925 ], - "rotation": { "origin": [ 8, 13.125, 8.125 ], "axis": "z", "angle": -22.5 }, - "faces": { - "down": { "uv": [ 8.25, 7, 8.75, 8 ], "texture": "#texture3" }, - "up": { "uv": [ 8.25, 8, 8.75, 9 ], "texture": "#texture3" }, - "north": { "uv": [ 7.25, 2.25, 7.75, 3.25 ], "texture": "#texture3" }, - "south": { "uv": [ 8.25, 2.25, 8.75, 3.25 ], "texture": "#texture3" }, - "west": { "uv": [ 8, 2.25, 9, 3.25 ], "texture": "#texture3" }, - "east": { "uv": [ 7, 2.25, 8, 3.25 ], "texture": "#texture3" } - } - }, - { - "__comment": "Box14", - "from": [ 8.125, 13.375, 8.125 ], - "to": [ 8.825, 13.875, 8.925 ], - "rotation": { "origin": [ 8.125, 13.375, 8.125 ], "axis": "z", "angle": -45 }, - "faces": { - "down": { "uv": [ 8.25, 7, 8.75, 8 ], "texture": "#texture3" }, - "up": { "uv": [ 8.25, 8, 8.75, 9 ], "texture": "#texture3" }, - "north": { "uv": [ 7.25, 2.25, 7.75, 3.25 ], "texture": "#texture3" }, - "south": { "uv": [ 8.25, 2.25, 8.75, 3.25 ], "texture": "#texture3" }, - "west": { "uv": [ 8, 2.25, 9, 3.25 ], "texture": "#texture3" }, - "east": { "uv": [ 7, 2.25, 8, 3.25 ], "texture": "#texture3" } - } - }, - { - "__comment": "Box14", - "from": [ 8.375, 13.5, 8.25 ], - "to": [ 8.875, 14, 8.75 ], - "rotation": { "origin": [ 8.375, 13.5, 8.25 ], "axis": "z", "angle": -45 }, - "faces": { - "down": { "uv": [ 8.25, 7, 8.75, 8 ], "texture": "#texture3" }, - "up": { "uv": [ 8.25, 8, 8.75, 9 ], "texture": "#texture3" }, - "north": { "uv": [ 7.25, 2.25, 7.75, 3.25 ], "texture": "#texture3" }, - "south": { "uv": [ 8.25, 2.25, 8.75, 3.25 ], "texture": "#texture3" }, - "west": { "uv": [ 8, 2.25, 9, 3.25 ], "texture": "#texture3" }, - "east": { "uv": [ 7, 2.25, 8, 3.25 ], "texture": "#texture3" } - } - } - ], - "display": { - "thirdperson_righthand": { - "rotation": [ 11, -25, 0 ], - "translation": [ 0.6956, 2.7826, 1.1913 ] - }, - "thirdperson_lefthand": { - "rotation": [ 11, -25, 0 ], - "translation": [ 0.6956, 2.7826, 1.1913 ] - }, - "firstperson_righthand": { - "rotation": [ -13, 99, -3 ], - "translation": [ 0, 1.3913, 0 ] - }, - "firstperson_lefthand": { - "rotation": [ -13, 99, -3 ], - "translation": [ 0, 1.3913, 0 ] - }, - "gui": { - "translation": [ -0.695, 1.3913, 0 ], - "scale": [ 1.3478, 1.2781, 1.4521 ] - }, - "head": { - "rotation": [ -53, 0, 0 ], - "translation": [ 9.0434, -21.54, -8.342 ], - "scale": [ 1.4955, 1.426, 1.4869 ] - }, - "ground": { - "translation": [ 0, 9.7391, 0 ] - } - } -} \ No newline at end of file +{"__comment":"Designed_by_Kodak_kev_with_Cubik_Studio_-_https://cubik.studio","textures":{"particle":"block/e_particle","texture":"block/orange_wool","texture1":"block/black_wool","texture2":"custom/jackolantern","texture3":"block/green_terracotta","texture4":"block/red_sand"},"elements":[{"__comment":"Box1","from":[8,0,8],"to":[9,7,9],"faces":{"down":{"uv":[8,7,9,8],"texture":"#texture4"},"up":{"uv":[8,8,9,9],"texture":"#texture4"},"north":{"uv":[7,9,8,16],"texture":"#texture4"},"south":{"uv":[8,9,9,16],"texture":"#texture4"},"west":{"uv":[8,9,9,16],"texture":"#texture4"},"east":{"uv":[7,9,8,16],"texture":"#texture4"}}},{"__comment":"Box2","from":[7.5,8.625,7.5],"to":[9.5,9.125,9.5],"faces":{"down":{"uv":[7.5,6.5,9.5,8.5],"texture":"#texture1"},"up":{"uv":[7.5,7.5,9.5,9.5],"texture":"#texture1"},"north":{"uv":[6.5,6.875,8.5,7.375],"texture":"#texture1"},"south":{"uv":[7.5,6.875,9.5,7.375],"texture":"#texture1"},"west":{"uv":[7.5,6.875,9.5,7.375],"texture":"#texture1"},"east":{"uv":[6.5,6.875,8.5,7.375],"texture":"#texture1"}}},{"__comment":"Box2","from":[7.75,6.5,7.75],"to":[9.25,9,9.25],"faces":{"down":{"uv":[7.75,6.75,9.25,8.25],"texture":"#texture4"},"up":{"uv":[7.75,7.75,9.25,9.25],"texture":"#texture4"},"north":{"uv":[6.75,7,8.25,9.5],"texture":"#texture4"},"south":{"uv":[7.75,7,9.25,9.5],"texture":"#texture4"},"west":{"uv":[7.75,7,9.25,9.5],"texture":"#texture4"},"east":{"uv":[6.75,7,8.25,9.5],"texture":"#texture4"}}},{"__comment":"Box4","from":[7,12,7],"to":[10,13,10],"faces":{"down":{"uv":[7,6,10,9],"texture":"#texture"},"up":{"uv":[7,7,10,10],"texture":"#texture"},"north":{"uv":[6,3,9,4],"texture":"#texture"},"south":{"uv":[7,3,10,4],"texture":"#texture"},"west":{"uv":[7,3,10,4],"texture":"#texture"},"east":{"uv":[6,3,9,4],"texture":"#texture"}}},{"__comment":"Box5","from":[6.5,9.5,6.75],"to":[10.5,12.5,10.25],"faces":{"down":{"uv":[6.5,5.75,10.5,9.25],"texture":"#texture"},"up":{"uv":[6.5,6.75,10.5,10.25],"texture":"#texture"},"north":{"uv":[5.5,3.5,9.5,6.5],"texture":"#texture"},"south":{"uv":[6.5,3.5,10.5,6.5],"texture":"#texture"},"west":{"uv":[6.75,3.5,10.25,6.5],"texture":"#texture"},"east":{"uv":[5.75,3.5,9.25,6.5],"texture":"#texture"}}},{"__comment":"Box4","from":[7,9,7],"to":[10,10,10],"faces":{"down":{"uv":[7,6,10,9],"texture":"#texture"},"up":{"uv":[7,7,10,10],"texture":"#texture"},"north":{"uv":[6,6,9,7],"texture":"#texture"},"south":{"uv":[7,6,10,7],"texture":"#texture"},"west":{"uv":[7,6,10,7],"texture":"#texture"},"east":{"uv":[6,6,9,7],"texture":"#texture"}}},{"__comment":"Box7","from":[9.5,11.5,8.25],"to":[11.5,13.5,8.75],"faces":{"down":{"uv":[9.5,7.25,11.5,7.75],"texture":"#texture1"},"up":{"uv":[9.5,8.25,11.5,8.75],"texture":"#texture1"},"north":{"uv":[4.5,2.5,6.5,4.5],"texture":"#texture1"},"south":{"uv":[9.5,2.5,11.5,4.5],"texture":"#texture1"},"west":{"uv":[8.25,2.5,8.75,4.5],"texture":"#texture1"},"east":{"uv":[7.25,2.5,7.75,4.5],"texture":"#texture1"}}},{"__comment":"Box7","from":[5.5,11.5,8.25],"to":[7.5,13.5,8.75],"faces":{"down":{"uv":[5.5,7.25,7.5,7.75],"texture":"#texture1"},"up":{"uv":[5.5,8.25,7.5,8.75],"texture":"#texture1"},"north":{"uv":[8.5,2.5,10.5,4.5],"texture":"#texture1"},"south":{"uv":[5.5,2.5,7.5,4.5],"texture":"#texture1"},"west":{"uv":[8.25,2.5,8.75,4.5],"texture":"#texture1"},"east":{"uv":[7.25,2.5,7.75,4.5],"texture":"#texture1"}}},{"__comment":"Box9","from":[7.75,-0.125,7.75],"to":[9.25,0.875,9.25],"faces":{"down":{"uv":[7.75,6.75,9.25,8.25],"texture":"#texture1"},"up":{"uv":[7.75,7.75,9.25,9.25],"texture":"#texture1"},"north":{"uv":[6.75,15.125,8.25,16],"texture":"#texture1"},"south":{"uv":[7.75,15.125,9.25,16],"texture":"#texture1"},"west":{"uv":[7.75,15.125,9.25,16],"texture":"#texture1"},"east":{"uv":[6.75,15.125,8.25,16],"texture":"#texture1"}}},{"__comment":"Box10","from":[7,9.625,9.375],"to":[10,12.125,10.375],"faces":{"down":{"uv":[1.5,0,14,14],"texture":"#texture2"},"up":{"uv":[0,0,16,16],"texture":"#texture2"},"north":{"uv":[4,5,12,12.5],"texture":"#texture2"},"south":{"uv":[4,5,12,12.5],"texture":"#texture2"},"west":{"uv":[0,0,16,16],"texture":"#texture2"},"east":{"uv":[0,0,16,16],"texture":"#texture2"}}},{"__comment":"Box10","from":[7,9.625,6.625],"to":[10,12.125,7.625],"faces":{"down":{"uv":[1.5,0,14,14],"texture":"#texture2"},"up":{"uv":[0,0,16,16],"texture":"#texture2"},"north":{"uv":[4,5,12,12.5],"texture":"#texture2"},"south":{"uv":[0,0,16,16],"texture":"#texture2"},"west":{"uv":[0,0,16,16],"texture":"#texture2"},"east":{"uv":[0,0,16,16],"texture":"#texture2"}}},{"__comment":"Box13","from":[8.25,7.375,7.5],"to":[8.75,7.875,9.5],"faces":{"down":{"uv":[8.25,6.5,8.75,8.5],"texture":"#texture1"},"up":{"uv":[8.25,7.5,8.75,9.5],"texture":"#texture1"},"north":{"uv":[7.25,8.125,7.75,8.625],"texture":"#texture1"},"south":{"uv":[8.25,8.125,8.75,8.625],"texture":"#texture1"},"west":{"uv":[7.5,8.125,9.5,8.625],"texture":"#texture1"},"east":{"uv":[6.5,8.125,8.5,8.625],"texture":"#texture1"}}},{"__comment":"Box14","from":[8.875,13.375,8.375],"to":[9.275,13.675,8.675],"rotation":{"origin":[8.875,13.375,8.375],"axis":"z","angle":22.5},"faces":{"down":{"uv":[8.25,7,8.75,8],"texture":"#texture3"},"up":{"uv":[8.25,8,8.75,9],"texture":"#texture3"},"north":{"uv":[7.25,2.25,7.75,3.25],"texture":"#texture3"},"south":{"uv":[8.25,2.25,8.75,3.25],"texture":"#texture3"},"west":{"uv":[8,2.25,9,3.25],"texture":"#texture3"},"east":{"uv":[7,2.25,8,3.25],"texture":"#texture3"}}},{"__comment":"Box14","from":[8,12.25,8],"to":[9,13.25,9],"faces":{"down":{"uv":[8,7,9,8],"texture":"#texture3"},"up":{"uv":[8,8,9,9],"texture":"#texture3"},"north":{"uv":[7,2.75,8,3.75],"texture":"#texture3"},"south":{"uv":[8,2.75,9,3.75],"texture":"#texture3"},"west":{"uv":[8,2.75,9,3.75],"texture":"#texture3"},"east":{"uv":[7,2.75,8,3.75],"texture":"#texture3"}}},{"__comment":"Box14","from":[8,13.125,8.125],"to":[8.3,13.425,8.925],"rotation":{"origin":[8,13.125,8.125],"axis":"z","angle":-22.5},"faces":{"down":{"uv":[8.25,7,8.75,8],"texture":"#texture3"},"up":{"uv":[8.25,8,8.75,9],"texture":"#texture3"},"north":{"uv":[7.25,2.25,7.75,3.25],"texture":"#texture3"},"south":{"uv":[8.25,2.25,8.75,3.25],"texture":"#texture3"},"west":{"uv":[8,2.25,9,3.25],"texture":"#texture3"},"east":{"uv":[7,2.25,8,3.25],"texture":"#texture3"}}},{"__comment":"Box14","from":[8.125,13.375,8.125],"to":[8.825,13.875,8.925],"rotation":{"origin":[8.125,13.375,8.125],"axis":"z","angle":-45},"faces":{"down":{"uv":[8.25,7,8.75,8],"texture":"#texture3"},"up":{"uv":[8.25,8,8.75,9],"texture":"#texture3"},"north":{"uv":[7.25,2.25,7.75,3.25],"texture":"#texture3"},"south":{"uv":[8.25,2.25,8.75,3.25],"texture":"#texture3"},"west":{"uv":[8,2.25,9,3.25],"texture":"#texture3"},"east":{"uv":[7,2.25,8,3.25],"texture":"#texture3"}}},{"__comment":"Box14","from":[8.375,13.5,8.25],"to":[8.875,14,8.75],"rotation":{"origin":[8.375,13.5,8.25],"axis":"z","angle":-45},"faces":{"down":{"uv":[8.25,7,8.75,8],"texture":"#texture3"},"up":{"uv":[8.25,8,8.75,9],"texture":"#texture3"},"north":{"uv":[7.25,2.25,7.75,3.25],"texture":"#texture3"},"south":{"uv":[8.25,2.25,8.75,3.25],"texture":"#texture3"},"west":{"uv":[8,2.25,9,3.25],"texture":"#texture3"},"east":{"uv":[7,2.25,8,3.25],"texture":"#texture3"}}}],"display":{"thirdperson_righthand":{"rotation":[11,-25,0],"translation":[0.6956,2.7826,1.1913]},"thirdperson_lefthand":{"rotation":[11,-25,0],"translation":[0.6956,2.7826,1.1913]},"firstperson_righthand":{"rotation":[-13,99,-3],"translation":[0,1.3913,0]},"firstperson_lefthand":{"rotation":[-13,99,-3],"translation":[0,1.3913,0]},"gui":{"translation":[-0.695,1.3913,0],"scale":[1.3478,1.2781,1.4521]},"head":{"rotation":[-53,0,0],"translation":[9.0434,-21.54,-8.342],"scale":[1.4955,1.426,1.4869]},"ground":{"translation":[0,9.7391,0]}}} diff --git a/assets/minecraft/models/item/seasonalhats/seasonal_hat1.json b/assets/minecraft/models/item/seasonalhats/seasonal_hat1.json index 1a00492..dc17ba9 100644 --- a/assets/minecraft/models/item/seasonalhats/seasonal_hat1.json +++ b/assets/minecraft/models/item/seasonalhats/seasonal_hat1.json @@ -1,12 +1,12 @@ { "__comment": "Designed by Kodak_kev with Cubik Studio - https://cubik.studio", "textures": { - "particle": "blocks/e_particle", - "texture": "items/dye_powder_black", - "texture1": "blocks/wool_colored_purple", - "texture2": "blocks/furnace_top", - "texture3": "blocks/hardened_clay_stained_purple", - "texture4": "blocks/wool_colored_black" + "particle": "block/e_particle", + "texture": "item/ink_sac", + "texture1": "block/purple_wool", + "texture2": "block/furnace_top", + "texture3": "block/hardened_clay_stained_purple", + "texture4": "block/black_wool" }, "elements": [ { @@ -744,4 +744,4 @@ "scale": [ 1.8695, 1.939, 1 ] } } -} \ No newline at end of file +} diff --git a/assets/minecraft/models/item/seasonalhats/seasonal_hat2.json b/assets/minecraft/models/item/seasonalhats/seasonal_hat2.json index a57db18..8e8ca7c 100644 --- a/assets/minecraft/models/item/seasonalhats/seasonal_hat2.json +++ b/assets/minecraft/models/item/seasonalhats/seasonal_hat2.json @@ -1,10 +1,10 @@ { "__comment": "Designed by Kodak_kev with Cubik Studio - https://cubik.studio", "textures": { - "particle": "blocks/e_particle", - "texture": "blocks/cobblestone_mossy", - "texture1": "blocks/wool_colored_silver", - "texture2": "blocks/clay" + "particle": "block/e_particle", + "texture": "block/mossy_cobblestone", + "texture1": "block/light_gray_wool", + "texture2": "block/clay" }, "elements": [ { @@ -542,4 +542,4 @@ "scale": [ 1.2084, 1.2868, 1.6955 ] } } -} \ No newline at end of file +} diff --git a/assets/minecraft/models/item/seasonalhats/seasonal_hat3.json b/assets/minecraft/models/item/seasonalhats/seasonal_hat3.json index 22487c0..742472a 100644 --- a/assets/minecraft/models/item/seasonalhats/seasonal_hat3.json +++ b/assets/minecraft/models/item/seasonalhats/seasonal_hat3.json @@ -1,10 +1,10 @@ { "__comment": "Designed by Kodak_kev with Cubik Studio - https://cubik.studio", "textures": { - "particle": "blocks/e_particle", - "texture": "blocks/wool_colored_black", - "texture1": "blocks/hardened_clay_stained_orange", - "texture2": "blocks/clay" + "particle": "block/e_particle", + "texture": "block/black_wool", + "texture1": "block/orange_terracotta", + "texture2": "block/clay" }, "elements": [ { diff --git a/assets/minecraft/models/item/seasonalhats/seasonal_hat4.json b/assets/minecraft/models/item/seasonalhats/seasonal_hat4.json index 739d61c..e802c1c 100644 --- a/assets/minecraft/models/item/seasonalhats/seasonal_hat4.json +++ b/assets/minecraft/models/item/seasonalhats/seasonal_hat4.json @@ -1,9 +1,9 @@ { "__comment": "Designed by Kodak_kev with Cubik Studio - https://cubik.studio", "textures": { - "particle": "blocks/e_particle", - "texture": "blocks/wool_colored_orange", - "texture1": "blocks/hardened_clay_stained_green", + "particle": "block/e_particle", + "texture": "block/orange_wool", + "texture1": "block/green_terracotta", "texture2": "custom/jackolantern1" }, "elements": [ diff --git a/assets/minecraft/models/item/tiara.json b/assets/minecraft/models/item/tiara.json index 8b334b1..fcce5a9 100644 --- a/assets/minecraft/models/item/tiara.json +++ b/assets/minecraft/models/item/tiara.json @@ -1,648 +1 @@ -{ - "__comment": "Designed by Kodak_kev with Cubik Studio - https://cubik.studio", - "textures": { - "particle": "blocks/e_particle", - "texture": "blocks/hardened_clay_stained_yellow", - "texture2": "blocks/crown", - "texture1": "blocks/sand" - }, - "elements": [ - { - "__comment": "Cube1", - "from": [ 2.5, 0, 1.5 ], - "to": [ 12.5, 0.5, 2 ], - "faces": { - "down": { "uv": [ 2.5, 13.5, 12.5, 14.5 ], "texture": "#texture1" }, - "up": { "uv": [ 2.5, 1.5, 12.5, 2.5 ], "texture": "#texture1" }, - "north": { "uv": [ 3.5, 15, 13.5, 16 ], "texture": "#texture1" }, - "south": { "uv": [ 2.5, 15, 12.5, 16 ], "texture": "#texture1" }, - "west": { "uv": [ 1.5, 15, 2.5, 16 ], "texture": "#texture1" }, - "east": { "uv": [ 13.5, 15, 14.5, 16 ], "texture": "#texture1" } - } - }, - { - "__comment": "Cube1", - "from": [ 2.5, 0, 13 ], - "to": [ 12.5, 0.5, 13.5 ], - "faces": { - "down": { "uv": [ 2.5, 2.5, 12.5, 3.5 ], "texture": "#texture1" }, - "up": { "uv": [ 2.5, 12.5, 12.5, 13.5 ], "texture": "#texture1" }, - "north": { "uv": [ 3.5, 15, 13.5, 16 ], "texture": "#texture1" }, - "south": { "uv": [ 2.5, 15, 12.5, 16 ], "texture": "#texture1" }, - "west": { "uv": [ 12.5, 15, 13.5, 16 ], "texture": "#texture1" }, - "east": { "uv": [ 2.5, 15, 3.5, 16 ], "texture": "#texture1" } - } - }, - { - "__comment": "Cube1", - "from": [ 12.5, 0, 2.5 ], - "to": [ 13, 0.5, 13 ], - "faces": { - "down": { "uv": [ 12.5, 3.5, 13.5, 13.5 ], "texture": "#texture1" }, - "up": { "uv": [ 12.5, 2.5, 13.5, 12.5 ], "texture": "#texture1" }, - "north": { "uv": [ 2.5, 15, 3.5, 16 ], "texture": "#texture1" }, - "south": { "uv": [ 12.5, 15, 13.5, 16 ], "texture": "#texture1" }, - "west": { "uv": [ 2.5, 15, 12.5, 16 ], "texture": "#texture1" }, - "east": { "uv": [ 3.5, 15, 13.5, 16 ], "texture": "#texture1" } - } - }, - { - "__comment": "Cube1", - "from": [ 12, 0, 2 ], - "to": [ 13, 0.5, 2.5 ], - "faces": { - "down": { "uv": [ 12, 13, 13, 14 ], "texture": "#texture1" }, - "up": { "uv": [ 12, 2, 13, 3 ], "texture": "#texture1" }, - "north": { "uv": [ 3, 15, 4, 16 ], "texture": "#texture1" }, - "south": { "uv": [ 12, 15, 13, 16 ], "texture": "#texture1" }, - "west": { "uv": [ 2, 15, 3, 16 ], "texture": "#texture1" }, - "east": { "uv": [ 13, 15, 14, 16 ], "texture": "#texture1" } - } - }, - { - "__comment": "Cube1", - "from": [ 12, 0, 12.5 ], - "to": [ 12.5, 0.5, 13.5 ], - "faces": { - "down": { "uv": [ 12, 3, 13, 4 ], "texture": "#texture1" }, - "up": { "uv": [ 12, 12, 13, 13 ], "texture": "#texture1" }, - "north": { "uv": [ 3, 15, 4, 16 ], "texture": "#texture1" }, - "south": { "uv": [ 12, 15, 13, 16 ], "texture": "#texture1" }, - "west": { "uv": [ 12, 15, 13, 16 ], "texture": "#texture1" }, - "east": { "uv": [ 3, 15, 4, 16 ], "texture": "#texture1" } - } - }, - { - "__comment": "Box31", - "from": [ 12.5, 1, 9.875 ], - "to": [ 13, 2, 10.375 ], - "rotation": { "origin": [ 12.5, 1, 9.875 ], "axis": "x", "angle": 22.5 }, - "faces": { - "down": { "uv": [ 12.5, 6, 13, 7 ], "texture": "#texture" }, - "up": { "uv": [ 12.5, 9, 13, 10 ], "texture": "#texture" }, - "north": { "uv": [ 3, 15, 3.5, 15.5 ], "texture": "#texture" }, - "south": { "uv": [ 12.5, 15, 13, 15.5 ], "texture": "#texture" }, - "west": { "uv": [ 9, 15, 10, 15.5 ], "texture": "#texture" }, - "east": { "uv": [ 6, 15, 7, 15.5 ], "texture": "#texture" } - } - }, - { - "__comment": "Box31", - "from": [ 12.5, 0.5, 5.5 ], - "to": [ 13, 1, 6.5 ], - "faces": { - "down": { "uv": [ 12.5, 9.5, 13, 10.5 ], "texture": "#texture" }, - "up": { "uv": [ 12.5, 5.5, 13, 6.5 ], "texture": "#texture" }, - "north": { "uv": [ 3, 15, 3.5, 15.5 ], "texture": "#texture" }, - "south": { "uv": [ 12.5, 15, 13, 15.5 ], "texture": "#texture" }, - "west": { "uv": [ 5.5, 15, 6.5, 15.5 ], "texture": "#texture" }, - "east": { "uv": [ 9.5, 15, 10.5, 15.5 ], "texture": "#texture" } - } - }, - { - "__comment": "Box31", - "from": [ 12.5, 2.875, 9.75 ], - "to": [ 13, 3.875, 10.25 ], - "rotation": { "origin": [ 12.5, 2.875, 9.75 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 12.5, 10, 13, 11 ], "texture": "#texture" }, - "up": { "uv": [ 12.5, 5, 13, 6 ], "texture": "#texture" }, - "north": { "uv": [ 3, 14.5, 3.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 12.5, 14.5, 13, 15 ], "texture": "#texture" }, - "west": { "uv": [ 5, 14.5, 6, 15 ], "texture": "#texture" }, - "east": { "uv": [ 10, 14.5, 11, 15 ], "texture": "#texture" } - } - }, - { - "__comment": "Box31", - "from": [ 12.5, 0.5, 8.5 ], - "to": [ 13, 1, 9.5 ], - "faces": { - "down": { "uv": [ 12.5, 6.5, 13, 7.5 ], "texture": "#texture" }, - "up": { "uv": [ 12.5, 8.5, 13, 9.5 ], "texture": "#texture" }, - "north": { "uv": [ 3, 15, 3.5, 15.5 ], "texture": "#texture" }, - "south": { "uv": [ 12.5, 15, 13, 15.5 ], "texture": "#texture" }, - "west": { "uv": [ 8.5, 15, 9.5, 15.5 ], "texture": "#texture" }, - "east": { "uv": [ 6.5, 15, 7.5, 15.5 ], "texture": "#texture" } - } - }, - { - "__comment": "Box31", - "from": [ 12.5, 0.875, 4.625 ], - "to": [ 13, 1.375, 5.625 ], - "rotation": { "origin": [ 12.5, 0.875, 4.625 ], "axis": "x", "angle": 22.5 }, - "faces": { - "down": { "uv": [ 12.5, 10, 13, 11 ], "texture": "#texture" }, - "up": { "uv": [ 12.5, 5, 13, 6 ], "texture": "#texture" }, - "north": { "uv": [ 3, 14.5, 3.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 12.5, 14.5, 13, 15 ], "texture": "#texture" }, - "west": { "uv": [ 5, 14.5, 6, 15 ], "texture": "#texture" }, - "east": { "uv": [ 10, 14.5, 11, 15 ], "texture": "#texture" } - } - }, - { - "__comment": "Box31", - "from": [ 12.5, 0.5, 9.5 ], - "to": [ 13, 1, 10.5 ], - "rotation": { "origin": [ 12.5, 0.5, 9.5 ], "axis": "x", "angle": -22.5 }, - "faces": { - "down": { "uv": [ 12.5, 6, 13, 7 ], "texture": "#texture" }, - "up": { "uv": [ 12.5, 9, 13, 10 ], "texture": "#texture" }, - "north": { "uv": [ 3, 15, 3.5, 15.5 ], "texture": "#texture" }, - "south": { "uv": [ 12.5, 15, 13, 15.5 ], "texture": "#texture" }, - "west": { "uv": [ 9, 15, 10, 15.5 ], "texture": "#texture" }, - "east": { "uv": [ 6, 15, 7, 15.5 ], "texture": "#texture" } - } - }, - { - "__comment": "Box31", - "from": [ 12.5, 0.875, 4.625 ], - "to": [ 13, 1.875, 5.125 ], - "rotation": { "origin": [ 12.5, 0.875, 4.625 ], "axis": "x", "angle": -22.5 }, - "faces": { - "down": { "uv": [ 12.5, 10, 13, 11 ], "texture": "#texture" }, - "up": { "uv": [ 12.5, 5, 13, 6 ], "texture": "#texture" }, - "north": { "uv": [ 3, 14.5, 3.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 12.5, 14.5, 13, 15 ], "texture": "#texture" }, - "west": { "uv": [ 5, 14.5, 6, 15 ], "texture": "#texture" }, - "east": { "uv": [ 10, 14.5, 11, 15 ], "texture": "#texture" } - } - }, - { - "__comment": "Box31", - "from": [ 12.5, 1.875, 10.625 ], - "to": [ 13, 2.375, 11.625 ], - "rotation": { "origin": [ 12.5, 1.875, 10.625 ], "axis": "x", "angle": -22.5 }, - "faces": { - "down": { "uv": [ 12.5, 10, 13, 11 ], "texture": "#texture" }, - "up": { "uv": [ 12.5, 5, 13, 6 ], "texture": "#texture" }, - "north": { "uv": [ 3, 14.5, 3.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 12.5, 14.5, 13, 15 ], "texture": "#texture" }, - "west": { "uv": [ 5, 14.5, 6, 15 ], "texture": "#texture" }, - "east": { "uv": [ 10, 14.5, 11, 15 ], "texture": "#texture" } - } - }, - { - "__comment": "Box31", - "from": [ 12.5, 1.625, 10.25 ], - "to": [ 13, 2.625, 10.75 ], - "faces": { - "down": { "uv": [ 12.5, 10, 13, 11 ], "texture": "#texture" }, - "up": { "uv": [ 12.5, 5, 13, 6 ], "texture": "#texture" }, - "north": { "uv": [ 3, 14.5, 3.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 12.5, 14.5, 13, 15 ], "texture": "#texture" }, - "west": { "uv": [ 5, 14.5, 6, 15 ], "texture": "#texture" }, - "east": { "uv": [ 10, 14.5, 11, 15 ], "texture": "#texture" } - } - }, - { - "__comment": "Box31", - "from": [ 12.5, 2.625, 4.25 ], - "to": [ 13, 3.625, 4.75 ], - "rotation": { "origin": [ 12.5, 2.625, 4.25 ], "axis": "x", "angle": 45 }, - "faces": { - "down": { "uv": [ 12.5, 10, 13, 11 ], "texture": "#texture" }, - "up": { "uv": [ 12.5, 5, 13, 6 ], "texture": "#texture" }, - "north": { "uv": [ 3, 14.5, 3.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 12.5, 14.5, 13, 15 ], "texture": "#texture" }, - "west": { "uv": [ 5, 14.5, 6, 15 ], "texture": "#texture" }, - "east": { "uv": [ 10, 14.5, 11, 15 ], "texture": "#texture" } - } - }, - { - "__comment": "Box31", - "from": [ 12.5, 2.25, 10.375 ], - "to": [ 13, 3.25, 10.875 ], - "rotation": { "origin": [ 12.5, 2.25, 10.375 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 12.5, 10, 13, 11 ], "texture": "#texture" }, - "up": { "uv": [ 12.5, 5, 13, 6 ], "texture": "#texture" }, - "north": { "uv": [ 3, 14.5, 3.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 12.5, 14.5, 13, 15 ], "texture": "#texture" }, - "west": { "uv": [ 5, 14.5, 6, 15 ], "texture": "#texture" }, - "east": { "uv": [ 10, 14.5, 11, 15 ], "texture": "#texture" } - } - }, - { - "__comment": "Box31", - "from": [ 12.5, 3.1851, 7.8999 ], - "to": [ 13, 3.6851, 8.8999 ], - "rotation": { "origin": [ 12.5, 3.125, 7.875 ], "axis": "x", "angle": -22.5 }, - "faces": { - "down": { "uv": [ 12.5, 10, 13, 11 ], "texture": "#texture" }, - "up": { "uv": [ 12.5, 5, 13, 6 ], "texture": "#texture" }, - "north": { "uv": [ 3, 14.5, 3.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 12.5, 14.5, 13, 15 ], "texture": "#texture" }, - "west": { "uv": [ 5, 14.5, 6, 15 ], "texture": "#texture" }, - "east": { "uv": [ 10, 14.5, 11, 15 ], "texture": "#texture" } - } - }, - { - "__comment": "Box31", - "from": [ 12.5, 2.875, 5.25 ], - "to": [ 13, 3.375, 6.25 ], - "rotation": { "origin": [ 12.5, 2.875, 5.25 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 12.5, 10, 13, 11 ], "texture": "#texture" }, - "up": { "uv": [ 12.5, 5, 13, 6 ], "texture": "#texture" }, - "north": { "uv": [ 3, 14.5, 3.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 12.5, 14.5, 13, 15 ], "texture": "#texture" }, - "west": { "uv": [ 5, 14.5, 6, 15 ], "texture": "#texture" }, - "east": { "uv": [ 10, 14.5, 11, 15 ], "texture": "#texture" } - } - }, - { - "__comment": "Box31", - "from": [ 12.5, 1.875, 8.25 ], - "to": [ 13, 2.875, 8.75 ], - "rotation": { "origin": [ 12.5, 1.875, 8.25 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 12.5, 10, 13, 11 ], "texture": "#texture" }, - "up": { "uv": [ 12.5, 5, 13, 6 ], "texture": "#texture" }, - "north": { "uv": [ 3, 14.5, 3.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 12.5, 14.5, 13, 15 ], "texture": "#texture" }, - "west": { "uv": [ 5, 14.5, 6, 15 ], "texture": "#texture" }, - "east": { "uv": [ 10, 14.5, 11, 15 ], "texture": "#texture" } - } - }, - { - "__comment": "Box31", - "from": [ 12.5, 3.5, 5.625 ], - "to": [ 13, 4, 6.625 ], - "faces": { - "down": { "uv": [ 12.5, 10, 13, 11 ], "texture": "#texture" }, - "up": { "uv": [ 12.5, 5, 13, 6 ], "texture": "#texture" }, - "north": { "uv": [ 3, 14.5, 3.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 12.5, 14.5, 13, 15 ], "texture": "#texture" }, - "west": { "uv": [ 5, 14.5, 6, 15 ], "texture": "#texture" }, - "east": { "uv": [ 10, 14.5, 11, 15 ], "texture": "#texture" } - } - }, - { - "__comment": "Box31", - "from": [ 12.5, 3.5, 8.375 ], - "to": [ 13, 4, 9.375 ], - "faces": { - "down": { "uv": [ 12.5, 10, 13, 11 ], "texture": "#texture" }, - "up": { "uv": [ 12.5, 5, 13, 6 ], "texture": "#texture" }, - "north": { "uv": [ 3, 14.5, 3.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 12.5, 14.5, 13, 15 ], "texture": "#texture" }, - "west": { "uv": [ 5, 14.5, 6, 15 ], "texture": "#texture" }, - "east": { "uv": [ 10, 14.5, 11, 15 ], "texture": "#texture" } - } - }, - { - "__comment": "Box31", - "from": [ 12.5, 3.5831, 6.2156 ], - "to": [ 13, 4.0831, 7.2156 ], - "rotation": { "origin": [ 12.5, 3.5, 6.25 ], "axis": "x", "angle": 22.5 }, - "faces": { - "down": { "uv": [ 12.5, 10, 13, 11 ], "texture": "#texture" }, - "up": { "uv": [ 12.5, 5, 13, 6 ], "texture": "#texture" }, - "north": { "uv": [ 3, 14.5, 3.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 12.5, 14.5, 13, 15 ], "texture": "#texture" }, - "west": { "uv": [ 5, 14.5, 6, 15 ], "texture": "#texture" }, - "east": { "uv": [ 10, 14.5, 11, 15 ], "texture": "#texture" } - } - }, - { - "__comment": "Box31", - "from": [ 12.5, 2.25, 6.375 ], - "to": [ 13, 3.25, 6.875 ], - "rotation": { "origin": [ 12.5, 2.25, 6.375 ], "axis": "x", "angle": 45 }, - "faces": { - "down": { "uv": [ 12.5, 10, 13, 11 ], "texture": "#texture" }, - "up": { "uv": [ 12.5, 5, 13, 6 ], "texture": "#texture" }, - "north": { "uv": [ 3, 14.5, 3.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 12.5, 14.5, 13, 15 ], "texture": "#texture" }, - "west": { "uv": [ 5, 14.5, 6, 15 ], "texture": "#texture" }, - "east": { "uv": [ 10, 14.5, 11, 15 ], "texture": "#texture" } - } - }, - { - "__comment": "Box31", - "from": [ 12.5, 2.25, 5.75 ], - "to": [ 13, 2.75, 6.75 ], - "rotation": { "origin": [ 12.5, 2.25, 5.75 ], "axis": "x", "angle": 22.5 }, - "faces": { - "down": { "uv": [ 12.5, 10, 13, 11 ], "texture": "#texture" }, - "up": { "uv": [ 12.5, 5, 13, 6 ], "texture": "#texture" }, - "north": { "uv": [ 3, 14.5, 3.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 12.5, 14.5, 13, 15 ], "texture": "#texture" }, - "west": { "uv": [ 5, 14.5, 6, 15 ], "texture": "#texture" }, - "east": { "uv": [ 10, 14.5, 11, 15 ], "texture": "#texture" } - } - }, - { - "__comment": "Box31", - "from": [ 12.5, 1.875, 8.375 ], - "to": [ 13, 2.375, 9.375 ], - "rotation": { "origin": [ 12.5, 1.875, 8.375 ], "axis": "x", "angle": -22.5 }, - "faces": { - "down": { "uv": [ 12.5, 10, 13, 11 ], "texture": "#texture" }, - "up": { "uv": [ 12.5, 5, 13, 6 ], "texture": "#texture" }, - "north": { "uv": [ 3, 14.5, 3.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 12.5, 14.5, 13, 15 ], "texture": "#texture" }, - "west": { "uv": [ 5, 14.5, 6, 15 ], "texture": "#texture" }, - "east": { "uv": [ 10, 14.5, 11, 15 ], "texture": "#texture" } - } - }, - { - "__comment": "Box31", - "from": [ 12.5, 3.7747, 7.1639 ], - "to": [ 13, 4.2747, 7.6639 ], - "rotation": { "origin": [ 12.5, 3.75, 7.125 ], "axis": "x", "angle": 45 }, - "faces": { - "down": { "uv": [ 12.5, 10, 13, 11 ], "texture": "#texture2" }, - "up": { "uv": [ 12.5, 5, 13, 6 ], "texture": "#texture2" }, - "north": { "uv": [ 3, 14.5, 3.5, 15 ], "texture": "#texture2" }, - "south": { "uv": [ 12.5, 14.5, 13, 15 ], "texture": "#texture2" }, - "west": { "uv": [ 5, 14.5, 6, 15 ], "texture": "#texture2" }, - "east": { "uv": [ 10, 14.5, 11, 15 ], "texture": "#texture2" } - } - }, - { - "__comment": "Box31", - "from": [ 12.5, 1.625, 4.25 ], - "to": [ 13, 2.625, 4.75 ], - "faces": { - "down": { "uv": [ 12.5, 10, 13, 11 ], "texture": "#texture" }, - "up": { "uv": [ 12.5, 5, 13, 6 ], "texture": "#texture" }, - "north": { "uv": [ 3, 14.5, 3.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 12.5, 14.5, 13, 15 ], "texture": "#texture" }, - "west": { "uv": [ 5, 14.5, 6, 15 ], "texture": "#texture" }, - "east": { "uv": [ 10, 14.5, 11, 15 ], "texture": "#texture" } - } - }, - { - "__comment": "Box31", - "from": [ 12.5, 2.25, 3.375 ], - "to": [ 13, 2.75, 4.375 ], - "rotation": { "origin": [ 12.5, 2.25, 3.375 ], "axis": "x", "angle": 22.5 }, - "faces": { - "down": { "uv": [ 12.5, 10, 13, 11 ], "texture": "#texture" }, - "up": { "uv": [ 12.5, 5, 13, 6 ], "texture": "#texture" }, - "north": { "uv": [ 3, 14.5, 3.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 12.5, 14.5, 13, 15 ], "texture": "#texture" }, - "west": { "uv": [ 5, 14.5, 6, 15 ], "texture": "#texture" }, - "east": { "uv": [ 10, 14.5, 11, 15 ], "texture": "#texture" } - } - }, - { - "__comment": "Box31", - "from": [ 12.5, 0.5, 3.5 ], - "to": [ 13, 1, 4.5 ], - "rotation": { "origin": [ 12.5, 0.5, 3.5 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 12.5, 10, 13, 11 ], "texture": "#texture" }, - "up": { "uv": [ 12.5, 5, 13, 6 ], "texture": "#texture" }, - "north": { "uv": [ 3, 14.5, 3.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 12.5, 14.5, 13, 15 ], "texture": "#texture" }, - "west": { "uv": [ 5, 14.5, 6, 15 ], "texture": "#texture" }, - "east": { "uv": [ 10, 14.5, 11, 15 ], "texture": "#texture" } - } - }, - { - "__comment": "Box31", - "from": [ 12.5, 1.75, 2.375 ], - "to": [ 13, 2.25, 3.375 ], - "rotation": { "origin": [ 12.5, 1.75, 2.375 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 12.5, 10, 13, 11 ], "texture": "#texture" }, - "up": { "uv": [ 12.5, 5, 13, 6 ], "texture": "#texture" }, - "north": { "uv": [ 3, 14.5, 3.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 12.5, 14.5, 13, 15 ], "texture": "#texture" }, - "west": { "uv": [ 5, 14.5, 6, 15 ], "texture": "#texture" }, - "east": { "uv": [ 10, 14.5, 11, 15 ], "texture": "#texture" } - } - }, - { - "__comment": "Box31", - "from": [ 12.5, 2.25, 2.625 ], - "to": [ 13, 2.75, 3.625 ], - "faces": { - "down": { "uv": [ 12.5, 10, 13, 11 ], "texture": "#texture" }, - "up": { "uv": [ 12.5, 5, 13, 6 ], "texture": "#texture" }, - "north": { "uv": [ 3, 14.5, 3.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 12.5, 14.5, 13, 15 ], "texture": "#texture" }, - "west": { "uv": [ 5, 14.5, 6, 15 ], "texture": "#texture" }, - "east": { "uv": [ 10, 14.5, 11, 15 ], "texture": "#texture" } - } - }, - { - "__comment": "Box31", - "from": [ 12.5, 2.25, 11.375 ], - "to": [ 13, 2.75, 12.375 ], - "faces": { - "down": { "uv": [ 12.5, 10, 13, 11 ], "texture": "#texture" }, - "up": { "uv": [ 12.5, 5, 13, 6 ], "texture": "#texture" }, - "north": { "uv": [ 3, 14.5, 3.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 12.5, 14.5, 13, 15 ], "texture": "#texture" }, - "west": { "uv": [ 5, 14.5, 6, 15 ], "texture": "#texture" }, - "east": { "uv": [ 10, 14.5, 11, 15 ], "texture": "#texture" } - } - }, - { - "__comment": "Box31", - "from": [ 12.5, 2.375, 12 ], - "to": [ 13, 2.875, 13 ], - "rotation": { "origin": [ 12.5, 2.375, 12 ], "axis": "x", "angle": 45 }, - "faces": { - "down": { "uv": [ 12.5, 10, 13, 11 ], "texture": "#texture" }, - "up": { "uv": [ 12.5, 5, 13, 6 ], "texture": "#texture" }, - "north": { "uv": [ 3, 14.5, 3.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 12.5, 14.5, 13, 15 ], "texture": "#texture" }, - "west": { "uv": [ 5, 14.5, 6, 15 ], "texture": "#texture" }, - "east": { "uv": [ 10, 14.5, 11, 15 ], "texture": "#texture" } - } - }, - { - "__comment": "Box31", - "from": [ 12.5, 0.5, 2.75 ], - "to": [ 13, 1.5, 3.25 ], - "rotation": { "origin": [ 12.5, 0.5, 2.75 ], "axis": "x", "angle": -45 }, - "faces": { - "down": { "uv": [ 12.5, 10, 13, 11 ], "texture": "#texture" }, - "up": { "uv": [ 12.5, 5, 13, 6 ], "texture": "#texture" }, - "north": { "uv": [ 3, 14.5, 3.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 12.5, 14.5, 13, 15 ], "texture": "#texture" }, - "west": { "uv": [ 5, 14.5, 6, 15 ], "texture": "#texture" }, - "east": { "uv": [ 10, 14.5, 11, 15 ], "texture": "#texture" } - } - }, - { - "__comment": "Box31", - "from": [ 12.5, 1.125, 12.5 ], - "to": [ 13, 2.125, 13 ], - "faces": { - "down": { "uv": [ 12.5, 10, 13, 11 ], "texture": "#texture" }, - "up": { "uv": [ 12.5, 5, 13, 6 ], "texture": "#texture" }, - "north": { "uv": [ 3, 14.5, 3.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 12.5, 14.5, 13, 15 ], "texture": "#texture" }, - "west": { "uv": [ 5, 14.5, 6, 15 ], "texture": "#texture" }, - "east": { "uv": [ 10, 14.5, 11, 15 ], "texture": "#texture" } - } - }, - { - "__comment": "Box31", - "from": [ 12.5, 1.125, 2 ], - "to": [ 13, 2.125, 2.5 ], - "faces": { - "down": { "uv": [ 12.5, 10, 13, 11 ], "texture": "#texture" }, - "up": { "uv": [ 12.5, 5, 13, 6 ], "texture": "#texture" }, - "north": { "uv": [ 3, 14.5, 3.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 12.5, 14.5, 13, 15 ], "texture": "#texture" }, - "west": { "uv": [ 5, 14.5, 6, 15 ], "texture": "#texture" }, - "east": { "uv": [ 10, 14.5, 11, 15 ], "texture": "#texture" } - } - }, - { - "__comment": "Box31", - "from": [ 12.5, 0.875, 12 ], - "to": [ 13, 1.875, 12.5 ], - "rotation": { "origin": [ 12.5, 0.875, 12 ], "axis": "x", "angle": 45 }, - "faces": { - "down": { "uv": [ 12.5, 10, 13, 11 ], "texture": "#texture" }, - "up": { "uv": [ 12.5, 5, 13, 6 ], "texture": "#texture" }, - "north": { "uv": [ 3, 14.5, 3.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 12.5, 14.5, 13, 15 ], "texture": "#texture" }, - "west": { "uv": [ 5, 14.5, 6, 15 ], "texture": "#texture" }, - "east": { "uv": [ 10, 14.5, 11, 15 ], "texture": "#texture" } - } - }, - { - "__comment": "Box31", - "from": [ 12.5, 1.125, 10.75 ], - "to": [ 13, 1.625, 11.75 ], - "rotation": { "origin": [ 12.5, 1.125, 10.75 ], "axis": "x", "angle": 45 }, - "faces": { - "down": { "uv": [ 12.5, 10, 13, 11 ], "texture": "#texture" }, - "up": { "uv": [ 12.5, 5, 13, 6 ], "texture": "#texture" }, - "north": { "uv": [ 3, 14.5, 3.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 12.5, 14.5, 13, 15 ], "texture": "#texture" }, - "west": { "uv": [ 5, 14.5, 6, 15 ], "texture": "#texture" }, - "east": { "uv": [ 10, 14.5, 11, 15 ], "texture": "#texture" } - } - }, - { - "__comment": "Box31", - "from": [ 12.5, 0.5, 2.625 ], - "to": [ 13, 1, 3.625 ], - "faces": { - "down": { "uv": [ 12.5, 10, 13, 11 ], "texture": "#texture" }, - "up": { "uv": [ 12.5, 5, 13, 6 ], "texture": "#texture" }, - "north": { "uv": [ 3, 14.5, 3.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 12.5, 14.5, 13, 15 ], "texture": "#texture" }, - "west": { "uv": [ 5, 14.5, 6, 15 ], "texture": "#texture" }, - "east": { "uv": [ 10, 14.5, 11, 15 ], "texture": "#texture" } - } - }, - { - "__comment": "Box31", - "from": [ 12.5, 0.5, 11.375 ], - "to": [ 13, 1, 12.375 ], - "faces": { - "down": { "uv": [ 12.5, 10, 13, 11 ], "texture": "#texture" }, - "up": { "uv": [ 12.5, 5, 13, 6 ], "texture": "#texture" }, - "north": { "uv": [ 3, 14.5, 3.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 12.5, 14.5, 13, 15 ], "texture": "#texture" }, - "west": { "uv": [ 5, 14.5, 6, 15 ], "texture": "#texture" }, - "east": { "uv": [ 10, 14.5, 11, 15 ], "texture": "#texture" } - } - }, - { - "__comment": "Box31", - "from": [ 12.5, 2.5, 6.875 ], - "to": [ 13, 3.5, 7.375 ], - "faces": { - "down": { "uv": [ 12.5, 10, 13, 11 ], "texture": "#texture" }, - "up": { "uv": [ 12.5, 5, 13, 6 ], "texture": "#texture" }, - "north": { "uv": [ 3, 14.5, 3.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 12.5, 14.5, 13, 15 ], "texture": "#texture" }, - "west": { "uv": [ 5, 14.5, 6, 15 ], "texture": "#texture" }, - "east": { "uv": [ 10, 14.5, 11, 15 ], "texture": "#texture" } - } - }, - { - "__comment": "Box31", - "from": [ 12.5, 2.5, 7.625 ], - "to": [ 13, 3.5, 8.125 ], - "faces": { - "down": { "uv": [ 12.5, 10, 13, 11 ], "texture": "#texture" }, - "up": { "uv": [ 12.5, 5, 13, 6 ], "texture": "#texture" }, - "north": { "uv": [ 3, 14.5, 3.5, 15 ], "texture": "#texture" }, - "south": { "uv": [ 12.5, 14.5, 13, 15 ], "texture": "#texture" }, - "west": { "uv": [ 5, 14.5, 6, 15 ], "texture": "#texture" }, - "east": { "uv": [ 10, 14.5, 11, 15 ], "texture": "#texture" } - } - }, - { - "__comment": "Box31", - "from": [ 12.5, 3.7319, 7.0904 ], - "to": [ 13, 4.2319, 7.5904 ], - "rotation": { "origin": [ 12.5, 3.75, 7.125 ], "axis": "x", "angle": -22.5 }, - "faces": { - "down": { "uv": [ 12.5, 10, 13, 11 ], "texture": "#texture2" }, - "up": { "uv": [ 12.5, 5, 13, 6 ], "texture": "#texture2" }, - "north": { "uv": [ 3, 14.5, 3.5, 15 ], "texture": "#texture2" }, - "south": { "uv": [ 12.5, 14.5, 13, 15 ], "texture": "#texture2" }, - "west": { "uv": [ 5, 14.5, 6, 15 ], "texture": "#texture2" }, - "east": { "uv": [ 10, 14.5, 11, 15 ], "texture": "#texture2" } - } - }, - { - "__comment": "Box31", - "from": [ 12.5, 3.9552, 7.4771 ], - "to": [ 13, 4.4552, 7.9771 ], - "rotation": { "origin": [ 12.5, 3.875, 7.375 ], "axis": "x", "angle": 22.5 }, - "faces": { - "down": { "uv": [ 12.5, 10, 13, 11 ], "texture": "#texture2" }, - "up": { "uv": [ 12.5, 5, 13, 6 ], "texture": "#texture2" }, - "north": { "uv": [ 3, 14.5, 3.5, 15 ], "texture": "#texture2" }, - "south": { "uv": [ 12.5, 14.5, 13, 15 ], "texture": "#texture2" }, - "west": { "uv": [ 5, 14.5, 6, 15 ], "texture": "#texture2" }, - "east": { "uv": [ 10, 14.5, 11, 15 ], "texture": "#texture2" } - } - } - ], - "display": { - "thirdperson_righthand": { - "rotation": [ 55, 166, 11 ], - "translation": [ -1.391, 5.5652, 4.1739 ], - "scale": [ 0.7565, 0.9304, 0.6521 ] - }, - "thirdperson_lefthand": { - "rotation": [ 55, -33, 11 ], - "translation": [ -1.391, 5.5652, 4.1739 ], - "scale": [ 0.7565, 0.9304, 0.6521 ] - }, - "firstperson_righthand": { - "rotation": [ -3, 180, 0 ], - "translation": [ 0, 7.6521, 0 ], - "scale": [ 0.7913, 0.9304, 0.7217 ] - }, - "firstperson_lefthand": { - "rotation": [ -3, 16, 0 ], - "translation": [ 0, 7.6521, 0 ], - "scale": [ 0.7913, 0.9304, 0.7217 ] - }, - "gui": { - "rotation": [ 0, -90, 0 ], - "translation": [ -0.695, 4.8695, 0 ], - "scale": [ 1, 1.2782, 1 ] - }, - "head": { - "rotation": [ 0, 90, 0 ], - "translation": [ 0.6956, 16.692, -1.3 ], - "scale": [ 1.3825, 1.4169, 1.3129 ] - }, - "ground": { - "translation": [ 0, 7.6521, 0 ], - "scale": [ 0.7217, 0.9651, 0.7565 ] - }, - "fixed": { - "rotation": [ 0, 90, 0 ], - "translation": [ 0, 3.4782, 0 ] - } - } -} \ No newline at end of file +{"__comment":"Designed_by_Kodak_kev_with_Cubik_Studio_-_https://cubik.studio","textures":{"particle":"block/e_particle","texture":"block/yellow_terracotta","texture2":"block/crown","texture1":"block/sand"},"elements":[{"__comment":"Cube1","from":[2.5,0,1.5],"to":[12.5,0.5,2],"faces":{"down":{"uv":[2.5,13.5,12.5,14.5],"texture":"#texture1"},"up":{"uv":[2.5,1.5,12.5,2.5],"texture":"#texture1"},"north":{"uv":[3.5,15,13.5,16],"texture":"#texture1"},"south":{"uv":[2.5,15,12.5,16],"texture":"#texture1"},"west":{"uv":[1.5,15,2.5,16],"texture":"#texture1"},"east":{"uv":[13.5,15,14.5,16],"texture":"#texture1"}}},{"__comment":"Cube1","from":[2.5,0,13],"to":[12.5,0.5,13.5],"faces":{"down":{"uv":[2.5,2.5,12.5,3.5],"texture":"#texture1"},"up":{"uv":[2.5,12.5,12.5,13.5],"texture":"#texture1"},"north":{"uv":[3.5,15,13.5,16],"texture":"#texture1"},"south":{"uv":[2.5,15,12.5,16],"texture":"#texture1"},"west":{"uv":[12.5,15,13.5,16],"texture":"#texture1"},"east":{"uv":[2.5,15,3.5,16],"texture":"#texture1"}}},{"__comment":"Cube1","from":[12.5,0,2.5],"to":[13,0.5,13],"faces":{"down":{"uv":[12.5,3.5,13.5,13.5],"texture":"#texture1"},"up":{"uv":[12.5,2.5,13.5,12.5],"texture":"#texture1"},"north":{"uv":[2.5,15,3.5,16],"texture":"#texture1"},"south":{"uv":[12.5,15,13.5,16],"texture":"#texture1"},"west":{"uv":[2.5,15,12.5,16],"texture":"#texture1"},"east":{"uv":[3.5,15,13.5,16],"texture":"#texture1"}}},{"__comment":"Cube1","from":[12,0,2],"to":[13,0.5,2.5],"faces":{"down":{"uv":[12,13,13,14],"texture":"#texture1"},"up":{"uv":[12,2,13,3],"texture":"#texture1"},"north":{"uv":[3,15,4,16],"texture":"#texture1"},"south":{"uv":[12,15,13,16],"texture":"#texture1"},"west":{"uv":[2,15,3,16],"texture":"#texture1"},"east":{"uv":[13,15,14,16],"texture":"#texture1"}}},{"__comment":"Cube1","from":[12,0,12.5],"to":[12.5,0.5,13.5],"faces":{"down":{"uv":[12,3,13,4],"texture":"#texture1"},"up":{"uv":[12,12,13,13],"texture":"#texture1"},"north":{"uv":[3,15,4,16],"texture":"#texture1"},"south":{"uv":[12,15,13,16],"texture":"#texture1"},"west":{"uv":[12,15,13,16],"texture":"#texture1"},"east":{"uv":[3,15,4,16],"texture":"#texture1"}}},{"__comment":"Box31","from":[12.5,1,9.875],"to":[13,2,10.375],"rotation":{"origin":[12.5,1,9.875],"axis":"x","angle":22.5},"faces":{"down":{"uv":[12.5,6,13,7],"texture":"#texture"},"up":{"uv":[12.5,9,13,10],"texture":"#texture"},"north":{"uv":[3,15,3.5,15.5],"texture":"#texture"},"south":{"uv":[12.5,15,13,15.5],"texture":"#texture"},"west":{"uv":[9,15,10,15.5],"texture":"#texture"},"east":{"uv":[6,15,7,15.5],"texture":"#texture"}}},{"__comment":"Box31","from":[12.5,0.5,5.5],"to":[13,1,6.5],"faces":{"down":{"uv":[12.5,9.5,13,10.5],"texture":"#texture"},"up":{"uv":[12.5,5.5,13,6.5],"texture":"#texture"},"north":{"uv":[3,15,3.5,15.5],"texture":"#texture"},"south":{"uv":[12.5,15,13,15.5],"texture":"#texture"},"west":{"uv":[5.5,15,6.5,15.5],"texture":"#texture"},"east":{"uv":[9.5,15,10.5,15.5],"texture":"#texture"}}},{"__comment":"Box31","from":[12.5,2.875,9.75],"to":[13,3.875,10.25],"rotation":{"origin":[12.5,2.875,9.75],"axis":"x","angle":-45},"faces":{"down":{"uv":[12.5,10,13,11],"texture":"#texture"},"up":{"uv":[12.5,5,13,6],"texture":"#texture"},"north":{"uv":[3,14.5,3.5,15],"texture":"#texture"},"south":{"uv":[12.5,14.5,13,15],"texture":"#texture"},"west":{"uv":[5,14.5,6,15],"texture":"#texture"},"east":{"uv":[10,14.5,11,15],"texture":"#texture"}}},{"__comment":"Box31","from":[12.5,0.5,8.5],"to":[13,1,9.5],"faces":{"down":{"uv":[12.5,6.5,13,7.5],"texture":"#texture"},"up":{"uv":[12.5,8.5,13,9.5],"texture":"#texture"},"north":{"uv":[3,15,3.5,15.5],"texture":"#texture"},"south":{"uv":[12.5,15,13,15.5],"texture":"#texture"},"west":{"uv":[8.5,15,9.5,15.5],"texture":"#texture"},"east":{"uv":[6.5,15,7.5,15.5],"texture":"#texture"}}},{"__comment":"Box31","from":[12.5,0.875,4.625],"to":[13,1.375,5.625],"rotation":{"origin":[12.5,0.875,4.625],"axis":"x","angle":22.5},"faces":{"down":{"uv":[12.5,10,13,11],"texture":"#texture"},"up":{"uv":[12.5,5,13,6],"texture":"#texture"},"north":{"uv":[3,14.5,3.5,15],"texture":"#texture"},"south":{"uv":[12.5,14.5,13,15],"texture":"#texture"},"west":{"uv":[5,14.5,6,15],"texture":"#texture"},"east":{"uv":[10,14.5,11,15],"texture":"#texture"}}},{"__comment":"Box31","from":[12.5,0.5,9.5],"to":[13,1,10.5],"rotation":{"origin":[12.5,0.5,9.5],"axis":"x","angle":-22.5},"faces":{"down":{"uv":[12.5,6,13,7],"texture":"#texture"},"up":{"uv":[12.5,9,13,10],"texture":"#texture"},"north":{"uv":[3,15,3.5,15.5],"texture":"#texture"},"south":{"uv":[12.5,15,13,15.5],"texture":"#texture"},"west":{"uv":[9,15,10,15.5],"texture":"#texture"},"east":{"uv":[6,15,7,15.5],"texture":"#texture"}}},{"__comment":"Box31","from":[12.5,0.875,4.625],"to":[13,1.875,5.125],"rotation":{"origin":[12.5,0.875,4.625],"axis":"x","angle":-22.5},"faces":{"down":{"uv":[12.5,10,13,11],"texture":"#texture"},"up":{"uv":[12.5,5,13,6],"texture":"#texture"},"north":{"uv":[3,14.5,3.5,15],"texture":"#texture"},"south":{"uv":[12.5,14.5,13,15],"texture":"#texture"},"west":{"uv":[5,14.5,6,15],"texture":"#texture"},"east":{"uv":[10,14.5,11,15],"texture":"#texture"}}},{"__comment":"Box31","from":[12.5,1.875,10.625],"to":[13,2.375,11.625],"rotation":{"origin":[12.5,1.875,10.625],"axis":"x","angle":-22.5},"faces":{"down":{"uv":[12.5,10,13,11],"texture":"#texture"},"up":{"uv":[12.5,5,13,6],"texture":"#texture"},"north":{"uv":[3,14.5,3.5,15],"texture":"#texture"},"south":{"uv":[12.5,14.5,13,15],"texture":"#texture"},"west":{"uv":[5,14.5,6,15],"texture":"#texture"},"east":{"uv":[10,14.5,11,15],"texture":"#texture"}}},{"__comment":"Box31","from":[12.5,1.625,10.25],"to":[13,2.625,10.75],"faces":{"down":{"uv":[12.5,10,13,11],"texture":"#texture"},"up":{"uv":[12.5,5,13,6],"texture":"#texture"},"north":{"uv":[3,14.5,3.5,15],"texture":"#texture"},"south":{"uv":[12.5,14.5,13,15],"texture":"#texture"},"west":{"uv":[5,14.5,6,15],"texture":"#texture"},"east":{"uv":[10,14.5,11,15],"texture":"#texture"}}},{"__comment":"Box31","from":[12.5,2.625,4.25],"to":[13,3.625,4.75],"rotation":{"origin":[12.5,2.625,4.25],"axis":"x","angle":45},"faces":{"down":{"uv":[12.5,10,13,11],"texture":"#texture"},"up":{"uv":[12.5,5,13,6],"texture":"#texture"},"north":{"uv":[3,14.5,3.5,15],"texture":"#texture"},"south":{"uv":[12.5,14.5,13,15],"texture":"#texture"},"west":{"uv":[5,14.5,6,15],"texture":"#texture"},"east":{"uv":[10,14.5,11,15],"texture":"#texture"}}},{"__comment":"Box31","from":[12.5,2.25,10.375],"to":[13,3.25,10.875],"rotation":{"origin":[12.5,2.25,10.375],"axis":"x","angle":-45},"faces":{"down":{"uv":[12.5,10,13,11],"texture":"#texture"},"up":{"uv":[12.5,5,13,6],"texture":"#texture"},"north":{"uv":[3,14.5,3.5,15],"texture":"#texture"},"south":{"uv":[12.5,14.5,13,15],"texture":"#texture"},"west":{"uv":[5,14.5,6,15],"texture":"#texture"},"east":{"uv":[10,14.5,11,15],"texture":"#texture"}}},{"__comment":"Box31","from":[12.5,3.1851,7.8999],"to":[13,3.6851,8.8999],"rotation":{"origin":[12.5,3.125,7.875],"axis":"x","angle":-22.5},"faces":{"down":{"uv":[12.5,10,13,11],"texture":"#texture"},"up":{"uv":[12.5,5,13,6],"texture":"#texture"},"north":{"uv":[3,14.5,3.5,15],"texture":"#texture"},"south":{"uv":[12.5,14.5,13,15],"texture":"#texture"},"west":{"uv":[5,14.5,6,15],"texture":"#texture"},"east":{"uv":[10,14.5,11,15],"texture":"#texture"}}},{"__comment":"Box31","from":[12.5,2.875,5.25],"to":[13,3.375,6.25],"rotation":{"origin":[12.5,2.875,5.25],"axis":"x","angle":-45},"faces":{"down":{"uv":[12.5,10,13,11],"texture":"#texture"},"up":{"uv":[12.5,5,13,6],"texture":"#texture"},"north":{"uv":[3,14.5,3.5,15],"texture":"#texture"},"south":{"uv":[12.5,14.5,13,15],"texture":"#texture"},"west":{"uv":[5,14.5,6,15],"texture":"#texture"},"east":{"uv":[10,14.5,11,15],"texture":"#texture"}}},{"__comment":"Box31","from":[12.5,1.875,8.25],"to":[13,2.875,8.75],"rotation":{"origin":[12.5,1.875,8.25],"axis":"x","angle":-45},"faces":{"down":{"uv":[12.5,10,13,11],"texture":"#texture"},"up":{"uv":[12.5,5,13,6],"texture":"#texture"},"north":{"uv":[3,14.5,3.5,15],"texture":"#texture"},"south":{"uv":[12.5,14.5,13,15],"texture":"#texture"},"west":{"uv":[5,14.5,6,15],"texture":"#texture"},"east":{"uv":[10,14.5,11,15],"texture":"#texture"}}},{"__comment":"Box31","from":[12.5,3.5,5.625],"to":[13,4,6.625],"faces":{"down":{"uv":[12.5,10,13,11],"texture":"#texture"},"up":{"uv":[12.5,5,13,6],"texture":"#texture"},"north":{"uv":[3,14.5,3.5,15],"texture":"#texture"},"south":{"uv":[12.5,14.5,13,15],"texture":"#texture"},"west":{"uv":[5,14.5,6,15],"texture":"#texture"},"east":{"uv":[10,14.5,11,15],"texture":"#texture"}}},{"__comment":"Box31","from":[12.5,3.5,8.375],"to":[13,4,9.375],"faces":{"down":{"uv":[12.5,10,13,11],"texture":"#texture"},"up":{"uv":[12.5,5,13,6],"texture":"#texture"},"north":{"uv":[3,14.5,3.5,15],"texture":"#texture"},"south":{"uv":[12.5,14.5,13,15],"texture":"#texture"},"west":{"uv":[5,14.5,6,15],"texture":"#texture"},"east":{"uv":[10,14.5,11,15],"texture":"#texture"}}},{"__comment":"Box31","from":[12.5,3.5831,6.2156],"to":[13,4.0831,7.2156],"rotation":{"origin":[12.5,3.5,6.25],"axis":"x","angle":22.5},"faces":{"down":{"uv":[12.5,10,13,11],"texture":"#texture"},"up":{"uv":[12.5,5,13,6],"texture":"#texture"},"north":{"uv":[3,14.5,3.5,15],"texture":"#texture"},"south":{"uv":[12.5,14.5,13,15],"texture":"#texture"},"west":{"uv":[5,14.5,6,15],"texture":"#texture"},"east":{"uv":[10,14.5,11,15],"texture":"#texture"}}},{"__comment":"Box31","from":[12.5,2.25,6.375],"to":[13,3.25,6.875],"rotation":{"origin":[12.5,2.25,6.375],"axis":"x","angle":45},"faces":{"down":{"uv":[12.5,10,13,11],"texture":"#texture"},"up":{"uv":[12.5,5,13,6],"texture":"#texture"},"north":{"uv":[3,14.5,3.5,15],"texture":"#texture"},"south":{"uv":[12.5,14.5,13,15],"texture":"#texture"},"west":{"uv":[5,14.5,6,15],"texture":"#texture"},"east":{"uv":[10,14.5,11,15],"texture":"#texture"}}},{"__comment":"Box31","from":[12.5,2.25,5.75],"to":[13,2.75,6.75],"rotation":{"origin":[12.5,2.25,5.75],"axis":"x","angle":22.5},"faces":{"down":{"uv":[12.5,10,13,11],"texture":"#texture"},"up":{"uv":[12.5,5,13,6],"texture":"#texture"},"north":{"uv":[3,14.5,3.5,15],"texture":"#texture"},"south":{"uv":[12.5,14.5,13,15],"texture":"#texture"},"west":{"uv":[5,14.5,6,15],"texture":"#texture"},"east":{"uv":[10,14.5,11,15],"texture":"#texture"}}},{"__comment":"Box31","from":[12.5,1.875,8.375],"to":[13,2.375,9.375],"rotation":{"origin":[12.5,1.875,8.375],"axis":"x","angle":-22.5},"faces":{"down":{"uv":[12.5,10,13,11],"texture":"#texture"},"up":{"uv":[12.5,5,13,6],"texture":"#texture"},"north":{"uv":[3,14.5,3.5,15],"texture":"#texture"},"south":{"uv":[12.5,14.5,13,15],"texture":"#texture"},"west":{"uv":[5,14.5,6,15],"texture":"#texture"},"east":{"uv":[10,14.5,11,15],"texture":"#texture"}}},{"__comment":"Box31","from":[12.5,3.7747,7.1639],"to":[13,4.2747,7.6639],"rotation":{"origin":[12.5,3.75,7.125],"axis":"x","angle":45},"faces":{"down":{"uv":[12.5,10,13,11],"texture":"#texture2"},"up":{"uv":[12.5,5,13,6],"texture":"#texture2"},"north":{"uv":[3,14.5,3.5,15],"texture":"#texture2"},"south":{"uv":[12.5,14.5,13,15],"texture":"#texture2"},"west":{"uv":[5,14.5,6,15],"texture":"#texture2"},"east":{"uv":[10,14.5,11,15],"texture":"#texture2"}}},{"__comment":"Box31","from":[12.5,1.625,4.25],"to":[13,2.625,4.75],"faces":{"down":{"uv":[12.5,10,13,11],"texture":"#texture"},"up":{"uv":[12.5,5,13,6],"texture":"#texture"},"north":{"uv":[3,14.5,3.5,15],"texture":"#texture"},"south":{"uv":[12.5,14.5,13,15],"texture":"#texture"},"west":{"uv":[5,14.5,6,15],"texture":"#texture"},"east":{"uv":[10,14.5,11,15],"texture":"#texture"}}},{"__comment":"Box31","from":[12.5,2.25,3.375],"to":[13,2.75,4.375],"rotation":{"origin":[12.5,2.25,3.375],"axis":"x","angle":22.5},"faces":{"down":{"uv":[12.5,10,13,11],"texture":"#texture"},"up":{"uv":[12.5,5,13,6],"texture":"#texture"},"north":{"uv":[3,14.5,3.5,15],"texture":"#texture"},"south":{"uv":[12.5,14.5,13,15],"texture":"#texture"},"west":{"uv":[5,14.5,6,15],"texture":"#texture"},"east":{"uv":[10,14.5,11,15],"texture":"#texture"}}},{"__comment":"Box31","from":[12.5,0.5,3.5],"to":[13,1,4.5],"rotation":{"origin":[12.5,0.5,3.5],"axis":"x","angle":-45},"faces":{"down":{"uv":[12.5,10,13,11],"texture":"#texture"},"up":{"uv":[12.5,5,13,6],"texture":"#texture"},"north":{"uv":[3,14.5,3.5,15],"texture":"#texture"},"south":{"uv":[12.5,14.5,13,15],"texture":"#texture"},"west":{"uv":[5,14.5,6,15],"texture":"#texture"},"east":{"uv":[10,14.5,11,15],"texture":"#texture"}}},{"__comment":"Box31","from":[12.5,1.75,2.375],"to":[13,2.25,3.375],"rotation":{"origin":[12.5,1.75,2.375],"axis":"x","angle":-45},"faces":{"down":{"uv":[12.5,10,13,11],"texture":"#texture"},"up":{"uv":[12.5,5,13,6],"texture":"#texture"},"north":{"uv":[3,14.5,3.5,15],"texture":"#texture"},"south":{"uv":[12.5,14.5,13,15],"texture":"#texture"},"west":{"uv":[5,14.5,6,15],"texture":"#texture"},"east":{"uv":[10,14.5,11,15],"texture":"#texture"}}},{"__comment":"Box31","from":[12.5,2.25,2.625],"to":[13,2.75,3.625],"faces":{"down":{"uv":[12.5,10,13,11],"texture":"#texture"},"up":{"uv":[12.5,5,13,6],"texture":"#texture"},"north":{"uv":[3,14.5,3.5,15],"texture":"#texture"},"south":{"uv":[12.5,14.5,13,15],"texture":"#texture"},"west":{"uv":[5,14.5,6,15],"texture":"#texture"},"east":{"uv":[10,14.5,11,15],"texture":"#texture"}}},{"__comment":"Box31","from":[12.5,2.25,11.375],"to":[13,2.75,12.375],"faces":{"down":{"uv":[12.5,10,13,11],"texture":"#texture"},"up":{"uv":[12.5,5,13,6],"texture":"#texture"},"north":{"uv":[3,14.5,3.5,15],"texture":"#texture"},"south":{"uv":[12.5,14.5,13,15],"texture":"#texture"},"west":{"uv":[5,14.5,6,15],"texture":"#texture"},"east":{"uv":[10,14.5,11,15],"texture":"#texture"}}},{"__comment":"Box31","from":[12.5,2.375,12],"to":[13,2.875,13],"rotation":{"origin":[12.5,2.375,12],"axis":"x","angle":45},"faces":{"down":{"uv":[12.5,10,13,11],"texture":"#texture"},"up":{"uv":[12.5,5,13,6],"texture":"#texture"},"north":{"uv":[3,14.5,3.5,15],"texture":"#texture"},"south":{"uv":[12.5,14.5,13,15],"texture":"#texture"},"west":{"uv":[5,14.5,6,15],"texture":"#texture"},"east":{"uv":[10,14.5,11,15],"texture":"#texture"}}},{"__comment":"Box31","from":[12.5,0.5,2.75],"to":[13,1.5,3.25],"rotation":{"origin":[12.5,0.5,2.75],"axis":"x","angle":-45},"faces":{"down":{"uv":[12.5,10,13,11],"texture":"#texture"},"up":{"uv":[12.5,5,13,6],"texture":"#texture"},"north":{"uv":[3,14.5,3.5,15],"texture":"#texture"},"south":{"uv":[12.5,14.5,13,15],"texture":"#texture"},"west":{"uv":[5,14.5,6,15],"texture":"#texture"},"east":{"uv":[10,14.5,11,15],"texture":"#texture"}}},{"__comment":"Box31","from":[12.5,1.125,12.5],"to":[13,2.125,13],"faces":{"down":{"uv":[12.5,10,13,11],"texture":"#texture"},"up":{"uv":[12.5,5,13,6],"texture":"#texture"},"north":{"uv":[3,14.5,3.5,15],"texture":"#texture"},"south":{"uv":[12.5,14.5,13,15],"texture":"#texture"},"west":{"uv":[5,14.5,6,15],"texture":"#texture"},"east":{"uv":[10,14.5,11,15],"texture":"#texture"}}},{"__comment":"Box31","from":[12.5,1.125,2],"to":[13,2.125,2.5],"faces":{"down":{"uv":[12.5,10,13,11],"texture":"#texture"},"up":{"uv":[12.5,5,13,6],"texture":"#texture"},"north":{"uv":[3,14.5,3.5,15],"texture":"#texture"},"south":{"uv":[12.5,14.5,13,15],"texture":"#texture"},"west":{"uv":[5,14.5,6,15],"texture":"#texture"},"east":{"uv":[10,14.5,11,15],"texture":"#texture"}}},{"__comment":"Box31","from":[12.5,0.875,12],"to":[13,1.875,12.5],"rotation":{"origin":[12.5,0.875,12],"axis":"x","angle":45},"faces":{"down":{"uv":[12.5,10,13,11],"texture":"#texture"},"up":{"uv":[12.5,5,13,6],"texture":"#texture"},"north":{"uv":[3,14.5,3.5,15],"texture":"#texture"},"south":{"uv":[12.5,14.5,13,15],"texture":"#texture"},"west":{"uv":[5,14.5,6,15],"texture":"#texture"},"east":{"uv":[10,14.5,11,15],"texture":"#texture"}}},{"__comment":"Box31","from":[12.5,1.125,10.75],"to":[13,1.625,11.75],"rotation":{"origin":[12.5,1.125,10.75],"axis":"x","angle":45},"faces":{"down":{"uv":[12.5,10,13,11],"texture":"#texture"},"up":{"uv":[12.5,5,13,6],"texture":"#texture"},"north":{"uv":[3,14.5,3.5,15],"texture":"#texture"},"south":{"uv":[12.5,14.5,13,15],"texture":"#texture"},"west":{"uv":[5,14.5,6,15],"texture":"#texture"},"east":{"uv":[10,14.5,11,15],"texture":"#texture"}}},{"__comment":"Box31","from":[12.5,0.5,2.625],"to":[13,1,3.625],"faces":{"down":{"uv":[12.5,10,13,11],"texture":"#texture"},"up":{"uv":[12.5,5,13,6],"texture":"#texture"},"north":{"uv":[3,14.5,3.5,15],"texture":"#texture"},"south":{"uv":[12.5,14.5,13,15],"texture":"#texture"},"west":{"uv":[5,14.5,6,15],"texture":"#texture"},"east":{"uv":[10,14.5,11,15],"texture":"#texture"}}},{"__comment":"Box31","from":[12.5,0.5,11.375],"to":[13,1,12.375],"faces":{"down":{"uv":[12.5,10,13,11],"texture":"#texture"},"up":{"uv":[12.5,5,13,6],"texture":"#texture"},"north":{"uv":[3,14.5,3.5,15],"texture":"#texture"},"south":{"uv":[12.5,14.5,13,15],"texture":"#texture"},"west":{"uv":[5,14.5,6,15],"texture":"#texture"},"east":{"uv":[10,14.5,11,15],"texture":"#texture"}}},{"__comment":"Box31","from":[12.5,2.5,6.875],"to":[13,3.5,7.375],"faces":{"down":{"uv":[12.5,10,13,11],"texture":"#texture"},"up":{"uv":[12.5,5,13,6],"texture":"#texture"},"north":{"uv":[3,14.5,3.5,15],"texture":"#texture"},"south":{"uv":[12.5,14.5,13,15],"texture":"#texture"},"west":{"uv":[5,14.5,6,15],"texture":"#texture"},"east":{"uv":[10,14.5,11,15],"texture":"#texture"}}},{"__comment":"Box31","from":[12.5,2.5,7.625],"to":[13,3.5,8.125],"faces":{"down":{"uv":[12.5,10,13,11],"texture":"#texture"},"up":{"uv":[12.5,5,13,6],"texture":"#texture"},"north":{"uv":[3,14.5,3.5,15],"texture":"#texture"},"south":{"uv":[12.5,14.5,13,15],"texture":"#texture"},"west":{"uv":[5,14.5,6,15],"texture":"#texture"},"east":{"uv":[10,14.5,11,15],"texture":"#texture"}}},{"__comment":"Box31","from":[12.5,3.7319,7.0904],"to":[13,4.2319,7.5904],"rotation":{"origin":[12.5,3.75,7.125],"axis":"x","angle":-22.5},"faces":{"down":{"uv":[12.5,10,13,11],"texture":"#texture2"},"up":{"uv":[12.5,5,13,6],"texture":"#texture2"},"north":{"uv":[3,14.5,3.5,15],"texture":"#texture2"},"south":{"uv":[12.5,14.5,13,15],"texture":"#texture2"},"west":{"uv":[5,14.5,6,15],"texture":"#texture2"},"east":{"uv":[10,14.5,11,15],"texture":"#texture2"}}},{"__comment":"Box31","from":[12.5,3.9552,7.4771],"to":[13,4.4552,7.9771],"rotation":{"origin":[12.5,3.875,7.375],"axis":"x","angle":22.5},"faces":{"down":{"uv":[12.5,10,13,11],"texture":"#texture2"},"up":{"uv":[12.5,5,13,6],"texture":"#texture2"},"north":{"uv":[3,14.5,3.5,15],"texture":"#texture2"},"south":{"uv":[12.5,14.5,13,15],"texture":"#texture2"},"west":{"uv":[5,14.5,6,15],"texture":"#texture2"},"east":{"uv":[10,14.5,11,15],"texture":"#texture2"}}}],"display":{"thirdperson_righthand":{"rotation":[55,166,11],"translation":[-1.391,5.5652,4.1739],"scale":[0.7565,0.9304,0.6521]},"thirdperson_lefthand":{"rotation":[55,-33,11],"translation":[-1.391,5.5652,4.1739],"scale":[0.7565,0.9304,0.6521]},"firstperson_righthand":{"rotation":[-3,180,0],"translation":[0,7.6521,0],"scale":[0.7913,0.9304,0.7217]},"firstperson_lefthand":{"rotation":[-3,16,0],"translation":[0,7.6521,0],"scale":[0.7913,0.9304,0.7217]},"gui":{"rotation":[0,-90,0],"translation":[-0.695,4.8695,0],"scale":[1,1.2782,1]},"head":{"rotation":[0,90,0],"translation":[0.6956,16.692,-1.3],"scale":[1.3825,1.4169,1.3129]},"ground":{"translation":[0,7.6521,0],"scale":[0.7217,0.9651,0.7565]},"fixed":{"rotation":[0,90,0],"translation":[0,3.4782,0]}}} diff --git a/assets/minecraft/textures/Alt Textures/door_iron_upper.png b/assets/minecraft/textures/Alt Textures/door_iron_upper.png deleted file mode 100755 index 8d92788..0000000 Binary files a/assets/minecraft/textures/Alt Textures/door_iron_upper.png and /dev/null differ diff --git a/assets/minecraft/textures/Alt Textures/hardened clay (bricks)/hardened_clay_stained_black.png b/assets/minecraft/textures/Alt Textures/hardened clay (bricks)/hardened_clay_stained_black.png deleted file mode 100755 index 31e4c74..0000000 Binary files a/assets/minecraft/textures/Alt Textures/hardened clay (bricks)/hardened_clay_stained_black.png and /dev/null differ diff --git a/assets/minecraft/textures/Alt Textures/hardened clay (bricks)/hardened_clay_stained_blue.png b/assets/minecraft/textures/Alt Textures/hardened clay (bricks)/hardened_clay_stained_blue.png deleted file mode 100755 index 9a8e0c9..0000000 Binary files a/assets/minecraft/textures/Alt Textures/hardened clay (bricks)/hardened_clay_stained_blue.png and /dev/null differ diff --git a/assets/minecraft/textures/Alt Textures/hardened clay (bricks)/hardened_clay_stained_brown.png b/assets/minecraft/textures/Alt Textures/hardened clay (bricks)/hardened_clay_stained_brown.png deleted file mode 100755 index b3bfc10..0000000 Binary files a/assets/minecraft/textures/Alt Textures/hardened clay (bricks)/hardened_clay_stained_brown.png and /dev/null differ diff --git a/assets/minecraft/textures/Alt Textures/hardened clay (bricks)/hardened_clay_stained_cyan.png b/assets/minecraft/textures/Alt Textures/hardened clay (bricks)/hardened_clay_stained_cyan.png deleted file mode 100755 index ff14039..0000000 Binary files a/assets/minecraft/textures/Alt Textures/hardened clay (bricks)/hardened_clay_stained_cyan.png and /dev/null differ diff --git a/assets/minecraft/textures/Alt Textures/hardened clay (bricks)/hardened_clay_stained_gray.png b/assets/minecraft/textures/Alt Textures/hardened clay (bricks)/hardened_clay_stained_gray.png deleted file mode 100755 index 3b97123..0000000 Binary files a/assets/minecraft/textures/Alt Textures/hardened clay (bricks)/hardened_clay_stained_gray.png and /dev/null differ diff --git a/assets/minecraft/textures/Alt Textures/hardened clay (bricks)/hardened_clay_stained_green.png b/assets/minecraft/textures/Alt Textures/hardened clay (bricks)/hardened_clay_stained_green.png deleted file mode 100755 index eed3303..0000000 Binary files a/assets/minecraft/textures/Alt Textures/hardened clay (bricks)/hardened_clay_stained_green.png and /dev/null differ diff --git a/assets/minecraft/textures/Alt Textures/hardened clay (bricks)/hardened_clay_stained_light_blue.png b/assets/minecraft/textures/Alt Textures/hardened clay (bricks)/hardened_clay_stained_light_blue.png deleted file mode 100755 index 337bbd2..0000000 Binary files a/assets/minecraft/textures/Alt Textures/hardened clay (bricks)/hardened_clay_stained_light_blue.png and /dev/null differ diff --git a/assets/minecraft/textures/Alt Textures/hardened clay (bricks)/hardened_clay_stained_lime.png b/assets/minecraft/textures/Alt Textures/hardened clay (bricks)/hardened_clay_stained_lime.png deleted file mode 100755 index 2ef5f3e..0000000 Binary files a/assets/minecraft/textures/Alt Textures/hardened clay (bricks)/hardened_clay_stained_lime.png and /dev/null differ diff --git a/assets/minecraft/textures/Alt Textures/hardened clay (bricks)/hardened_clay_stained_magenta.png b/assets/minecraft/textures/Alt Textures/hardened clay (bricks)/hardened_clay_stained_magenta.png deleted file mode 100755 index 76b91d0..0000000 Binary files a/assets/minecraft/textures/Alt Textures/hardened clay (bricks)/hardened_clay_stained_magenta.png and /dev/null differ diff --git a/assets/minecraft/textures/Alt Textures/hardened clay (bricks)/hardened_clay_stained_orange.png b/assets/minecraft/textures/Alt Textures/hardened clay (bricks)/hardened_clay_stained_orange.png deleted file mode 100755 index a35b80c..0000000 Binary files a/assets/minecraft/textures/Alt Textures/hardened clay (bricks)/hardened_clay_stained_orange.png and /dev/null differ diff --git a/assets/minecraft/textures/Alt Textures/hardened clay (bricks)/hardened_clay_stained_pink.png b/assets/minecraft/textures/Alt Textures/hardened clay (bricks)/hardened_clay_stained_pink.png deleted file mode 100755 index dc285a7..0000000 Binary files a/assets/minecraft/textures/Alt Textures/hardened clay (bricks)/hardened_clay_stained_pink.png and /dev/null differ diff --git a/assets/minecraft/textures/Alt Textures/hardened clay (bricks)/hardened_clay_stained_purple.png b/assets/minecraft/textures/Alt Textures/hardened clay (bricks)/hardened_clay_stained_purple.png deleted file mode 100755 index b1815d1..0000000 Binary files a/assets/minecraft/textures/Alt Textures/hardened clay (bricks)/hardened_clay_stained_purple.png and /dev/null differ diff --git a/assets/minecraft/textures/Alt Textures/hardened clay (bricks)/hardened_clay_stained_red.png b/assets/minecraft/textures/Alt Textures/hardened clay (bricks)/hardened_clay_stained_red.png deleted file mode 100755 index e84a204..0000000 Binary files a/assets/minecraft/textures/Alt Textures/hardened clay (bricks)/hardened_clay_stained_red.png and /dev/null differ diff --git a/assets/minecraft/textures/Alt Textures/hardened clay (bricks)/hardened_clay_stained_silver.png b/assets/minecraft/textures/Alt Textures/hardened clay (bricks)/hardened_clay_stained_silver.png deleted file mode 100755 index e15e8b9..0000000 Binary files a/assets/minecraft/textures/Alt Textures/hardened clay (bricks)/hardened_clay_stained_silver.png and /dev/null differ diff --git a/assets/minecraft/textures/Alt Textures/hardened clay (bricks)/hardened_clay_stained_white.png b/assets/minecraft/textures/Alt Textures/hardened clay (bricks)/hardened_clay_stained_white.png deleted file mode 100755 index e0f33a9..0000000 Binary files a/assets/minecraft/textures/Alt Textures/hardened clay (bricks)/hardened_clay_stained_white.png and /dev/null differ diff --git a/assets/minecraft/textures/Alt Textures/hardened clay (bricks)/hardened_clay_stained_yellow.png b/assets/minecraft/textures/Alt Textures/hardened clay (bricks)/hardened_clay_stained_yellow.png deleted file mode 100755 index 5a7db0f..0000000 Binary files a/assets/minecraft/textures/Alt Textures/hardened clay (bricks)/hardened_clay_stained_yellow.png and /dev/null differ diff --git a/assets/minecraft/textures/Alt Textures/lapis_block.png b/assets/minecraft/textures/Alt Textures/lapis_block.png deleted file mode 100755 index c7030c4..0000000 Binary files a/assets/minecraft/textures/Alt Textures/lapis_block.png and /dev/null differ diff --git a/assets/minecraft/textures/Alt Textures/old textures/bedrock.png b/assets/minecraft/textures/Alt Textures/old textures/bedrock.png deleted file mode 100755 index 87beb0c..0000000 Binary files a/assets/minecraft/textures/Alt Textures/old textures/bedrock.png and /dev/null differ diff --git a/assets/minecraft/textures/Alt Textures/old textures/clay.png b/assets/minecraft/textures/Alt Textures/old textures/clay.png deleted file mode 100755 index 237b079..0000000 Binary files a/assets/minecraft/textures/Alt Textures/old textures/clay.png and /dev/null differ diff --git a/assets/minecraft/textures/Alt Textures/old textures/coal_ore.png b/assets/minecraft/textures/Alt Textures/old textures/coal_ore.png deleted file mode 100755 index fca7e5e..0000000 Binary files a/assets/minecraft/textures/Alt Textures/old textures/coal_ore.png and /dev/null differ diff --git a/assets/minecraft/textures/Alt Textures/old textures/cobblestone.png b/assets/minecraft/textures/Alt Textures/old textures/cobblestone.png deleted file mode 100755 index 9181dce..0000000 Binary files a/assets/minecraft/textures/Alt Textures/old textures/cobblestone.png and /dev/null differ diff --git a/assets/minecraft/textures/Alt Textures/old textures/destroy_stage_0.png b/assets/minecraft/textures/Alt Textures/old textures/destroy_stage_0.png deleted file mode 100755 index 47a46ff..0000000 Binary files a/assets/minecraft/textures/Alt Textures/old textures/destroy_stage_0.png and /dev/null differ diff --git a/assets/minecraft/textures/Alt Textures/old textures/destroy_stage_1.png b/assets/minecraft/textures/Alt Textures/old textures/destroy_stage_1.png deleted file mode 100755 index 1e9600e..0000000 Binary files a/assets/minecraft/textures/Alt Textures/old textures/destroy_stage_1.png and /dev/null differ diff --git a/assets/minecraft/textures/Alt Textures/old textures/destroy_stage_2.png b/assets/minecraft/textures/Alt Textures/old textures/destroy_stage_2.png deleted file mode 100755 index 2bca12e..0000000 Binary files a/assets/minecraft/textures/Alt Textures/old textures/destroy_stage_2.png and /dev/null differ diff --git a/assets/minecraft/textures/Alt Textures/old textures/destroy_stage_3.png b/assets/minecraft/textures/Alt Textures/old textures/destroy_stage_3.png deleted file mode 100755 index 8435d38..0000000 Binary files a/assets/minecraft/textures/Alt Textures/old textures/destroy_stage_3.png and /dev/null differ diff --git a/assets/minecraft/textures/Alt Textures/old textures/destroy_stage_4.png b/assets/minecraft/textures/Alt Textures/old textures/destroy_stage_4.png deleted file mode 100755 index 0840387..0000000 Binary files a/assets/minecraft/textures/Alt Textures/old textures/destroy_stage_4.png and /dev/null differ diff --git a/assets/minecraft/textures/Alt Textures/old textures/destroy_stage_5.png b/assets/minecraft/textures/Alt Textures/old textures/destroy_stage_5.png deleted file mode 100755 index 0511feb..0000000 Binary files a/assets/minecraft/textures/Alt Textures/old textures/destroy_stage_5.png and /dev/null differ diff --git a/assets/minecraft/textures/Alt Textures/old textures/destroy_stage_6.png b/assets/minecraft/textures/Alt Textures/old textures/destroy_stage_6.png deleted file mode 100755 index 1632ff9..0000000 Binary files a/assets/minecraft/textures/Alt Textures/old textures/destroy_stage_6.png and /dev/null differ diff --git a/assets/minecraft/textures/Alt Textures/old textures/destroy_stage_7.png b/assets/minecraft/textures/Alt Textures/old textures/destroy_stage_7.png deleted file mode 100755 index 8ac099a..0000000 Binary files a/assets/minecraft/textures/Alt Textures/old textures/destroy_stage_7.png and /dev/null differ diff --git a/assets/minecraft/textures/Alt Textures/old textures/destroy_stage_8.png b/assets/minecraft/textures/Alt Textures/old textures/destroy_stage_8.png deleted file mode 100755 index 454d007..0000000 Binary files a/assets/minecraft/textures/Alt Textures/old textures/destroy_stage_8.png and /dev/null differ diff --git a/assets/minecraft/textures/Alt Textures/old textures/destroy_stage_9.png b/assets/minecraft/textures/Alt Textures/old textures/destroy_stage_9.png deleted file mode 100755 index eb62d7c..0000000 Binary files a/assets/minecraft/textures/Alt Textures/old textures/destroy_stage_9.png and /dev/null differ diff --git a/assets/minecraft/textures/Alt Textures/old textures/diamond_ore.png b/assets/minecraft/textures/Alt Textures/old textures/diamond_ore.png deleted file mode 100755 index 16dbaf2..0000000 Binary files a/assets/minecraft/textures/Alt Textures/old textures/diamond_ore.png and /dev/null differ diff --git a/assets/minecraft/textures/Alt Textures/old textures/dirt_podzol_side.png b/assets/minecraft/textures/Alt Textures/old textures/dirt_podzol_side.png deleted file mode 100755 index 32824af..0000000 Binary files a/assets/minecraft/textures/Alt Textures/old textures/dirt_podzol_side.png and /dev/null differ diff --git a/assets/minecraft/textures/Alt Textures/old textures/double_plant_grass_bottom.png b/assets/minecraft/textures/Alt Textures/old textures/double_plant_grass_bottom.png deleted file mode 100755 index 7c2e60c..0000000 Binary files a/assets/minecraft/textures/Alt Textures/old textures/double_plant_grass_bottom.png and /dev/null differ diff --git a/assets/minecraft/textures/Alt Textures/old textures/double_plant_grass_top.png b/assets/minecraft/textures/Alt Textures/old textures/double_plant_grass_top.png deleted file mode 100755 index 0523309..0000000 Binary files a/assets/minecraft/textures/Alt Textures/old textures/double_plant_grass_top.png and /dev/null differ diff --git a/assets/minecraft/textures/Alt Textures/old textures/emerald_ore.png b/assets/minecraft/textures/Alt Textures/old textures/emerald_ore.png deleted file mode 100755 index b30939c..0000000 Binary files a/assets/minecraft/textures/Alt Textures/old textures/emerald_ore.png and /dev/null differ diff --git a/assets/minecraft/textures/Alt Textures/old textures/glowstone.png b/assets/minecraft/textures/Alt Textures/old textures/glowstone.png deleted file mode 100755 index f997cc7..0000000 Binary files a/assets/minecraft/textures/Alt Textures/old textures/glowstone.png and /dev/null differ diff --git a/assets/minecraft/textures/Alt Textures/old textures/gold_ore.png b/assets/minecraft/textures/Alt Textures/old textures/gold_ore.png deleted file mode 100755 index 14501e7..0000000 Binary files a/assets/minecraft/textures/Alt Textures/old textures/gold_ore.png and /dev/null differ diff --git a/assets/minecraft/textures/Alt Textures/old textures/grass_side.png b/assets/minecraft/textures/Alt Textures/old textures/grass_side.png deleted file mode 100755 index cffcb19..0000000 Binary files a/assets/minecraft/textures/Alt Textures/old textures/grass_side.png and /dev/null differ diff --git a/assets/minecraft/textures/Alt Textures/old textures/grass_side_overlay.png b/assets/minecraft/textures/Alt Textures/old textures/grass_side_overlay.png deleted file mode 100755 index 0dab371..0000000 Binary files a/assets/minecraft/textures/Alt Textures/old textures/grass_side_overlay.png and /dev/null differ diff --git a/assets/minecraft/textures/Alt Textures/old textures/grass_top.png b/assets/minecraft/textures/Alt Textures/old textures/grass_top.png deleted file mode 100755 index 412c5c8..0000000 Binary files a/assets/minecraft/textures/Alt Textures/old textures/grass_top.png and /dev/null differ diff --git a/assets/minecraft/textures/Alt Textures/old textures/iron_ore.png b/assets/minecraft/textures/Alt Textures/old textures/iron_ore.png deleted file mode 100755 index c87ea47..0000000 Binary files a/assets/minecraft/textures/Alt Textures/old textures/iron_ore.png and /dev/null differ diff --git a/assets/minecraft/textures/Alt Textures/old textures/ladder.png b/assets/minecraft/textures/Alt Textures/old textures/ladder.png deleted file mode 100755 index 45f012e..0000000 Binary files a/assets/minecraft/textures/Alt Textures/old textures/ladder.png and /dev/null differ diff --git a/assets/minecraft/textures/Alt Textures/old textures/lapis_ore.png b/assets/minecraft/textures/Alt Textures/old textures/lapis_ore.png deleted file mode 100755 index 1ad06c8..0000000 Binary files a/assets/minecraft/textures/Alt Textures/old textures/lapis_ore.png and /dev/null differ diff --git a/assets/minecraft/textures/Alt Textures/old textures/leaves_acacia.png b/assets/minecraft/textures/Alt Textures/old textures/leaves_acacia.png deleted file mode 100755 index 49ab9e1..0000000 Binary files a/assets/minecraft/textures/Alt Textures/old textures/leaves_acacia.png and /dev/null differ diff --git a/assets/minecraft/textures/Alt Textures/old textures/leaves_acacia_opaque.png b/assets/minecraft/textures/Alt Textures/old textures/leaves_acacia_opaque.png deleted file mode 100755 index ca9d5c8..0000000 Binary files a/assets/minecraft/textures/Alt Textures/old textures/leaves_acacia_opaque.png and /dev/null differ diff --git a/assets/minecraft/textures/Alt Textures/old textures/leaves_big_oak.png b/assets/minecraft/textures/Alt Textures/old textures/leaves_big_oak.png deleted file mode 100755 index 49ab9e1..0000000 Binary files a/assets/minecraft/textures/Alt Textures/old textures/leaves_big_oak.png and /dev/null differ diff --git a/assets/minecraft/textures/Alt Textures/old textures/leaves_big_oak_opaque.png b/assets/minecraft/textures/Alt Textures/old textures/leaves_big_oak_opaque.png deleted file mode 100755 index ca9d5c8..0000000 Binary files a/assets/minecraft/textures/Alt Textures/old textures/leaves_big_oak_opaque.png and /dev/null differ diff --git a/assets/minecraft/textures/Alt Textures/old textures/leaves_birch.png b/assets/minecraft/textures/Alt Textures/old textures/leaves_birch.png deleted file mode 100755 index 49ab9e1..0000000 Binary files a/assets/minecraft/textures/Alt Textures/old textures/leaves_birch.png and /dev/null differ diff --git a/assets/minecraft/textures/Alt Textures/old textures/leaves_birch_opaque.png b/assets/minecraft/textures/Alt Textures/old textures/leaves_birch_opaque.png deleted file mode 100755 index ca9d5c8..0000000 Binary files a/assets/minecraft/textures/Alt Textures/old textures/leaves_birch_opaque.png and /dev/null differ diff --git a/assets/minecraft/textures/Alt Textures/old textures/leaves_jungle.png b/assets/minecraft/textures/Alt Textures/old textures/leaves_jungle.png deleted file mode 100755 index 49ab9e1..0000000 Binary files a/assets/minecraft/textures/Alt Textures/old textures/leaves_jungle.png and /dev/null differ diff --git a/assets/minecraft/textures/Alt Textures/old textures/leaves_jungle_opaque.png b/assets/minecraft/textures/Alt Textures/old textures/leaves_jungle_opaque.png deleted file mode 100755 index ca9d5c8..0000000 Binary files a/assets/minecraft/textures/Alt Textures/old textures/leaves_jungle_opaque.png and /dev/null differ diff --git a/assets/minecraft/textures/Alt Textures/old textures/leaves_oak.png b/assets/minecraft/textures/Alt Textures/old textures/leaves_oak.png deleted file mode 100755 index 49ab9e1..0000000 Binary files a/assets/minecraft/textures/Alt Textures/old textures/leaves_oak.png and /dev/null differ diff --git a/assets/minecraft/textures/Alt Textures/old textures/leaves_oak_opaque.png b/assets/minecraft/textures/Alt Textures/old textures/leaves_oak_opaque.png deleted file mode 100755 index ca9d5c8..0000000 Binary files a/assets/minecraft/textures/Alt Textures/old textures/leaves_oak_opaque.png and /dev/null differ diff --git a/assets/minecraft/textures/Alt Textures/old textures/leaves_spruce.png b/assets/minecraft/textures/Alt Textures/old textures/leaves_spruce.png deleted file mode 100755 index 74f0a68..0000000 Binary files a/assets/minecraft/textures/Alt Textures/old textures/leaves_spruce.png and /dev/null differ diff --git a/assets/minecraft/textures/Alt Textures/old textures/leaves_spruce_opaque.png b/assets/minecraft/textures/Alt Textures/old textures/leaves_spruce_opaque.png deleted file mode 100755 index b3a4720..0000000 Binary files a/assets/minecraft/textures/Alt Textures/old textures/leaves_spruce_opaque.png and /dev/null differ diff --git a/assets/minecraft/textures/Alt Textures/old textures/nether_brick.png b/assets/minecraft/textures/Alt Textures/old textures/nether_brick.png deleted file mode 100755 index 61b5663..0000000 Binary files a/assets/minecraft/textures/Alt Textures/old textures/nether_brick.png and /dev/null differ diff --git a/assets/minecraft/textures/Alt Textures/old textures/netherrack.png b/assets/minecraft/textures/Alt Textures/old textures/netherrack.png deleted file mode 100755 index 351aa36..0000000 Binary files a/assets/minecraft/textures/Alt Textures/old textures/netherrack.png and /dev/null differ diff --git a/assets/minecraft/textures/Alt Textures/old textures/quartz_ore.png b/assets/minecraft/textures/Alt Textures/old textures/quartz_ore.png deleted file mode 100755 index 2e1daa2..0000000 Binary files a/assets/minecraft/textures/Alt Textures/old textures/quartz_ore.png and /dev/null differ diff --git a/assets/minecraft/textures/Alt Textures/old textures/reeds.png b/assets/minecraft/textures/Alt Textures/old textures/reeds.png deleted file mode 100755 index 846b143..0000000 Binary files a/assets/minecraft/textures/Alt Textures/old textures/reeds.png and /dev/null differ diff --git a/assets/minecraft/textures/Alt Textures/old textures/sandstone_smooth.png b/assets/minecraft/textures/Alt Textures/old textures/sandstone_smooth.png deleted file mode 100755 index 6abfac2..0000000 Binary files a/assets/minecraft/textures/Alt Textures/old textures/sandstone_smooth.png and /dev/null differ diff --git a/assets/minecraft/textures/Alt Textures/old textures/sapling_spruce.png b/assets/minecraft/textures/Alt Textures/old textures/sapling_spruce.png deleted file mode 100755 index 30f06ad..0000000 Binary files a/assets/minecraft/textures/Alt Textures/old textures/sapling_spruce.png and /dev/null differ diff --git a/assets/minecraft/textures/Alt Textures/old textures/stone.png b/assets/minecraft/textures/Alt Textures/old textures/stone.png deleted file mode 100755 index ed873ef..0000000 Binary files a/assets/minecraft/textures/Alt Textures/old textures/stone.png and /dev/null differ diff --git a/assets/minecraft/textures/Alt Textures/old textures/tallgrass.png b/assets/minecraft/textures/Alt Textures/old textures/tallgrass.png deleted file mode 100755 index 8af5b81..0000000 Binary files a/assets/minecraft/textures/Alt Textures/old textures/tallgrass.png and /dev/null differ diff --git a/assets/minecraft/textures/Alt Textures/old textures/web.png b/assets/minecraft/textures/Alt Textures/old textures/web.png deleted file mode 100755 index 0c06745..0000000 Binary files a/assets/minecraft/textures/Alt Textures/old textures/web.png and /dev/null differ diff --git a/assets/minecraft/textures/Alt Textures/stone_andesite_smooth.png b/assets/minecraft/textures/Alt Textures/stone_andesite_smooth.png deleted file mode 100755 index 4b6a41a..0000000 Binary files a/assets/minecraft/textures/Alt Textures/stone_andesite_smooth.png and /dev/null differ diff --git a/assets/minecraft/textures/Alt Textures/stone_diorite_smooth.png b/assets/minecraft/textures/Alt Textures/stone_diorite_smooth.png deleted file mode 100755 index ab4a67c..0000000 Binary files a/assets/minecraft/textures/Alt Textures/stone_diorite_smooth.png and /dev/null differ diff --git a/assets/minecraft/textures/Alt Textures/stone_granite_smooth.png b/assets/minecraft/textures/Alt Textures/stone_granite_smooth.png deleted file mode 100755 index 9b5ef98..0000000 Binary files a/assets/minecraft/textures/Alt Textures/stone_granite_smooth.png and /dev/null differ diff --git a/assets/minecraft/textures/Alt Textures/torch_on.png b/assets/minecraft/textures/Alt Textures/torch_on.png deleted file mode 100755 index 8a97532..0000000 Binary files a/assets/minecraft/textures/Alt Textures/torch_on.png and /dev/null differ diff --git a/assets/minecraft/textures/blocks/door_acacia_lower.png b/assets/minecraft/textures/block/acacia_door_lower.png similarity index 100% rename from assets/minecraft/textures/blocks/door_acacia_lower.png rename to assets/minecraft/textures/block/acacia_door_lower.png diff --git a/assets/minecraft/textures/blocks/door_acacia_upper.png b/assets/minecraft/textures/block/acacia_door_upper.png similarity index 100% rename from assets/minecraft/textures/blocks/door_acacia_upper.png rename to assets/minecraft/textures/block/acacia_door_upper.png diff --git a/assets/minecraft/textures/blocks/leaves_acacia.png b/assets/minecraft/textures/block/acacia_leaves.png similarity index 100% rename from assets/minecraft/textures/blocks/leaves_acacia.png rename to assets/minecraft/textures/block/acacia_leaves.png diff --git a/assets/minecraft/textures/blocks/log_acacia.png b/assets/minecraft/textures/block/acacia_log.png similarity index 100% rename from assets/minecraft/textures/blocks/log_acacia.png rename to assets/minecraft/textures/block/acacia_log.png diff --git a/assets/minecraft/textures/blocks/log_acacia_top.png b/assets/minecraft/textures/block/acacia_log_top.png similarity index 100% rename from assets/minecraft/textures/blocks/log_acacia_top.png rename to assets/minecraft/textures/block/acacia_log_top.png diff --git a/assets/minecraft/textures/blocks/planks_acacia.png b/assets/minecraft/textures/block/acacia_planks.png similarity index 100% rename from assets/minecraft/textures/blocks/planks_acacia.png rename to assets/minecraft/textures/block/acacia_planks.png diff --git a/assets/minecraft/textures/blocks/sapling_acacia.png b/assets/minecraft/textures/block/acacia_sapling.png similarity index 100% rename from assets/minecraft/textures/blocks/sapling_acacia.png rename to assets/minecraft/textures/block/acacia_sapling.png diff --git a/assets/minecraft/textures/blocks/rail_activator.png b/assets/minecraft/textures/block/activator_rail.png similarity index 100% rename from assets/minecraft/textures/blocks/rail_activator.png rename to assets/minecraft/textures/block/activator_rail.png diff --git a/assets/minecraft/textures/blocks/rail_activator_powered.png b/assets/minecraft/textures/block/activator_rail_on.png similarity index 100% rename from assets/minecraft/textures/blocks/rail_activator_powered.png rename to assets/minecraft/textures/block/activator_rail_on.png diff --git a/assets/minecraft/textures/blocks/flower_allium.png b/assets/minecraft/textures/block/allium.png similarity index 100% rename from assets/minecraft/textures/blocks/flower_allium.png rename to assets/minecraft/textures/block/allium.png diff --git a/assets/minecraft/textures/blocks/stone_andesite.png b/assets/minecraft/textures/block/andesite.png similarity index 100% rename from assets/minecraft/textures/blocks/stone_andesite.png rename to assets/minecraft/textures/block/andesite.png diff --git a/assets/minecraft/textures/blocks/anvil_base.png b/assets/minecraft/textures/block/anvil.png similarity index 100% rename from assets/minecraft/textures/blocks/anvil_base.png rename to assets/minecraft/textures/block/anvil.png diff --git a/assets/minecraft/textures/blocks/anvil_top_damaged_0.png b/assets/minecraft/textures/block/anvil_top.png similarity index 100% rename from assets/minecraft/textures/blocks/anvil_top_damaged_0.png rename to assets/minecraft/textures/block/anvil_top.png diff --git a/assets/minecraft/textures/blocks/asmallgrass1.png b/assets/minecraft/textures/block/asmallgrass1.png similarity index 100% rename from assets/minecraft/textures/blocks/asmallgrass1.png rename to assets/minecraft/textures/block/asmallgrass1.png diff --git a/assets/minecraft/textures/blocks/asmallgrass2.png b/assets/minecraft/textures/block/asmallgrass2.png similarity index 100% rename from assets/minecraft/textures/blocks/asmallgrass2.png rename to assets/minecraft/textures/block/asmallgrass2.png diff --git a/assets/minecraft/textures/blocks/asmallgrass3.png b/assets/minecraft/textures/block/asmallgrass3.png similarity index 100% rename from assets/minecraft/textures/blocks/asmallgrass3.png rename to assets/minecraft/textures/block/asmallgrass3.png diff --git a/assets/minecraft/textures/blocks/asmallgrass4.png b/assets/minecraft/textures/block/asmallgrass4.png similarity index 100% rename from assets/minecraft/textures/blocks/asmallgrass4.png rename to assets/minecraft/textures/block/asmallgrass4.png diff --git a/assets/minecraft/textures/blocks/asmallgrass5.png b/assets/minecraft/textures/block/asmallgrass5.png similarity index 100% rename from assets/minecraft/textures/blocks/asmallgrass5.png rename to assets/minecraft/textures/block/asmallgrass5.png diff --git a/assets/minecraft/textures/blocks/asmallgrass6.png b/assets/minecraft/textures/block/asmallgrass6.png similarity index 100% rename from assets/minecraft/textures/blocks/asmallgrass6.png rename to assets/minecraft/textures/block/asmallgrass6.png diff --git a/assets/minecraft/textures/blocks/asmallgrass7.png b/assets/minecraft/textures/block/asmallgrass7.png similarity index 100% rename from assets/minecraft/textures/blocks/asmallgrass7.png rename to assets/minecraft/textures/block/asmallgrass7.png diff --git a/assets/minecraft/textures/blocks/asmallgrass8.png b/assets/minecraft/textures/block/asmallgrass8.png similarity index 100% rename from assets/minecraft/textures/blocks/asmallgrass8.png rename to assets/minecraft/textures/block/asmallgrass8.png diff --git a/assets/minecraft/textures/blocks/melon_stem_connected.png b/assets/minecraft/textures/block/attached_melon_stem.png similarity index 100% rename from assets/minecraft/textures/blocks/melon_stem_connected.png rename to assets/minecraft/textures/block/attached_melon_stem.png diff --git a/assets/minecraft/textures/blocks/pumpkin_stem_connected.png b/assets/minecraft/textures/block/attached_pumpkin_stem.png similarity index 100% rename from assets/minecraft/textures/blocks/pumpkin_stem_connected.png rename to assets/minecraft/textures/block/attached_pumpkin_stem.png diff --git a/assets/minecraft/textures/blocks/flower_houstonia.png b/assets/minecraft/textures/block/azure_bluet.png similarity index 100% rename from assets/minecraft/textures/blocks/flower_houstonia.png rename to assets/minecraft/textures/block/azure_bluet.png diff --git a/assets/minecraft/textures/blocks/beacon.png b/assets/minecraft/textures/block/beacon.png similarity index 100% rename from assets/minecraft/textures/blocks/beacon.png rename to assets/minecraft/textures/block/beacon.png diff --git a/assets/minecraft/textures/blocks/bed_feet_end.png b/assets/minecraft/textures/block/bed_feet_end.png similarity index 100% rename from assets/minecraft/textures/blocks/bed_feet_end.png rename to assets/minecraft/textures/block/bed_feet_end.png diff --git a/assets/minecraft/textures/blocks/bed_feet_side.png b/assets/minecraft/textures/block/bed_feet_side.png similarity index 100% rename from assets/minecraft/textures/blocks/bed_feet_side.png rename to assets/minecraft/textures/block/bed_feet_side.png diff --git a/assets/minecraft/textures/blocks/bed_feet_top.png b/assets/minecraft/textures/block/bed_feet_top.png similarity index 100% rename from assets/minecraft/textures/blocks/bed_feet_top.png rename to assets/minecraft/textures/block/bed_feet_top.png diff --git a/assets/minecraft/textures/blocks/bed_head_end.png b/assets/minecraft/textures/block/bed_head_end.png similarity index 100% rename from assets/minecraft/textures/blocks/bed_head_end.png rename to assets/minecraft/textures/block/bed_head_end.png diff --git a/assets/minecraft/textures/blocks/bed_head_side.png b/assets/minecraft/textures/block/bed_head_side.png similarity index 100% rename from assets/minecraft/textures/blocks/bed_head_side.png rename to assets/minecraft/textures/block/bed_head_side.png diff --git a/assets/minecraft/textures/blocks/bed_head_top.png b/assets/minecraft/textures/block/bed_head_top.png similarity index 100% rename from assets/minecraft/textures/blocks/bed_head_top.png rename to assets/minecraft/textures/block/bed_head_top.png diff --git a/assets/minecraft/textures/blocks/bedrock.png b/assets/minecraft/textures/block/bedrock.png similarity index 100% rename from assets/minecraft/textures/blocks/bedrock.png rename to assets/minecraft/textures/block/bedrock.png diff --git a/assets/minecraft/textures/blocks/door_birch_lower.png b/assets/minecraft/textures/block/birch_door_lower.png similarity index 100% rename from assets/minecraft/textures/blocks/door_birch_lower.png rename to assets/minecraft/textures/block/birch_door_lower.png diff --git a/assets/minecraft/textures/blocks/door_birch_upper.png b/assets/minecraft/textures/block/birch_door_upper.png similarity index 100% rename from assets/minecraft/textures/blocks/door_birch_upper.png rename to assets/minecraft/textures/block/birch_door_upper.png diff --git a/assets/minecraft/textures/blocks/leaves_big_oak.png b/assets/minecraft/textures/block/birch_leaves.png similarity index 100% rename from assets/minecraft/textures/blocks/leaves_big_oak.png rename to assets/minecraft/textures/block/birch_leaves.png diff --git a/assets/minecraft/textures/blocks/log_birch.png b/assets/minecraft/textures/block/birch_log.png similarity index 100% rename from assets/minecraft/textures/blocks/log_birch.png rename to assets/minecraft/textures/block/birch_log.png diff --git a/assets/minecraft/textures/blocks/log_birch_top.png b/assets/minecraft/textures/block/birch_log_top.png similarity index 100% rename from assets/minecraft/textures/blocks/log_birch_top.png rename to assets/minecraft/textures/block/birch_log_top.png diff --git a/assets/minecraft/textures/blocks/planks_birch.png b/assets/minecraft/textures/block/birch_planks.png similarity index 100% rename from assets/minecraft/textures/blocks/planks_birch.png rename to assets/minecraft/textures/block/birch_planks.png diff --git a/assets/minecraft/textures/blocks/sapling_birch.png b/assets/minecraft/textures/block/birch_sapling.png similarity index 100% rename from assets/minecraft/textures/blocks/sapling_birch.png rename to assets/minecraft/textures/block/birch_sapling.png diff --git a/assets/minecraft/textures/blocks/glass_black.png b/assets/minecraft/textures/block/black_stained_glass.png similarity index 100% rename from assets/minecraft/textures/blocks/glass_black.png rename to assets/minecraft/textures/block/black_stained_glass.png diff --git a/assets/minecraft/textures/blocks/glass_pane_top.png b/assets/minecraft/textures/block/black_stained_glass_pane_top.png similarity index 100% rename from assets/minecraft/textures/blocks/glass_pane_top.png rename to assets/minecraft/textures/block/black_stained_glass_pane_top.png diff --git a/assets/minecraft/textures/blocks/hardened_clay_stained_black.png b/assets/minecraft/textures/block/black_terracotta.png similarity index 100% rename from assets/minecraft/textures/blocks/hardened_clay_stained_black.png rename to assets/minecraft/textures/block/black_terracotta.png diff --git a/assets/minecraft/textures/blocks/wool_colored_black.png b/assets/minecraft/textures/block/black_wool.png similarity index 100% rename from assets/minecraft/textures/blocks/wool_colored_black.png rename to assets/minecraft/textures/block/black_wool.png diff --git a/assets/minecraft/textures/blocks/flower_blue_orchid.png b/assets/minecraft/textures/block/blue_orchid.png similarity index 100% rename from assets/minecraft/textures/blocks/flower_blue_orchid.png rename to assets/minecraft/textures/block/blue_orchid.png diff --git a/assets/minecraft/textures/blocks/glass_blue.png b/assets/minecraft/textures/block/blue_stained_glass.png similarity index 100% rename from assets/minecraft/textures/blocks/glass_blue.png rename to assets/minecraft/textures/block/blue_stained_glass.png diff --git a/assets/minecraft/textures/blocks/glass_pane_top_black.png b/assets/minecraft/textures/block/blue_stained_glass_pane_top.png similarity index 100% rename from assets/minecraft/textures/blocks/glass_pane_top_black.png rename to assets/minecraft/textures/block/blue_stained_glass_pane_top.png diff --git a/assets/minecraft/textures/blocks/hardened_clay_stained_blue.png b/assets/minecraft/textures/block/blue_terracotta.png similarity index 100% rename from assets/minecraft/textures/blocks/hardened_clay_stained_blue.png rename to assets/minecraft/textures/block/blue_terracotta.png diff --git a/assets/minecraft/textures/blocks/wool_colored_blue.png b/assets/minecraft/textures/block/blue_wool.png similarity index 100% rename from assets/minecraft/textures/blocks/wool_colored_blue.png rename to assets/minecraft/textures/block/blue_wool.png diff --git a/assets/minecraft/textures/blocks/bookshelf.png b/assets/minecraft/textures/block/bookshelf.png similarity index 100% rename from assets/minecraft/textures/blocks/bookshelf.png rename to assets/minecraft/textures/block/bookshelf.png diff --git a/assets/minecraft/textures/blocks/brewing_stand.png b/assets/minecraft/textures/block/brewing_stand.png similarity index 100% rename from assets/minecraft/textures/blocks/brewing_stand.png rename to assets/minecraft/textures/block/brewing_stand.png diff --git a/assets/minecraft/textures/block/brewing_stand.png.mcmeta b/assets/minecraft/textures/block/brewing_stand.png.mcmeta new file mode 100755 index 0000000..cc17b4f --- /dev/null +++ b/assets/minecraft/textures/block/brewing_stand.png.mcmeta @@ -0,0 +1 @@ +{"animation":{}} diff --git a/assets/minecraft/textures/blocks/brewing_stand_base.png b/assets/minecraft/textures/block/brewing_stand_base.png similarity index 100% rename from assets/minecraft/textures/blocks/brewing_stand_base.png rename to assets/minecraft/textures/block/brewing_stand_base.png diff --git a/assets/minecraft/textures/blocks/brick.png b/assets/minecraft/textures/block/bricks.png similarity index 100% rename from assets/minecraft/textures/blocks/brick.png rename to assets/minecraft/textures/block/bricks.png diff --git a/assets/minecraft/textures/blocks/mushroom_brown.png b/assets/minecraft/textures/block/brown_mushroom.png similarity index 100% rename from assets/minecraft/textures/blocks/mushroom_brown.png rename to assets/minecraft/textures/block/brown_mushroom.png diff --git a/assets/minecraft/textures/blocks/mushroom_block_skin_brown.png b/assets/minecraft/textures/block/brown_mushroom_block.png similarity index 100% rename from assets/minecraft/textures/blocks/mushroom_block_skin_brown.png rename to assets/minecraft/textures/block/brown_mushroom_block.png diff --git a/assets/minecraft/textures/blocks/glass_brown.png b/assets/minecraft/textures/block/brown_stained_glass.png similarity index 100% rename from assets/minecraft/textures/blocks/glass_brown.png rename to assets/minecraft/textures/block/brown_stained_glass.png diff --git a/assets/minecraft/textures/blocks/glass_pane_top_blue.png b/assets/minecraft/textures/block/brown_stained_glass_pane_top.png similarity index 100% rename from assets/minecraft/textures/blocks/glass_pane_top_blue.png rename to assets/minecraft/textures/block/brown_stained_glass_pane_top.png diff --git a/assets/minecraft/textures/blocks/hardened_clay_stained_brown.png b/assets/minecraft/textures/block/brown_terracotta.png similarity index 100% rename from assets/minecraft/textures/blocks/hardened_clay_stained_brown.png rename to assets/minecraft/textures/block/brown_terracotta.png diff --git a/assets/minecraft/textures/blocks/wool_colored_brown.png b/assets/minecraft/textures/block/brown_wool.png similarity index 100% rename from assets/minecraft/textures/blocks/wool_colored_brown.png rename to assets/minecraft/textures/block/brown_wool.png diff --git a/assets/minecraft/textures/blocks/cactus_bottom.png b/assets/minecraft/textures/block/cactus_bottom.png similarity index 100% rename from assets/minecraft/textures/blocks/cactus_bottom.png rename to assets/minecraft/textures/block/cactus_bottom.png diff --git a/assets/minecraft/textures/blocks/cactus_side.png b/assets/minecraft/textures/block/cactus_side.png similarity index 100% rename from assets/minecraft/textures/blocks/cactus_side.png rename to assets/minecraft/textures/block/cactus_side.png diff --git a/assets/minecraft/textures/blocks/cactus_top.png b/assets/minecraft/textures/block/cactus_top.png similarity index 100% rename from assets/minecraft/textures/blocks/cactus_top.png rename to assets/minecraft/textures/block/cactus_top.png diff --git a/assets/minecraft/textures/blocks/cake_bottom.png b/assets/minecraft/textures/block/cake_bottom.png similarity index 100% rename from assets/minecraft/textures/blocks/cake_bottom.png rename to assets/minecraft/textures/block/cake_bottom.png diff --git a/assets/minecraft/textures/blocks/cake_inner.png b/assets/minecraft/textures/block/cake_inner.png similarity index 100% rename from assets/minecraft/textures/blocks/cake_inner.png rename to assets/minecraft/textures/block/cake_inner.png diff --git a/assets/minecraft/textures/blocks/cake_side.png b/assets/minecraft/textures/block/cake_side.png similarity index 100% rename from assets/minecraft/textures/blocks/cake_side.png rename to assets/minecraft/textures/block/cake_side.png diff --git a/assets/minecraft/textures/blocks/cake_top.png b/assets/minecraft/textures/block/cake_top.png similarity index 100% rename from assets/minecraft/textures/blocks/cake_top.png rename to assets/minecraft/textures/block/cake_top.png diff --git a/assets/minecraft/textures/blocks/carrots_stage_0.png b/assets/minecraft/textures/block/carrots_stage0.png similarity index 100% rename from assets/minecraft/textures/blocks/carrots_stage_0.png rename to assets/minecraft/textures/block/carrots_stage0.png diff --git a/assets/minecraft/textures/blocks/carrots_stage_1.png b/assets/minecraft/textures/block/carrots_stage1.png similarity index 100% rename from assets/minecraft/textures/blocks/carrots_stage_1.png rename to assets/minecraft/textures/block/carrots_stage1.png diff --git a/assets/minecraft/textures/blocks/carrots_stage_2.png b/assets/minecraft/textures/block/carrots_stage2.png similarity index 100% rename from assets/minecraft/textures/blocks/carrots_stage_2.png rename to assets/minecraft/textures/block/carrots_stage2.png diff --git a/assets/minecraft/textures/blocks/carrots_stage_3.png b/assets/minecraft/textures/block/carrots_stage3.png similarity index 100% rename from assets/minecraft/textures/blocks/carrots_stage_3.png rename to assets/minecraft/textures/block/carrots_stage3.png diff --git a/assets/minecraft/textures/blocks/cauldron_bottom.png b/assets/minecraft/textures/block/cauldron_bottom.png similarity index 100% rename from assets/minecraft/textures/blocks/cauldron_bottom.png rename to assets/minecraft/textures/block/cauldron_bottom.png diff --git a/assets/minecraft/textures/blocks/cauldron_inner.png b/assets/minecraft/textures/block/cauldron_inner.png similarity index 100% rename from assets/minecraft/textures/blocks/cauldron_inner.png rename to assets/minecraft/textures/block/cauldron_inner.png diff --git a/assets/minecraft/textures/blocks/cauldron_side.png b/assets/minecraft/textures/block/cauldron_side.png similarity index 100% rename from assets/minecraft/textures/blocks/cauldron_side.png rename to assets/minecraft/textures/block/cauldron_side.png diff --git a/assets/minecraft/textures/blocks/cauldron_top.png b/assets/minecraft/textures/block/cauldron_top.png similarity index 100% rename from assets/minecraft/textures/blocks/cauldron_top.png rename to assets/minecraft/textures/block/cauldron_top.png diff --git a/assets/minecraft/textures/blocks/chain_command_block_back.png b/assets/minecraft/textures/block/chain_command_block_back.png similarity index 100% rename from assets/minecraft/textures/blocks/chain_command_block_back.png rename to assets/minecraft/textures/block/chain_command_block_back.png diff --git a/assets/minecraft/textures/block/chain_command_block_back.png.mcmeta b/assets/minecraft/textures/block/chain_command_block_back.png.mcmeta new file mode 100755 index 0000000..a435a24 --- /dev/null +++ b/assets/minecraft/textures/block/chain_command_block_back.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"interpolate":true}} diff --git a/assets/minecraft/textures/blocks/chain_command_block_conditional.png b/assets/minecraft/textures/block/chain_command_block_conditional.png similarity index 100% rename from assets/minecraft/textures/blocks/chain_command_block_conditional.png rename to assets/minecraft/textures/block/chain_command_block_conditional.png diff --git a/assets/minecraft/textures/block/chain_command_block_conditional.png.mcmeta b/assets/minecraft/textures/block/chain_command_block_conditional.png.mcmeta new file mode 100755 index 0000000..a435a24 --- /dev/null +++ b/assets/minecraft/textures/block/chain_command_block_conditional.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"interpolate":true}} diff --git a/assets/minecraft/textures/blocks/chain_command_block_front.png b/assets/minecraft/textures/block/chain_command_block_front.png similarity index 100% rename from assets/minecraft/textures/blocks/chain_command_block_front.png rename to assets/minecraft/textures/block/chain_command_block_front.png diff --git a/assets/minecraft/textures/block/chain_command_block_front.png.mcmeta b/assets/minecraft/textures/block/chain_command_block_front.png.mcmeta new file mode 100755 index 0000000..a435a24 --- /dev/null +++ b/assets/minecraft/textures/block/chain_command_block_front.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"interpolate":true}} diff --git a/assets/minecraft/textures/blocks/chain_command_block_side.png b/assets/minecraft/textures/block/chain_command_block_side.png similarity index 100% rename from assets/minecraft/textures/blocks/chain_command_block_side.png rename to assets/minecraft/textures/block/chain_command_block_side.png diff --git a/assets/minecraft/textures/block/chain_command_block_side.png.mcmeta b/assets/minecraft/textures/block/chain_command_block_side.png.mcmeta new file mode 100755 index 0000000..a435a24 --- /dev/null +++ b/assets/minecraft/textures/block/chain_command_block_side.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"interpolate":true}} diff --git a/assets/minecraft/textures/blocks/anvil_top_damaged_1.png b/assets/minecraft/textures/block/chipped_anvil_top.png similarity index 100% rename from assets/minecraft/textures/blocks/anvil_top_damaged_1.png rename to assets/minecraft/textures/block/chipped_anvil_top.png diff --git a/assets/minecraft/textures/blocks/quartz_block_chiseled.png b/assets/minecraft/textures/block/chiseled_quartz_block.png similarity index 100% rename from assets/minecraft/textures/blocks/quartz_block_chiseled.png rename to assets/minecraft/textures/block/chiseled_quartz_block.png diff --git a/assets/minecraft/textures/blocks/quartz_block_chiseled_top.png b/assets/minecraft/textures/block/chiseled_quartz_block_top.png similarity index 100% rename from assets/minecraft/textures/blocks/quartz_block_chiseled_top.png rename to assets/minecraft/textures/block/chiseled_quartz_block_top.png diff --git a/assets/minecraft/textures/blocks/red_sandstone_carved.png b/assets/minecraft/textures/block/chiseled_red_sandstone.png similarity index 100% rename from assets/minecraft/textures/blocks/red_sandstone_carved.png rename to assets/minecraft/textures/block/chiseled_red_sandstone.png diff --git a/assets/minecraft/textures/blocks/sandstone_carved.png b/assets/minecraft/textures/block/chiseled_sandstone.png similarity index 100% rename from assets/minecraft/textures/blocks/sandstone_carved.png rename to assets/minecraft/textures/block/chiseled_sandstone.png diff --git a/assets/minecraft/textures/blocks/stonebrick_carved.png b/assets/minecraft/textures/block/chiseled_stone_bricks.png similarity index 100% rename from assets/minecraft/textures/blocks/stonebrick_carved.png rename to assets/minecraft/textures/block/chiseled_stone_bricks.png diff --git a/assets/minecraft/textures/blocks/clay.png b/assets/minecraft/textures/block/clay.png similarity index 100% rename from assets/minecraft/textures/blocks/clay.png rename to assets/minecraft/textures/block/clay.png diff --git a/assets/minecraft/textures/blocks/coal_block.png b/assets/minecraft/textures/block/coal_block.png similarity index 100% rename from assets/minecraft/textures/blocks/coal_block.png rename to assets/minecraft/textures/block/coal_block.png diff --git a/assets/minecraft/textures/blocks/coal_ore.png b/assets/minecraft/textures/block/coal_ore.png similarity index 100% rename from assets/minecraft/textures/blocks/coal_ore.png rename to assets/minecraft/textures/block/coal_ore.png diff --git a/assets/minecraft/textures/blocks/coarse_dirt.png b/assets/minecraft/textures/block/coarse_dirt.png similarity index 100% rename from assets/minecraft/textures/blocks/coarse_dirt.png rename to assets/minecraft/textures/block/coarse_dirt.png diff --git a/assets/minecraft/textures/blocks/cobblestone.png b/assets/minecraft/textures/block/cobblestone.png similarity index 100% rename from assets/minecraft/textures/blocks/cobblestone.png rename to assets/minecraft/textures/block/cobblestone.png diff --git a/assets/minecraft/textures/blocks/web.png b/assets/minecraft/textures/block/cobweb.png similarity index 100% rename from assets/minecraft/textures/blocks/web.png rename to assets/minecraft/textures/block/cobweb.png diff --git a/assets/minecraft/textures/blocks/cocoa_stage_0.png b/assets/minecraft/textures/block/cocoa_stage0.png similarity index 100% rename from assets/minecraft/textures/blocks/cocoa_stage_0.png rename to assets/minecraft/textures/block/cocoa_stage0.png diff --git a/assets/minecraft/textures/blocks/cocoa_stage_1.png b/assets/minecraft/textures/block/cocoa_stage1.png similarity index 100% rename from assets/minecraft/textures/blocks/cocoa_stage_1.png rename to assets/minecraft/textures/block/cocoa_stage1.png diff --git a/assets/minecraft/textures/blocks/cocoa_stage_2.png b/assets/minecraft/textures/block/cocoa_stage2.png similarity index 100% rename from assets/minecraft/textures/blocks/cocoa_stage_2.png rename to assets/minecraft/textures/block/cocoa_stage2.png diff --git a/assets/minecraft/textures/blocks/command_block.png b/assets/minecraft/textures/block/command_block.png similarity index 100% rename from assets/minecraft/textures/blocks/command_block.png rename to assets/minecraft/textures/block/command_block.png diff --git a/assets/minecraft/textures/block/command_block.png.mcmeta b/assets/minecraft/textures/block/command_block.png.mcmeta new file mode 100755 index 0000000..a435a24 --- /dev/null +++ b/assets/minecraft/textures/block/command_block.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"interpolate":true}} diff --git a/assets/minecraft/textures/blocks/command_block_back.png b/assets/minecraft/textures/block/command_block_back.png similarity index 100% rename from assets/minecraft/textures/blocks/command_block_back.png rename to assets/minecraft/textures/block/command_block_back.png diff --git a/assets/minecraft/textures/block/command_block_back.png.mcmeta b/assets/minecraft/textures/block/command_block_back.png.mcmeta new file mode 100755 index 0000000..a435a24 --- /dev/null +++ b/assets/minecraft/textures/block/command_block_back.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"interpolate":true}} diff --git a/assets/minecraft/textures/blocks/command_block_conditional.png b/assets/minecraft/textures/block/command_block_conditional.png similarity index 100% rename from assets/minecraft/textures/blocks/command_block_conditional.png rename to assets/minecraft/textures/block/command_block_conditional.png diff --git a/assets/minecraft/textures/block/command_block_conditional.png.mcmeta b/assets/minecraft/textures/block/command_block_conditional.png.mcmeta new file mode 100755 index 0000000..a435a24 --- /dev/null +++ b/assets/minecraft/textures/block/command_block_conditional.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"interpolate":true}} diff --git a/assets/minecraft/textures/blocks/command_block_front.png b/assets/minecraft/textures/block/command_block_front.png similarity index 100% rename from assets/minecraft/textures/blocks/command_block_front.png rename to assets/minecraft/textures/block/command_block_front.png diff --git a/assets/minecraft/textures/block/command_block_front.png.mcmeta b/assets/minecraft/textures/block/command_block_front.png.mcmeta new file mode 100755 index 0000000..a435a24 --- /dev/null +++ b/assets/minecraft/textures/block/command_block_front.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"interpolate":true}} diff --git a/assets/minecraft/textures/blocks/command_block_side.png b/assets/minecraft/textures/block/command_block_side.png similarity index 100% rename from assets/minecraft/textures/blocks/command_block_side.png rename to assets/minecraft/textures/block/command_block_side.png diff --git a/assets/minecraft/textures/block/command_block_side.png.mcmeta b/assets/minecraft/textures/block/command_block_side.png.mcmeta new file mode 100755 index 0000000..a435a24 --- /dev/null +++ b/assets/minecraft/textures/block/command_block_side.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"interpolate":true}} diff --git a/assets/minecraft/textures/blocks/comparator_off.png b/assets/minecraft/textures/block/comparator.png similarity index 100% rename from assets/minecraft/textures/blocks/comparator_off.png rename to assets/minecraft/textures/block/comparator.png diff --git a/assets/minecraft/textures/blocks/comparator_on.png b/assets/minecraft/textures/block/comparator_on.png similarity index 100% rename from assets/minecraft/textures/blocks/comparator_on.png rename to assets/minecraft/textures/block/comparator_on.png diff --git a/assets/minecraft/textures/blocks/stonebrick_cracked.png b/assets/minecraft/textures/block/cracked_stone_bricks.png similarity index 100% rename from assets/minecraft/textures/blocks/stonebrick_cracked.png rename to assets/minecraft/textures/block/cracked_stone_bricks.png diff --git a/assets/minecraft/textures/blocks/crafting_table_front.png b/assets/minecraft/textures/block/crafting_table_front.png similarity index 100% rename from assets/minecraft/textures/blocks/crafting_table_front.png rename to assets/minecraft/textures/block/crafting_table_front.png diff --git a/assets/minecraft/textures/blocks/crafting_table_side.png b/assets/minecraft/textures/block/crafting_table_side.png similarity index 100% rename from assets/minecraft/textures/blocks/crafting_table_side.png rename to assets/minecraft/textures/block/crafting_table_side.png diff --git a/assets/minecraft/textures/blocks/crafting_table_top.png b/assets/minecraft/textures/block/crafting_table_top.png similarity index 100% rename from assets/minecraft/textures/blocks/crafting_table_top.png rename to assets/minecraft/textures/block/crafting_table_top.png diff --git a/assets/minecraft/textures/blocks/crown.json b/assets/minecraft/textures/block/crown.json similarity index 100% rename from assets/minecraft/textures/blocks/crown.json rename to assets/minecraft/textures/block/crown.json diff --git a/assets/minecraft/textures/blocks/crown.png b/assets/minecraft/textures/block/crown.png similarity index 100% rename from assets/minecraft/textures/blocks/crown.png rename to assets/minecraft/textures/block/crown.png diff --git a/assets/minecraft/textures/block/crown.png.mcmeta b/assets/minecraft/textures/block/crown.png.mcmeta new file mode 100644 index 0000000..c55d04a --- /dev/null +++ b/assets/minecraft/textures/block/crown.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":20,"interpolate":true}} diff --git a/assets/minecraft/textures/blocks/crown_rim.png b/assets/minecraft/textures/block/crown_rim.png similarity index 100% rename from assets/minecraft/textures/blocks/crown_rim.png rename to assets/minecraft/textures/block/crown_rim.png diff --git a/assets/minecraft/textures/blocks/red_sandstone_smooth.png b/assets/minecraft/textures/block/cut_red_sandstone.png similarity index 100% rename from assets/minecraft/textures/blocks/red_sandstone_smooth.png rename to assets/minecraft/textures/block/cut_red_sandstone.png diff --git a/assets/minecraft/textures/blocks/sandstone_smooth.png b/assets/minecraft/textures/block/cut_sandstone.png similarity index 100% rename from assets/minecraft/textures/blocks/sandstone_smooth.png rename to assets/minecraft/textures/block/cut_sandstone.png diff --git a/assets/minecraft/textures/blocks/glass_cyan.png b/assets/minecraft/textures/block/cyan_stained_glass.png similarity index 100% rename from assets/minecraft/textures/blocks/glass_cyan.png rename to assets/minecraft/textures/block/cyan_stained_glass.png diff --git a/assets/minecraft/textures/blocks/glass_pane_top_brown.png b/assets/minecraft/textures/block/cyan_stained_glass_pane_top.png similarity index 100% rename from assets/minecraft/textures/blocks/glass_pane_top_brown.png rename to assets/minecraft/textures/block/cyan_stained_glass_pane_top.png diff --git a/assets/minecraft/textures/blocks/hardened_clay_stained_cyan.png b/assets/minecraft/textures/block/cyan_terracotta.png similarity index 100% rename from assets/minecraft/textures/blocks/hardened_clay_stained_cyan.png rename to assets/minecraft/textures/block/cyan_terracotta.png diff --git a/assets/minecraft/textures/blocks/wool_colored_cyan.png b/assets/minecraft/textures/block/cyan_wool.png similarity index 100% rename from assets/minecraft/textures/blocks/wool_colored_cyan.png rename to assets/minecraft/textures/block/cyan_wool.png diff --git a/assets/minecraft/textures/blocks/anvil_top_damaged_2.png b/assets/minecraft/textures/block/damaged_anvil_top.png similarity index 100% rename from assets/minecraft/textures/blocks/anvil_top_damaged_2.png rename to assets/minecraft/textures/block/damaged_anvil_top.png diff --git a/assets/minecraft/textures/blocks/flower_dandelion.png b/assets/minecraft/textures/block/dandelion.png similarity index 100% rename from assets/minecraft/textures/blocks/flower_dandelion.png rename to assets/minecraft/textures/block/dandelion.png diff --git a/assets/minecraft/textures/blocks/door_dark_oak_lower.png b/assets/minecraft/textures/block/dark_oak_door_lower.png similarity index 100% rename from assets/minecraft/textures/blocks/door_dark_oak_lower.png rename to assets/minecraft/textures/block/dark_oak_door_lower.png diff --git a/assets/minecraft/textures/blocks/door_dark_oak_upper.png b/assets/minecraft/textures/block/dark_oak_door_upper.png similarity index 100% rename from assets/minecraft/textures/blocks/door_dark_oak_upper.png rename to assets/minecraft/textures/block/dark_oak_door_upper.png diff --git a/assets/minecraft/textures/blocks/leaves_birch.png b/assets/minecraft/textures/block/dark_oak_leaves.png similarity index 100% rename from assets/minecraft/textures/blocks/leaves_birch.png rename to assets/minecraft/textures/block/dark_oak_leaves.png diff --git a/assets/minecraft/textures/blocks/log_big_oak.png b/assets/minecraft/textures/block/dark_oak_log.png similarity index 100% rename from assets/minecraft/textures/blocks/log_big_oak.png rename to assets/minecraft/textures/block/dark_oak_log.png diff --git a/assets/minecraft/textures/blocks/log_big_oak_top.png b/assets/minecraft/textures/block/dark_oak_log_top.png similarity index 100% rename from assets/minecraft/textures/blocks/log_big_oak_top.png rename to assets/minecraft/textures/block/dark_oak_log_top.png diff --git a/assets/minecraft/textures/blocks/planks_big_oak.png b/assets/minecraft/textures/block/dark_oak_planks.png similarity index 100% rename from assets/minecraft/textures/blocks/planks_big_oak.png rename to assets/minecraft/textures/block/dark_oak_planks.png diff --git a/assets/minecraft/textures/blocks/sapling_roofed_oak.png b/assets/minecraft/textures/block/dark_oak_sapling.png similarity index 100% rename from assets/minecraft/textures/blocks/sapling_roofed_oak.png rename to assets/minecraft/textures/block/dark_oak_sapling.png diff --git a/assets/minecraft/textures/blocks/prismarine_dark.png b/assets/minecraft/textures/block/dark_prismarine.png similarity index 100% rename from assets/minecraft/textures/blocks/prismarine_dark.png rename to assets/minecraft/textures/block/dark_prismarine.png diff --git a/assets/minecraft/textures/blocks/daylight_detector_inverted_top.png b/assets/minecraft/textures/block/daylight_detector_inverted_top.png similarity index 100% rename from assets/minecraft/textures/blocks/daylight_detector_inverted_top.png rename to assets/minecraft/textures/block/daylight_detector_inverted_top.png diff --git a/assets/minecraft/textures/blocks/daylight_detector_side.png b/assets/minecraft/textures/block/daylight_detector_side.png similarity index 100% rename from assets/minecraft/textures/blocks/daylight_detector_side.png rename to assets/minecraft/textures/block/daylight_detector_side.png diff --git a/assets/minecraft/textures/blocks/daylight_detector_top.png b/assets/minecraft/textures/block/daylight_detector_top.png similarity index 100% rename from assets/minecraft/textures/blocks/daylight_detector_top.png rename to assets/minecraft/textures/block/daylight_detector_top.png diff --git a/assets/minecraft/textures/blocks/deadbush.png b/assets/minecraft/textures/block/dead_bush.png similarity index 100% rename from assets/minecraft/textures/blocks/deadbush.png rename to assets/minecraft/textures/block/dead_bush.png diff --git a/assets/minecraft/textures/blocks/destroy_stage_0.png b/assets/minecraft/textures/block/destroy_stage_0.png similarity index 100% rename from assets/minecraft/textures/blocks/destroy_stage_0.png rename to assets/minecraft/textures/block/destroy_stage_0.png diff --git a/assets/minecraft/textures/blocks/destroy_stage_1.png b/assets/minecraft/textures/block/destroy_stage_1.png similarity index 100% rename from assets/minecraft/textures/blocks/destroy_stage_1.png rename to assets/minecraft/textures/block/destroy_stage_1.png diff --git a/assets/minecraft/textures/blocks/destroy_stage_2.png b/assets/minecraft/textures/block/destroy_stage_2.png similarity index 100% rename from assets/minecraft/textures/blocks/destroy_stage_2.png rename to assets/minecraft/textures/block/destroy_stage_2.png diff --git a/assets/minecraft/textures/blocks/destroy_stage_3.png b/assets/minecraft/textures/block/destroy_stage_3.png similarity index 100% rename from assets/minecraft/textures/blocks/destroy_stage_3.png rename to assets/minecraft/textures/block/destroy_stage_3.png diff --git a/assets/minecraft/textures/blocks/destroy_stage_4.png b/assets/minecraft/textures/block/destroy_stage_4.png similarity index 100% rename from assets/minecraft/textures/blocks/destroy_stage_4.png rename to assets/minecraft/textures/block/destroy_stage_4.png diff --git a/assets/minecraft/textures/blocks/destroy_stage_5.png b/assets/minecraft/textures/block/destroy_stage_5.png similarity index 100% rename from assets/minecraft/textures/blocks/destroy_stage_5.png rename to assets/minecraft/textures/block/destroy_stage_5.png diff --git a/assets/minecraft/textures/blocks/destroy_stage_6.png b/assets/minecraft/textures/block/destroy_stage_6.png similarity index 100% rename from assets/minecraft/textures/blocks/destroy_stage_6.png rename to assets/minecraft/textures/block/destroy_stage_6.png diff --git a/assets/minecraft/textures/blocks/destroy_stage_7.png b/assets/minecraft/textures/block/destroy_stage_7.png similarity index 100% rename from assets/minecraft/textures/blocks/destroy_stage_7.png rename to assets/minecraft/textures/block/destroy_stage_7.png diff --git a/assets/minecraft/textures/blocks/destroy_stage_8.png b/assets/minecraft/textures/block/destroy_stage_8.png similarity index 100% rename from assets/minecraft/textures/blocks/destroy_stage_8.png rename to assets/minecraft/textures/block/destroy_stage_8.png diff --git a/assets/minecraft/textures/blocks/destroy_stage_9.png b/assets/minecraft/textures/block/destroy_stage_9.png similarity index 100% rename from assets/minecraft/textures/blocks/destroy_stage_9.png rename to assets/minecraft/textures/block/destroy_stage_9.png diff --git a/assets/minecraft/textures/blocks/rail_detector.png b/assets/minecraft/textures/block/detector_rail.png similarity index 100% rename from assets/minecraft/textures/blocks/rail_detector.png rename to assets/minecraft/textures/block/detector_rail.png diff --git a/assets/minecraft/textures/blocks/rail_detector_powered.png b/assets/minecraft/textures/block/detector_rail_on.png similarity index 100% rename from assets/minecraft/textures/blocks/rail_detector_powered.png rename to assets/minecraft/textures/block/detector_rail_on.png diff --git a/assets/minecraft/textures/blocks/diamond_block.png b/assets/minecraft/textures/block/diamond_block.png similarity index 100% rename from assets/minecraft/textures/blocks/diamond_block.png rename to assets/minecraft/textures/block/diamond_block.png diff --git a/assets/minecraft/textures/blocks/diamond_ore.png b/assets/minecraft/textures/block/diamond_ore.png similarity index 100% rename from assets/minecraft/textures/blocks/diamond_ore.png rename to assets/minecraft/textures/block/diamond_ore.png diff --git a/assets/minecraft/textures/blocks/stone_diorite.png b/assets/minecraft/textures/block/diorite.png similarity index 100% rename from assets/minecraft/textures/blocks/stone_diorite.png rename to assets/minecraft/textures/block/diorite.png diff --git a/assets/minecraft/textures/Alt Textures/old textures/dirt.png b/assets/minecraft/textures/block/dirt.png similarity index 100% rename from assets/minecraft/textures/Alt Textures/old textures/dirt.png rename to assets/minecraft/textures/block/dirt.png diff --git a/assets/minecraft/textures/blocks/dispenser_front_horizontal.png b/assets/minecraft/textures/block/dispenser_front.png similarity index 100% rename from assets/minecraft/textures/blocks/dispenser_front_horizontal.png rename to assets/minecraft/textures/block/dispenser_front.png diff --git a/assets/minecraft/textures/blocks/dispenser_front_vertical.png b/assets/minecraft/textures/block/dispenser_front_vertical.png similarity index 100% rename from assets/minecraft/textures/blocks/dispenser_front_vertical.png rename to assets/minecraft/textures/block/dispenser_front_vertical.png diff --git a/assets/minecraft/textures/blocks/dragon_egg.png b/assets/minecraft/textures/block/dragon_egg.png similarity index 100% rename from assets/minecraft/textures/blocks/dragon_egg.png rename to assets/minecraft/textures/block/dragon_egg.png diff --git a/assets/minecraft/textures/blocks/dropper_front_horizontal.png b/assets/minecraft/textures/block/dropper_front.png similarity index 100% rename from assets/minecraft/textures/blocks/dropper_front_horizontal.png rename to assets/minecraft/textures/block/dropper_front.png diff --git a/assets/minecraft/textures/blocks/dropper_front_vertical.png b/assets/minecraft/textures/block/dropper_front_vertical.png similarity index 100% rename from assets/minecraft/textures/blocks/dropper_front_vertical.png rename to assets/minecraft/textures/block/dropper_front_vertical.png diff --git a/assets/minecraft/textures/block/e_particle.png b/assets/minecraft/textures/block/e_particle.png new file mode 100644 index 0000000..9da19ea Binary files /dev/null and b/assets/minecraft/textures/block/e_particle.png differ diff --git a/assets/minecraft/textures/blocks/emerald_block.png b/assets/minecraft/textures/block/emerald_block.png similarity index 100% rename from assets/minecraft/textures/blocks/emerald_block.png rename to assets/minecraft/textures/block/emerald_block.png diff --git a/assets/minecraft/textures/blocks/emerald_ore.png b/assets/minecraft/textures/block/emerald_ore.png similarity index 100% rename from assets/minecraft/textures/blocks/emerald_ore.png rename to assets/minecraft/textures/block/emerald_ore.png diff --git a/assets/minecraft/textures/blocks/enchanting_table_bottom.png b/assets/minecraft/textures/block/enchanting_table_bottom.png similarity index 100% rename from assets/minecraft/textures/blocks/enchanting_table_bottom.png rename to assets/minecraft/textures/block/enchanting_table_bottom.png diff --git a/assets/minecraft/textures/blocks/enchanting_table_side.png b/assets/minecraft/textures/block/enchanting_table_side.png similarity index 100% rename from assets/minecraft/textures/blocks/enchanting_table_side.png rename to assets/minecraft/textures/block/enchanting_table_side.png diff --git a/assets/minecraft/textures/blocks/enchanting_table_top.png b/assets/minecraft/textures/block/enchanting_table_top.png similarity index 100% rename from assets/minecraft/textures/blocks/enchanting_table_top.png rename to assets/minecraft/textures/block/enchanting_table_top.png diff --git a/assets/minecraft/textures/blocks/endframe_eye.png b/assets/minecraft/textures/block/end_portal_frame_eye.png similarity index 100% rename from assets/minecraft/textures/blocks/endframe_eye.png rename to assets/minecraft/textures/block/end_portal_frame_eye.png diff --git a/assets/minecraft/textures/blocks/endframe_side.png b/assets/minecraft/textures/block/end_portal_frame_side.png similarity index 100% rename from assets/minecraft/textures/blocks/endframe_side.png rename to assets/minecraft/textures/block/end_portal_frame_side.png diff --git a/assets/minecraft/textures/blocks/endframe_top.png b/assets/minecraft/textures/block/end_portal_frame_top.png similarity index 100% rename from assets/minecraft/textures/blocks/endframe_top.png rename to assets/minecraft/textures/block/end_portal_frame_top.png diff --git a/assets/minecraft/textures/blocks/end_rod.png b/assets/minecraft/textures/block/end_rod.png similarity index 100% rename from assets/minecraft/textures/blocks/end_rod.png rename to assets/minecraft/textures/block/end_rod.png diff --git a/assets/minecraft/textures/blocks/end_stone.png b/assets/minecraft/textures/block/end_stone.png similarity index 100% rename from assets/minecraft/textures/blocks/end_stone.png rename to assets/minecraft/textures/block/end_stone.png diff --git a/assets/minecraft/textures/blocks/end_bricks.png b/assets/minecraft/textures/block/end_stone_bricks.png similarity index 100% rename from assets/minecraft/textures/blocks/end_bricks.png rename to assets/minecraft/textures/block/end_stone_bricks.png diff --git a/assets/minecraft/textures/blocks/farmland_dry.png b/assets/minecraft/textures/block/farmland.png similarity index 100% rename from assets/minecraft/textures/blocks/farmland_dry.png rename to assets/minecraft/textures/block/farmland.png diff --git a/assets/minecraft/textures/blocks/farmland_wet.png b/assets/minecraft/textures/block/farmland_wet.png similarity index 100% rename from assets/minecraft/textures/blocks/farmland_wet.png rename to assets/minecraft/textures/block/farmland_wet.png diff --git a/assets/minecraft/textures/blocks/fern.png b/assets/minecraft/textures/block/fern.png similarity index 100% rename from assets/minecraft/textures/blocks/fern.png rename to assets/minecraft/textures/block/fern.png diff --git a/assets/minecraft/textures/blocks/fire_layer_0.png b/assets/minecraft/textures/block/fire_layer_0.png similarity index 100% rename from assets/minecraft/textures/blocks/fire_layer_0.png rename to assets/minecraft/textures/block/fire_layer_0.png diff --git a/assets/minecraft/textures/block/fire_layer_0.png.mcmeta b/assets/minecraft/textures/block/fire_layer_0.png.mcmeta new file mode 100755 index 0000000..edb5427 --- /dev/null +++ b/assets/minecraft/textures/block/fire_layer_0.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"interpolate":true,"frametime":1}} diff --git a/assets/minecraft/textures/blocks/fire_layer_1.png b/assets/minecraft/textures/block/fire_layer_1.png similarity index 100% rename from assets/minecraft/textures/blocks/fire_layer_1.png rename to assets/minecraft/textures/block/fire_layer_1.png diff --git a/assets/minecraft/textures/block/fire_layer_1.png.mcmeta b/assets/minecraft/textures/block/fire_layer_1.png.mcmeta new file mode 100755 index 0000000..edb5427 --- /dev/null +++ b/assets/minecraft/textures/block/fire_layer_1.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"interpolate":true,"frametime":1}} diff --git a/assets/minecraft/textures/blocks/flower_pot.png b/assets/minecraft/textures/block/flower_pot.png similarity index 100% rename from assets/minecraft/textures/blocks/flower_pot.png rename to assets/minecraft/textures/block/flower_pot.png diff --git a/assets/minecraft/textures/blocks/frosted_ice_1.png b/assets/minecraft/textures/block/frosted_ice_1.png similarity index 100% rename from assets/minecraft/textures/blocks/frosted_ice_1.png rename to assets/minecraft/textures/block/frosted_ice_1.png diff --git a/assets/minecraft/textures/blocks/frosted_ice_2.png b/assets/minecraft/textures/block/frosted_ice_2.png similarity index 100% rename from assets/minecraft/textures/blocks/frosted_ice_2.png rename to assets/minecraft/textures/block/frosted_ice_2.png diff --git a/assets/minecraft/textures/blocks/frosted_ice_3.png b/assets/minecraft/textures/block/frosted_ice_3.png similarity index 100% rename from assets/minecraft/textures/blocks/frosted_ice_3.png rename to assets/minecraft/textures/block/frosted_ice_3.png diff --git a/assets/minecraft/textures/blocks/furnace_fire.png b/assets/minecraft/textures/block/furnace_fire.png similarity index 100% rename from assets/minecraft/textures/blocks/furnace_fire.png rename to assets/minecraft/textures/block/furnace_fire.png diff --git a/assets/minecraft/textures/block/furnace_fire.png.mcmeta b/assets/minecraft/textures/block/furnace_fire.png.mcmeta new file mode 100755 index 0000000..41d4d7b --- /dev/null +++ b/assets/minecraft/textures/block/furnace_fire.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":2,"interpolate":true,"frames":[0,1,2,3,4,5,6,7]}} diff --git a/assets/minecraft/textures/blocks/furnace_front_off.png b/assets/minecraft/textures/block/furnace_front.png similarity index 100% rename from assets/minecraft/textures/blocks/furnace_front_off.png rename to assets/minecraft/textures/block/furnace_front.png diff --git a/assets/minecraft/textures/blocks/furnace_front_on.png b/assets/minecraft/textures/block/furnace_front_on.png similarity index 100% rename from assets/minecraft/textures/blocks/furnace_front_on.png rename to assets/minecraft/textures/block/furnace_front_on.png diff --git a/assets/minecraft/textures/blocks/furnace_lit_inner.png b/assets/minecraft/textures/block/furnace_lit_inner.png similarity index 100% rename from assets/minecraft/textures/blocks/furnace_lit_inner.png rename to assets/minecraft/textures/block/furnace_lit_inner.png diff --git a/assets/minecraft/textures/blocks/furnace_side.png b/assets/minecraft/textures/block/furnace_side.png similarity index 100% rename from assets/minecraft/textures/blocks/furnace_side.png rename to assets/minecraft/textures/block/furnace_side.png diff --git a/assets/minecraft/textures/blocks/furnace_side_front.png b/assets/minecraft/textures/block/furnace_side_front.png similarity index 100% rename from assets/minecraft/textures/blocks/furnace_side_front.png rename to assets/minecraft/textures/block/furnace_side_front.png diff --git a/assets/minecraft/textures/block/furnace_side_front.png.mcmeta b/assets/minecraft/textures/block/furnace_side_front.png.mcmeta new file mode 100755 index 0000000..2f3ada2 --- /dev/null +++ b/assets/minecraft/textures/block/furnace_side_front.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":2}} diff --git a/assets/minecraft/textures/blocks/furnace_side_new.png b/assets/minecraft/textures/block/furnace_side_new.png similarity index 100% rename from assets/minecraft/textures/blocks/furnace_side_new.png rename to assets/minecraft/textures/block/furnace_side_new.png diff --git a/assets/minecraft/textures/blocks/furnace_top.png b/assets/minecraft/textures/block/furnace_top.png similarity index 100% rename from assets/minecraft/textures/blocks/furnace_top.png rename to assets/minecraft/textures/block/furnace_top.png diff --git a/assets/minecraft/textures/blocks/glass.png b/assets/minecraft/textures/block/glass.png similarity index 100% rename from assets/minecraft/textures/blocks/glass.png rename to assets/minecraft/textures/block/glass.png diff --git a/assets/minecraft/textures/blocks/glass_pane_top_cyan.png b/assets/minecraft/textures/block/glass_pane_top.png similarity index 100% rename from assets/minecraft/textures/blocks/glass_pane_top_cyan.png rename to assets/minecraft/textures/block/glass_pane_top.png diff --git a/assets/minecraft/textures/blocks/glass_purple.png b/assets/minecraft/textures/block/glass_purple.png similarity index 100% rename from assets/minecraft/textures/blocks/glass_purple.png rename to assets/minecraft/textures/block/glass_purple.png diff --git a/assets/minecraft/textures/blocks/glowstone.png b/assets/minecraft/textures/block/glowstone.png similarity index 100% rename from assets/minecraft/textures/blocks/glowstone.png rename to assets/minecraft/textures/block/glowstone.png diff --git a/assets/minecraft/textures/blocks/gold_block.png b/assets/minecraft/textures/block/gold_block.png similarity index 100% rename from assets/minecraft/textures/blocks/gold_block.png rename to assets/minecraft/textures/block/gold_block.png diff --git a/assets/minecraft/textures/blocks/gold_ore.png b/assets/minecraft/textures/block/gold_ore.png similarity index 100% rename from assets/minecraft/textures/blocks/gold_ore.png rename to assets/minecraft/textures/block/gold_ore.png diff --git a/assets/minecraft/textures/blocks/stone_granite.png b/assets/minecraft/textures/block/granite.png similarity index 100% rename from assets/minecraft/textures/blocks/stone_granite.png rename to assets/minecraft/textures/block/granite.png diff --git a/assets/minecraft/textures/blocks/tallgrass.png b/assets/minecraft/textures/block/grass.png similarity index 100% rename from assets/minecraft/textures/blocks/tallgrass.png rename to assets/minecraft/textures/block/grass.png diff --git a/assets/minecraft/textures/blocks/grass_side.png b/assets/minecraft/textures/block/grass_block_side.png similarity index 100% rename from assets/minecraft/textures/blocks/grass_side.png rename to assets/minecraft/textures/block/grass_block_side.png diff --git a/assets/minecraft/textures/blocks/grass_side_overlay.png b/assets/minecraft/textures/block/grass_block_side_overlay.png similarity index 100% rename from assets/minecraft/textures/blocks/grass_side_overlay.png rename to assets/minecraft/textures/block/grass_block_side_overlay.png diff --git a/assets/minecraft/textures/Alt Textures/old textures/grass_side_snowed.png b/assets/minecraft/textures/block/grass_block_snow.png similarity index 100% rename from assets/minecraft/textures/Alt Textures/old textures/grass_side_snowed.png rename to assets/minecraft/textures/block/grass_block_snow.png diff --git a/assets/minecraft/textures/blocks/grass_top.png b/assets/minecraft/textures/block/grass_block_top.png similarity index 100% rename from assets/minecraft/textures/blocks/grass_top.png rename to assets/minecraft/textures/block/grass_block_top.png diff --git a/assets/minecraft/textures/blocks/grass_path.png b/assets/minecraft/textures/block/grass_path.png similarity index 100% rename from assets/minecraft/textures/blocks/grass_path.png rename to assets/minecraft/textures/block/grass_path.png diff --git a/assets/minecraft/textures/blocks/grass_path_side.png b/assets/minecraft/textures/block/grass_path_side.png similarity index 100% rename from assets/minecraft/textures/blocks/grass_path_side.png rename to assets/minecraft/textures/block/grass_path_side.png diff --git a/assets/minecraft/textures/blocks/gravel.png b/assets/minecraft/textures/block/gravel.png similarity index 100% rename from assets/minecraft/textures/blocks/gravel.png rename to assets/minecraft/textures/block/gravel.png diff --git a/assets/minecraft/textures/blocks/glass_gray.png b/assets/minecraft/textures/block/gray_stained_glass.png similarity index 100% rename from assets/minecraft/textures/blocks/glass_gray.png rename to assets/minecraft/textures/block/gray_stained_glass.png diff --git a/assets/minecraft/textures/blocks/glass_pane_top_gray.png b/assets/minecraft/textures/block/gray_stained_glass_pane_top.png similarity index 100% rename from assets/minecraft/textures/blocks/glass_pane_top_gray.png rename to assets/minecraft/textures/block/gray_stained_glass_pane_top.png diff --git a/assets/minecraft/textures/blocks/hardened_clay_stained_gray.png b/assets/minecraft/textures/block/gray_terracotta.png similarity index 100% rename from assets/minecraft/textures/blocks/hardened_clay_stained_gray.png rename to assets/minecraft/textures/block/gray_terracotta.png diff --git a/assets/minecraft/textures/blocks/wool_colored_gray.png b/assets/minecraft/textures/block/gray_wool.png similarity index 100% rename from assets/minecraft/textures/blocks/wool_colored_gray.png rename to assets/minecraft/textures/block/gray_wool.png diff --git a/assets/minecraft/textures/blocks/glass_green.png b/assets/minecraft/textures/block/green_stained_glass.png similarity index 100% rename from assets/minecraft/textures/blocks/glass_green.png rename to assets/minecraft/textures/block/green_stained_glass.png diff --git a/assets/minecraft/textures/blocks/glass_pane_top_green.png b/assets/minecraft/textures/block/green_stained_glass_pane_top.png similarity index 100% rename from assets/minecraft/textures/blocks/glass_pane_top_green.png rename to assets/minecraft/textures/block/green_stained_glass_pane_top.png diff --git a/assets/minecraft/textures/blocks/hardened_clay_stained_green.png b/assets/minecraft/textures/block/green_terracotta.png similarity index 100% rename from assets/minecraft/textures/blocks/hardened_clay_stained_green.png rename to assets/minecraft/textures/block/green_terracotta.png diff --git a/assets/minecraft/textures/blocks/wool_colored_green.png b/assets/minecraft/textures/block/green_wool.png similarity index 100% rename from assets/minecraft/textures/blocks/wool_colored_green.png rename to assets/minecraft/textures/block/green_wool.png diff --git a/assets/minecraft/textures/blocks/hardened_clay_stained_purple.png b/assets/minecraft/textures/block/hardened_clay_stained_purple.png similarity index 100% rename from assets/minecraft/textures/blocks/hardened_clay_stained_purple.png rename to assets/minecraft/textures/block/hardened_clay_stained_purple.png diff --git a/assets/minecraft/textures/blocks/hay_block_side.png b/assets/minecraft/textures/block/hay_block_side.png similarity index 100% rename from assets/minecraft/textures/blocks/hay_block_side.png rename to assets/minecraft/textures/block/hay_block_side.png diff --git a/assets/minecraft/textures/blocks/hay_block_top.png b/assets/minecraft/textures/block/hay_block_top.png similarity index 100% rename from assets/minecraft/textures/blocks/hay_block_top.png rename to assets/minecraft/textures/block/hay_block_top.png diff --git a/assets/minecraft/textures/blocks/hopper_inside.png b/assets/minecraft/textures/block/hopper_inside.png similarity index 100% rename from assets/minecraft/textures/blocks/hopper_inside.png rename to assets/minecraft/textures/block/hopper_inside.png diff --git a/assets/minecraft/textures/blocks/hopper_outside.png b/assets/minecraft/textures/block/hopper_outside.png similarity index 100% rename from assets/minecraft/textures/blocks/hopper_outside.png rename to assets/minecraft/textures/block/hopper_outside.png diff --git a/assets/minecraft/textures/blocks/hopper_top.png b/assets/minecraft/textures/block/hopper_top.png similarity index 100% rename from assets/minecraft/textures/blocks/hopper_top.png rename to assets/minecraft/textures/block/hopper_top.png diff --git a/assets/minecraft/textures/blocks/ice.png b/assets/minecraft/textures/block/ice.png similarity index 100% rename from assets/minecraft/textures/blocks/ice.png rename to assets/minecraft/textures/block/ice.png diff --git a/assets/minecraft/textures/blocks/iron_bars.png b/assets/minecraft/textures/block/iron_bars.png similarity index 100% rename from assets/minecraft/textures/blocks/iron_bars.png rename to assets/minecraft/textures/block/iron_bars.png diff --git a/assets/minecraft/textures/blocks/iron_block.png b/assets/minecraft/textures/block/iron_block.png similarity index 100% rename from assets/minecraft/textures/blocks/iron_block.png rename to assets/minecraft/textures/block/iron_block.png diff --git a/assets/minecraft/textures/blocks/door_iron_lower.png b/assets/minecraft/textures/block/iron_door_lower.png similarity index 100% rename from assets/minecraft/textures/blocks/door_iron_lower.png rename to assets/minecraft/textures/block/iron_door_lower.png diff --git a/assets/minecraft/textures/blocks/door_iron_upper.png b/assets/minecraft/textures/block/iron_door_upper.png similarity index 100% rename from assets/minecraft/textures/blocks/door_iron_upper.png rename to assets/minecraft/textures/block/iron_door_upper.png diff --git a/assets/minecraft/textures/blocks/iron_ore.png b/assets/minecraft/textures/block/iron_ore.png similarity index 100% rename from assets/minecraft/textures/blocks/iron_ore.png rename to assets/minecraft/textures/block/iron_ore.png diff --git a/assets/minecraft/textures/blocks/iron_trapdoor.png b/assets/minecraft/textures/block/iron_trapdoor.png similarity index 100% rename from assets/minecraft/textures/blocks/iron_trapdoor.png rename to assets/minecraft/textures/block/iron_trapdoor.png diff --git a/assets/minecraft/textures/blocks/itemframe_background.png b/assets/minecraft/textures/block/itemframe_background.png similarity index 100% rename from assets/minecraft/textures/blocks/itemframe_background.png rename to assets/minecraft/textures/block/itemframe_background.png diff --git a/assets/minecraft/textures/blocks/jukebox_side.png b/assets/minecraft/textures/block/jukebox_side.png similarity index 100% rename from assets/minecraft/textures/blocks/jukebox_side.png rename to assets/minecraft/textures/block/jukebox_side.png diff --git a/assets/minecraft/textures/blocks/jukebox_top.png b/assets/minecraft/textures/block/jukebox_top.png similarity index 100% rename from assets/minecraft/textures/blocks/jukebox_top.png rename to assets/minecraft/textures/block/jukebox_top.png diff --git a/assets/minecraft/textures/blocks/door_jungle_lower.png b/assets/minecraft/textures/block/jungle_door_lower.png similarity index 100% rename from assets/minecraft/textures/blocks/door_jungle_lower.png rename to assets/minecraft/textures/block/jungle_door_lower.png diff --git a/assets/minecraft/textures/blocks/door_jungle_upper.png b/assets/minecraft/textures/block/jungle_door_upper.png similarity index 100% rename from assets/minecraft/textures/blocks/door_jungle_upper.png rename to assets/minecraft/textures/block/jungle_door_upper.png diff --git a/assets/minecraft/textures/blocks/leaves_jungle.png b/assets/minecraft/textures/block/jungle_leaves.png similarity index 100% rename from assets/minecraft/textures/blocks/leaves_jungle.png rename to assets/minecraft/textures/block/jungle_leaves.png diff --git a/assets/minecraft/textures/blocks/log_jungle.png b/assets/minecraft/textures/block/jungle_log.png similarity index 100% rename from assets/minecraft/textures/blocks/log_jungle.png rename to assets/minecraft/textures/block/jungle_log.png diff --git a/assets/minecraft/textures/blocks/log_jungle_top.png b/assets/minecraft/textures/block/jungle_log_top.png similarity index 100% rename from assets/minecraft/textures/blocks/log_jungle_top.png rename to assets/minecraft/textures/block/jungle_log_top.png diff --git a/assets/minecraft/textures/blocks/planks_jungle.png b/assets/minecraft/textures/block/jungle_planks.png similarity index 100% rename from assets/minecraft/textures/blocks/planks_jungle.png rename to assets/minecraft/textures/block/jungle_planks.png diff --git a/assets/minecraft/textures/blocks/sapling_jungle.png b/assets/minecraft/textures/block/jungle_sapling.png similarity index 100% rename from assets/minecraft/textures/blocks/sapling_jungle.png rename to assets/minecraft/textures/block/jungle_sapling.png diff --git a/assets/minecraft/textures/blocks/ladder.png b/assets/minecraft/textures/block/ladder.png similarity index 100% rename from assets/minecraft/textures/blocks/ladder.png rename to assets/minecraft/textures/block/ladder.png diff --git a/assets/minecraft/textures/blocks/lapis_block.png b/assets/minecraft/textures/block/lapis_block.png similarity index 100% rename from assets/minecraft/textures/blocks/lapis_block.png rename to assets/minecraft/textures/block/lapis_block.png diff --git a/assets/minecraft/textures/blocks/lapis_ore.png b/assets/minecraft/textures/block/lapis_ore.png similarity index 100% rename from assets/minecraft/textures/blocks/lapis_ore.png rename to assets/minecraft/textures/block/lapis_ore.png diff --git a/assets/minecraft/textures/blocks/double_plant_fern_bottom.png b/assets/minecraft/textures/block/large_fern_bottom.png similarity index 100% rename from assets/minecraft/textures/blocks/double_plant_fern_bottom.png rename to assets/minecraft/textures/block/large_fern_bottom.png diff --git a/assets/minecraft/textures/blocks/double_plant_fern_top.png b/assets/minecraft/textures/block/large_fern_top.png similarity index 100% rename from assets/minecraft/textures/blocks/double_plant_fern_top.png rename to assets/minecraft/textures/block/large_fern_top.png diff --git a/assets/minecraft/textures/blocks/lava_flow.png b/assets/minecraft/textures/block/lava_flow.png similarity index 100% rename from assets/minecraft/textures/blocks/lava_flow.png rename to assets/minecraft/textures/block/lava_flow.png diff --git a/assets/minecraft/textures/block/lava_flow.png.mcmeta b/assets/minecraft/textures/block/lava_flow.png.mcmeta new file mode 100755 index 0000000..536e103 --- /dev/null +++ b/assets/minecraft/textures/block/lava_flow.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":3,"interpolate":true}} diff --git a/assets/minecraft/textures/blocks/lava_still.png b/assets/minecraft/textures/block/lava_still.png similarity index 100% rename from assets/minecraft/textures/blocks/lava_still.png rename to assets/minecraft/textures/block/lava_still.png diff --git a/assets/minecraft/textures/block/lava_still.png.mcmeta b/assets/minecraft/textures/block/lava_still.png.mcmeta new file mode 100755 index 0000000..e5c9c9e --- /dev/null +++ b/assets/minecraft/textures/block/lava_still.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":2,"interpolate":true}} diff --git a/assets/minecraft/textures/blocks/leaves_acacia_opaque.png b/assets/minecraft/textures/block/leaves_acacia_opaque.png similarity index 100% rename from assets/minecraft/textures/blocks/leaves_acacia_opaque.png rename to assets/minecraft/textures/block/leaves_acacia_opaque.png diff --git a/assets/minecraft/textures/blocks/leaves_big_oak_opaque.png b/assets/minecraft/textures/block/leaves_big_oak_opaque.png similarity index 100% rename from assets/minecraft/textures/blocks/leaves_big_oak_opaque.png rename to assets/minecraft/textures/block/leaves_big_oak_opaque.png diff --git a/assets/minecraft/textures/blocks/leaves_birch_opaque.png b/assets/minecraft/textures/block/leaves_birch_opaque.png similarity index 100% rename from assets/minecraft/textures/blocks/leaves_birch_opaque.png rename to assets/minecraft/textures/block/leaves_birch_opaque.png diff --git a/assets/minecraft/textures/blocks/leaves_jungle_opaque.png b/assets/minecraft/textures/block/leaves_jungle_opaque.png similarity index 100% rename from assets/minecraft/textures/blocks/leaves_jungle_opaque.png rename to assets/minecraft/textures/block/leaves_jungle_opaque.png diff --git a/assets/minecraft/textures/blocks/leaves_oak_opaque.png b/assets/minecraft/textures/block/leaves_oak_opaque.png similarity index 100% rename from assets/minecraft/textures/blocks/leaves_oak_opaque.png rename to assets/minecraft/textures/block/leaves_oak_opaque.png diff --git a/assets/minecraft/textures/blocks/leaves_spruce_opaque.png b/assets/minecraft/textures/block/leaves_spruce_opaque.png similarity index 100% rename from assets/minecraft/textures/blocks/leaves_spruce_opaque.png rename to assets/minecraft/textures/block/leaves_spruce_opaque.png diff --git a/assets/minecraft/textures/blocks/lever.png b/assets/minecraft/textures/block/lever.png similarity index 100% rename from assets/minecraft/textures/blocks/lever.png rename to assets/minecraft/textures/block/lever.png diff --git a/assets/minecraft/textures/blocks/glass_light_blue.png b/assets/minecraft/textures/block/light_blue_stained_glass.png similarity index 100% rename from assets/minecraft/textures/blocks/glass_light_blue.png rename to assets/minecraft/textures/block/light_blue_stained_glass.png diff --git a/assets/minecraft/textures/blocks/glass_pane_top_light_blue.png b/assets/minecraft/textures/block/light_blue_stained_glass_pane_top.png similarity index 100% rename from assets/minecraft/textures/blocks/glass_pane_top_light_blue.png rename to assets/minecraft/textures/block/light_blue_stained_glass_pane_top.png diff --git a/assets/minecraft/textures/blocks/hardened_clay_stained_light_blue.png b/assets/minecraft/textures/block/light_blue_terracotta.png similarity index 100% rename from assets/minecraft/textures/blocks/hardened_clay_stained_light_blue.png rename to assets/minecraft/textures/block/light_blue_terracotta.png diff --git a/assets/minecraft/textures/blocks/wool_colored_light_blue.png b/assets/minecraft/textures/block/light_blue_wool.png similarity index 100% rename from assets/minecraft/textures/blocks/wool_colored_light_blue.png rename to assets/minecraft/textures/block/light_blue_wool.png diff --git a/assets/minecraft/textures/blocks/glass_silver.png b/assets/minecraft/textures/block/light_gray_stained_glass.png similarity index 100% rename from assets/minecraft/textures/blocks/glass_silver.png rename to assets/minecraft/textures/block/light_gray_stained_glass.png diff --git a/assets/minecraft/textures/blocks/glass_pane_top_lime.png b/assets/minecraft/textures/block/light_gray_stained_glass_pane_top.png similarity index 100% rename from assets/minecraft/textures/blocks/glass_pane_top_lime.png rename to assets/minecraft/textures/block/light_gray_stained_glass_pane_top.png diff --git a/assets/minecraft/textures/blocks/hardened_clay_stained_silver.png b/assets/minecraft/textures/block/light_gray_terracotta.png similarity index 100% rename from assets/minecraft/textures/blocks/hardened_clay_stained_silver.png rename to assets/minecraft/textures/block/light_gray_terracotta.png diff --git a/assets/minecraft/textures/blocks/wool_colored_silver.png b/assets/minecraft/textures/block/light_gray_wool.png similarity index 100% rename from assets/minecraft/textures/blocks/wool_colored_silver.png rename to assets/minecraft/textures/block/light_gray_wool.png diff --git a/assets/minecraft/textures/blocks/double_plant_syringa_bottom.png b/assets/minecraft/textures/block/lilac_bottom.png similarity index 100% rename from assets/minecraft/textures/blocks/double_plant_syringa_bottom.png rename to assets/minecraft/textures/block/lilac_bottom.png diff --git a/assets/minecraft/textures/blocks/double_plant_syringa_top.png b/assets/minecraft/textures/block/lilac_top.png similarity index 100% rename from assets/minecraft/textures/blocks/double_plant_syringa_top.png rename to assets/minecraft/textures/block/lilac_top.png diff --git a/assets/minecraft/textures/blocks/waterlily.png b/assets/minecraft/textures/block/lily_pad.png similarity index 100% rename from assets/minecraft/textures/blocks/waterlily.png rename to assets/minecraft/textures/block/lily_pad.png diff --git a/assets/minecraft/textures/blocks/glass_lime.png b/assets/minecraft/textures/block/lime_stained_glass.png similarity index 100% rename from assets/minecraft/textures/blocks/glass_lime.png rename to assets/minecraft/textures/block/lime_stained_glass.png diff --git a/assets/minecraft/textures/blocks/glass_pane_top_magenta.png b/assets/minecraft/textures/block/lime_stained_glass_pane_top.png similarity index 100% rename from assets/minecraft/textures/blocks/glass_pane_top_magenta.png rename to assets/minecraft/textures/block/lime_stained_glass_pane_top.png diff --git a/assets/minecraft/textures/blocks/hardened_clay_stained_lime.png b/assets/minecraft/textures/block/lime_terracotta.png similarity index 100% rename from assets/minecraft/textures/blocks/hardened_clay_stained_lime.png rename to assets/minecraft/textures/block/lime_terracotta.png diff --git a/assets/minecraft/textures/blocks/wool_colored_lime.png b/assets/minecraft/textures/block/lime_wool.png similarity index 100% rename from assets/minecraft/textures/blocks/wool_colored_lime.png rename to assets/minecraft/textures/block/lime_wool.png diff --git a/assets/minecraft/textures/blocks/glass_magenta.png b/assets/minecraft/textures/block/magenta_stained_glass.png similarity index 100% rename from assets/minecraft/textures/blocks/glass_magenta.png rename to assets/minecraft/textures/block/magenta_stained_glass.png diff --git a/assets/minecraft/textures/blocks/glass_pane_top_orange.png b/assets/minecraft/textures/block/magenta_stained_glass_pane_top.png similarity index 100% rename from assets/minecraft/textures/blocks/glass_pane_top_orange.png rename to assets/minecraft/textures/block/magenta_stained_glass_pane_top.png diff --git a/assets/minecraft/textures/blocks/hardened_clay_stained_magenta.png b/assets/minecraft/textures/block/magenta_terracotta.png similarity index 100% rename from assets/minecraft/textures/blocks/hardened_clay_stained_magenta.png rename to assets/minecraft/textures/block/magenta_terracotta.png diff --git a/assets/minecraft/textures/blocks/wool_colored_magenta.png b/assets/minecraft/textures/block/magenta_wool.png similarity index 100% rename from assets/minecraft/textures/blocks/wool_colored_magenta.png rename to assets/minecraft/textures/block/magenta_wool.png diff --git a/assets/minecraft/textures/blocks/magma.png b/assets/minecraft/textures/block/magma.png similarity index 100% rename from assets/minecraft/textures/blocks/magma.png rename to assets/minecraft/textures/block/magma.png diff --git a/assets/minecraft/textures/block/magma.png.mcmeta b/assets/minecraft/textures/block/magma.png.mcmeta new file mode 100755 index 0000000..cc17b4f --- /dev/null +++ b/assets/minecraft/textures/block/magma.png.mcmeta @@ -0,0 +1 @@ +{"animation":{}} diff --git a/assets/minecraft/textures/blocks/melon_side.png b/assets/minecraft/textures/block/melon_side.png similarity index 100% rename from assets/minecraft/textures/blocks/melon_side.png rename to assets/minecraft/textures/block/melon_side.png diff --git a/assets/minecraft/textures/blocks/melon_stem_disconnected.png b/assets/minecraft/textures/block/melon_stem.png similarity index 100% rename from assets/minecraft/textures/blocks/melon_stem_disconnected.png rename to assets/minecraft/textures/block/melon_stem.png diff --git a/assets/minecraft/textures/blocks/melon_top.png b/assets/minecraft/textures/block/melon_top.png similarity index 100% rename from assets/minecraft/textures/blocks/melon_top.png rename to assets/minecraft/textures/block/melon_top.png diff --git a/assets/minecraft/textures/blocks/mob_spawner.png b/assets/minecraft/textures/block/mob_spawner.png similarity index 100% rename from assets/minecraft/textures/blocks/mob_spawner.png rename to assets/minecraft/textures/block/mob_spawner.png diff --git a/assets/minecraft/textures/blocks/cobblestone_mossy.png b/assets/minecraft/textures/block/mossy_cobblestone.png similarity index 100% rename from assets/minecraft/textures/blocks/cobblestone_mossy.png rename to assets/minecraft/textures/block/mossy_cobblestone.png diff --git a/assets/minecraft/textures/blocks/stonebrick_mossy.png b/assets/minecraft/textures/block/mossy_stone_bricks.png similarity index 100% rename from assets/minecraft/textures/blocks/stonebrick_mossy.png rename to assets/minecraft/textures/block/mossy_stone_bricks.png diff --git a/assets/minecraft/textures/blocks/mushroom_block_inside.png b/assets/minecraft/textures/block/mushroom_block_inside.png similarity index 100% rename from assets/minecraft/textures/blocks/mushroom_block_inside.png rename to assets/minecraft/textures/block/mushroom_block_inside.png diff --git a/assets/minecraft/textures/blocks/mushroom_block_skin_stem.png b/assets/minecraft/textures/block/mushroom_stem.png similarity index 100% rename from assets/minecraft/textures/blocks/mushroom_block_skin_stem.png rename to assets/minecraft/textures/block/mushroom_stem.png diff --git a/assets/minecraft/textures/blocks/mycelium_side.png b/assets/minecraft/textures/block/mycelium_side.png similarity index 100% rename from assets/minecraft/textures/blocks/mycelium_side.png rename to assets/minecraft/textures/block/mycelium_side.png diff --git a/assets/minecraft/textures/blocks/mycelium_top.png b/assets/minecraft/textures/block/mycelium_top.png similarity index 100% rename from assets/minecraft/textures/blocks/mycelium_top.png rename to assets/minecraft/textures/block/mycelium_top.png diff --git a/assets/minecraft/textures/blocks/nether_brick.png b/assets/minecraft/textures/block/nether_bricks.png similarity index 100% rename from assets/minecraft/textures/blocks/nether_brick.png rename to assets/minecraft/textures/block/nether_bricks.png diff --git a/assets/minecraft/textures/blocks/quartz_ore.png b/assets/minecraft/textures/block/nether_quartz_ore.png similarity index 100% rename from assets/minecraft/textures/blocks/quartz_ore.png rename to assets/minecraft/textures/block/nether_quartz_ore.png diff --git a/assets/minecraft/textures/blocks/nether_wart_stage_0.png b/assets/minecraft/textures/block/nether_wart_stage0.png similarity index 100% rename from assets/minecraft/textures/blocks/nether_wart_stage_0.png rename to assets/minecraft/textures/block/nether_wart_stage0.png diff --git a/assets/minecraft/textures/blocks/nether_wart_stage_1.png b/assets/minecraft/textures/block/nether_wart_stage1.png similarity index 100% rename from assets/minecraft/textures/blocks/nether_wart_stage_1.png rename to assets/minecraft/textures/block/nether_wart_stage1.png diff --git a/assets/minecraft/textures/blocks/nether_wart_stage_2.png b/assets/minecraft/textures/block/nether_wart_stage2.png similarity index 100% rename from assets/minecraft/textures/blocks/nether_wart_stage_2.png rename to assets/minecraft/textures/block/nether_wart_stage2.png diff --git a/assets/minecraft/textures/blocks/netherrack.png b/assets/minecraft/textures/block/netherrack.png similarity index 100% rename from assets/minecraft/textures/blocks/netherrack.png rename to assets/minecraft/textures/block/netherrack.png diff --git a/assets/minecraft/textures/blocks/noteblock.png b/assets/minecraft/textures/block/note_block.png similarity index 100% rename from assets/minecraft/textures/blocks/noteblock.png rename to assets/minecraft/textures/block/note_block.png diff --git a/assets/minecraft/textures/blocks/door_wood_lower.png b/assets/minecraft/textures/block/oak_door_lower.png similarity index 100% rename from assets/minecraft/textures/blocks/door_wood_lower.png rename to assets/minecraft/textures/block/oak_door_lower.png diff --git a/assets/minecraft/textures/blocks/door_wood_upper.png b/assets/minecraft/textures/block/oak_door_upper.png similarity index 100% rename from assets/minecraft/textures/blocks/door_wood_upper.png rename to assets/minecraft/textures/block/oak_door_upper.png diff --git a/assets/minecraft/textures/blocks/leaves_oak.png b/assets/minecraft/textures/block/oak_leaves.png similarity index 100% rename from assets/minecraft/textures/blocks/leaves_oak.png rename to assets/minecraft/textures/block/oak_leaves.png diff --git a/assets/minecraft/textures/blocks/log_oak.png b/assets/minecraft/textures/block/oak_log.png similarity index 100% rename from assets/minecraft/textures/blocks/log_oak.png rename to assets/minecraft/textures/block/oak_log.png diff --git a/assets/minecraft/textures/blocks/log_oak_top.png b/assets/minecraft/textures/block/oak_log_top.png similarity index 100% rename from assets/minecraft/textures/blocks/log_oak_top.png rename to assets/minecraft/textures/block/oak_log_top.png diff --git a/assets/minecraft/textures/blocks/planks_oak.png b/assets/minecraft/textures/block/oak_planks.png similarity index 100% rename from assets/minecraft/textures/blocks/planks_oak.png rename to assets/minecraft/textures/block/oak_planks.png diff --git a/assets/minecraft/textures/blocks/sapling_oak.png b/assets/minecraft/textures/block/oak_sapling.png similarity index 100% rename from assets/minecraft/textures/blocks/sapling_oak.png rename to assets/minecraft/textures/block/oak_sapling.png diff --git a/assets/minecraft/textures/blocks/obsidian.png b/assets/minecraft/textures/block/obsidian.png similarity index 100% rename from assets/minecraft/textures/blocks/obsidian.png rename to assets/minecraft/textures/block/obsidian.png diff --git a/assets/minecraft/textures/blocks/glass_orange.png b/assets/minecraft/textures/block/orange_stained_glass.png similarity index 100% rename from assets/minecraft/textures/blocks/glass_orange.png rename to assets/minecraft/textures/block/orange_stained_glass.png diff --git a/assets/minecraft/textures/blocks/glass_pane_top_pink.png b/assets/minecraft/textures/block/orange_stained_glass_pane_top.png similarity index 100% rename from assets/minecraft/textures/blocks/glass_pane_top_pink.png rename to assets/minecraft/textures/block/orange_stained_glass_pane_top.png diff --git a/assets/minecraft/textures/blocks/hardened_clay_stained_orange.png b/assets/minecraft/textures/block/orange_terracotta.png similarity index 100% rename from assets/minecraft/textures/blocks/hardened_clay_stained_orange.png rename to assets/minecraft/textures/block/orange_terracotta.png diff --git a/assets/minecraft/textures/blocks/flower_tulip_orange.png b/assets/minecraft/textures/block/orange_tulip.png similarity index 100% rename from assets/minecraft/textures/blocks/flower_tulip_orange.png rename to assets/minecraft/textures/block/orange_tulip.png diff --git a/assets/minecraft/textures/blocks/wool_colored_orange.png b/assets/minecraft/textures/block/orange_wool.png similarity index 100% rename from assets/minecraft/textures/blocks/wool_colored_orange.png rename to assets/minecraft/textures/block/orange_wool.png diff --git a/assets/minecraft/textures/blocks/flower_oxeye_daisy.png b/assets/minecraft/textures/block/oxeye_daisy.png similarity index 100% rename from assets/minecraft/textures/blocks/flower_oxeye_daisy.png rename to assets/minecraft/textures/block/oxeye_daisy.png diff --git a/assets/minecraft/textures/blocks/ice_packed.png b/assets/minecraft/textures/block/packed_ice.png similarity index 100% rename from assets/minecraft/textures/blocks/ice_packed.png rename to assets/minecraft/textures/block/packed_ice.png diff --git a/assets/minecraft/textures/blocks/double_plant_paeonia_bottom.png b/assets/minecraft/textures/block/peony_bottom.png similarity index 100% rename from assets/minecraft/textures/blocks/double_plant_paeonia_bottom.png rename to assets/minecraft/textures/block/peony_bottom.png diff --git a/assets/minecraft/textures/blocks/double_plant_paeonia_top.png b/assets/minecraft/textures/block/peony_top.png similarity index 100% rename from assets/minecraft/textures/blocks/double_plant_paeonia_top.png rename to assets/minecraft/textures/block/peony_top.png diff --git a/assets/minecraft/textures/blocks/glass_pink.png b/assets/minecraft/textures/block/pink_stained_glass.png similarity index 100% rename from assets/minecraft/textures/blocks/glass_pink.png rename to assets/minecraft/textures/block/pink_stained_glass.png diff --git a/assets/minecraft/textures/blocks/glass_pane_top_purple.png b/assets/minecraft/textures/block/pink_stained_glass_pane_top.png similarity index 100% rename from assets/minecraft/textures/blocks/glass_pane_top_purple.png rename to assets/minecraft/textures/block/pink_stained_glass_pane_top.png diff --git a/assets/minecraft/textures/blocks/hardened_clay_stained_pink.png b/assets/minecraft/textures/block/pink_terracotta.png similarity index 100% rename from assets/minecraft/textures/blocks/hardened_clay_stained_pink.png rename to assets/minecraft/textures/block/pink_terracotta.png diff --git a/assets/minecraft/textures/blocks/flower_tulip_pink.png b/assets/minecraft/textures/block/pink_tulip.png similarity index 100% rename from assets/minecraft/textures/blocks/flower_tulip_pink.png rename to assets/minecraft/textures/block/pink_tulip.png diff --git a/assets/minecraft/textures/blocks/wool_colored_pink.png b/assets/minecraft/textures/block/pink_wool.png similarity index 100% rename from assets/minecraft/textures/blocks/wool_colored_pink.png rename to assets/minecraft/textures/block/pink_wool.png diff --git a/assets/minecraft/textures/blocks/piston_bottom.png b/assets/minecraft/textures/block/piston_bottom.png similarity index 100% rename from assets/minecraft/textures/blocks/piston_bottom.png rename to assets/minecraft/textures/block/piston_bottom.png diff --git a/assets/minecraft/textures/blocks/piston_inner.png b/assets/minecraft/textures/block/piston_inner.png similarity index 100% rename from assets/minecraft/textures/blocks/piston_inner.png rename to assets/minecraft/textures/block/piston_inner.png diff --git a/assets/minecraft/textures/blocks/piston_side.png b/assets/minecraft/textures/block/piston_side.png similarity index 100% rename from assets/minecraft/textures/blocks/piston_side.png rename to assets/minecraft/textures/block/piston_side.png diff --git a/assets/minecraft/textures/blocks/piston_top_normal.png b/assets/minecraft/textures/block/piston_top.png similarity index 100% rename from assets/minecraft/textures/blocks/piston_top_normal.png rename to assets/minecraft/textures/block/piston_top.png diff --git a/assets/minecraft/textures/blocks/piston_top_sticky.png b/assets/minecraft/textures/block/piston_top_sticky.png similarity index 100% rename from assets/minecraft/textures/blocks/piston_top_sticky.png rename to assets/minecraft/textures/block/piston_top_sticky.png diff --git a/assets/minecraft/textures/blocks/dirt_podzol_side.png b/assets/minecraft/textures/block/podzol_side.png similarity index 100% rename from assets/minecraft/textures/blocks/dirt_podzol_side.png rename to assets/minecraft/textures/block/podzol_side.png diff --git a/assets/minecraft/textures/blocks/dirt_podzol_top.png b/assets/minecraft/textures/block/podzol_top.png similarity index 100% rename from assets/minecraft/textures/blocks/dirt_podzol_top.png rename to assets/minecraft/textures/block/podzol_top.png diff --git a/assets/minecraft/textures/blocks/stone_andesite_smooth.png b/assets/minecraft/textures/block/polished_andesite.png similarity index 100% rename from assets/minecraft/textures/blocks/stone_andesite_smooth.png rename to assets/minecraft/textures/block/polished_andesite.png diff --git a/assets/minecraft/textures/blocks/stone_diorite_smooth.png b/assets/minecraft/textures/block/polished_diorite.png similarity index 100% rename from assets/minecraft/textures/blocks/stone_diorite_smooth.png rename to assets/minecraft/textures/block/polished_diorite.png diff --git a/assets/minecraft/textures/blocks/stone_granite_smooth.png b/assets/minecraft/textures/block/polished_granite.png similarity index 100% rename from assets/minecraft/textures/blocks/stone_granite_smooth.png rename to assets/minecraft/textures/block/polished_granite.png diff --git a/assets/minecraft/textures/blocks/flower_rose.png b/assets/minecraft/textures/block/poppy.png similarity index 100% rename from assets/minecraft/textures/blocks/flower_rose.png rename to assets/minecraft/textures/block/poppy.png diff --git a/assets/minecraft/textures/blocks/portal.png b/assets/minecraft/textures/block/portal.png similarity index 100% rename from assets/minecraft/textures/blocks/portal.png rename to assets/minecraft/textures/block/portal.png diff --git a/assets/minecraft/textures/block/portal.png.mcmeta b/assets/minecraft/textures/block/portal.png.mcmeta new file mode 100755 index 0000000..2f3ada2 --- /dev/null +++ b/assets/minecraft/textures/block/portal.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":2}} diff --git a/assets/minecraft/textures/blocks/potatoes_stage_0.png b/assets/minecraft/textures/block/potatoes_stage0.png similarity index 100% rename from assets/minecraft/textures/blocks/potatoes_stage_0.png rename to assets/minecraft/textures/block/potatoes_stage0.png diff --git a/assets/minecraft/textures/blocks/potatoes_stage_1.png b/assets/minecraft/textures/block/potatoes_stage1.png similarity index 100% rename from assets/minecraft/textures/blocks/potatoes_stage_1.png rename to assets/minecraft/textures/block/potatoes_stage1.png diff --git a/assets/minecraft/textures/blocks/potatoes_stage_2.png b/assets/minecraft/textures/block/potatoes_stage2.png similarity index 100% rename from assets/minecraft/textures/blocks/potatoes_stage_2.png rename to assets/minecraft/textures/block/potatoes_stage2.png diff --git a/assets/minecraft/textures/blocks/potatoes_stage_3.png b/assets/minecraft/textures/block/potatoes_stage3.png similarity index 100% rename from assets/minecraft/textures/blocks/potatoes_stage_3.png rename to assets/minecraft/textures/block/potatoes_stage3.png diff --git a/assets/minecraft/textures/blocks/rail_golden.png b/assets/minecraft/textures/block/powered_rail.png similarity index 100% rename from assets/minecraft/textures/blocks/rail_golden.png rename to assets/minecraft/textures/block/powered_rail.png diff --git a/assets/minecraft/textures/blocks/rail_golden_powered.png b/assets/minecraft/textures/block/powered_rail_on.png similarity index 100% rename from assets/minecraft/textures/blocks/rail_golden_powered.png rename to assets/minecraft/textures/block/powered_rail_on.png diff --git a/assets/minecraft/textures/blocks/prismarine_rough.png b/assets/minecraft/textures/block/prismarine.png similarity index 100% rename from assets/minecraft/textures/blocks/prismarine_rough.png rename to assets/minecraft/textures/block/prismarine.png diff --git a/assets/minecraft/textures/block/prismarine.png.mcmeta b/assets/minecraft/textures/block/prismarine.png.mcmeta new file mode 100755 index 0000000..be9c5e5 --- /dev/null +++ b/assets/minecraft/textures/block/prismarine.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":300,"interpolate":true,"frames":[0,1,0,2,0,3,0,1,2,1,3,1,0,2,1,2,3,2,0,3,1,3]}} diff --git a/assets/minecraft/textures/blocks/prismarine_bricks.png b/assets/minecraft/textures/block/prismarine_bricks.png similarity index 100% rename from assets/minecraft/textures/blocks/prismarine_bricks.png rename to assets/minecraft/textures/block/prismarine_bricks.png diff --git a/assets/minecraft/textures/blocks/pumpkin_face_off.png b/assets/minecraft/textures/block/pumpkin_face.png similarity index 100% rename from assets/minecraft/textures/blocks/pumpkin_face_off.png rename to assets/minecraft/textures/block/pumpkin_face.png diff --git a/assets/minecraft/textures/blocks/pumpkin_face_on.png b/assets/minecraft/textures/block/pumpkin_face_on.png similarity index 100% rename from assets/minecraft/textures/blocks/pumpkin_face_on.png rename to assets/minecraft/textures/block/pumpkin_face_on.png diff --git a/assets/minecraft/textures/blocks/pumpkin_side.png b/assets/minecraft/textures/block/pumpkin_side.png similarity index 100% rename from assets/minecraft/textures/blocks/pumpkin_side.png rename to assets/minecraft/textures/block/pumpkin_side.png diff --git a/assets/minecraft/textures/blocks/pumpkin_stem_disconnected.png b/assets/minecraft/textures/block/pumpkin_stem.png similarity index 100% rename from assets/minecraft/textures/blocks/pumpkin_stem_disconnected.png rename to assets/minecraft/textures/block/pumpkin_stem.png diff --git a/assets/minecraft/textures/blocks/pumpkin_top.png b/assets/minecraft/textures/block/pumpkin_top.png similarity index 100% rename from assets/minecraft/textures/blocks/pumpkin_top.png rename to assets/minecraft/textures/block/pumpkin_top.png diff --git a/assets/minecraft/textures/blocks/glass_pane_top_red.png b/assets/minecraft/textures/block/purple_stained_glass_pane_top.png similarity index 100% rename from assets/minecraft/textures/blocks/glass_pane_top_red.png rename to assets/minecraft/textures/block/purple_stained_glass_pane_top.png diff --git a/assets/minecraft/textures/blocks/wool_colored_purple.png b/assets/minecraft/textures/block/purple_wool.png similarity index 100% rename from assets/minecraft/textures/blocks/wool_colored_purple.png rename to assets/minecraft/textures/block/purple_wool.png diff --git a/assets/minecraft/textures/blocks/purpur_block.png b/assets/minecraft/textures/block/purpur_block.png similarity index 100% rename from assets/minecraft/textures/blocks/purpur_block.png rename to assets/minecraft/textures/block/purpur_block.png diff --git a/assets/minecraft/textures/blocks/purpur_pillar.png b/assets/minecraft/textures/block/purpur_pillar.png similarity index 100% rename from assets/minecraft/textures/blocks/purpur_pillar.png rename to assets/minecraft/textures/block/purpur_pillar.png diff --git a/assets/minecraft/textures/blocks/purpur_pillar_top.png b/assets/minecraft/textures/block/purpur_pillar_top.png similarity index 100% rename from assets/minecraft/textures/blocks/purpur_pillar_top.png rename to assets/minecraft/textures/block/purpur_pillar_top.png diff --git a/assets/minecraft/textures/blocks/quartz_block_bottom.png b/assets/minecraft/textures/block/quartz_block_bottom.png similarity index 100% rename from assets/minecraft/textures/blocks/quartz_block_bottom.png rename to assets/minecraft/textures/block/quartz_block_bottom.png diff --git a/assets/minecraft/textures/blocks/quartz_block_side.png b/assets/minecraft/textures/block/quartz_block_side.png similarity index 100% rename from assets/minecraft/textures/blocks/quartz_block_side.png rename to assets/minecraft/textures/block/quartz_block_side.png diff --git a/assets/minecraft/textures/blocks/quartz_block_top.png b/assets/minecraft/textures/block/quartz_block_top.png similarity index 100% rename from assets/minecraft/textures/blocks/quartz_block_top.png rename to assets/minecraft/textures/block/quartz_block_top.png diff --git a/assets/minecraft/textures/blocks/quartz_block_lines.png b/assets/minecraft/textures/block/quartz_pillar.png similarity index 100% rename from assets/minecraft/textures/blocks/quartz_block_lines.png rename to assets/minecraft/textures/block/quartz_pillar.png diff --git a/assets/minecraft/textures/blocks/quartz_block_lines_top.png b/assets/minecraft/textures/block/quartz_pillar_top.png similarity index 100% rename from assets/minecraft/textures/blocks/quartz_block_lines_top.png rename to assets/minecraft/textures/block/quartz_pillar_top.png diff --git a/assets/minecraft/textures/blocks/rail_normal.png b/assets/minecraft/textures/block/rail.png similarity index 100% rename from assets/minecraft/textures/blocks/rail_normal.png rename to assets/minecraft/textures/block/rail.png diff --git a/assets/minecraft/textures/blocks/rail_normal_turned.png b/assets/minecraft/textures/block/rail_corner.png similarity index 100% rename from assets/minecraft/textures/blocks/rail_normal_turned.png rename to assets/minecraft/textures/block/rail_corner.png diff --git a/assets/minecraft/textures/blocks/railplank.png b/assets/minecraft/textures/block/railplank.png similarity index 100% rename from assets/minecraft/textures/blocks/railplank.png rename to assets/minecraft/textures/block/railplank.png diff --git a/assets/minecraft/textures/blocks/mushroom_red.png b/assets/minecraft/textures/block/red_mushroom.png similarity index 100% rename from assets/minecraft/textures/blocks/mushroom_red.png rename to assets/minecraft/textures/block/red_mushroom.png diff --git a/assets/minecraft/textures/blocks/mushroom_block_skin_red.png b/assets/minecraft/textures/block/red_mushroom_block.png similarity index 100% rename from assets/minecraft/textures/blocks/mushroom_block_skin_red.png rename to assets/minecraft/textures/block/red_mushroom_block.png diff --git a/assets/minecraft/textures/blocks/red_sand.png b/assets/minecraft/textures/block/red_sand.png similarity index 100% rename from assets/minecraft/textures/blocks/red_sand.png rename to assets/minecraft/textures/block/red_sand.png diff --git a/assets/minecraft/textures/blocks/red_sandstone_normal.png b/assets/minecraft/textures/block/red_sandstone.png similarity index 100% rename from assets/minecraft/textures/blocks/red_sandstone_normal.png rename to assets/minecraft/textures/block/red_sandstone.png diff --git a/assets/minecraft/textures/blocks/red_sandstone_bottom.png b/assets/minecraft/textures/block/red_sandstone_bottom.png similarity index 100% rename from assets/minecraft/textures/blocks/red_sandstone_bottom.png rename to assets/minecraft/textures/block/red_sandstone_bottom.png diff --git a/assets/minecraft/textures/blocks/red_sandstone_slab.png b/assets/minecraft/textures/block/red_sandstone_slab.png similarity index 100% rename from assets/minecraft/textures/blocks/red_sandstone_slab.png rename to assets/minecraft/textures/block/red_sandstone_slab.png diff --git a/assets/minecraft/textures/blocks/red_sandstone_top.png b/assets/minecraft/textures/block/red_sandstone_top.png similarity index 100% rename from assets/minecraft/textures/blocks/red_sandstone_top.png rename to assets/minecraft/textures/block/red_sandstone_top.png diff --git a/assets/minecraft/textures/blocks/glass_red.png b/assets/minecraft/textures/block/red_stained_glass.png similarity index 100% rename from assets/minecraft/textures/blocks/glass_red.png rename to assets/minecraft/textures/block/red_stained_glass.png diff --git a/assets/minecraft/textures/blocks/glass_pane_top_silver.png b/assets/minecraft/textures/block/red_stained_glass_pane_top.png similarity index 100% rename from assets/minecraft/textures/blocks/glass_pane_top_silver.png rename to assets/minecraft/textures/block/red_stained_glass_pane_top.png diff --git a/assets/minecraft/textures/blocks/hardened_clay_stained_red.png b/assets/minecraft/textures/block/red_terracotta.png similarity index 100% rename from assets/minecraft/textures/blocks/hardened_clay_stained_red.png rename to assets/minecraft/textures/block/red_terracotta.png diff --git a/assets/minecraft/textures/blocks/flower_tulip_red.png b/assets/minecraft/textures/block/red_tulip.png similarity index 100% rename from assets/minecraft/textures/blocks/flower_tulip_red.png rename to assets/minecraft/textures/block/red_tulip.png diff --git a/assets/minecraft/textures/blocks/wool_colored_red.png b/assets/minecraft/textures/block/red_wool.png similarity index 100% rename from assets/minecraft/textures/blocks/wool_colored_red.png rename to assets/minecraft/textures/block/red_wool.png diff --git a/assets/minecraft/textures/blocks/redstone_block.png b/assets/minecraft/textures/block/redstone_block.png similarity index 100% rename from assets/minecraft/textures/blocks/redstone_block.png rename to assets/minecraft/textures/block/redstone_block.png diff --git a/assets/minecraft/textures/blocks/redstone_dust_cros.png b/assets/minecraft/textures/block/redstone_dust_cros.png similarity index 100% rename from assets/minecraft/textures/blocks/redstone_dust_cros.png rename to assets/minecraft/textures/block/redstone_dust_cros.png diff --git a/assets/minecraft/textures/blocks/redstone_dust_cross.png b/assets/minecraft/textures/block/redstone_dust_cross.png similarity index 100% rename from assets/minecraft/textures/blocks/redstone_dust_cross.png rename to assets/minecraft/textures/block/redstone_dust_cross.png diff --git a/assets/minecraft/textures/blocks/redstone_dust_cross_overlay.png b/assets/minecraft/textures/block/redstone_dust_cross_overlay.png similarity index 100% rename from assets/minecraft/textures/blocks/redstone_dust_cross_overlay.png rename to assets/minecraft/textures/block/redstone_dust_cross_overlay.png diff --git a/assets/minecraft/textures/blocks/redstone_dust_line.png b/assets/minecraft/textures/block/redstone_dust_line.png similarity index 100% rename from assets/minecraft/textures/blocks/redstone_dust_line.png rename to assets/minecraft/textures/block/redstone_dust_line.png diff --git a/assets/minecraft/textures/blocks/redstone_dust_line_overlay.png b/assets/minecraft/textures/block/redstone_dust_line_overlay.png similarity index 100% rename from assets/minecraft/textures/blocks/redstone_dust_line_overlay.png rename to assets/minecraft/textures/block/redstone_dust_line_overlay.png diff --git a/assets/minecraft/textures/blocks/redstone_lamp_off.png b/assets/minecraft/textures/block/redstone_lamp_off.png similarity index 100% rename from assets/minecraft/textures/blocks/redstone_lamp_off.png rename to assets/minecraft/textures/block/redstone_lamp_off.png diff --git a/assets/minecraft/textures/blocks/redstone_lamp_on.png b/assets/minecraft/textures/block/redstone_lamp_on.png similarity index 100% rename from assets/minecraft/textures/blocks/redstone_lamp_on.png rename to assets/minecraft/textures/block/redstone_lamp_on.png diff --git a/assets/minecraft/textures/blocks/redstone_ore.png b/assets/minecraft/textures/block/redstone_ore.png similarity index 100% rename from assets/minecraft/textures/blocks/redstone_ore.png rename to assets/minecraft/textures/block/redstone_ore.png diff --git a/assets/minecraft/textures/blocks/redstone_torch_on.png b/assets/minecraft/textures/block/redstone_torch.png similarity index 100% rename from assets/minecraft/textures/blocks/redstone_torch_on.png rename to assets/minecraft/textures/block/redstone_torch.png diff --git a/assets/minecraft/textures/block/redstone_torch.png.mcmeta b/assets/minecraft/textures/block/redstone_torch.png.mcmeta new file mode 100755 index 0000000..5420800 --- /dev/null +++ b/assets/minecraft/textures/block/redstone_torch.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":2,"frames":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,13,12,11,10,9,8,7,6,5,4,3,2,1,1,0,0]}} diff --git a/assets/minecraft/textures/blocks/redstone_torch_off.png b/assets/minecraft/textures/block/redstone_torch_off.png similarity index 100% rename from assets/minecraft/textures/blocks/redstone_torch_off.png rename to assets/minecraft/textures/block/redstone_torch_off.png diff --git a/assets/minecraft/textures/blocks/reeds_top.png b/assets/minecraft/textures/block/reeds_top.png similarity index 100% rename from assets/minecraft/textures/blocks/reeds_top.png rename to assets/minecraft/textures/block/reeds_top.png diff --git a/assets/minecraft/textures/blocks/repeater_off.png b/assets/minecraft/textures/block/repeater.png similarity index 100% rename from assets/minecraft/textures/blocks/repeater_off.png rename to assets/minecraft/textures/block/repeater.png diff --git a/assets/minecraft/textures/blocks/repeater_on.png b/assets/minecraft/textures/block/repeater_on.png similarity index 100% rename from assets/minecraft/textures/blocks/repeater_on.png rename to assets/minecraft/textures/block/repeater_on.png diff --git a/assets/minecraft/textures/blocks/repeating_command_block_back.png b/assets/minecraft/textures/block/repeating_command_block_back.png similarity index 100% rename from assets/minecraft/textures/blocks/repeating_command_block_back.png rename to assets/minecraft/textures/block/repeating_command_block_back.png diff --git a/assets/minecraft/textures/block/repeating_command_block_back.png.mcmeta b/assets/minecraft/textures/block/repeating_command_block_back.png.mcmeta new file mode 100755 index 0000000..a435a24 --- /dev/null +++ b/assets/minecraft/textures/block/repeating_command_block_back.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"interpolate":true}} diff --git a/assets/minecraft/textures/blocks/repeating_command_block_conditional.png b/assets/minecraft/textures/block/repeating_command_block_conditional.png similarity index 100% rename from assets/minecraft/textures/blocks/repeating_command_block_conditional.png rename to assets/minecraft/textures/block/repeating_command_block_conditional.png diff --git a/assets/minecraft/textures/block/repeating_command_block_conditional.png.mcmeta b/assets/minecraft/textures/block/repeating_command_block_conditional.png.mcmeta new file mode 100755 index 0000000..a435a24 --- /dev/null +++ b/assets/minecraft/textures/block/repeating_command_block_conditional.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"interpolate":true}} diff --git a/assets/minecraft/textures/blocks/repeating_command_block_front.png b/assets/minecraft/textures/block/repeating_command_block_front.png similarity index 100% rename from assets/minecraft/textures/blocks/repeating_command_block_front.png rename to assets/minecraft/textures/block/repeating_command_block_front.png diff --git a/assets/minecraft/textures/block/repeating_command_block_front.png.mcmeta b/assets/minecraft/textures/block/repeating_command_block_front.png.mcmeta new file mode 100755 index 0000000..a435a24 --- /dev/null +++ b/assets/minecraft/textures/block/repeating_command_block_front.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"interpolate":true}} diff --git a/assets/minecraft/textures/blocks/repeating_command_block_side.png b/assets/minecraft/textures/block/repeating_command_block_side.png similarity index 100% rename from assets/minecraft/textures/blocks/repeating_command_block_side.png rename to assets/minecraft/textures/block/repeating_command_block_side.png diff --git a/assets/minecraft/textures/block/repeating_command_block_side.png.mcmeta b/assets/minecraft/textures/block/repeating_command_block_side.png.mcmeta new file mode 100755 index 0000000..a435a24 --- /dev/null +++ b/assets/minecraft/textures/block/repeating_command_block_side.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"interpolate":true}} diff --git a/assets/minecraft/textures/blocks/double_plant_rose_bottom.png b/assets/minecraft/textures/block/rose_bush_bottom.png similarity index 100% rename from assets/minecraft/textures/blocks/double_plant_rose_bottom.png rename to assets/minecraft/textures/block/rose_bush_bottom.png diff --git a/assets/minecraft/textures/blocks/double_plant_rose_top.png b/assets/minecraft/textures/block/rose_bush_top.png similarity index 100% rename from assets/minecraft/textures/blocks/double_plant_rose_top.png rename to assets/minecraft/textures/block/rose_bush_top.png diff --git a/assets/minecraft/textures/blocks/sand.png b/assets/minecraft/textures/block/sand.png similarity index 100% rename from assets/minecraft/textures/blocks/sand.png rename to assets/minecraft/textures/block/sand.png diff --git a/assets/minecraft/textures/blocks/sandstone_normal.png b/assets/minecraft/textures/block/sandstone.png similarity index 100% rename from assets/minecraft/textures/blocks/sandstone_normal.png rename to assets/minecraft/textures/block/sandstone.png diff --git a/assets/minecraft/textures/blocks/sandstone_bottom.png b/assets/minecraft/textures/block/sandstone_bottom.png similarity index 100% rename from assets/minecraft/textures/blocks/sandstone_bottom.png rename to assets/minecraft/textures/block/sandstone_bottom.png diff --git a/assets/minecraft/textures/blocks/sandstone_slab.png b/assets/minecraft/textures/block/sandstone_slab.png similarity index 100% rename from assets/minecraft/textures/blocks/sandstone_slab.png rename to assets/minecraft/textures/block/sandstone_slab.png diff --git a/assets/minecraft/textures/blocks/sandstone_top.png b/assets/minecraft/textures/block/sandstone_top.png similarity index 100% rename from assets/minecraft/textures/blocks/sandstone_top.png rename to assets/minecraft/textures/block/sandstone_top.png diff --git a/assets/minecraft/textures/blocks/sea_lantern.png b/assets/minecraft/textures/block/sea_lantern.png similarity index 100% rename from assets/minecraft/textures/blocks/sea_lantern.png rename to assets/minecraft/textures/block/sea_lantern.png diff --git a/assets/minecraft/textures/block/sea_lantern.png.mcmeta b/assets/minecraft/textures/block/sea_lantern.png.mcmeta new file mode 100755 index 0000000..63ae950 --- /dev/null +++ b/assets/minecraft/textures/block/sea_lantern.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":3,"frames":[0,1,2,3,4,5,6,7,6,5,4,3,2,1]}} diff --git a/assets/minecraft/textures/blocks/slime.png b/assets/minecraft/textures/block/slime_block.png similarity index 100% rename from assets/minecraft/textures/blocks/slime.png rename to assets/minecraft/textures/block/slime_block.png diff --git a/assets/minecraft/textures/blocks/snow.png b/assets/minecraft/textures/block/snow.png similarity index 100% rename from assets/minecraft/textures/blocks/snow.png rename to assets/minecraft/textures/block/snow.png diff --git a/assets/minecraft/textures/blocks/soul_sand.png b/assets/minecraft/textures/block/soul_sand.png similarity index 100% rename from assets/minecraft/textures/blocks/soul_sand.png rename to assets/minecraft/textures/block/soul_sand.png diff --git a/assets/minecraft/textures/blocks/sponge.png b/assets/minecraft/textures/block/sponge.png similarity index 100% rename from assets/minecraft/textures/blocks/sponge.png rename to assets/minecraft/textures/block/sponge.png diff --git a/assets/minecraft/textures/blocks/door_spruce_lower.png b/assets/minecraft/textures/block/spruce_door_lower.png similarity index 100% rename from assets/minecraft/textures/blocks/door_spruce_lower.png rename to assets/minecraft/textures/block/spruce_door_lower.png diff --git a/assets/minecraft/textures/blocks/door_spruce_upper.png b/assets/minecraft/textures/block/spruce_door_upper.png similarity index 100% rename from assets/minecraft/textures/blocks/door_spruce_upper.png rename to assets/minecraft/textures/block/spruce_door_upper.png diff --git a/assets/minecraft/textures/blocks/leaves_spruce.png b/assets/minecraft/textures/block/spruce_leaves.png similarity index 100% rename from assets/minecraft/textures/blocks/leaves_spruce.png rename to assets/minecraft/textures/block/spruce_leaves.png diff --git a/assets/minecraft/textures/blocks/log_spruce.png b/assets/minecraft/textures/block/spruce_log.png similarity index 100% rename from assets/minecraft/textures/blocks/log_spruce.png rename to assets/minecraft/textures/block/spruce_log.png diff --git a/assets/minecraft/textures/blocks/log_spruce_top.png b/assets/minecraft/textures/block/spruce_log_top.png similarity index 100% rename from assets/minecraft/textures/blocks/log_spruce_top.png rename to assets/minecraft/textures/block/spruce_log_top.png diff --git a/assets/minecraft/textures/blocks/planks_spruce.png b/assets/minecraft/textures/block/spruce_planks.png similarity index 100% rename from assets/minecraft/textures/blocks/planks_spruce.png rename to assets/minecraft/textures/block/spruce_planks.png diff --git a/assets/minecraft/textures/blocks/sapling_spruce.png b/assets/minecraft/textures/block/spruce_sapling.png similarity index 100% rename from assets/minecraft/textures/blocks/sapling_spruce.png rename to assets/minecraft/textures/block/spruce_sapling.png diff --git a/assets/minecraft/textures/blocks/stone.png b/assets/minecraft/textures/block/stone.png similarity index 100% rename from assets/minecraft/textures/blocks/stone.png rename to assets/minecraft/textures/block/stone.png diff --git a/assets/minecraft/textures/blocks/stonebrick.png b/assets/minecraft/textures/block/stone_bricks.png similarity index 100% rename from assets/minecraft/textures/blocks/stonebrick.png rename to assets/minecraft/textures/block/stone_bricks.png diff --git a/assets/minecraft/textures/blocks/stone_button.png b/assets/minecraft/textures/block/stone_button.png similarity index 100% rename from assets/minecraft/textures/blocks/stone_button.png rename to assets/minecraft/textures/block/stone_button.png diff --git a/assets/minecraft/textures/blocks/stone_slab_side.png b/assets/minecraft/textures/block/stone_slab_side.png similarity index 100% rename from assets/minecraft/textures/blocks/stone_slab_side.png rename to assets/minecraft/textures/block/stone_slab_side.png diff --git a/assets/minecraft/textures/blocks/stone_slab_top.png b/assets/minecraft/textures/block/stone_slab_top.png similarity index 100% rename from assets/minecraft/textures/blocks/stone_slab_top.png rename to assets/minecraft/textures/block/stone_slab_top.png diff --git a/assets/minecraft/textures/blocks/structure_block.png b/assets/minecraft/textures/block/structure_block.png similarity index 100% rename from assets/minecraft/textures/blocks/structure_block.png rename to assets/minecraft/textures/block/structure_block.png diff --git a/assets/minecraft/textures/blocks/structure_block_corner.png b/assets/minecraft/textures/block/structure_block_corner.png similarity index 100% rename from assets/minecraft/textures/blocks/structure_block_corner.png rename to assets/minecraft/textures/block/structure_block_corner.png diff --git a/assets/minecraft/textures/blocks/structure_block_data.png b/assets/minecraft/textures/block/structure_block_data.png similarity index 100% rename from assets/minecraft/textures/blocks/structure_block_data.png rename to assets/minecraft/textures/block/structure_block_data.png diff --git a/assets/minecraft/textures/blocks/structure_block_load.png b/assets/minecraft/textures/block/structure_block_load.png similarity index 100% rename from assets/minecraft/textures/blocks/structure_block_load.png rename to assets/minecraft/textures/block/structure_block_load.png diff --git a/assets/minecraft/textures/blocks/structure_block_save.png b/assets/minecraft/textures/block/structure_block_save.png similarity index 100% rename from assets/minecraft/textures/blocks/structure_block_save.png rename to assets/minecraft/textures/block/structure_block_save.png diff --git a/assets/minecraft/textures/blocks/reeds.png b/assets/minecraft/textures/block/sugar_cane.png similarity index 100% rename from assets/minecraft/textures/blocks/reeds.png rename to assets/minecraft/textures/block/sugar_cane.png diff --git a/assets/minecraft/textures/blocks/double_plant_sunflower_back.png b/assets/minecraft/textures/block/sunflower_back.png similarity index 100% rename from assets/minecraft/textures/blocks/double_plant_sunflower_back.png rename to assets/minecraft/textures/block/sunflower_back.png diff --git a/assets/minecraft/textures/blocks/double_plant_sunflower_bottom.png b/assets/minecraft/textures/block/sunflower_bottom.png similarity index 100% rename from assets/minecraft/textures/blocks/double_plant_sunflower_bottom.png rename to assets/minecraft/textures/block/sunflower_bottom.png diff --git a/assets/minecraft/textures/blocks/double_plant_sunflower_front.png b/assets/minecraft/textures/block/sunflower_front.png similarity index 100% rename from assets/minecraft/textures/blocks/double_plant_sunflower_front.png rename to assets/minecraft/textures/block/sunflower_front.png diff --git a/assets/minecraft/textures/blocks/double_plant_sunflower_top.png b/assets/minecraft/textures/block/sunflower_top.png similarity index 100% rename from assets/minecraft/textures/blocks/double_plant_sunflower_top.png rename to assets/minecraft/textures/block/sunflower_top.png diff --git a/assets/minecraft/textures/blocks/double_plant_grass_bottom.png b/assets/minecraft/textures/block/tall_grass_bottom.png similarity index 100% rename from assets/minecraft/textures/blocks/double_plant_grass_bottom.png rename to assets/minecraft/textures/block/tall_grass_bottom.png diff --git a/assets/minecraft/textures/blocks/double_plant_grass_top.png b/assets/minecraft/textures/block/tall_grass_top.png similarity index 100% rename from assets/minecraft/textures/blocks/double_plant_grass_top.png rename to assets/minecraft/textures/block/tall_grass_top.png diff --git a/assets/minecraft/textures/blocks/tallgrass1.png b/assets/minecraft/textures/block/tallgrass1.png similarity index 100% rename from assets/minecraft/textures/blocks/tallgrass1.png rename to assets/minecraft/textures/block/tallgrass1.png diff --git a/assets/minecraft/textures/blocks/tallgrass2.png b/assets/minecraft/textures/block/tallgrass2.png similarity index 100% rename from assets/minecraft/textures/blocks/tallgrass2.png rename to assets/minecraft/textures/block/tallgrass2.png diff --git a/assets/minecraft/textures/blocks/tallgrass3.png b/assets/minecraft/textures/block/tallgrass3.png similarity index 100% rename from assets/minecraft/textures/blocks/tallgrass3.png rename to assets/minecraft/textures/block/tallgrass3.png diff --git a/assets/minecraft/textures/blocks/hardened_clay.png b/assets/minecraft/textures/block/terracotta.png similarity index 100% rename from assets/minecraft/textures/blocks/hardened_clay.png rename to assets/minecraft/textures/block/terracotta.png diff --git a/assets/minecraft/textures/blocks/tiara.json b/assets/minecraft/textures/block/tiara.json similarity index 100% rename from assets/minecraft/textures/blocks/tiara.json rename to assets/minecraft/textures/block/tiara.json diff --git a/assets/minecraft/textures/blocks/tnt_bottom.png b/assets/minecraft/textures/block/tnt_bottom.png similarity index 100% rename from assets/minecraft/textures/blocks/tnt_bottom.png rename to assets/minecraft/textures/block/tnt_bottom.png diff --git a/assets/minecraft/textures/blocks/tnt_side.png b/assets/minecraft/textures/block/tnt_side.png similarity index 100% rename from assets/minecraft/textures/blocks/tnt_side.png rename to assets/minecraft/textures/block/tnt_side.png diff --git a/assets/minecraft/textures/blocks/tnt_top.png b/assets/minecraft/textures/block/tnt_top.png similarity index 100% rename from assets/minecraft/textures/blocks/tnt_top.png rename to assets/minecraft/textures/block/tnt_top.png diff --git a/assets/minecraft/textures/blocks/torch_on.png b/assets/minecraft/textures/block/torch.png similarity index 100% rename from assets/minecraft/textures/blocks/torch_on.png rename to assets/minecraft/textures/block/torch.png diff --git a/assets/minecraft/textures/block/torch.png.mcmeta b/assets/minecraft/textures/block/torch.png.mcmeta new file mode 100755 index 0000000..2167147 --- /dev/null +++ b/assets/minecraft/textures/block/torch.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":2,"interpolate":true,"frames":[3,2,1,0,1,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,2,1,0,1,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,2,1,0,1,2,1,0,1,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3]}} diff --git a/assets/minecraft/textures/blocks/trapdoor.png b/assets/minecraft/textures/block/trapdoor.png similarity index 100% rename from assets/minecraft/textures/blocks/trapdoor.png rename to assets/minecraft/textures/block/trapdoor.png diff --git a/assets/minecraft/textures/blocks/trip_wire.png b/assets/minecraft/textures/block/trip_wire.png similarity index 100% rename from assets/minecraft/textures/blocks/trip_wire.png rename to assets/minecraft/textures/block/trip_wire.png diff --git a/assets/minecraft/textures/blocks/trip_wire_source.png b/assets/minecraft/textures/block/trip_wire_hook.png similarity index 100% rename from assets/minecraft/textures/blocks/trip_wire_source.png rename to assets/minecraft/textures/block/trip_wire_hook.png diff --git a/assets/minecraft/textures/blocks/vine.png b/assets/minecraft/textures/block/vine.png similarity index 100% rename from assets/minecraft/textures/blocks/vine.png rename to assets/minecraft/textures/block/vine.png diff --git a/assets/minecraft/textures/blocks/water_flow.png b/assets/minecraft/textures/block/water_flow.png similarity index 100% rename from assets/minecraft/textures/blocks/water_flow.png rename to assets/minecraft/textures/block/water_flow.png diff --git a/assets/minecraft/textures/block/water_flow.png.mcmeta b/assets/minecraft/textures/block/water_flow.png.mcmeta new file mode 100755 index 0000000..cc17b4f --- /dev/null +++ b/assets/minecraft/textures/block/water_flow.png.mcmeta @@ -0,0 +1 @@ +{"animation":{}} diff --git a/assets/minecraft/textures/blocks/water_still.png b/assets/minecraft/textures/block/water_still.png similarity index 100% rename from assets/minecraft/textures/blocks/water_still.png rename to assets/minecraft/textures/block/water_still.png diff --git a/assets/minecraft/textures/block/water_still.png.mcmeta b/assets/minecraft/textures/block/water_still.png.mcmeta new file mode 100755 index 0000000..cc17b4f --- /dev/null +++ b/assets/minecraft/textures/block/water_still.png.mcmeta @@ -0,0 +1 @@ +{"animation":{}} diff --git a/assets/minecraft/textures/blocks/sponge_wet.png b/assets/minecraft/textures/block/wet_sponge.png similarity index 100% rename from assets/minecraft/textures/blocks/sponge_wet.png rename to assets/minecraft/textures/block/wet_sponge.png diff --git a/assets/minecraft/textures/blocks/wheat_stage_0.png b/assets/minecraft/textures/block/wheat_stage0.png similarity index 100% rename from assets/minecraft/textures/blocks/wheat_stage_0.png rename to assets/minecraft/textures/block/wheat_stage0.png diff --git a/assets/minecraft/textures/blocks/wheat_stage_1.png b/assets/minecraft/textures/block/wheat_stage1.png similarity index 100% rename from assets/minecraft/textures/blocks/wheat_stage_1.png rename to assets/minecraft/textures/block/wheat_stage1.png diff --git a/assets/minecraft/textures/blocks/wheat_stage_2.png b/assets/minecraft/textures/block/wheat_stage2.png similarity index 100% rename from assets/minecraft/textures/blocks/wheat_stage_2.png rename to assets/minecraft/textures/block/wheat_stage2.png diff --git a/assets/minecraft/textures/blocks/wheat_stage_3.png b/assets/minecraft/textures/block/wheat_stage3.png similarity index 100% rename from assets/minecraft/textures/blocks/wheat_stage_3.png rename to assets/minecraft/textures/block/wheat_stage3.png diff --git a/assets/minecraft/textures/blocks/wheat_stage_4.png b/assets/minecraft/textures/block/wheat_stage4.png similarity index 100% rename from assets/minecraft/textures/blocks/wheat_stage_4.png rename to assets/minecraft/textures/block/wheat_stage4.png diff --git a/assets/minecraft/textures/blocks/wheat_stage_5.png b/assets/minecraft/textures/block/wheat_stage5.png similarity index 100% rename from assets/minecraft/textures/blocks/wheat_stage_5.png rename to assets/minecraft/textures/block/wheat_stage5.png diff --git a/assets/minecraft/textures/blocks/wheat_stage_6.png b/assets/minecraft/textures/block/wheat_stage6.png similarity index 100% rename from assets/minecraft/textures/blocks/wheat_stage_6.png rename to assets/minecraft/textures/block/wheat_stage6.png diff --git a/assets/minecraft/textures/blocks/wheat_stage_7.png b/assets/minecraft/textures/block/wheat_stage7.png similarity index 100% rename from assets/minecraft/textures/blocks/wheat_stage_7.png rename to assets/minecraft/textures/block/wheat_stage7.png diff --git a/assets/minecraft/textures/blocks/glass_white.png b/assets/minecraft/textures/block/white_stained_glass.png similarity index 100% rename from assets/minecraft/textures/blocks/glass_white.png rename to assets/minecraft/textures/block/white_stained_glass.png diff --git a/assets/minecraft/textures/blocks/glass_pane_top_white.png b/assets/minecraft/textures/block/white_stained_glass_pane_top.png similarity index 100% rename from assets/minecraft/textures/blocks/glass_pane_top_white.png rename to assets/minecraft/textures/block/white_stained_glass_pane_top.png diff --git a/assets/minecraft/textures/blocks/hardened_clay_stained_white.png b/assets/minecraft/textures/block/white_terracotta.png similarity index 100% rename from assets/minecraft/textures/blocks/hardened_clay_stained_white.png rename to assets/minecraft/textures/block/white_terracotta.png diff --git a/assets/minecraft/textures/blocks/flower_tulip_white.png b/assets/minecraft/textures/block/white_tulip.png similarity index 100% rename from assets/minecraft/textures/blocks/flower_tulip_white.png rename to assets/minecraft/textures/block/white_tulip.png diff --git a/assets/minecraft/textures/blocks/wool_colored_white.png b/assets/minecraft/textures/block/white_wool.png similarity index 100% rename from assets/minecraft/textures/blocks/wool_colored_white.png rename to assets/minecraft/textures/block/white_wool.png diff --git a/assets/minecraft/textures/blocks/wood_button.png b/assets/minecraft/textures/block/wood_button.png similarity index 100% rename from assets/minecraft/textures/blocks/wood_button.png rename to assets/minecraft/textures/block/wood_button.png diff --git a/assets/minecraft/textures/blocks/glass_yellow.png b/assets/minecraft/textures/block/yellow_stained_glass.png similarity index 100% rename from assets/minecraft/textures/blocks/glass_yellow.png rename to assets/minecraft/textures/block/yellow_stained_glass.png diff --git a/assets/minecraft/textures/blocks/glass_pane_top_yellow.png b/assets/minecraft/textures/block/yellow_stained_glass_pane_top.png similarity index 100% rename from assets/minecraft/textures/blocks/glass_pane_top_yellow.png rename to assets/minecraft/textures/block/yellow_stained_glass_pane_top.png diff --git a/assets/minecraft/textures/blocks/hardened_clay_stained_yellow.png b/assets/minecraft/textures/block/yellow_terracotta.png similarity index 100% rename from assets/minecraft/textures/blocks/hardened_clay_stained_yellow.png rename to assets/minecraft/textures/block/yellow_terracotta.png diff --git a/assets/minecraft/textures/blocks/wool_colored_yellow.png b/assets/minecraft/textures/block/yellow_wool.png similarity index 100% rename from assets/minecraft/textures/blocks/wool_colored_yellow.png rename to assets/minecraft/textures/block/yellow_wool.png diff --git a/assets/minecraft/textures/blocks/brewing_stand.png.mcmeta b/assets/minecraft/textures/blocks/brewing_stand.png.mcmeta deleted file mode 100755 index 4f0718a..0000000 --- a/assets/minecraft/textures/blocks/brewing_stand.png.mcmeta +++ /dev/null @@ -1,3 +0,0 @@ -{ - "animation": {} -} \ No newline at end of file diff --git a/assets/minecraft/textures/blocks/chain_command_block_back.png.mcmeta b/assets/minecraft/textures/blocks/chain_command_block_back.png.mcmeta deleted file mode 100755 index d25d8f6..0000000 --- a/assets/minecraft/textures/blocks/chain_command_block_back.png.mcmeta +++ /dev/null @@ -1,5 +0,0 @@ -{ - "animation": { - "interpolate": true - } -} \ No newline at end of file diff --git a/assets/minecraft/textures/blocks/chain_command_block_conditional.png.mcmeta b/assets/minecraft/textures/blocks/chain_command_block_conditional.png.mcmeta deleted file mode 100755 index d25d8f6..0000000 --- a/assets/minecraft/textures/blocks/chain_command_block_conditional.png.mcmeta +++ /dev/null @@ -1,5 +0,0 @@ -{ - "animation": { - "interpolate": true - } -} \ No newline at end of file diff --git a/assets/minecraft/textures/blocks/chain_command_block_front.png.mcmeta b/assets/minecraft/textures/blocks/chain_command_block_front.png.mcmeta deleted file mode 100755 index d25d8f6..0000000 --- a/assets/minecraft/textures/blocks/chain_command_block_front.png.mcmeta +++ /dev/null @@ -1,5 +0,0 @@ -{ - "animation": { - "interpolate": true - } -} \ No newline at end of file diff --git a/assets/minecraft/textures/blocks/chain_command_block_side.png.mcmeta b/assets/minecraft/textures/blocks/chain_command_block_side.png.mcmeta deleted file mode 100755 index d25d8f6..0000000 --- a/assets/minecraft/textures/blocks/chain_command_block_side.png.mcmeta +++ /dev/null @@ -1,5 +0,0 @@ -{ - "animation": { - "interpolate": true - } -} \ No newline at end of file diff --git a/assets/minecraft/textures/blocks/command_block.png.mcmeta b/assets/minecraft/textures/blocks/command_block.png.mcmeta deleted file mode 100755 index d25d8f6..0000000 --- a/assets/minecraft/textures/blocks/command_block.png.mcmeta +++ /dev/null @@ -1,5 +0,0 @@ -{ - "animation": { - "interpolate": true - } -} \ No newline at end of file diff --git a/assets/minecraft/textures/blocks/command_block_back.png.mcmeta b/assets/minecraft/textures/blocks/command_block_back.png.mcmeta deleted file mode 100755 index d25d8f6..0000000 --- a/assets/minecraft/textures/blocks/command_block_back.png.mcmeta +++ /dev/null @@ -1,5 +0,0 @@ -{ - "animation": { - "interpolate": true - } -} \ No newline at end of file diff --git a/assets/minecraft/textures/blocks/command_block_conditional.png.mcmeta b/assets/minecraft/textures/blocks/command_block_conditional.png.mcmeta deleted file mode 100755 index d25d8f6..0000000 --- a/assets/minecraft/textures/blocks/command_block_conditional.png.mcmeta +++ /dev/null @@ -1,5 +0,0 @@ -{ - "animation": { - "interpolate": true - } -} \ No newline at end of file diff --git a/assets/minecraft/textures/blocks/command_block_front.png.mcmeta b/assets/minecraft/textures/blocks/command_block_front.png.mcmeta deleted file mode 100755 index d25d8f6..0000000 --- a/assets/minecraft/textures/blocks/command_block_front.png.mcmeta +++ /dev/null @@ -1,5 +0,0 @@ -{ - "animation": { - "interpolate": true - } -} \ No newline at end of file diff --git a/assets/minecraft/textures/blocks/command_block_side.png.mcmeta b/assets/minecraft/textures/blocks/command_block_side.png.mcmeta deleted file mode 100755 index d25d8f6..0000000 --- a/assets/minecraft/textures/blocks/command_block_side.png.mcmeta +++ /dev/null @@ -1,5 +0,0 @@ -{ - "animation": { - "interpolate": true - } -} \ No newline at end of file diff --git a/assets/minecraft/textures/blocks/crown.png.mcmeta b/assets/minecraft/textures/blocks/crown.png.mcmeta deleted file mode 100644 index ec1b337..0000000 --- a/assets/minecraft/textures/blocks/crown.png.mcmeta +++ /dev/null @@ -1,6 +0,0 @@ -{ - "animation": { - "frametime": 20, - "interpolate": true - } -} diff --git a/assets/minecraft/textures/blocks/dirt.png b/assets/minecraft/textures/blocks/dirt.png deleted file mode 100755 index eb79a17..0000000 Binary files a/assets/minecraft/textures/blocks/dirt.png and /dev/null differ diff --git a/assets/minecraft/textures/blocks/fire_layer_0.png.mcmeta b/assets/minecraft/textures/blocks/fire_layer_0.png.mcmeta deleted file mode 100755 index d60ec64..0000000 --- a/assets/minecraft/textures/blocks/fire_layer_0.png.mcmeta +++ /dev/null @@ -1,6 +0,0 @@ -{ - "animation": { - "interpolate": true, - "frametime": 1 - } -} \ No newline at end of file diff --git a/assets/minecraft/textures/blocks/fire_layer_1.png.mcmeta b/assets/minecraft/textures/blocks/fire_layer_1.png.mcmeta deleted file mode 100755 index d60ec64..0000000 --- a/assets/minecraft/textures/blocks/fire_layer_1.png.mcmeta +++ /dev/null @@ -1,6 +0,0 @@ -{ - "animation": { - "interpolate": true, - "frametime": 1 - } -} \ No newline at end of file diff --git a/assets/minecraft/textures/blocks/furnace_fire.png.mcmeta b/assets/minecraft/textures/blocks/furnace_fire.png.mcmeta deleted file mode 100755 index 99324e6..0000000 --- a/assets/minecraft/textures/blocks/furnace_fire.png.mcmeta +++ /dev/null @@ -1,9 +0,0 @@ -{ - "animation": { - "frametime": 2, - "interpolate": true, - "frames": [ - 0,1,2,3,4,5,6,7 - ] - } -} diff --git a/assets/minecraft/textures/blocks/furnace_side_front.png.mcmeta b/assets/minecraft/textures/blocks/furnace_side_front.png.mcmeta deleted file mode 100755 index 30479ed..0000000 --- a/assets/minecraft/textures/blocks/furnace_side_front.png.mcmeta +++ /dev/null @@ -1,3 +0,0 @@ -{ - "animation": {frametime=2} -} \ No newline at end of file diff --git a/assets/minecraft/textures/blocks/grass_side_snowed.png b/assets/minecraft/textures/blocks/grass_side_snowed.png deleted file mode 100755 index 53a937c..0000000 Binary files a/assets/minecraft/textures/blocks/grass_side_snowed.png and /dev/null differ diff --git a/assets/minecraft/textures/blocks/lava_flow.png.mcmeta b/assets/minecraft/textures/blocks/lava_flow.png.mcmeta deleted file mode 100755 index 2087dc7..0000000 --- a/assets/minecraft/textures/blocks/lava_flow.png.mcmeta +++ /dev/null @@ -1,7 +0,0 @@ -{ - "animation": { - "frametime": 3, - "interpolate": true - - } -} diff --git a/assets/minecraft/textures/blocks/lava_still.png.mcmeta b/assets/minecraft/textures/blocks/lava_still.png.mcmeta deleted file mode 100755 index 6ef7a8d..0000000 --- a/assets/minecraft/textures/blocks/lava_still.png.mcmeta +++ /dev/null @@ -1,7 +0,0 @@ -{ - "animation": { - "frametime": 2, - "interpolate": true - - } -} diff --git a/assets/minecraft/textures/blocks/magma.png.mcmeta b/assets/minecraft/textures/blocks/magma.png.mcmeta deleted file mode 100755 index 4f0718a..0000000 --- a/assets/minecraft/textures/blocks/magma.png.mcmeta +++ /dev/null @@ -1,3 +0,0 @@ -{ - "animation": {} -} \ No newline at end of file diff --git a/assets/minecraft/textures/blocks/portal.png.mcmeta b/assets/minecraft/textures/blocks/portal.png.mcmeta deleted file mode 100755 index 30479ed..0000000 --- a/assets/minecraft/textures/blocks/portal.png.mcmeta +++ /dev/null @@ -1,3 +0,0 @@ -{ - "animation": {frametime=2} -} \ No newline at end of file diff --git a/assets/minecraft/textures/blocks/prismarine_rough.png.mcmeta b/assets/minecraft/textures/blocks/prismarine_rough.png.mcmeta deleted file mode 100755 index 410b327..0000000 --- a/assets/minecraft/textures/blocks/prismarine_rough.png.mcmeta +++ /dev/null @@ -1,30 +0,0 @@ -{ - "animation": { - "frametime": 300, - "interpolate": true, - "frames": [ - 0, - 1, - 0, - 2, - 0, - 3, - 0, - 1, - 2, - 1, - 3, - 1, - 0, - 2, - 1, - 2, - 3, - 2, - 0, - 3, - 1, - 3 - ] - } -} diff --git a/assets/minecraft/textures/blocks/redstone_torch_on.png.mcmeta b/assets/minecraft/textures/blocks/redstone_torch_on.png.mcmeta deleted file mode 100755 index ce385bf..0000000 --- a/assets/minecraft/textures/blocks/redstone_torch_on.png.mcmeta +++ /dev/null @@ -1,6 +0,0 @@ -{ - "animation": {frametime=2, -"frames": [ 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,13,12,11,10,9,8,7,6,5,4,3,2,1,1,0,0 - ] - } -} diff --git a/assets/minecraft/textures/blocks/repeating_command_block_back.png.mcmeta b/assets/minecraft/textures/blocks/repeating_command_block_back.png.mcmeta deleted file mode 100755 index d25d8f6..0000000 --- a/assets/minecraft/textures/blocks/repeating_command_block_back.png.mcmeta +++ /dev/null @@ -1,5 +0,0 @@ -{ - "animation": { - "interpolate": true - } -} \ No newline at end of file diff --git a/assets/minecraft/textures/blocks/repeating_command_block_conditional.png.mcmeta b/assets/minecraft/textures/blocks/repeating_command_block_conditional.png.mcmeta deleted file mode 100755 index d25d8f6..0000000 --- a/assets/minecraft/textures/blocks/repeating_command_block_conditional.png.mcmeta +++ /dev/null @@ -1,5 +0,0 @@ -{ - "animation": { - "interpolate": true - } -} \ No newline at end of file diff --git a/assets/minecraft/textures/blocks/repeating_command_block_front.png.mcmeta b/assets/minecraft/textures/blocks/repeating_command_block_front.png.mcmeta deleted file mode 100755 index d25d8f6..0000000 --- a/assets/minecraft/textures/blocks/repeating_command_block_front.png.mcmeta +++ /dev/null @@ -1,5 +0,0 @@ -{ - "animation": { - "interpolate": true - } -} \ No newline at end of file diff --git a/assets/minecraft/textures/blocks/repeating_command_block_side.png.mcmeta b/assets/minecraft/textures/blocks/repeating_command_block_side.png.mcmeta deleted file mode 100755 index d25d8f6..0000000 --- a/assets/minecraft/textures/blocks/repeating_command_block_side.png.mcmeta +++ /dev/null @@ -1,5 +0,0 @@ -{ - "animation": { - "interpolate": true - } -} \ No newline at end of file diff --git a/assets/minecraft/textures/blocks/sea_lantern.png.mcmeta b/assets/minecraft/textures/blocks/sea_lantern.png.mcmeta deleted file mode 100755 index dcd1487..0000000 --- a/assets/minecraft/textures/blocks/sea_lantern.png.mcmeta +++ /dev/null @@ -1,6 +0,0 @@ -{ - "animation": { - "frametime": 3, - "frames": [0,1,2,3,4,5,6,7,6,5,4,3,2,1] - } -} diff --git a/assets/minecraft/textures/blocks/torch_on.png.mcmeta b/assets/minecraft/textures/blocks/torch_on.png.mcmeta deleted file mode 100755 index 7397ec4..0000000 --- a/assets/minecraft/textures/blocks/torch_on.png.mcmeta +++ /dev/null @@ -1,7 +0,0 @@ -{ - "animation": { - "frametime": 2, - "interpolate": true, - "frames": [3,2,1,0,1,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,2,1,0,1,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,2,1,0,1,2,1,0,1,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3] - } -} diff --git a/assets/minecraft/textures/blocks/water_flow.png.mcmeta b/assets/minecraft/textures/blocks/water_flow.png.mcmeta deleted file mode 100755 index 4f0718a..0000000 --- a/assets/minecraft/textures/blocks/water_flow.png.mcmeta +++ /dev/null @@ -1,3 +0,0 @@ -{ - "animation": {} -} \ No newline at end of file diff --git a/assets/minecraft/textures/blocks/water_still.png.mcmeta b/assets/minecraft/textures/blocks/water_still.png.mcmeta deleted file mode 100755 index 4f0718a..0000000 --- a/assets/minecraft/textures/blocks/water_still.png.mcmeta +++ /dev/null @@ -1,3 +0,0 @@ -{ - "animation": {} -} \ No newline at end of file diff --git a/assets/minecraft/textures/entity/banner/border - Copy.png b/assets/minecraft/textures/entity/banner/border_-_Copy.png similarity index 100% rename from assets/minecraft/textures/entity/banner/border - Copy.png rename to assets/minecraft/textures/entity/banner/border_-_Copy.png diff --git a/assets/minecraft/textures/entity/banner/bricks - Copy.png b/assets/minecraft/textures/entity/banner/bricks_-_Copy.png similarity index 100% rename from assets/minecraft/textures/entity/banner/bricks - Copy.png rename to assets/minecraft/textures/entity/banner/bricks_-_Copy.png diff --git a/assets/minecraft/textures/entity/banner/circle - Copy.png b/assets/minecraft/textures/entity/banner/circle_-_Copy.png similarity index 100% rename from assets/minecraft/textures/entity/banner/circle - Copy.png rename to assets/minecraft/textures/entity/banner/circle_-_Copy.png diff --git a/assets/minecraft/textures/entity/banner/creeper - Copy.png b/assets/minecraft/textures/entity/banner/creeper_-_Copy.png similarity index 100% rename from assets/minecraft/textures/entity/banner/creeper - Copy.png rename to assets/minecraft/textures/entity/banner/creeper_-_Copy.png diff --git a/assets/minecraft/textures/entity/banner/cross - Copy.png b/assets/minecraft/textures/entity/banner/cross_-_Copy.png similarity index 100% rename from assets/minecraft/textures/entity/banner/cross - Copy.png rename to assets/minecraft/textures/entity/banner/cross_-_Copy.png diff --git a/assets/minecraft/textures/entity/banner/curly_border - Copy.png b/assets/minecraft/textures/entity/banner/curly_border_-_Copy.png similarity index 100% rename from assets/minecraft/textures/entity/banner/curly_border - Copy.png rename to assets/minecraft/textures/entity/banner/curly_border_-_Copy.png diff --git a/assets/minecraft/textures/entity/banner/diagonal_left - Copy.png b/assets/minecraft/textures/entity/banner/diagonal_left_-_Copy.png similarity index 100% rename from assets/minecraft/textures/entity/banner/diagonal_left - Copy.png rename to assets/minecraft/textures/entity/banner/diagonal_left_-_Copy.png diff --git a/assets/minecraft/textures/entity/banner/diagonal_right - Copy.png b/assets/minecraft/textures/entity/banner/diagonal_right_-_Copy.png similarity index 100% rename from assets/minecraft/textures/entity/banner/diagonal_right - Copy.png rename to assets/minecraft/textures/entity/banner/diagonal_right_-_Copy.png diff --git a/assets/minecraft/textures/entity/banner/diagonal_up_left - Copy.png b/assets/minecraft/textures/entity/banner/diagonal_up_left_-_Copy.png similarity index 100% rename from assets/minecraft/textures/entity/banner/diagonal_up_left - Copy.png rename to assets/minecraft/textures/entity/banner/diagonal_up_left_-_Copy.png diff --git a/assets/minecraft/textures/entity/banner/diagonal_up_right - Copy.png b/assets/minecraft/textures/entity/banner/diagonal_up_right_-_Copy.png similarity index 100% rename from assets/minecraft/textures/entity/banner/diagonal_up_right - Copy.png rename to assets/minecraft/textures/entity/banner/diagonal_up_right_-_Copy.png diff --git a/assets/minecraft/textures/entity/banner/flower - Copy.png b/assets/minecraft/textures/entity/banner/flower_-_Copy.png similarity index 100% rename from assets/minecraft/textures/entity/banner/flower - Copy.png rename to assets/minecraft/textures/entity/banner/flower_-_Copy.png diff --git a/assets/minecraft/textures/entity/banner/half_horizontal_bottom - Copy.png b/assets/minecraft/textures/entity/banner/half_horizontal_bottom_-_Copy.png similarity index 100% rename from assets/minecraft/textures/entity/banner/half_horizontal_bottom - Copy.png rename to assets/minecraft/textures/entity/banner/half_horizontal_bottom_-_Copy.png diff --git a/assets/minecraft/textures/items/door_acacia.png b/assets/minecraft/textures/item/acacia_door.png similarity index 100% rename from assets/minecraft/textures/items/door_acacia.png rename to assets/minecraft/textures/item/acacia_door.png diff --git a/assets/minecraft/textures/items/apple.png b/assets/minecraft/textures/item/apple.png similarity index 100% rename from assets/minecraft/textures/items/apple.png rename to assets/minecraft/textures/item/apple.png diff --git a/assets/minecraft/textures/items/wooden_armorstand.png b/assets/minecraft/textures/item/armor_stand.png similarity index 100% rename from assets/minecraft/textures/items/wooden_armorstand.png rename to assets/minecraft/textures/item/armor_stand.png diff --git a/assets/minecraft/textures/items/arrow.png b/assets/minecraft/textures/item/arrow.png similarity index 100% rename from assets/minecraft/textures/items/arrow.png rename to assets/minecraft/textures/item/arrow.png diff --git a/assets/minecraft/textures/items/potato_baked.png b/assets/minecraft/textures/item/baked_potato.png similarity index 100% rename from assets/minecraft/textures/items/potato_baked.png rename to assets/minecraft/textures/item/baked_potato.png diff --git a/assets/minecraft/textures/items/banner_base.png b/assets/minecraft/textures/item/banner_base.png similarity index 100% rename from assets/minecraft/textures/items/banner_base.png rename to assets/minecraft/textures/item/banner_base.png diff --git a/assets/minecraft/textures/items/banner_overlay.png b/assets/minecraft/textures/item/banner_overlay.png similarity index 100% rename from assets/minecraft/textures/items/banner_overlay.png rename to assets/minecraft/textures/item/banner_overlay.png diff --git a/assets/minecraft/textures/items/barrier.png b/assets/minecraft/textures/item/barrier.png similarity index 100% rename from assets/minecraft/textures/items/barrier.png rename to assets/minecraft/textures/item/barrier.png diff --git a/assets/minecraft/textures/items/bed.png b/assets/minecraft/textures/item/bed.png similarity index 100% rename from assets/minecraft/textures/items/bed.png rename to assets/minecraft/textures/item/bed.png diff --git a/assets/minecraft/textures/items/beef_raw.png b/assets/minecraft/textures/item/beef.png similarity index 100% rename from assets/minecraft/textures/items/beef_raw.png rename to assets/minecraft/textures/item/beef.png diff --git a/assets/minecraft/textures/items/beetroot.png b/assets/minecraft/textures/item/beetroot.png similarity index 100% rename from assets/minecraft/textures/items/beetroot.png rename to assets/minecraft/textures/item/beetroot.png diff --git a/assets/minecraft/textures/items/beetroot_seeds.png b/assets/minecraft/textures/item/beetroot_seeds.png similarity index 100% rename from assets/minecraft/textures/items/beetroot_seeds.png rename to assets/minecraft/textures/item/beetroot_seeds.png diff --git a/assets/minecraft/textures/items/beetroot_soup.png b/assets/minecraft/textures/item/beetroot_soup.png similarity index 100% rename from assets/minecraft/textures/items/beetroot_soup.png rename to assets/minecraft/textures/item/beetroot_soup.png diff --git a/assets/minecraft/textures/items/door_birch.png b/assets/minecraft/textures/item/birch_door.png similarity index 100% rename from assets/minecraft/textures/items/door_birch.png rename to assets/minecraft/textures/item/birch_door.png diff --git a/assets/minecraft/textures/items/blaze_powder.png b/assets/minecraft/textures/item/blaze_powder.png similarity index 100% rename from assets/minecraft/textures/items/blaze_powder.png rename to assets/minecraft/textures/item/blaze_powder.png diff --git a/assets/minecraft/textures/item/blaze_powder.png.mcmeta b/assets/minecraft/textures/item/blaze_powder.png.mcmeta new file mode 100755 index 0000000..2f3ada2 --- /dev/null +++ b/assets/minecraft/textures/item/blaze_powder.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":2}} diff --git a/assets/minecraft/textures/items/blaze_rod.png b/assets/minecraft/textures/item/blaze_rod.png similarity index 100% rename from assets/minecraft/textures/items/blaze_rod.png rename to assets/minecraft/textures/item/blaze_rod.png diff --git a/assets/minecraft/textures/item/blaze_rod.png.mcmeta b/assets/minecraft/textures/item/blaze_rod.png.mcmeta new file mode 100755 index 0000000..cc17b4f --- /dev/null +++ b/assets/minecraft/textures/item/blaze_rod.png.mcmeta @@ -0,0 +1 @@ +{"animation":{}} diff --git a/assets/minecraft/textures/items/boat.png b/assets/minecraft/textures/item/boat.png similarity index 100% rename from assets/minecraft/textures/items/boat.png rename to assets/minecraft/textures/item/boat.png diff --git a/assets/minecraft/textures/items/bone.png b/assets/minecraft/textures/item/bone.png similarity index 100% rename from assets/minecraft/textures/items/bone.png rename to assets/minecraft/textures/item/bone.png diff --git a/assets/minecraft/textures/items/dye_powder_white.png b/assets/minecraft/textures/item/bone_meal.png similarity index 100% rename from assets/minecraft/textures/items/dye_powder_white.png rename to assets/minecraft/textures/item/bone_meal.png diff --git a/assets/minecraft/textures/items/book_normal.png b/assets/minecraft/textures/item/book.png similarity index 100% rename from assets/minecraft/textures/items/book_normal.png rename to assets/minecraft/textures/item/book.png diff --git a/assets/minecraft/textures/items/bow_standby.png b/assets/minecraft/textures/item/bow.png similarity index 100% rename from assets/minecraft/textures/items/bow_standby.png rename to assets/minecraft/textures/item/bow.png diff --git a/assets/minecraft/textures/items/bow_pulling_0.png b/assets/minecraft/textures/item/bow_pulling_0.png similarity index 100% rename from assets/minecraft/textures/items/bow_pulling_0.png rename to assets/minecraft/textures/item/bow_pulling_0.png diff --git a/assets/minecraft/textures/items/bow_pulling_1.png b/assets/minecraft/textures/item/bow_pulling_1.png similarity index 100% rename from assets/minecraft/textures/items/bow_pulling_1.png rename to assets/minecraft/textures/item/bow_pulling_1.png diff --git a/assets/minecraft/textures/items/bow_pulling_2.png b/assets/minecraft/textures/item/bow_pulling_2.png similarity index 100% rename from assets/minecraft/textures/items/bow_pulling_2.png rename to assets/minecraft/textures/item/bow_pulling_2.png diff --git a/assets/minecraft/textures/items/bowl.png b/assets/minecraft/textures/item/bowl.png similarity index 100% rename from assets/minecraft/textures/items/bowl.png rename to assets/minecraft/textures/item/bowl.png diff --git a/assets/minecraft/textures/items/bread.png b/assets/minecraft/textures/item/bread.png similarity index 100% rename from assets/minecraft/textures/items/bread.png rename to assets/minecraft/textures/item/bread.png diff --git a/assets/minecraft/textures/items/brewing_stand.png b/assets/minecraft/textures/item/brewing_stand.png similarity index 100% rename from assets/minecraft/textures/items/brewing_stand.png rename to assets/minecraft/textures/item/brewing_stand.png diff --git a/assets/minecraft/textures/items/brick.png b/assets/minecraft/textures/item/brick.png similarity index 100% rename from assets/minecraft/textures/items/brick.png rename to assets/minecraft/textures/item/brick.png diff --git a/assets/minecraft/textures/items/bucket_empty.png b/assets/minecraft/textures/item/bucket.png similarity index 100% rename from assets/minecraft/textures/items/bucket_empty.png rename to assets/minecraft/textures/item/bucket.png diff --git a/assets/minecraft/textures/items/dye_powder_green.png b/assets/minecraft/textures/item/cactus_green.png similarity index 100% rename from assets/minecraft/textures/items/dye_powder_green.png rename to assets/minecraft/textures/item/cactus_green.png diff --git a/assets/minecraft/textures/items/cake.png b/assets/minecraft/textures/item/cake.png similarity index 100% rename from assets/minecraft/textures/items/cake.png rename to assets/minecraft/textures/item/cake.png diff --git a/assets/minecraft/textures/items/carrot.png b/assets/minecraft/textures/item/carrot.png similarity index 100% rename from assets/minecraft/textures/items/carrot.png rename to assets/minecraft/textures/item/carrot.png diff --git a/assets/minecraft/textures/items/carrot_on_a_stick.png b/assets/minecraft/textures/item/carrot_on_a_stick.png similarity index 100% rename from assets/minecraft/textures/items/carrot_on_a_stick.png rename to assets/minecraft/textures/item/carrot_on_a_stick.png diff --git a/assets/minecraft/textures/items/cauldron.png b/assets/minecraft/textures/item/cauldron.png similarity index 100% rename from assets/minecraft/textures/items/cauldron.png rename to assets/minecraft/textures/item/cauldron.png diff --git a/assets/minecraft/textures/items/charcoal.png b/assets/minecraft/textures/item/charcoal.png similarity index 100% rename from assets/minecraft/textures/items/charcoal.png rename to assets/minecraft/textures/item/charcoal.png diff --git a/assets/minecraft/textures/items/minecart_chest.png b/assets/minecraft/textures/item/chest_minecart.png similarity index 100% rename from assets/minecraft/textures/items/minecart_chest.png rename to assets/minecraft/textures/item/chest_minecart.png diff --git a/assets/minecraft/textures/items/chicken_raw.png b/assets/minecraft/textures/item/chicken.png similarity index 100% rename from assets/minecraft/textures/items/chicken_raw.png rename to assets/minecraft/textures/item/chicken.png diff --git a/assets/minecraft/textures/items/chorus_fruit.png b/assets/minecraft/textures/item/chorus_fruit.png similarity index 100% rename from assets/minecraft/textures/items/chorus_fruit.png rename to assets/minecraft/textures/item/chorus_fruit.png diff --git a/assets/minecraft/textures/items/chorus_fruit_popped.png b/assets/minecraft/textures/item/chorus_fruit_popped.png similarity index 100% rename from assets/minecraft/textures/items/chorus_fruit_popped.png rename to assets/minecraft/textures/item/chorus_fruit_popped.png diff --git a/assets/minecraft/textures/items/clay_ball.png b/assets/minecraft/textures/item/clay_ball.png similarity index 100% rename from assets/minecraft/textures/items/clay_ball.png rename to assets/minecraft/textures/item/clay_ball.png diff --git a/assets/minecraft/textures/items/clock.png b/assets/minecraft/textures/item/clock.png similarity index 100% rename from assets/minecraft/textures/items/clock.png rename to assets/minecraft/textures/item/clock.png diff --git a/assets/minecraft/textures/items/clock/clock_00.png b/assets/minecraft/textures/item/clock/clock_00.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_00.png rename to assets/minecraft/textures/item/clock/clock_00.png diff --git a/assets/minecraft/textures/items/clock/clock_01.png b/assets/minecraft/textures/item/clock/clock_01.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_01.png rename to assets/minecraft/textures/item/clock/clock_01.png diff --git a/assets/minecraft/textures/items/clock/clock_02.png b/assets/minecraft/textures/item/clock/clock_02.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_02.png rename to assets/minecraft/textures/item/clock/clock_02.png diff --git a/assets/minecraft/textures/items/clock/clock_03.png b/assets/minecraft/textures/item/clock/clock_03.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_03.png rename to assets/minecraft/textures/item/clock/clock_03.png diff --git a/assets/minecraft/textures/items/clock/clock_04.png b/assets/minecraft/textures/item/clock/clock_04.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_04.png rename to assets/minecraft/textures/item/clock/clock_04.png diff --git a/assets/minecraft/textures/items/clock/clock_05.png b/assets/minecraft/textures/item/clock/clock_05.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_05.png rename to assets/minecraft/textures/item/clock/clock_05.png diff --git a/assets/minecraft/textures/items/clock/clock_06.png b/assets/minecraft/textures/item/clock/clock_06.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_06.png rename to assets/minecraft/textures/item/clock/clock_06.png diff --git a/assets/minecraft/textures/items/clock/clock_07.png b/assets/minecraft/textures/item/clock/clock_07.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_07.png rename to assets/minecraft/textures/item/clock/clock_07.png diff --git a/assets/minecraft/textures/items/clock/clock_08.png b/assets/minecraft/textures/item/clock/clock_08.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_08.png rename to assets/minecraft/textures/item/clock/clock_08.png diff --git a/assets/minecraft/textures/items/clock/clock_09.png b/assets/minecraft/textures/item/clock/clock_09.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_09.png rename to assets/minecraft/textures/item/clock/clock_09.png diff --git a/assets/minecraft/textures/items/clock/clock_10.png b/assets/minecraft/textures/item/clock/clock_10.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_10.png rename to assets/minecraft/textures/item/clock/clock_10.png diff --git a/assets/minecraft/textures/items/clock/clock_100.png b/assets/minecraft/textures/item/clock/clock_100.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_100.png rename to assets/minecraft/textures/item/clock/clock_100.png diff --git a/assets/minecraft/textures/items/clock/clock_101.png b/assets/minecraft/textures/item/clock/clock_101.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_101.png rename to assets/minecraft/textures/item/clock/clock_101.png diff --git a/assets/minecraft/textures/items/clock/clock_102.png b/assets/minecraft/textures/item/clock/clock_102.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_102.png rename to assets/minecraft/textures/item/clock/clock_102.png diff --git a/assets/minecraft/textures/items/clock/clock_103.png b/assets/minecraft/textures/item/clock/clock_103.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_103.png rename to assets/minecraft/textures/item/clock/clock_103.png diff --git a/assets/minecraft/textures/items/clock/clock_104.png b/assets/minecraft/textures/item/clock/clock_104.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_104.png rename to assets/minecraft/textures/item/clock/clock_104.png diff --git a/assets/minecraft/textures/items/clock/clock_105.png b/assets/minecraft/textures/item/clock/clock_105.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_105.png rename to assets/minecraft/textures/item/clock/clock_105.png diff --git a/assets/minecraft/textures/items/clock/clock_106.png b/assets/minecraft/textures/item/clock/clock_106.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_106.png rename to assets/minecraft/textures/item/clock/clock_106.png diff --git a/assets/minecraft/textures/items/clock/clock_107.png b/assets/minecraft/textures/item/clock/clock_107.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_107.png rename to assets/minecraft/textures/item/clock/clock_107.png diff --git a/assets/minecraft/textures/items/clock/clock_108.png b/assets/minecraft/textures/item/clock/clock_108.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_108.png rename to assets/minecraft/textures/item/clock/clock_108.png diff --git a/assets/minecraft/textures/items/clock/clock_109.png b/assets/minecraft/textures/item/clock/clock_109.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_109.png rename to assets/minecraft/textures/item/clock/clock_109.png diff --git a/assets/minecraft/textures/items/clock/clock_11.png b/assets/minecraft/textures/item/clock/clock_11.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_11.png rename to assets/minecraft/textures/item/clock/clock_11.png diff --git a/assets/minecraft/textures/items/clock/clock_110.png b/assets/minecraft/textures/item/clock/clock_110.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_110.png rename to assets/minecraft/textures/item/clock/clock_110.png diff --git a/assets/minecraft/textures/items/clock/clock_111.png b/assets/minecraft/textures/item/clock/clock_111.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_111.png rename to assets/minecraft/textures/item/clock/clock_111.png diff --git a/assets/minecraft/textures/items/clock/clock_112.png b/assets/minecraft/textures/item/clock/clock_112.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_112.png rename to assets/minecraft/textures/item/clock/clock_112.png diff --git a/assets/minecraft/textures/items/clock/clock_113.png b/assets/minecraft/textures/item/clock/clock_113.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_113.png rename to assets/minecraft/textures/item/clock/clock_113.png diff --git a/assets/minecraft/textures/items/clock/clock_114.png b/assets/minecraft/textures/item/clock/clock_114.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_114.png rename to assets/minecraft/textures/item/clock/clock_114.png diff --git a/assets/minecraft/textures/items/clock/clock_115.png b/assets/minecraft/textures/item/clock/clock_115.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_115.png rename to assets/minecraft/textures/item/clock/clock_115.png diff --git a/assets/minecraft/textures/items/clock/clock_116.png b/assets/minecraft/textures/item/clock/clock_116.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_116.png rename to assets/minecraft/textures/item/clock/clock_116.png diff --git a/assets/minecraft/textures/items/clock/clock_117.png b/assets/minecraft/textures/item/clock/clock_117.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_117.png rename to assets/minecraft/textures/item/clock/clock_117.png diff --git a/assets/minecraft/textures/items/clock/clock_118.png b/assets/minecraft/textures/item/clock/clock_118.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_118.png rename to assets/minecraft/textures/item/clock/clock_118.png diff --git a/assets/minecraft/textures/items/clock/clock_119.png b/assets/minecraft/textures/item/clock/clock_119.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_119.png rename to assets/minecraft/textures/item/clock/clock_119.png diff --git a/assets/minecraft/textures/items/clock/clock_12.png b/assets/minecraft/textures/item/clock/clock_12.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_12.png rename to assets/minecraft/textures/item/clock/clock_12.png diff --git a/assets/minecraft/textures/items/clock/clock_120.png b/assets/minecraft/textures/item/clock/clock_120.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_120.png rename to assets/minecraft/textures/item/clock/clock_120.png diff --git a/assets/minecraft/textures/items/clock/clock_121.png b/assets/minecraft/textures/item/clock/clock_121.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_121.png rename to assets/minecraft/textures/item/clock/clock_121.png diff --git a/assets/minecraft/textures/items/clock/clock_122.png b/assets/minecraft/textures/item/clock/clock_122.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_122.png rename to assets/minecraft/textures/item/clock/clock_122.png diff --git a/assets/minecraft/textures/items/clock/clock_123.png b/assets/minecraft/textures/item/clock/clock_123.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_123.png rename to assets/minecraft/textures/item/clock/clock_123.png diff --git a/assets/minecraft/textures/items/clock/clock_124.png b/assets/minecraft/textures/item/clock/clock_124.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_124.png rename to assets/minecraft/textures/item/clock/clock_124.png diff --git a/assets/minecraft/textures/items/clock/clock_125.png b/assets/minecraft/textures/item/clock/clock_125.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_125.png rename to assets/minecraft/textures/item/clock/clock_125.png diff --git a/assets/minecraft/textures/items/clock/clock_126.png b/assets/minecraft/textures/item/clock/clock_126.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_126.png rename to assets/minecraft/textures/item/clock/clock_126.png diff --git a/assets/minecraft/textures/items/clock/clock_127.png b/assets/minecraft/textures/item/clock/clock_127.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_127.png rename to assets/minecraft/textures/item/clock/clock_127.png diff --git a/assets/minecraft/textures/items/clock/clock_128.png b/assets/minecraft/textures/item/clock/clock_128.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_128.png rename to assets/minecraft/textures/item/clock/clock_128.png diff --git a/assets/minecraft/textures/items/clock/clock_129.png b/assets/minecraft/textures/item/clock/clock_129.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_129.png rename to assets/minecraft/textures/item/clock/clock_129.png diff --git a/assets/minecraft/textures/items/clock/clock_13.png b/assets/minecraft/textures/item/clock/clock_13.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_13.png rename to assets/minecraft/textures/item/clock/clock_13.png diff --git a/assets/minecraft/textures/items/clock/clock_130.png b/assets/minecraft/textures/item/clock/clock_130.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_130.png rename to assets/minecraft/textures/item/clock/clock_130.png diff --git a/assets/minecraft/textures/items/clock/clock_131.png b/assets/minecraft/textures/item/clock/clock_131.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_131.png rename to assets/minecraft/textures/item/clock/clock_131.png diff --git a/assets/minecraft/textures/items/clock/clock_132.png b/assets/minecraft/textures/item/clock/clock_132.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_132.png rename to assets/minecraft/textures/item/clock/clock_132.png diff --git a/assets/minecraft/textures/items/clock/clock_133.png b/assets/minecraft/textures/item/clock/clock_133.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_133.png rename to assets/minecraft/textures/item/clock/clock_133.png diff --git a/assets/minecraft/textures/items/clock/clock_134.png b/assets/minecraft/textures/item/clock/clock_134.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_134.png rename to assets/minecraft/textures/item/clock/clock_134.png diff --git a/assets/minecraft/textures/items/clock/clock_135.png b/assets/minecraft/textures/item/clock/clock_135.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_135.png rename to assets/minecraft/textures/item/clock/clock_135.png diff --git a/assets/minecraft/textures/items/clock/clock_136.png b/assets/minecraft/textures/item/clock/clock_136.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_136.png rename to assets/minecraft/textures/item/clock/clock_136.png diff --git a/assets/minecraft/textures/items/clock/clock_137.png b/assets/minecraft/textures/item/clock/clock_137.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_137.png rename to assets/minecraft/textures/item/clock/clock_137.png diff --git a/assets/minecraft/textures/items/clock/clock_138.png b/assets/minecraft/textures/item/clock/clock_138.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_138.png rename to assets/minecraft/textures/item/clock/clock_138.png diff --git a/assets/minecraft/textures/items/clock/clock_139.png b/assets/minecraft/textures/item/clock/clock_139.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_139.png rename to assets/minecraft/textures/item/clock/clock_139.png diff --git a/assets/minecraft/textures/items/clock/clock_14.png b/assets/minecraft/textures/item/clock/clock_14.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_14.png rename to assets/minecraft/textures/item/clock/clock_14.png diff --git a/assets/minecraft/textures/items/clock/clock_140.png b/assets/minecraft/textures/item/clock/clock_140.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_140.png rename to assets/minecraft/textures/item/clock/clock_140.png diff --git a/assets/minecraft/textures/items/clock/clock_141.png b/assets/minecraft/textures/item/clock/clock_141.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_141.png rename to assets/minecraft/textures/item/clock/clock_141.png diff --git a/assets/minecraft/textures/items/clock/clock_142.png b/assets/minecraft/textures/item/clock/clock_142.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_142.png rename to assets/minecraft/textures/item/clock/clock_142.png diff --git a/assets/minecraft/textures/items/clock/clock_143.png b/assets/minecraft/textures/item/clock/clock_143.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_143.png rename to assets/minecraft/textures/item/clock/clock_143.png diff --git a/assets/minecraft/textures/items/clock/clock_144.png b/assets/minecraft/textures/item/clock/clock_144.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_144.png rename to assets/minecraft/textures/item/clock/clock_144.png diff --git a/assets/minecraft/textures/items/clock/clock_145.png b/assets/minecraft/textures/item/clock/clock_145.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_145.png rename to assets/minecraft/textures/item/clock/clock_145.png diff --git a/assets/minecraft/textures/items/clock/clock_146.png b/assets/minecraft/textures/item/clock/clock_146.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_146.png rename to assets/minecraft/textures/item/clock/clock_146.png diff --git a/assets/minecraft/textures/items/clock/clock_147.png b/assets/minecraft/textures/item/clock/clock_147.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_147.png rename to assets/minecraft/textures/item/clock/clock_147.png diff --git a/assets/minecraft/textures/items/clock/clock_148.png b/assets/minecraft/textures/item/clock/clock_148.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_148.png rename to assets/minecraft/textures/item/clock/clock_148.png diff --git a/assets/minecraft/textures/items/clock/clock_149.png b/assets/minecraft/textures/item/clock/clock_149.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_149.png rename to assets/minecraft/textures/item/clock/clock_149.png diff --git a/assets/minecraft/textures/items/clock/clock_15.png b/assets/minecraft/textures/item/clock/clock_15.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_15.png rename to assets/minecraft/textures/item/clock/clock_15.png diff --git a/assets/minecraft/textures/items/clock/clock_150.png b/assets/minecraft/textures/item/clock/clock_150.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_150.png rename to assets/minecraft/textures/item/clock/clock_150.png diff --git a/assets/minecraft/textures/items/clock/clock_151.png b/assets/minecraft/textures/item/clock/clock_151.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_151.png rename to assets/minecraft/textures/item/clock/clock_151.png diff --git a/assets/minecraft/textures/items/clock/clock_152.png b/assets/minecraft/textures/item/clock/clock_152.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_152.png rename to assets/minecraft/textures/item/clock/clock_152.png diff --git a/assets/minecraft/textures/items/clock/clock_153.png b/assets/minecraft/textures/item/clock/clock_153.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_153.png rename to assets/minecraft/textures/item/clock/clock_153.png diff --git a/assets/minecraft/textures/items/clock/clock_154.png b/assets/minecraft/textures/item/clock/clock_154.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_154.png rename to assets/minecraft/textures/item/clock/clock_154.png diff --git a/assets/minecraft/textures/items/clock/clock_155.png b/assets/minecraft/textures/item/clock/clock_155.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_155.png rename to assets/minecraft/textures/item/clock/clock_155.png diff --git a/assets/minecraft/textures/items/clock/clock_156.png b/assets/minecraft/textures/item/clock/clock_156.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_156.png rename to assets/minecraft/textures/item/clock/clock_156.png diff --git a/assets/minecraft/textures/items/clock/clock_157.png b/assets/minecraft/textures/item/clock/clock_157.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_157.png rename to assets/minecraft/textures/item/clock/clock_157.png diff --git a/assets/minecraft/textures/items/clock/clock_158.png b/assets/minecraft/textures/item/clock/clock_158.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_158.png rename to assets/minecraft/textures/item/clock/clock_158.png diff --git a/assets/minecraft/textures/items/clock/clock_159.png b/assets/minecraft/textures/item/clock/clock_159.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_159.png rename to assets/minecraft/textures/item/clock/clock_159.png diff --git a/assets/minecraft/textures/items/clock/clock_16.png b/assets/minecraft/textures/item/clock/clock_16.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_16.png rename to assets/minecraft/textures/item/clock/clock_16.png diff --git a/assets/minecraft/textures/items/clock/clock_160.png b/assets/minecraft/textures/item/clock/clock_160.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_160.png rename to assets/minecraft/textures/item/clock/clock_160.png diff --git a/assets/minecraft/textures/items/clock/clock_161.png b/assets/minecraft/textures/item/clock/clock_161.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_161.png rename to assets/minecraft/textures/item/clock/clock_161.png diff --git a/assets/minecraft/textures/items/clock/clock_162.png b/assets/minecraft/textures/item/clock/clock_162.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_162.png rename to assets/minecraft/textures/item/clock/clock_162.png diff --git a/assets/minecraft/textures/items/clock/clock_163.png b/assets/minecraft/textures/item/clock/clock_163.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_163.png rename to assets/minecraft/textures/item/clock/clock_163.png diff --git a/assets/minecraft/textures/items/clock/clock_164.png b/assets/minecraft/textures/item/clock/clock_164.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_164.png rename to assets/minecraft/textures/item/clock/clock_164.png diff --git a/assets/minecraft/textures/items/clock/clock_165.png b/assets/minecraft/textures/item/clock/clock_165.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_165.png rename to assets/minecraft/textures/item/clock/clock_165.png diff --git a/assets/minecraft/textures/items/clock/clock_166.png b/assets/minecraft/textures/item/clock/clock_166.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_166.png rename to assets/minecraft/textures/item/clock/clock_166.png diff --git a/assets/minecraft/textures/items/clock/clock_167.png b/assets/minecraft/textures/item/clock/clock_167.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_167.png rename to assets/minecraft/textures/item/clock/clock_167.png diff --git a/assets/minecraft/textures/items/clock/clock_168.png b/assets/minecraft/textures/item/clock/clock_168.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_168.png rename to assets/minecraft/textures/item/clock/clock_168.png diff --git a/assets/minecraft/textures/items/clock/clock_169.png b/assets/minecraft/textures/item/clock/clock_169.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_169.png rename to assets/minecraft/textures/item/clock/clock_169.png diff --git a/assets/minecraft/textures/items/clock/clock_17.png b/assets/minecraft/textures/item/clock/clock_17.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_17.png rename to assets/minecraft/textures/item/clock/clock_17.png diff --git a/assets/minecraft/textures/items/clock/clock_170.png b/assets/minecraft/textures/item/clock/clock_170.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_170.png rename to assets/minecraft/textures/item/clock/clock_170.png diff --git a/assets/minecraft/textures/items/clock/clock_171.png b/assets/minecraft/textures/item/clock/clock_171.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_171.png rename to assets/minecraft/textures/item/clock/clock_171.png diff --git a/assets/minecraft/textures/items/clock/clock_172.png b/assets/minecraft/textures/item/clock/clock_172.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_172.png rename to assets/minecraft/textures/item/clock/clock_172.png diff --git a/assets/minecraft/textures/items/clock/clock_173.png b/assets/minecraft/textures/item/clock/clock_173.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_173.png rename to assets/minecraft/textures/item/clock/clock_173.png diff --git a/assets/minecraft/textures/items/clock/clock_174.png b/assets/minecraft/textures/item/clock/clock_174.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_174.png rename to assets/minecraft/textures/item/clock/clock_174.png diff --git a/assets/minecraft/textures/items/clock/clock_175.png b/assets/minecraft/textures/item/clock/clock_175.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_175.png rename to assets/minecraft/textures/item/clock/clock_175.png diff --git a/assets/minecraft/textures/items/clock/clock_176.png b/assets/minecraft/textures/item/clock/clock_176.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_176.png rename to assets/minecraft/textures/item/clock/clock_176.png diff --git a/assets/minecraft/textures/items/clock/clock_177.png b/assets/minecraft/textures/item/clock/clock_177.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_177.png rename to assets/minecraft/textures/item/clock/clock_177.png diff --git a/assets/minecraft/textures/items/clock/clock_178.png b/assets/minecraft/textures/item/clock/clock_178.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_178.png rename to assets/minecraft/textures/item/clock/clock_178.png diff --git a/assets/minecraft/textures/items/clock/clock_179.png b/assets/minecraft/textures/item/clock/clock_179.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_179.png rename to assets/minecraft/textures/item/clock/clock_179.png diff --git a/assets/minecraft/textures/items/clock/clock_18.png b/assets/minecraft/textures/item/clock/clock_18.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_18.png rename to assets/minecraft/textures/item/clock/clock_18.png diff --git a/assets/minecraft/textures/items/clock/clock_180.png b/assets/minecraft/textures/item/clock/clock_180.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_180.png rename to assets/minecraft/textures/item/clock/clock_180.png diff --git a/assets/minecraft/textures/items/clock/clock_181.png b/assets/minecraft/textures/item/clock/clock_181.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_181.png rename to assets/minecraft/textures/item/clock/clock_181.png diff --git a/assets/minecraft/textures/items/clock/clock_182.png b/assets/minecraft/textures/item/clock/clock_182.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_182.png rename to assets/minecraft/textures/item/clock/clock_182.png diff --git a/assets/minecraft/textures/items/clock/clock_183.png b/assets/minecraft/textures/item/clock/clock_183.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_183.png rename to assets/minecraft/textures/item/clock/clock_183.png diff --git a/assets/minecraft/textures/items/clock/clock_184.png b/assets/minecraft/textures/item/clock/clock_184.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_184.png rename to assets/minecraft/textures/item/clock/clock_184.png diff --git a/assets/minecraft/textures/items/clock/clock_185.png b/assets/minecraft/textures/item/clock/clock_185.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_185.png rename to assets/minecraft/textures/item/clock/clock_185.png diff --git a/assets/minecraft/textures/items/clock/clock_186.png b/assets/minecraft/textures/item/clock/clock_186.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_186.png rename to assets/minecraft/textures/item/clock/clock_186.png diff --git a/assets/minecraft/textures/items/clock/clock_187.png b/assets/minecraft/textures/item/clock/clock_187.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_187.png rename to assets/minecraft/textures/item/clock/clock_187.png diff --git a/assets/minecraft/textures/items/clock/clock_188.png b/assets/minecraft/textures/item/clock/clock_188.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_188.png rename to assets/minecraft/textures/item/clock/clock_188.png diff --git a/assets/minecraft/textures/items/clock/clock_189.png b/assets/minecraft/textures/item/clock/clock_189.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_189.png rename to assets/minecraft/textures/item/clock/clock_189.png diff --git a/assets/minecraft/textures/items/clock/clock_19.png b/assets/minecraft/textures/item/clock/clock_19.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_19.png rename to assets/minecraft/textures/item/clock/clock_19.png diff --git a/assets/minecraft/textures/items/clock/clock_190.png b/assets/minecraft/textures/item/clock/clock_190.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_190.png rename to assets/minecraft/textures/item/clock/clock_190.png diff --git a/assets/minecraft/textures/items/clock/clock_191.png b/assets/minecraft/textures/item/clock/clock_191.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_191.png rename to assets/minecraft/textures/item/clock/clock_191.png diff --git a/assets/minecraft/textures/items/clock/clock_192.png b/assets/minecraft/textures/item/clock/clock_192.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_192.png rename to assets/minecraft/textures/item/clock/clock_192.png diff --git a/assets/minecraft/textures/items/clock/clock_193.png b/assets/minecraft/textures/item/clock/clock_193.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_193.png rename to assets/minecraft/textures/item/clock/clock_193.png diff --git a/assets/minecraft/textures/items/clock/clock_194.png b/assets/minecraft/textures/item/clock/clock_194.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_194.png rename to assets/minecraft/textures/item/clock/clock_194.png diff --git a/assets/minecraft/textures/items/clock/clock_195.png b/assets/minecraft/textures/item/clock/clock_195.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_195.png rename to assets/minecraft/textures/item/clock/clock_195.png diff --git a/assets/minecraft/textures/items/clock/clock_196.png b/assets/minecraft/textures/item/clock/clock_196.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_196.png rename to assets/minecraft/textures/item/clock/clock_196.png diff --git a/assets/minecraft/textures/items/clock/clock_197.png b/assets/minecraft/textures/item/clock/clock_197.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_197.png rename to assets/minecraft/textures/item/clock/clock_197.png diff --git a/assets/minecraft/textures/items/clock/clock_198.png b/assets/minecraft/textures/item/clock/clock_198.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_198.png rename to assets/minecraft/textures/item/clock/clock_198.png diff --git a/assets/minecraft/textures/items/clock/clock_199.png b/assets/minecraft/textures/item/clock/clock_199.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_199.png rename to assets/minecraft/textures/item/clock/clock_199.png diff --git a/assets/minecraft/textures/items/clock/clock_20.png b/assets/minecraft/textures/item/clock/clock_20.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_20.png rename to assets/minecraft/textures/item/clock/clock_20.png diff --git a/assets/minecraft/textures/items/clock/clock_200.png b/assets/minecraft/textures/item/clock/clock_200.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_200.png rename to assets/minecraft/textures/item/clock/clock_200.png diff --git a/assets/minecraft/textures/items/clock/clock_201.png b/assets/minecraft/textures/item/clock/clock_201.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_201.png rename to assets/minecraft/textures/item/clock/clock_201.png diff --git a/assets/minecraft/textures/items/clock/clock_202.png b/assets/minecraft/textures/item/clock/clock_202.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_202.png rename to assets/minecraft/textures/item/clock/clock_202.png diff --git a/assets/minecraft/textures/items/clock/clock_203.png b/assets/minecraft/textures/item/clock/clock_203.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_203.png rename to assets/minecraft/textures/item/clock/clock_203.png diff --git a/assets/minecraft/textures/items/clock/clock_204.png b/assets/minecraft/textures/item/clock/clock_204.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_204.png rename to assets/minecraft/textures/item/clock/clock_204.png diff --git a/assets/minecraft/textures/items/clock/clock_205.png b/assets/minecraft/textures/item/clock/clock_205.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_205.png rename to assets/minecraft/textures/item/clock/clock_205.png diff --git a/assets/minecraft/textures/items/clock/clock_206.png b/assets/minecraft/textures/item/clock/clock_206.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_206.png rename to assets/minecraft/textures/item/clock/clock_206.png diff --git a/assets/minecraft/textures/items/clock/clock_207.png b/assets/minecraft/textures/item/clock/clock_207.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_207.png rename to assets/minecraft/textures/item/clock/clock_207.png diff --git a/assets/minecraft/textures/items/clock/clock_208.png b/assets/minecraft/textures/item/clock/clock_208.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_208.png rename to assets/minecraft/textures/item/clock/clock_208.png diff --git a/assets/minecraft/textures/items/clock/clock_209.png b/assets/minecraft/textures/item/clock/clock_209.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_209.png rename to assets/minecraft/textures/item/clock/clock_209.png diff --git a/assets/minecraft/textures/items/clock/clock_21.png b/assets/minecraft/textures/item/clock/clock_21.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_21.png rename to assets/minecraft/textures/item/clock/clock_21.png diff --git a/assets/minecraft/textures/items/clock/clock_210.png b/assets/minecraft/textures/item/clock/clock_210.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_210.png rename to assets/minecraft/textures/item/clock/clock_210.png diff --git a/assets/minecraft/textures/items/clock/clock_211.png b/assets/minecraft/textures/item/clock/clock_211.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_211.png rename to assets/minecraft/textures/item/clock/clock_211.png diff --git a/assets/minecraft/textures/items/clock/clock_212.png b/assets/minecraft/textures/item/clock/clock_212.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_212.png rename to assets/minecraft/textures/item/clock/clock_212.png diff --git a/assets/minecraft/textures/items/clock/clock_213.png b/assets/minecraft/textures/item/clock/clock_213.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_213.png rename to assets/minecraft/textures/item/clock/clock_213.png diff --git a/assets/minecraft/textures/items/clock/clock_214.png b/assets/minecraft/textures/item/clock/clock_214.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_214.png rename to assets/minecraft/textures/item/clock/clock_214.png diff --git a/assets/minecraft/textures/items/clock/clock_215.png b/assets/minecraft/textures/item/clock/clock_215.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_215.png rename to assets/minecraft/textures/item/clock/clock_215.png diff --git a/assets/minecraft/textures/items/clock/clock_216.png b/assets/minecraft/textures/item/clock/clock_216.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_216.png rename to assets/minecraft/textures/item/clock/clock_216.png diff --git a/assets/minecraft/textures/items/clock/clock_217.png b/assets/minecraft/textures/item/clock/clock_217.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_217.png rename to assets/minecraft/textures/item/clock/clock_217.png diff --git a/assets/minecraft/textures/items/clock/clock_218.png b/assets/minecraft/textures/item/clock/clock_218.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_218.png rename to assets/minecraft/textures/item/clock/clock_218.png diff --git a/assets/minecraft/textures/items/clock/clock_219.png b/assets/minecraft/textures/item/clock/clock_219.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_219.png rename to assets/minecraft/textures/item/clock/clock_219.png diff --git a/assets/minecraft/textures/items/clock/clock_22.png b/assets/minecraft/textures/item/clock/clock_22.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_22.png rename to assets/minecraft/textures/item/clock/clock_22.png diff --git a/assets/minecraft/textures/items/clock/clock_220.png b/assets/minecraft/textures/item/clock/clock_220.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_220.png rename to assets/minecraft/textures/item/clock/clock_220.png diff --git a/assets/minecraft/textures/items/clock/clock_221.png b/assets/minecraft/textures/item/clock/clock_221.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_221.png rename to assets/minecraft/textures/item/clock/clock_221.png diff --git a/assets/minecraft/textures/items/clock/clock_222.png b/assets/minecraft/textures/item/clock/clock_222.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_222.png rename to assets/minecraft/textures/item/clock/clock_222.png diff --git a/assets/minecraft/textures/items/clock/clock_223.png b/assets/minecraft/textures/item/clock/clock_223.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_223.png rename to assets/minecraft/textures/item/clock/clock_223.png diff --git a/assets/minecraft/textures/items/clock/clock_224.png b/assets/minecraft/textures/item/clock/clock_224.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_224.png rename to assets/minecraft/textures/item/clock/clock_224.png diff --git a/assets/minecraft/textures/items/clock/clock_225.png b/assets/minecraft/textures/item/clock/clock_225.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_225.png rename to assets/minecraft/textures/item/clock/clock_225.png diff --git a/assets/minecraft/textures/items/clock/clock_226.png b/assets/minecraft/textures/item/clock/clock_226.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_226.png rename to assets/minecraft/textures/item/clock/clock_226.png diff --git a/assets/minecraft/textures/items/clock/clock_227.png b/assets/minecraft/textures/item/clock/clock_227.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_227.png rename to assets/minecraft/textures/item/clock/clock_227.png diff --git a/assets/minecraft/textures/items/clock/clock_228.png b/assets/minecraft/textures/item/clock/clock_228.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_228.png rename to assets/minecraft/textures/item/clock/clock_228.png diff --git a/assets/minecraft/textures/items/clock/clock_229.png b/assets/minecraft/textures/item/clock/clock_229.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_229.png rename to assets/minecraft/textures/item/clock/clock_229.png diff --git a/assets/minecraft/textures/items/clock/clock_23.png b/assets/minecraft/textures/item/clock/clock_23.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_23.png rename to assets/minecraft/textures/item/clock/clock_23.png diff --git a/assets/minecraft/textures/items/clock/clock_230.png b/assets/minecraft/textures/item/clock/clock_230.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_230.png rename to assets/minecraft/textures/item/clock/clock_230.png diff --git a/assets/minecraft/textures/items/clock/clock_231.png b/assets/minecraft/textures/item/clock/clock_231.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_231.png rename to assets/minecraft/textures/item/clock/clock_231.png diff --git a/assets/minecraft/textures/items/clock/clock_232.png b/assets/minecraft/textures/item/clock/clock_232.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_232.png rename to assets/minecraft/textures/item/clock/clock_232.png diff --git a/assets/minecraft/textures/items/clock/clock_233.png b/assets/minecraft/textures/item/clock/clock_233.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_233.png rename to assets/minecraft/textures/item/clock/clock_233.png diff --git a/assets/minecraft/textures/items/clock/clock_234.png b/assets/minecraft/textures/item/clock/clock_234.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_234.png rename to assets/minecraft/textures/item/clock/clock_234.png diff --git a/assets/minecraft/textures/items/clock/clock_235.png b/assets/minecraft/textures/item/clock/clock_235.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_235.png rename to assets/minecraft/textures/item/clock/clock_235.png diff --git a/assets/minecraft/textures/items/clock/clock_236.png b/assets/minecraft/textures/item/clock/clock_236.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_236.png rename to assets/minecraft/textures/item/clock/clock_236.png diff --git a/assets/minecraft/textures/items/clock/clock_237.png b/assets/minecraft/textures/item/clock/clock_237.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_237.png rename to assets/minecraft/textures/item/clock/clock_237.png diff --git a/assets/minecraft/textures/items/clock/clock_238.png b/assets/minecraft/textures/item/clock/clock_238.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_238.png rename to assets/minecraft/textures/item/clock/clock_238.png diff --git a/assets/minecraft/textures/items/clock/clock_239.png b/assets/minecraft/textures/item/clock/clock_239.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_239.png rename to assets/minecraft/textures/item/clock/clock_239.png diff --git a/assets/minecraft/textures/items/clock/clock_24.png b/assets/minecraft/textures/item/clock/clock_24.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_24.png rename to assets/minecraft/textures/item/clock/clock_24.png diff --git a/assets/minecraft/textures/items/clock/clock_240.png b/assets/minecraft/textures/item/clock/clock_240.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_240.png rename to assets/minecraft/textures/item/clock/clock_240.png diff --git a/assets/minecraft/textures/items/clock/clock_241.png b/assets/minecraft/textures/item/clock/clock_241.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_241.png rename to assets/minecraft/textures/item/clock/clock_241.png diff --git a/assets/minecraft/textures/items/clock/clock_242.png b/assets/minecraft/textures/item/clock/clock_242.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_242.png rename to assets/minecraft/textures/item/clock/clock_242.png diff --git a/assets/minecraft/textures/items/clock/clock_243.png b/assets/minecraft/textures/item/clock/clock_243.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_243.png rename to assets/minecraft/textures/item/clock/clock_243.png diff --git a/assets/minecraft/textures/items/clock/clock_244.png b/assets/minecraft/textures/item/clock/clock_244.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_244.png rename to assets/minecraft/textures/item/clock/clock_244.png diff --git a/assets/minecraft/textures/items/clock/clock_245.png b/assets/minecraft/textures/item/clock/clock_245.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_245.png rename to assets/minecraft/textures/item/clock/clock_245.png diff --git a/assets/minecraft/textures/items/clock/clock_246.png b/assets/minecraft/textures/item/clock/clock_246.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_246.png rename to assets/minecraft/textures/item/clock/clock_246.png diff --git a/assets/minecraft/textures/items/clock/clock_247.png b/assets/minecraft/textures/item/clock/clock_247.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_247.png rename to assets/minecraft/textures/item/clock/clock_247.png diff --git a/assets/minecraft/textures/items/clock/clock_248.png b/assets/minecraft/textures/item/clock/clock_248.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_248.png rename to assets/minecraft/textures/item/clock/clock_248.png diff --git a/assets/minecraft/textures/items/clock/clock_249.png b/assets/minecraft/textures/item/clock/clock_249.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_249.png rename to assets/minecraft/textures/item/clock/clock_249.png diff --git a/assets/minecraft/textures/items/clock/clock_25.png b/assets/minecraft/textures/item/clock/clock_25.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_25.png rename to assets/minecraft/textures/item/clock/clock_25.png diff --git a/assets/minecraft/textures/items/clock/clock_250.png b/assets/minecraft/textures/item/clock/clock_250.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_250.png rename to assets/minecraft/textures/item/clock/clock_250.png diff --git a/assets/minecraft/textures/items/clock/clock_251.png b/assets/minecraft/textures/item/clock/clock_251.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_251.png rename to assets/minecraft/textures/item/clock/clock_251.png diff --git a/assets/minecraft/textures/items/clock/clock_252.png b/assets/minecraft/textures/item/clock/clock_252.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_252.png rename to assets/minecraft/textures/item/clock/clock_252.png diff --git a/assets/minecraft/textures/items/clock/clock_253.png b/assets/minecraft/textures/item/clock/clock_253.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_253.png rename to assets/minecraft/textures/item/clock/clock_253.png diff --git a/assets/minecraft/textures/items/clock/clock_254.png b/assets/minecraft/textures/item/clock/clock_254.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_254.png rename to assets/minecraft/textures/item/clock/clock_254.png diff --git a/assets/minecraft/textures/items/clock/clock_255.png b/assets/minecraft/textures/item/clock/clock_255.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_255.png rename to assets/minecraft/textures/item/clock/clock_255.png diff --git a/assets/minecraft/textures/items/clock/clock_256.png b/assets/minecraft/textures/item/clock/clock_256.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_256.png rename to assets/minecraft/textures/item/clock/clock_256.png diff --git a/assets/minecraft/textures/items/clock/clock_257.png b/assets/minecraft/textures/item/clock/clock_257.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_257.png rename to assets/minecraft/textures/item/clock/clock_257.png diff --git a/assets/minecraft/textures/items/clock/clock_258.png b/assets/minecraft/textures/item/clock/clock_258.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_258.png rename to assets/minecraft/textures/item/clock/clock_258.png diff --git a/assets/minecraft/textures/items/clock/clock_259.png b/assets/minecraft/textures/item/clock/clock_259.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_259.png rename to assets/minecraft/textures/item/clock/clock_259.png diff --git a/assets/minecraft/textures/items/clock/clock_26.png b/assets/minecraft/textures/item/clock/clock_26.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_26.png rename to assets/minecraft/textures/item/clock/clock_26.png diff --git a/assets/minecraft/textures/items/clock/clock_260.png b/assets/minecraft/textures/item/clock/clock_260.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_260.png rename to assets/minecraft/textures/item/clock/clock_260.png diff --git a/assets/minecraft/textures/items/clock/clock_261.png b/assets/minecraft/textures/item/clock/clock_261.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_261.png rename to assets/minecraft/textures/item/clock/clock_261.png diff --git a/assets/minecraft/textures/items/clock/clock_262.png b/assets/minecraft/textures/item/clock/clock_262.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_262.png rename to assets/minecraft/textures/item/clock/clock_262.png diff --git a/assets/minecraft/textures/items/clock/clock_263.png b/assets/minecraft/textures/item/clock/clock_263.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_263.png rename to assets/minecraft/textures/item/clock/clock_263.png diff --git a/assets/minecraft/textures/items/clock/clock_264.png b/assets/minecraft/textures/item/clock/clock_264.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_264.png rename to assets/minecraft/textures/item/clock/clock_264.png diff --git a/assets/minecraft/textures/items/clock/clock_265.png b/assets/minecraft/textures/item/clock/clock_265.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_265.png rename to assets/minecraft/textures/item/clock/clock_265.png diff --git a/assets/minecraft/textures/items/clock/clock_266.png b/assets/minecraft/textures/item/clock/clock_266.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_266.png rename to assets/minecraft/textures/item/clock/clock_266.png diff --git a/assets/minecraft/textures/items/clock/clock_267.png b/assets/minecraft/textures/item/clock/clock_267.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_267.png rename to assets/minecraft/textures/item/clock/clock_267.png diff --git a/assets/minecraft/textures/items/clock/clock_268.png b/assets/minecraft/textures/item/clock/clock_268.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_268.png rename to assets/minecraft/textures/item/clock/clock_268.png diff --git a/assets/minecraft/textures/items/clock/clock_269.png b/assets/minecraft/textures/item/clock/clock_269.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_269.png rename to assets/minecraft/textures/item/clock/clock_269.png diff --git a/assets/minecraft/textures/items/clock/clock_27.png b/assets/minecraft/textures/item/clock/clock_27.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_27.png rename to assets/minecraft/textures/item/clock/clock_27.png diff --git a/assets/minecraft/textures/items/clock/clock_270.png b/assets/minecraft/textures/item/clock/clock_270.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_270.png rename to assets/minecraft/textures/item/clock/clock_270.png diff --git a/assets/minecraft/textures/items/clock/clock_271.png b/assets/minecraft/textures/item/clock/clock_271.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_271.png rename to assets/minecraft/textures/item/clock/clock_271.png diff --git a/assets/minecraft/textures/items/clock/clock_272.png b/assets/minecraft/textures/item/clock/clock_272.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_272.png rename to assets/minecraft/textures/item/clock/clock_272.png diff --git a/assets/minecraft/textures/items/clock/clock_273.png b/assets/minecraft/textures/item/clock/clock_273.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_273.png rename to assets/minecraft/textures/item/clock/clock_273.png diff --git a/assets/minecraft/textures/items/clock/clock_274.png b/assets/minecraft/textures/item/clock/clock_274.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_274.png rename to assets/minecraft/textures/item/clock/clock_274.png diff --git a/assets/minecraft/textures/items/clock/clock_275.png b/assets/minecraft/textures/item/clock/clock_275.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_275.png rename to assets/minecraft/textures/item/clock/clock_275.png diff --git a/assets/minecraft/textures/items/clock/clock_276.png b/assets/minecraft/textures/item/clock/clock_276.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_276.png rename to assets/minecraft/textures/item/clock/clock_276.png diff --git a/assets/minecraft/textures/items/clock/clock_277.png b/assets/minecraft/textures/item/clock/clock_277.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_277.png rename to assets/minecraft/textures/item/clock/clock_277.png diff --git a/assets/minecraft/textures/items/clock/clock_278.png b/assets/minecraft/textures/item/clock/clock_278.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_278.png rename to assets/minecraft/textures/item/clock/clock_278.png diff --git a/assets/minecraft/textures/items/clock/clock_279.png b/assets/minecraft/textures/item/clock/clock_279.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_279.png rename to assets/minecraft/textures/item/clock/clock_279.png diff --git a/assets/minecraft/textures/items/clock/clock_28.png b/assets/minecraft/textures/item/clock/clock_28.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_28.png rename to assets/minecraft/textures/item/clock/clock_28.png diff --git a/assets/minecraft/textures/items/clock/clock_280.png b/assets/minecraft/textures/item/clock/clock_280.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_280.png rename to assets/minecraft/textures/item/clock/clock_280.png diff --git a/assets/minecraft/textures/items/clock/clock_281.png b/assets/minecraft/textures/item/clock/clock_281.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_281.png rename to assets/minecraft/textures/item/clock/clock_281.png diff --git a/assets/minecraft/textures/items/clock/clock_282.png b/assets/minecraft/textures/item/clock/clock_282.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_282.png rename to assets/minecraft/textures/item/clock/clock_282.png diff --git a/assets/minecraft/textures/items/clock/clock_283.png b/assets/minecraft/textures/item/clock/clock_283.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_283.png rename to assets/minecraft/textures/item/clock/clock_283.png diff --git a/assets/minecraft/textures/items/clock/clock_284.png b/assets/minecraft/textures/item/clock/clock_284.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_284.png rename to assets/minecraft/textures/item/clock/clock_284.png diff --git a/assets/minecraft/textures/items/clock/clock_285.png b/assets/minecraft/textures/item/clock/clock_285.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_285.png rename to assets/minecraft/textures/item/clock/clock_285.png diff --git a/assets/minecraft/textures/items/clock/clock_286.png b/assets/minecraft/textures/item/clock/clock_286.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_286.png rename to assets/minecraft/textures/item/clock/clock_286.png diff --git a/assets/minecraft/textures/items/clock/clock_287.png b/assets/minecraft/textures/item/clock/clock_287.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_287.png rename to assets/minecraft/textures/item/clock/clock_287.png diff --git a/assets/minecraft/textures/items/clock/clock_29.png b/assets/minecraft/textures/item/clock/clock_29.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_29.png rename to assets/minecraft/textures/item/clock/clock_29.png diff --git a/assets/minecraft/textures/items/clock/clock_30.png b/assets/minecraft/textures/item/clock/clock_30.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_30.png rename to assets/minecraft/textures/item/clock/clock_30.png diff --git a/assets/minecraft/textures/items/clock/clock_31.png b/assets/minecraft/textures/item/clock/clock_31.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_31.png rename to assets/minecraft/textures/item/clock/clock_31.png diff --git a/assets/minecraft/textures/items/clock/clock_32.png b/assets/minecraft/textures/item/clock/clock_32.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_32.png rename to assets/minecraft/textures/item/clock/clock_32.png diff --git a/assets/minecraft/textures/items/clock/clock_33.png b/assets/minecraft/textures/item/clock/clock_33.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_33.png rename to assets/minecraft/textures/item/clock/clock_33.png diff --git a/assets/minecraft/textures/items/clock/clock_34.png b/assets/minecraft/textures/item/clock/clock_34.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_34.png rename to assets/minecraft/textures/item/clock/clock_34.png diff --git a/assets/minecraft/textures/items/clock/clock_35.png b/assets/minecraft/textures/item/clock/clock_35.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_35.png rename to assets/minecraft/textures/item/clock/clock_35.png diff --git a/assets/minecraft/textures/items/clock/clock_36.png b/assets/minecraft/textures/item/clock/clock_36.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_36.png rename to assets/minecraft/textures/item/clock/clock_36.png diff --git a/assets/minecraft/textures/items/clock/clock_37.png b/assets/minecraft/textures/item/clock/clock_37.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_37.png rename to assets/minecraft/textures/item/clock/clock_37.png diff --git a/assets/minecraft/textures/items/clock/clock_38.png b/assets/minecraft/textures/item/clock/clock_38.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_38.png rename to assets/minecraft/textures/item/clock/clock_38.png diff --git a/assets/minecraft/textures/items/clock/clock_39.png b/assets/minecraft/textures/item/clock/clock_39.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_39.png rename to assets/minecraft/textures/item/clock/clock_39.png diff --git a/assets/minecraft/textures/items/clock/clock_40.png b/assets/minecraft/textures/item/clock/clock_40.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_40.png rename to assets/minecraft/textures/item/clock/clock_40.png diff --git a/assets/minecraft/textures/items/clock/clock_41.png b/assets/minecraft/textures/item/clock/clock_41.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_41.png rename to assets/minecraft/textures/item/clock/clock_41.png diff --git a/assets/minecraft/textures/items/clock/clock_42.png b/assets/minecraft/textures/item/clock/clock_42.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_42.png rename to assets/minecraft/textures/item/clock/clock_42.png diff --git a/assets/minecraft/textures/items/clock/clock_43.png b/assets/minecraft/textures/item/clock/clock_43.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_43.png rename to assets/minecraft/textures/item/clock/clock_43.png diff --git a/assets/minecraft/textures/items/clock/clock_44.png b/assets/minecraft/textures/item/clock/clock_44.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_44.png rename to assets/minecraft/textures/item/clock/clock_44.png diff --git a/assets/minecraft/textures/items/clock/clock_45.png b/assets/minecraft/textures/item/clock/clock_45.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_45.png rename to assets/minecraft/textures/item/clock/clock_45.png diff --git a/assets/minecraft/textures/items/clock/clock_46.png b/assets/minecraft/textures/item/clock/clock_46.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_46.png rename to assets/minecraft/textures/item/clock/clock_46.png diff --git a/assets/minecraft/textures/items/clock/clock_47.png b/assets/minecraft/textures/item/clock/clock_47.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_47.png rename to assets/minecraft/textures/item/clock/clock_47.png diff --git a/assets/minecraft/textures/items/clock/clock_48.png b/assets/minecraft/textures/item/clock/clock_48.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_48.png rename to assets/minecraft/textures/item/clock/clock_48.png diff --git a/assets/minecraft/textures/items/clock/clock_49.png b/assets/minecraft/textures/item/clock/clock_49.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_49.png rename to assets/minecraft/textures/item/clock/clock_49.png diff --git a/assets/minecraft/textures/items/clock/clock_50.png b/assets/minecraft/textures/item/clock/clock_50.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_50.png rename to assets/minecraft/textures/item/clock/clock_50.png diff --git a/assets/minecraft/textures/items/clock/clock_51.png b/assets/minecraft/textures/item/clock/clock_51.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_51.png rename to assets/minecraft/textures/item/clock/clock_51.png diff --git a/assets/minecraft/textures/items/clock/clock_52.png b/assets/minecraft/textures/item/clock/clock_52.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_52.png rename to assets/minecraft/textures/item/clock/clock_52.png diff --git a/assets/minecraft/textures/items/clock/clock_53.png b/assets/minecraft/textures/item/clock/clock_53.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_53.png rename to assets/minecraft/textures/item/clock/clock_53.png diff --git a/assets/minecraft/textures/items/clock/clock_54.png b/assets/minecraft/textures/item/clock/clock_54.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_54.png rename to assets/minecraft/textures/item/clock/clock_54.png diff --git a/assets/minecraft/textures/items/clock/clock_55.png b/assets/minecraft/textures/item/clock/clock_55.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_55.png rename to assets/minecraft/textures/item/clock/clock_55.png diff --git a/assets/minecraft/textures/items/clock/clock_56.png b/assets/minecraft/textures/item/clock/clock_56.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_56.png rename to assets/minecraft/textures/item/clock/clock_56.png diff --git a/assets/minecraft/textures/items/clock/clock_57.png b/assets/minecraft/textures/item/clock/clock_57.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_57.png rename to assets/minecraft/textures/item/clock/clock_57.png diff --git a/assets/minecraft/textures/items/clock/clock_58.png b/assets/minecraft/textures/item/clock/clock_58.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_58.png rename to assets/minecraft/textures/item/clock/clock_58.png diff --git a/assets/minecraft/textures/items/clock/clock_59.png b/assets/minecraft/textures/item/clock/clock_59.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_59.png rename to assets/minecraft/textures/item/clock/clock_59.png diff --git a/assets/minecraft/textures/items/clock/clock_60.png b/assets/minecraft/textures/item/clock/clock_60.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_60.png rename to assets/minecraft/textures/item/clock/clock_60.png diff --git a/assets/minecraft/textures/items/clock/clock_61.png b/assets/minecraft/textures/item/clock/clock_61.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_61.png rename to assets/minecraft/textures/item/clock/clock_61.png diff --git a/assets/minecraft/textures/items/clock/clock_62.png b/assets/minecraft/textures/item/clock/clock_62.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_62.png rename to assets/minecraft/textures/item/clock/clock_62.png diff --git a/assets/minecraft/textures/items/clock/clock_63.png b/assets/minecraft/textures/item/clock/clock_63.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_63.png rename to assets/minecraft/textures/item/clock/clock_63.png diff --git a/assets/minecraft/textures/items/clock/clock_64.png b/assets/minecraft/textures/item/clock/clock_64.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_64.png rename to assets/minecraft/textures/item/clock/clock_64.png diff --git a/assets/minecraft/textures/items/clock/clock_65.png b/assets/minecraft/textures/item/clock/clock_65.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_65.png rename to assets/minecraft/textures/item/clock/clock_65.png diff --git a/assets/minecraft/textures/items/clock/clock_66.png b/assets/minecraft/textures/item/clock/clock_66.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_66.png rename to assets/minecraft/textures/item/clock/clock_66.png diff --git a/assets/minecraft/textures/items/clock/clock_67.png b/assets/minecraft/textures/item/clock/clock_67.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_67.png rename to assets/minecraft/textures/item/clock/clock_67.png diff --git a/assets/minecraft/textures/items/clock/clock_68.png b/assets/minecraft/textures/item/clock/clock_68.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_68.png rename to assets/minecraft/textures/item/clock/clock_68.png diff --git a/assets/minecraft/textures/items/clock/clock_69.png b/assets/minecraft/textures/item/clock/clock_69.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_69.png rename to assets/minecraft/textures/item/clock/clock_69.png diff --git a/assets/minecraft/textures/items/clock/clock_70.png b/assets/minecraft/textures/item/clock/clock_70.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_70.png rename to assets/minecraft/textures/item/clock/clock_70.png diff --git a/assets/minecraft/textures/items/clock/clock_71.png b/assets/minecraft/textures/item/clock/clock_71.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_71.png rename to assets/minecraft/textures/item/clock/clock_71.png diff --git a/assets/minecraft/textures/items/clock/clock_72.png b/assets/minecraft/textures/item/clock/clock_72.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_72.png rename to assets/minecraft/textures/item/clock/clock_72.png diff --git a/assets/minecraft/textures/items/clock/clock_73.png b/assets/minecraft/textures/item/clock/clock_73.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_73.png rename to assets/minecraft/textures/item/clock/clock_73.png diff --git a/assets/minecraft/textures/items/clock/clock_74.png b/assets/minecraft/textures/item/clock/clock_74.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_74.png rename to assets/minecraft/textures/item/clock/clock_74.png diff --git a/assets/minecraft/textures/items/clock/clock_75.png b/assets/minecraft/textures/item/clock/clock_75.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_75.png rename to assets/minecraft/textures/item/clock/clock_75.png diff --git a/assets/minecraft/textures/items/clock/clock_76.png b/assets/minecraft/textures/item/clock/clock_76.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_76.png rename to assets/minecraft/textures/item/clock/clock_76.png diff --git a/assets/minecraft/textures/items/clock/clock_77.png b/assets/minecraft/textures/item/clock/clock_77.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_77.png rename to assets/minecraft/textures/item/clock/clock_77.png diff --git a/assets/minecraft/textures/items/clock/clock_78.png b/assets/minecraft/textures/item/clock/clock_78.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_78.png rename to assets/minecraft/textures/item/clock/clock_78.png diff --git a/assets/minecraft/textures/items/clock/clock_79.png b/assets/minecraft/textures/item/clock/clock_79.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_79.png rename to assets/minecraft/textures/item/clock/clock_79.png diff --git a/assets/minecraft/textures/items/clock/clock_80.png b/assets/minecraft/textures/item/clock/clock_80.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_80.png rename to assets/minecraft/textures/item/clock/clock_80.png diff --git a/assets/minecraft/textures/items/clock/clock_81.png b/assets/minecraft/textures/item/clock/clock_81.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_81.png rename to assets/minecraft/textures/item/clock/clock_81.png diff --git a/assets/minecraft/textures/items/clock/clock_82.png b/assets/minecraft/textures/item/clock/clock_82.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_82.png rename to assets/minecraft/textures/item/clock/clock_82.png diff --git a/assets/minecraft/textures/items/clock/clock_83.png b/assets/minecraft/textures/item/clock/clock_83.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_83.png rename to assets/minecraft/textures/item/clock/clock_83.png diff --git a/assets/minecraft/textures/items/clock/clock_84.png b/assets/minecraft/textures/item/clock/clock_84.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_84.png rename to assets/minecraft/textures/item/clock/clock_84.png diff --git a/assets/minecraft/textures/items/clock/clock_85.png b/assets/minecraft/textures/item/clock/clock_85.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_85.png rename to assets/minecraft/textures/item/clock/clock_85.png diff --git a/assets/minecraft/textures/items/clock/clock_86.png b/assets/minecraft/textures/item/clock/clock_86.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_86.png rename to assets/minecraft/textures/item/clock/clock_86.png diff --git a/assets/minecraft/textures/items/clock/clock_87.png b/assets/minecraft/textures/item/clock/clock_87.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_87.png rename to assets/minecraft/textures/item/clock/clock_87.png diff --git a/assets/minecraft/textures/items/clock/clock_88.png b/assets/minecraft/textures/item/clock/clock_88.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_88.png rename to assets/minecraft/textures/item/clock/clock_88.png diff --git a/assets/minecraft/textures/items/clock/clock_89.png b/assets/minecraft/textures/item/clock/clock_89.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_89.png rename to assets/minecraft/textures/item/clock/clock_89.png diff --git a/assets/minecraft/textures/items/clock/clock_90.png b/assets/minecraft/textures/item/clock/clock_90.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_90.png rename to assets/minecraft/textures/item/clock/clock_90.png diff --git a/assets/minecraft/textures/items/clock/clock_91.png b/assets/minecraft/textures/item/clock/clock_91.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_91.png rename to assets/minecraft/textures/item/clock/clock_91.png diff --git a/assets/minecraft/textures/items/clock/clock_92.png b/assets/minecraft/textures/item/clock/clock_92.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_92.png rename to assets/minecraft/textures/item/clock/clock_92.png diff --git a/assets/minecraft/textures/items/clock/clock_93.png b/assets/minecraft/textures/item/clock/clock_93.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_93.png rename to assets/minecraft/textures/item/clock/clock_93.png diff --git a/assets/minecraft/textures/items/clock/clock_94.png b/assets/minecraft/textures/item/clock/clock_94.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_94.png rename to assets/minecraft/textures/item/clock/clock_94.png diff --git a/assets/minecraft/textures/items/clock/clock_95.png b/assets/minecraft/textures/item/clock/clock_95.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_95.png rename to assets/minecraft/textures/item/clock/clock_95.png diff --git a/assets/minecraft/textures/items/clock/clock_96.png b/assets/minecraft/textures/item/clock/clock_96.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_96.png rename to assets/minecraft/textures/item/clock/clock_96.png diff --git a/assets/minecraft/textures/items/clock/clock_97.png b/assets/minecraft/textures/item/clock/clock_97.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_97.png rename to assets/minecraft/textures/item/clock/clock_97.png diff --git a/assets/minecraft/textures/items/clock/clock_98.png b/assets/minecraft/textures/item/clock/clock_98.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_98.png rename to assets/minecraft/textures/item/clock/clock_98.png diff --git a/assets/minecraft/textures/items/clock/clock_99.png b/assets/minecraft/textures/item/clock/clock_99.png similarity index 100% rename from assets/minecraft/textures/items/clock/clock_99.png rename to assets/minecraft/textures/item/clock/clock_99.png diff --git a/assets/minecraft/textures/items/coal.png b/assets/minecraft/textures/item/coal.png similarity index 100% rename from assets/minecraft/textures/items/coal.png rename to assets/minecraft/textures/item/coal.png diff --git a/assets/minecraft/textures/items/dye_powder_brown.png b/assets/minecraft/textures/item/cocoa_beans.png similarity index 100% rename from assets/minecraft/textures/items/dye_powder_brown.png rename to assets/minecraft/textures/item/cocoa_beans.png diff --git a/assets/minecraft/textures/items/comparator.png b/assets/minecraft/textures/item/comparator.png similarity index 100% rename from assets/minecraft/textures/items/comparator.png rename to assets/minecraft/textures/item/comparator.png diff --git a/assets/minecraft/textures/items/compass.pdn b/assets/minecraft/textures/item/compass.pdn similarity index 100% rename from assets/minecraft/textures/items/compass.pdn rename to assets/minecraft/textures/item/compass.pdn diff --git a/assets/minecraft/textures/items/compass.png b/assets/minecraft/textures/item/compass.png similarity index 100% rename from assets/minecraft/textures/items/compass.png rename to assets/minecraft/textures/item/compass.png diff --git a/assets/minecraft/textures/item/compass.png.mcmeta b/assets/minecraft/textures/item/compass.png.mcmeta new file mode 100755 index 0000000..cc17b4f --- /dev/null +++ b/assets/minecraft/textures/item/compass.png.mcmeta @@ -0,0 +1 @@ +{"animation":{}} diff --git a/assets/minecraft/textures/items/compass_00.png b/assets/minecraft/textures/item/compass_00.png similarity index 100% rename from assets/minecraft/textures/items/compass_00.png rename to assets/minecraft/textures/item/compass_00.png diff --git a/assets/minecraft/textures/items/compass_01.png b/assets/minecraft/textures/item/compass_01.png similarity index 100% rename from assets/minecraft/textures/items/compass_01.png rename to assets/minecraft/textures/item/compass_01.png diff --git a/assets/minecraft/textures/items/compass_02.png b/assets/minecraft/textures/item/compass_02.png similarity index 100% rename from assets/minecraft/textures/items/compass_02.png rename to assets/minecraft/textures/item/compass_02.png diff --git a/assets/minecraft/textures/items/compass_03.png b/assets/minecraft/textures/item/compass_03.png similarity index 100% rename from assets/minecraft/textures/items/compass_03.png rename to assets/minecraft/textures/item/compass_03.png diff --git a/assets/minecraft/textures/items/compass_04.png b/assets/minecraft/textures/item/compass_04.png similarity index 100% rename from assets/minecraft/textures/items/compass_04.png rename to assets/minecraft/textures/item/compass_04.png diff --git a/assets/minecraft/textures/items/compass_05.png b/assets/minecraft/textures/item/compass_05.png similarity index 100% rename from assets/minecraft/textures/items/compass_05.png rename to assets/minecraft/textures/item/compass_05.png diff --git a/assets/minecraft/textures/items/compass_06.png b/assets/minecraft/textures/item/compass_06.png similarity index 100% rename from assets/minecraft/textures/items/compass_06.png rename to assets/minecraft/textures/item/compass_06.png diff --git a/assets/minecraft/textures/items/compass_07.png b/assets/minecraft/textures/item/compass_07.png similarity index 100% rename from assets/minecraft/textures/items/compass_07.png rename to assets/minecraft/textures/item/compass_07.png diff --git a/assets/minecraft/textures/items/compass_08.png b/assets/minecraft/textures/item/compass_08.png similarity index 100% rename from assets/minecraft/textures/items/compass_08.png rename to assets/minecraft/textures/item/compass_08.png diff --git a/assets/minecraft/textures/items/compass_09.png b/assets/minecraft/textures/item/compass_09.png similarity index 100% rename from assets/minecraft/textures/items/compass_09.png rename to assets/minecraft/textures/item/compass_09.png diff --git a/assets/minecraft/textures/items/compass_10.png b/assets/minecraft/textures/item/compass_10.png similarity index 100% rename from assets/minecraft/textures/items/compass_10.png rename to assets/minecraft/textures/item/compass_10.png diff --git a/assets/minecraft/textures/items/compass_11.png b/assets/minecraft/textures/item/compass_11.png similarity index 100% rename from assets/minecraft/textures/items/compass_11.png rename to assets/minecraft/textures/item/compass_11.png diff --git a/assets/minecraft/textures/items/compass_12.png b/assets/minecraft/textures/item/compass_12.png similarity index 100% rename from assets/minecraft/textures/items/compass_12.png rename to assets/minecraft/textures/item/compass_12.png diff --git a/assets/minecraft/textures/items/compass_13.png b/assets/minecraft/textures/item/compass_13.png similarity index 100% rename from assets/minecraft/textures/items/compass_13.png rename to assets/minecraft/textures/item/compass_13.png diff --git a/assets/minecraft/textures/items/compass_14.png b/assets/minecraft/textures/item/compass_14.png similarity index 100% rename from assets/minecraft/textures/items/compass_14.png rename to assets/minecraft/textures/item/compass_14.png diff --git a/assets/minecraft/textures/items/compass_15.png b/assets/minecraft/textures/item/compass_15.png similarity index 100% rename from assets/minecraft/textures/items/compass_15.png rename to assets/minecraft/textures/item/compass_15.png diff --git a/assets/minecraft/textures/items/compass_16.png b/assets/minecraft/textures/item/compass_16.png similarity index 100% rename from assets/minecraft/textures/items/compass_16.png rename to assets/minecraft/textures/item/compass_16.png diff --git a/assets/minecraft/textures/items/compass_17.png b/assets/minecraft/textures/item/compass_17.png similarity index 100% rename from assets/minecraft/textures/items/compass_17.png rename to assets/minecraft/textures/item/compass_17.png diff --git a/assets/minecraft/textures/items/compass_18.png b/assets/minecraft/textures/item/compass_18.png similarity index 100% rename from assets/minecraft/textures/items/compass_18.png rename to assets/minecraft/textures/item/compass_18.png diff --git a/assets/minecraft/textures/items/compass_19.png b/assets/minecraft/textures/item/compass_19.png similarity index 100% rename from assets/minecraft/textures/items/compass_19.png rename to assets/minecraft/textures/item/compass_19.png diff --git a/assets/minecraft/textures/items/compass_20.png b/assets/minecraft/textures/item/compass_20.png similarity index 100% rename from assets/minecraft/textures/items/compass_20.png rename to assets/minecraft/textures/item/compass_20.png diff --git a/assets/minecraft/textures/items/compass_21.png b/assets/minecraft/textures/item/compass_21.png similarity index 100% rename from assets/minecraft/textures/items/compass_21.png rename to assets/minecraft/textures/item/compass_21.png diff --git a/assets/minecraft/textures/items/compass_22.png b/assets/minecraft/textures/item/compass_22.png similarity index 100% rename from assets/minecraft/textures/items/compass_22.png rename to assets/minecraft/textures/item/compass_22.png diff --git a/assets/minecraft/textures/items/compass_23.png b/assets/minecraft/textures/item/compass_23.png similarity index 100% rename from assets/minecraft/textures/items/compass_23.png rename to assets/minecraft/textures/item/compass_23.png diff --git a/assets/minecraft/textures/items/compass_24.png b/assets/minecraft/textures/item/compass_24.png similarity index 100% rename from assets/minecraft/textures/items/compass_24.png rename to assets/minecraft/textures/item/compass_24.png diff --git a/assets/minecraft/textures/items/compass_25.png b/assets/minecraft/textures/item/compass_25.png similarity index 100% rename from assets/minecraft/textures/items/compass_25.png rename to assets/minecraft/textures/item/compass_25.png diff --git a/assets/minecraft/textures/items/compass_26.png b/assets/minecraft/textures/item/compass_26.png similarity index 100% rename from assets/minecraft/textures/items/compass_26.png rename to assets/minecraft/textures/item/compass_26.png diff --git a/assets/minecraft/textures/items/compass_27.png b/assets/minecraft/textures/item/compass_27.png similarity index 100% rename from assets/minecraft/textures/items/compass_27.png rename to assets/minecraft/textures/item/compass_27.png diff --git a/assets/minecraft/textures/items/compass_28.png b/assets/minecraft/textures/item/compass_28.png similarity index 100% rename from assets/minecraft/textures/items/compass_28.png rename to assets/minecraft/textures/item/compass_28.png diff --git a/assets/minecraft/textures/items/compass_29.png b/assets/minecraft/textures/item/compass_29.png similarity index 100% rename from assets/minecraft/textures/items/compass_29.png rename to assets/minecraft/textures/item/compass_29.png diff --git a/assets/minecraft/textures/items/compass_30.png b/assets/minecraft/textures/item/compass_30.png similarity index 100% rename from assets/minecraft/textures/items/compass_30.png rename to assets/minecraft/textures/item/compass_30.png diff --git a/assets/minecraft/textures/items/compass_31.png b/assets/minecraft/textures/item/compass_31.png similarity index 100% rename from assets/minecraft/textures/items/compass_31.png rename to assets/minecraft/textures/item/compass_31.png diff --git a/assets/minecraft/textures/items/coocked fish.png b/assets/minecraft/textures/item/coocked_fish.png similarity index 100% rename from assets/minecraft/textures/items/coocked fish.png rename to assets/minecraft/textures/item/coocked_fish.png diff --git a/assets/minecraft/textures/items/beef_cooked.png b/assets/minecraft/textures/item/cooked_beef.png similarity index 100% rename from assets/minecraft/textures/items/beef_cooked.png rename to assets/minecraft/textures/item/cooked_beef.png diff --git a/assets/minecraft/textures/items/chicken_cooked.png b/assets/minecraft/textures/item/cooked_chicken.png similarity index 100% rename from assets/minecraft/textures/items/chicken_cooked.png rename to assets/minecraft/textures/item/cooked_chicken.png diff --git a/assets/minecraft/textures/items/mutton_cooked.png b/assets/minecraft/textures/item/cooked_mutton.png similarity index 100% rename from assets/minecraft/textures/items/mutton_cooked.png rename to assets/minecraft/textures/item/cooked_mutton.png diff --git a/assets/minecraft/textures/items/porkchop_cooked.png b/assets/minecraft/textures/item/cooked_porkchop.png similarity index 100% rename from assets/minecraft/textures/items/porkchop_cooked.png rename to assets/minecraft/textures/item/cooked_porkchop.png diff --git a/assets/minecraft/textures/items/rabbit_cooked.png b/assets/minecraft/textures/item/cooked_rabbit.png similarity index 100% rename from assets/minecraft/textures/items/rabbit_cooked.png rename to assets/minecraft/textures/item/cooked_rabbit.png diff --git a/assets/minecraft/textures/items/cookie.png b/assets/minecraft/textures/item/cookie.png similarity index 100% rename from assets/minecraft/textures/items/cookie.png rename to assets/minecraft/textures/item/cookie.png diff --git a/assets/minecraft/textures/items/dye_powder_cyan.png b/assets/minecraft/textures/item/cyan_dye.png similarity index 100% rename from assets/minecraft/textures/items/dye_powder_cyan.png rename to assets/minecraft/textures/item/cyan_dye.png diff --git a/assets/minecraft/textures/items/dye_powder_yellow.png b/assets/minecraft/textures/item/dandelion_yellow.png similarity index 100% rename from assets/minecraft/textures/items/dye_powder_yellow.png rename to assets/minecraft/textures/item/dandelion_yellow.png diff --git a/assets/minecraft/textures/items/door_dark_oak.png b/assets/minecraft/textures/item/dark_oak_door.png similarity index 100% rename from assets/minecraft/textures/items/door_dark_oak.png rename to assets/minecraft/textures/item/dark_oak_door.png diff --git a/assets/minecraft/textures/items/diamond.png b/assets/minecraft/textures/item/diamond.png similarity index 100% rename from assets/minecraft/textures/items/diamond.png rename to assets/minecraft/textures/item/diamond.png diff --git a/assets/minecraft/textures/item/diamond.png.mcmeta b/assets/minecraft/textures/item/diamond.png.mcmeta new file mode 100755 index 0000000..0598c24 --- /dev/null +++ b/assets/minecraft/textures/item/diamond.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frames":[5,4,0,3,3,3,3,1,2,6,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,5,4,0,3,3,3,3,1,2,6,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,5,4,0,3,3,3,3,1,2,6,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3]}} diff --git a/assets/minecraft/textures/items/diamond_axe.png b/assets/minecraft/textures/item/diamond_axe.png similarity index 100% rename from assets/minecraft/textures/items/diamond_axe.png rename to assets/minecraft/textures/item/diamond_axe.png diff --git a/assets/minecraft/textures/items/diamond_hoe.png b/assets/minecraft/textures/item/diamond_hoe.png similarity index 100% rename from assets/minecraft/textures/items/diamond_hoe.png rename to assets/minecraft/textures/item/diamond_hoe.png diff --git a/assets/minecraft/textures/items/diamond_pickaxe.png b/assets/minecraft/textures/item/diamond_pickaxe.png similarity index 100% rename from assets/minecraft/textures/items/diamond_pickaxe.png rename to assets/minecraft/textures/item/diamond_pickaxe.png diff --git a/assets/minecraft/textures/items/diamond_shovel.png b/assets/minecraft/textures/item/diamond_shovel.png similarity index 100% rename from assets/minecraft/textures/items/diamond_shovel.png rename to assets/minecraft/textures/item/diamond_shovel.png diff --git a/assets/minecraft/textures/items/diamond_sword.png b/assets/minecraft/textures/item/diamond_sword.png similarity index 100% rename from assets/minecraft/textures/items/diamond_sword.png rename to assets/minecraft/textures/item/diamond_sword.png diff --git a/assets/minecraft/textures/item/e_particle.png b/assets/minecraft/textures/item/e_particle.png new file mode 100644 index 0000000..9da19ea Binary files /dev/null and b/assets/minecraft/textures/item/e_particle.png differ diff --git a/assets/minecraft/textures/items/egg.png b/assets/minecraft/textures/item/egg.png similarity index 100% rename from assets/minecraft/textures/items/egg.png rename to assets/minecraft/textures/item/egg.png diff --git a/assets/minecraft/textures/items/emerald.png b/assets/minecraft/textures/item/emerald.png similarity index 100% rename from assets/minecraft/textures/items/emerald.png rename to assets/minecraft/textures/item/emerald.png diff --git a/assets/minecraft/textures/items/book_enchanted.png b/assets/minecraft/textures/item/enchanted_book.png similarity index 100% rename from assets/minecraft/textures/items/book_enchanted.png rename to assets/minecraft/textures/item/enchanted_book.png diff --git a/assets/minecraft/textures/items/ender_eye.png b/assets/minecraft/textures/item/ender_eye.png similarity index 100% rename from assets/minecraft/textures/items/ender_eye.png rename to assets/minecraft/textures/item/ender_eye.png diff --git a/assets/minecraft/textures/item/ender_eye.png.mcmeta b/assets/minecraft/textures/item/ender_eye.png.mcmeta new file mode 100755 index 0000000..3507738 --- /dev/null +++ b/assets/minecraft/textures/item/ender_eye.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frames":[0,1,3,4,3,1,0,1,3,4,3,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,4,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,4,3,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,4,3,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}} diff --git a/assets/minecraft/textures/items/ender_pearl.png b/assets/minecraft/textures/item/ender_pearl.png similarity index 100% rename from assets/minecraft/textures/items/ender_pearl.png rename to assets/minecraft/textures/item/ender_pearl.png diff --git a/assets/minecraft/textures/items/experience_bottle.png b/assets/minecraft/textures/item/experience_bottle.png similarity index 100% rename from assets/minecraft/textures/items/experience_bottle.png rename to assets/minecraft/textures/item/experience_bottle.png diff --git a/assets/minecraft/textures/items/feather.png b/assets/minecraft/textures/item/feather.png similarity index 100% rename from assets/minecraft/textures/items/feather.png rename to assets/minecraft/textures/item/feather.png diff --git a/assets/minecraft/textures/items/spider_eye_fermented.png b/assets/minecraft/textures/item/fermented_spider_eye.png similarity index 100% rename from assets/minecraft/textures/items/spider_eye_fermented.png rename to assets/minecraft/textures/item/fermented_spider_eye.png diff --git a/assets/minecraft/textures/items/fireworks.png b/assets/minecraft/textures/item/firework_rocket.png similarity index 100% rename from assets/minecraft/textures/items/fireworks.png rename to assets/minecraft/textures/item/firework_rocket.png diff --git a/assets/minecraft/textures/items/fireworks_charge.png b/assets/minecraft/textures/item/firework_star.png similarity index 100% rename from assets/minecraft/textures/items/fireworks_charge.png rename to assets/minecraft/textures/item/firework_star.png diff --git a/assets/minecraft/textures/items/fireworks_charge_overlay.png b/assets/minecraft/textures/item/firework_star_overlay.png similarity index 100% rename from assets/minecraft/textures/items/fireworks_charge_overlay.png rename to assets/minecraft/textures/item/firework_star_overlay.png diff --git a/assets/minecraft/textures/items/fish.png b/assets/minecraft/textures/item/fish.png similarity index 100% rename from assets/minecraft/textures/items/fish.png rename to assets/minecraft/textures/item/fish.png diff --git a/assets/minecraft/textures/items/fishing_rod_uncast.png b/assets/minecraft/textures/item/fishing_rod.png similarity index 100% rename from assets/minecraft/textures/items/fishing_rod_uncast.png rename to assets/minecraft/textures/item/fishing_rod.png diff --git a/assets/minecraft/textures/items/fishing_rod_cast.png b/assets/minecraft/textures/item/fishing_rod_cast.png similarity index 100% rename from assets/minecraft/textures/items/fishing_rod_cast.png rename to assets/minecraft/textures/item/fishing_rod_cast.png diff --git a/assets/minecraft/textures/items/flint.png b/assets/minecraft/textures/item/flint.png similarity index 100% rename from assets/minecraft/textures/items/flint.png rename to assets/minecraft/textures/item/flint.png diff --git a/assets/minecraft/textures/items/flint_and_steel.png b/assets/minecraft/textures/item/flint_and_steel.png similarity index 100% rename from assets/minecraft/textures/items/flint_and_steel.png rename to assets/minecraft/textures/item/flint_and_steel.png diff --git a/assets/minecraft/textures/items/flower_pot.png b/assets/minecraft/textures/item/flower_pot.png similarity index 100% rename from assets/minecraft/textures/items/flower_pot.png rename to assets/minecraft/textures/item/flower_pot.png diff --git a/assets/minecraft/textures/items/minecart_furnace.png b/assets/minecraft/textures/item/furnace_minecart.png similarity index 100% rename from assets/minecraft/textures/items/minecart_furnace.png rename to assets/minecraft/textures/item/furnace_minecart.png diff --git a/assets/minecraft/textures/items/ghast_tear.png b/assets/minecraft/textures/item/ghast_tear.png similarity index 100% rename from assets/minecraft/textures/items/ghast_tear.png rename to assets/minecraft/textures/item/ghast_tear.png diff --git a/assets/minecraft/textures/items/potion_bottle_drinkable.png b/assets/minecraft/textures/item/glass_bottle.png similarity index 100% rename from assets/minecraft/textures/items/potion_bottle_drinkable.png rename to assets/minecraft/textures/item/glass_bottle.png diff --git a/assets/minecraft/textures/items/glowstone_dust.png b/assets/minecraft/textures/item/glowstone_dust.png similarity index 100% rename from assets/minecraft/textures/items/glowstone_dust.png rename to assets/minecraft/textures/item/glowstone_dust.png diff --git a/assets/minecraft/textures/items/gold_ingot.png b/assets/minecraft/textures/item/gold_ingot.png similarity index 100% rename from assets/minecraft/textures/items/gold_ingot.png rename to assets/minecraft/textures/item/gold_ingot.png diff --git a/assets/minecraft/textures/items/gold_nugget.png b/assets/minecraft/textures/item/gold_nugget.png similarity index 100% rename from assets/minecraft/textures/items/gold_nugget.png rename to assets/minecraft/textures/item/gold_nugget.png diff --git a/assets/minecraft/textures/items/apple_golden.png b/assets/minecraft/textures/item/golden_apple.png similarity index 100% rename from assets/minecraft/textures/items/apple_golden.png rename to assets/minecraft/textures/item/golden_apple.png diff --git a/assets/minecraft/textures/items/gold_axe.png b/assets/minecraft/textures/item/golden_axe.png similarity index 100% rename from assets/minecraft/textures/items/gold_axe.png rename to assets/minecraft/textures/item/golden_axe.png diff --git a/assets/minecraft/textures/items/carrot_golden.png b/assets/minecraft/textures/item/golden_carrot.png similarity index 100% rename from assets/minecraft/textures/items/carrot_golden.png rename to assets/minecraft/textures/item/golden_carrot.png diff --git a/assets/minecraft/textures/items/gold_hoe.png b/assets/minecraft/textures/item/golden_hoe.png similarity index 100% rename from assets/minecraft/textures/items/gold_hoe.png rename to assets/minecraft/textures/item/golden_hoe.png diff --git a/assets/minecraft/textures/items/gold_pickaxe.png b/assets/minecraft/textures/item/golden_pickaxe.png similarity index 100% rename from assets/minecraft/textures/items/gold_pickaxe.png rename to assets/minecraft/textures/item/golden_pickaxe.png diff --git a/assets/minecraft/textures/items/gold_shovel.png b/assets/minecraft/textures/item/golden_shovel.png similarity index 100% rename from assets/minecraft/textures/items/gold_shovel.png rename to assets/minecraft/textures/item/golden_shovel.png diff --git a/assets/minecraft/textures/items/gold_sword.png b/assets/minecraft/textures/item/golden_sword.png similarity index 100% rename from assets/minecraft/textures/items/gold_sword.png rename to assets/minecraft/textures/item/golden_sword.png diff --git a/assets/minecraft/textures/items/dye_powder_gray.png b/assets/minecraft/textures/item/gray_dye.png similarity index 100% rename from assets/minecraft/textures/items/dye_powder_gray.png rename to assets/minecraft/textures/item/gray_dye.png diff --git a/assets/minecraft/textures/items/gunpowder.png b/assets/minecraft/textures/item/gunpowder.png similarity index 100% rename from assets/minecraft/textures/items/gunpowder.png rename to assets/minecraft/textures/item/gunpowder.png diff --git a/assets/minecraft/textures/items/hopper.png b/assets/minecraft/textures/item/hopper.png similarity index 100% rename from assets/minecraft/textures/items/hopper.png rename to assets/minecraft/textures/item/hopper.png diff --git a/assets/minecraft/textures/items/minecart_hopper.png b/assets/minecraft/textures/item/hopper_minecart.png similarity index 100% rename from assets/minecraft/textures/items/minecart_hopper.png rename to assets/minecraft/textures/item/hopper_minecart.png diff --git a/assets/minecraft/textures/items/dye_powder_black.png b/assets/minecraft/textures/item/ink_sac.png similarity index 100% rename from assets/minecraft/textures/items/dye_powder_black.png rename to assets/minecraft/textures/item/ink_sac.png diff --git a/assets/minecraft/textures/items/iron_axe.png b/assets/minecraft/textures/item/iron_axe.png similarity index 100% rename from assets/minecraft/textures/items/iron_axe.png rename to assets/minecraft/textures/item/iron_axe.png diff --git a/assets/minecraft/textures/items/door_iron.png b/assets/minecraft/textures/item/iron_door.png similarity index 100% rename from assets/minecraft/textures/items/door_iron.png rename to assets/minecraft/textures/item/iron_door.png diff --git a/assets/minecraft/textures/items/iron_hoe.png b/assets/minecraft/textures/item/iron_hoe.png similarity index 100% rename from assets/minecraft/textures/items/iron_hoe.png rename to assets/minecraft/textures/item/iron_hoe.png diff --git a/assets/minecraft/textures/items/iron_ingot.png b/assets/minecraft/textures/item/iron_ingot.png similarity index 100% rename from assets/minecraft/textures/items/iron_ingot.png rename to assets/minecraft/textures/item/iron_ingot.png diff --git a/assets/minecraft/textures/items/iron_pickaxe.png b/assets/minecraft/textures/item/iron_pickaxe.png similarity index 100% rename from assets/minecraft/textures/items/iron_pickaxe.png rename to assets/minecraft/textures/item/iron_pickaxe.png diff --git a/assets/minecraft/textures/items/iron_shovel.png b/assets/minecraft/textures/item/iron_shovel.png similarity index 100% rename from assets/minecraft/textures/items/iron_shovel.png rename to assets/minecraft/textures/item/iron_shovel.png diff --git a/assets/minecraft/textures/items/iron_sword.png b/assets/minecraft/textures/item/iron_sword.png similarity index 100% rename from assets/minecraft/textures/items/iron_sword.png rename to assets/minecraft/textures/item/iron_sword.png diff --git a/assets/minecraft/textures/items/item_frame.png b/assets/minecraft/textures/item/item_frame.png similarity index 100% rename from assets/minecraft/textures/items/item_frame.png rename to assets/minecraft/textures/item/item_frame.png diff --git a/assets/minecraft/textures/items/door_jungle.png b/assets/minecraft/textures/item/jungle_door.png similarity index 100% rename from assets/minecraft/textures/items/door_jungle.png rename to assets/minecraft/textures/item/jungle_door.png diff --git a/assets/minecraft/textures/items/dye_powder_blue.png b/assets/minecraft/textures/item/lapis_lazuli.png similarity index 100% rename from assets/minecraft/textures/items/dye_powder_blue.png rename to assets/minecraft/textures/item/lapis_lazuli.png diff --git a/assets/minecraft/textures/items/bucket_lava.png b/assets/minecraft/textures/item/lava_bucket.png similarity index 100% rename from assets/minecraft/textures/items/bucket_lava.png rename to assets/minecraft/textures/item/lava_bucket.png diff --git a/assets/minecraft/textures/item/lava_bucket.png.mcmeta b/assets/minecraft/textures/item/lava_bucket.png.mcmeta new file mode 100755 index 0000000..2f3ada2 --- /dev/null +++ b/assets/minecraft/textures/item/lava_bucket.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":2}} diff --git a/assets/minecraft/textures/items/lead.png b/assets/minecraft/textures/item/lead.png similarity index 100% rename from assets/minecraft/textures/items/lead.png rename to assets/minecraft/textures/item/lead.png diff --git a/assets/minecraft/textures/items/leather.png b/assets/minecraft/textures/item/leather.png similarity index 100% rename from assets/minecraft/textures/items/leather.png rename to assets/minecraft/textures/item/leather.png diff --git a/assets/minecraft/textures/items/dye_powder_light_blue.png b/assets/minecraft/textures/item/light_blue_dye.png similarity index 100% rename from assets/minecraft/textures/items/dye_powder_light_blue.png rename to assets/minecraft/textures/item/light_blue_dye.png diff --git a/assets/minecraft/textures/items/dye_powder_silver.png b/assets/minecraft/textures/item/light_gray_dye.png similarity index 100% rename from assets/minecraft/textures/items/dye_powder_silver.png rename to assets/minecraft/textures/item/light_gray_dye.png diff --git a/assets/minecraft/textures/items/dye_powder_lime.png b/assets/minecraft/textures/item/lime_dye.png similarity index 100% rename from assets/minecraft/textures/items/dye_powder_lime.png rename to assets/minecraft/textures/item/lime_dye.png diff --git a/assets/minecraft/textures/items/dye_powder_magenta.png b/assets/minecraft/textures/item/magenta_dye.png similarity index 100% rename from assets/minecraft/textures/items/dye_powder_magenta.png rename to assets/minecraft/textures/item/magenta_dye.png diff --git a/assets/minecraft/textures/items/magma_cream.png b/assets/minecraft/textures/item/magma_cream.png similarity index 100% rename from assets/minecraft/textures/items/magma_cream.png rename to assets/minecraft/textures/item/magma_cream.png diff --git a/assets/minecraft/textures/items/map_empty.png b/assets/minecraft/textures/item/map.png similarity index 100% rename from assets/minecraft/textures/items/map_empty.png rename to assets/minecraft/textures/item/map.png diff --git a/assets/minecraft/textures/items/map_filled.png b/assets/minecraft/textures/item/map_filled.png similarity index 100% rename from assets/minecraft/textures/items/map_filled.png rename to assets/minecraft/textures/item/map_filled.png diff --git a/assets/minecraft/textures/items/melon.png b/assets/minecraft/textures/item/melon.png similarity index 100% rename from assets/minecraft/textures/items/melon.png rename to assets/minecraft/textures/item/melon.png diff --git a/assets/minecraft/textures/items/seeds_melon.png b/assets/minecraft/textures/item/melon_seeds.png similarity index 100% rename from assets/minecraft/textures/items/seeds_melon.png rename to assets/minecraft/textures/item/melon_seeds.png diff --git a/assets/minecraft/textures/items/bucket_milk.png b/assets/minecraft/textures/item/milk_bucket.png similarity index 100% rename from assets/minecraft/textures/items/bucket_milk.png rename to assets/minecraft/textures/item/milk_bucket.png diff --git a/assets/minecraft/textures/item/milk_bucket.png.mcmeta b/assets/minecraft/textures/item/milk_bucket.png.mcmeta new file mode 100755 index 0000000..2f3ada2 --- /dev/null +++ b/assets/minecraft/textures/item/milk_bucket.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":2}} diff --git a/assets/minecraft/textures/items/minecart_normal.png b/assets/minecraft/textures/item/minecart.png similarity index 100% rename from assets/minecraft/textures/items/minecart_normal.png rename to assets/minecraft/textures/item/minecart.png diff --git a/assets/minecraft/textures/items/mutton_raw.png b/assets/minecraft/textures/item/mutton.png similarity index 100% rename from assets/minecraft/textures/items/mutton_raw.png rename to assets/minecraft/textures/item/mutton.png diff --git a/assets/minecraft/textures/items/name_tag.png b/assets/minecraft/textures/item/name_tag.png similarity index 100% rename from assets/minecraft/textures/items/name_tag.png rename to assets/minecraft/textures/item/name_tag.png diff --git a/assets/minecraft/textures/items/nether_star.png b/assets/minecraft/textures/item/nether_star.png similarity index 100% rename from assets/minecraft/textures/items/nether_star.png rename to assets/minecraft/textures/item/nether_star.png diff --git a/assets/minecraft/textures/items/nether_wart.png b/assets/minecraft/textures/item/nether_wart.png similarity index 100% rename from assets/minecraft/textures/items/nether_wart.png rename to assets/minecraft/textures/item/nether_wart.png diff --git a/assets/minecraft/textures/items/netherbrick.png b/assets/minecraft/textures/item/netherbrick.png similarity index 100% rename from assets/minecraft/textures/items/netherbrick.png rename to assets/minecraft/textures/item/netherbrick.png diff --git a/assets/minecraft/textures/items/door_wood.png b/assets/minecraft/textures/item/oak_door.png similarity index 100% rename from assets/minecraft/textures/items/door_wood.png rename to assets/minecraft/textures/item/oak_door.png diff --git a/assets/minecraft/textures/items/dye_powder_orange.png b/assets/minecraft/textures/item/orange_dye.png similarity index 100% rename from assets/minecraft/textures/items/dye_powder_orange.png rename to assets/minecraft/textures/item/orange_dye.png diff --git a/assets/minecraft/textures/items/painting.png b/assets/minecraft/textures/item/painting.png similarity index 100% rename from assets/minecraft/textures/items/painting.png rename to assets/minecraft/textures/item/painting.png diff --git a/assets/minecraft/textures/items/paper.png b/assets/minecraft/textures/item/paper.png similarity index 100% rename from assets/minecraft/textures/items/paper.png rename to assets/minecraft/textures/item/paper.png diff --git a/assets/minecraft/textures/items/dye_powder_pink.png b/assets/minecraft/textures/item/pink_dye.png similarity index 100% rename from assets/minecraft/textures/items/dye_powder_pink.png rename to assets/minecraft/textures/item/pink_dye.png diff --git a/assets/minecraft/textures/items/potato_poisonous.png b/assets/minecraft/textures/item/poisonous_potato.png similarity index 100% rename from assets/minecraft/textures/items/potato_poisonous.png rename to assets/minecraft/textures/item/poisonous_potato.png diff --git a/assets/minecraft/textures/items/porkchop_raw.png b/assets/minecraft/textures/item/porkchop.png similarity index 100% rename from assets/minecraft/textures/items/porkchop_raw.png rename to assets/minecraft/textures/item/porkchop.png diff --git a/assets/minecraft/textures/items/potato.png b/assets/minecraft/textures/item/potato.png similarity index 100% rename from assets/minecraft/textures/items/potato.png rename to assets/minecraft/textures/item/potato.png diff --git a/assets/minecraft/textures/items/potion_bottle_empty.png b/assets/minecraft/textures/item/potion.png similarity index 100% rename from assets/minecraft/textures/items/potion_bottle_empty.png rename to assets/minecraft/textures/item/potion.png diff --git a/assets/minecraft/textures/items/potion_overlay.png b/assets/minecraft/textures/item/potion_overlay.png similarity index 100% rename from assets/minecraft/textures/items/potion_overlay.png rename to assets/minecraft/textures/item/potion_overlay.png diff --git a/assets/minecraft/textures/items/seeds_pumpkin.png b/assets/minecraft/textures/item/pumpkin_seeds.png similarity index 100% rename from assets/minecraft/textures/items/seeds_pumpkin.png rename to assets/minecraft/textures/item/pumpkin_seeds.png diff --git a/assets/minecraft/textures/items/dye_powder_purple.png b/assets/minecraft/textures/item/purple_dye.png similarity index 100% rename from assets/minecraft/textures/items/dye_powder_purple.png rename to assets/minecraft/textures/item/purple_dye.png diff --git a/assets/minecraft/textures/items/quartz.png b/assets/minecraft/textures/item/quartz.png similarity index 100% rename from assets/minecraft/textures/items/quartz.png rename to assets/minecraft/textures/item/quartz.png diff --git a/assets/minecraft/textures/items/rabbit_raw.png b/assets/minecraft/textures/item/rabbit.png similarity index 100% rename from assets/minecraft/textures/items/rabbit_raw.png rename to assets/minecraft/textures/item/rabbit.png diff --git a/assets/minecraft/textures/items/rabbit_foot.png b/assets/minecraft/textures/item/rabbit_foot.png similarity index 100% rename from assets/minecraft/textures/items/rabbit_foot.png rename to assets/minecraft/textures/item/rabbit_foot.png diff --git a/assets/minecraft/textures/items/rabbit_hide.png b/assets/minecraft/textures/item/rabbit_hide.png similarity index 100% rename from assets/minecraft/textures/items/rabbit_hide.png rename to assets/minecraft/textures/item/rabbit_hide.png diff --git a/assets/minecraft/textures/items/rabbit_stew.png b/assets/minecraft/textures/item/rabbit_stew.png similarity index 100% rename from assets/minecraft/textures/items/rabbit_stew.png rename to assets/minecraft/textures/item/rabbit_stew.png diff --git a/assets/minecraft/textures/items/redstone_dust.png b/assets/minecraft/textures/item/redstone.png similarity index 100% rename from assets/minecraft/textures/items/redstone_dust.png rename to assets/minecraft/textures/item/redstone.png diff --git a/assets/minecraft/textures/items/reeds.png b/assets/minecraft/textures/item/reeds.png similarity index 100% rename from assets/minecraft/textures/items/reeds.png rename to assets/minecraft/textures/item/reeds.png diff --git a/assets/minecraft/textures/items/repeater.png b/assets/minecraft/textures/item/repeater.png similarity index 100% rename from assets/minecraft/textures/items/repeater.png rename to assets/minecraft/textures/item/repeater.png diff --git a/assets/minecraft/textures/items/dye_powder_red.png b/assets/minecraft/textures/item/rose_red.png similarity index 100% rename from assets/minecraft/textures/items/dye_powder_red.png rename to assets/minecraft/textures/item/rose_red.png diff --git a/assets/minecraft/textures/items/rotten_flesh.png b/assets/minecraft/textures/item/rotten_flesh.png similarity index 100% rename from assets/minecraft/textures/items/rotten_flesh.png rename to assets/minecraft/textures/item/rotten_flesh.png diff --git a/assets/minecraft/textures/items/sign.png b/assets/minecraft/textures/item/sign.png similarity index 100% rename from assets/minecraft/textures/items/sign.png rename to assets/minecraft/textures/item/sign.png diff --git a/assets/minecraft/textures/items/slimeball.png b/assets/minecraft/textures/item/slime_ball.png similarity index 100% rename from assets/minecraft/textures/items/slimeball.png rename to assets/minecraft/textures/item/slime_ball.png diff --git a/assets/minecraft/textures/items/snowball.png b/assets/minecraft/textures/item/snowball.png similarity index 100% rename from assets/minecraft/textures/items/snowball.png rename to assets/minecraft/textures/item/snowball.png diff --git a/assets/minecraft/textures/items/spawn_egg.png b/assets/minecraft/textures/item/spawn_egg.png similarity index 100% rename from assets/minecraft/textures/items/spawn_egg.png rename to assets/minecraft/textures/item/spawn_egg.png diff --git a/assets/minecraft/textures/items/spawn_egg_overlay.png b/assets/minecraft/textures/item/spawn_egg_overlay.png similarity index 100% rename from assets/minecraft/textures/items/spawn_egg_overlay.png rename to assets/minecraft/textures/item/spawn_egg_overlay.png diff --git a/assets/minecraft/textures/items/melon_speckled.png b/assets/minecraft/textures/item/speckled_melon.png similarity index 100% rename from assets/minecraft/textures/items/melon_speckled.png rename to assets/minecraft/textures/item/speckled_melon.png diff --git a/assets/minecraft/textures/items/spectral_arrow.png b/assets/minecraft/textures/item/spectral_arrow.png similarity index 100% rename from assets/minecraft/textures/items/spectral_arrow.png rename to assets/minecraft/textures/item/spectral_arrow.png diff --git a/assets/minecraft/textures/items/spider_eye.png b/assets/minecraft/textures/item/spider_eye.png similarity index 100% rename from assets/minecraft/textures/items/spider_eye.png rename to assets/minecraft/textures/item/spider_eye.png diff --git a/assets/minecraft/textures/items/potion_bottle_splash.png b/assets/minecraft/textures/item/splash_potion.png similarity index 100% rename from assets/minecraft/textures/items/potion_bottle_splash.png rename to assets/minecraft/textures/item/splash_potion.png diff --git a/assets/minecraft/textures/items/door_spruce.png b/assets/minecraft/textures/item/spruce_door.png similarity index 100% rename from assets/minecraft/textures/items/door_spruce.png rename to assets/minecraft/textures/item/spruce_door.png diff --git a/assets/minecraft/textures/items/stick.png b/assets/minecraft/textures/item/stick.png similarity index 100% rename from assets/minecraft/textures/items/stick.png rename to assets/minecraft/textures/item/stick.png diff --git a/assets/minecraft/textures/items/stone_axe.png b/assets/minecraft/textures/item/stone_axe.png similarity index 100% rename from assets/minecraft/textures/items/stone_axe.png rename to assets/minecraft/textures/item/stone_axe.png diff --git a/assets/minecraft/textures/items/stone_hoe.png b/assets/minecraft/textures/item/stone_hoe.png similarity index 100% rename from assets/minecraft/textures/items/stone_hoe.png rename to assets/minecraft/textures/item/stone_hoe.png diff --git a/assets/minecraft/textures/items/stone_pickaxe.png b/assets/minecraft/textures/item/stone_pickaxe.png similarity index 100% rename from assets/minecraft/textures/items/stone_pickaxe.png rename to assets/minecraft/textures/item/stone_pickaxe.png diff --git a/assets/minecraft/textures/items/stone_shovel.png b/assets/minecraft/textures/item/stone_shovel.png similarity index 100% rename from assets/minecraft/textures/items/stone_shovel.png rename to assets/minecraft/textures/item/stone_shovel.png diff --git a/assets/minecraft/textures/items/stone_sword.png b/assets/minecraft/textures/item/stone_sword.png similarity index 100% rename from assets/minecraft/textures/items/stone_sword.png rename to assets/minecraft/textures/item/stone_sword.png diff --git a/assets/minecraft/textures/items/string.png b/assets/minecraft/textures/item/string.png similarity index 100% rename from assets/minecraft/textures/items/string.png rename to assets/minecraft/textures/item/string.png diff --git a/assets/minecraft/textures/items/sugar.png b/assets/minecraft/textures/item/sugar.png similarity index 100% rename from assets/minecraft/textures/items/sugar.png rename to assets/minecraft/textures/item/sugar.png diff --git a/assets/minecraft/textures/items/tipped_arrow_base.png b/assets/minecraft/textures/item/tipped_arrow_base.png similarity index 100% rename from assets/minecraft/textures/items/tipped_arrow_base.png rename to assets/minecraft/textures/item/tipped_arrow_base.png diff --git a/assets/minecraft/textures/items/tipped_arrow_head.png b/assets/minecraft/textures/item/tipped_arrow_head.png similarity index 100% rename from assets/minecraft/textures/items/tipped_arrow_head.png rename to assets/minecraft/textures/item/tipped_arrow_head.png diff --git a/assets/minecraft/textures/items/minecart_tnt.png b/assets/minecraft/textures/item/tnt_minecart.png similarity index 100% rename from assets/minecraft/textures/items/minecart_tnt.png rename to assets/minecraft/textures/item/tnt_minecart.png diff --git a/assets/minecraft/textures/items/bucket_water.png b/assets/minecraft/textures/item/water_bucket.png similarity index 100% rename from assets/minecraft/textures/items/bucket_water.png rename to assets/minecraft/textures/item/water_bucket.png diff --git a/assets/minecraft/textures/item/water_bucket.png.mcmeta b/assets/minecraft/textures/item/water_bucket.png.mcmeta new file mode 100755 index 0000000..2f3ada2 --- /dev/null +++ b/assets/minecraft/textures/item/water_bucket.png.mcmeta @@ -0,0 +1 @@ +{"animation":{"frametime":2}} diff --git a/assets/minecraft/textures/items/wheat.png b/assets/minecraft/textures/item/wheat.png similarity index 100% rename from assets/minecraft/textures/items/wheat.png rename to assets/minecraft/textures/item/wheat.png diff --git a/assets/minecraft/textures/items/seeds_wheat.png b/assets/minecraft/textures/item/wheat_seeds.png similarity index 100% rename from assets/minecraft/textures/items/seeds_wheat.png rename to assets/minecraft/textures/item/wheat_seeds.png diff --git a/assets/minecraft/textures/items/wood_axe.png b/assets/minecraft/textures/item/wooden_axe.png similarity index 100% rename from assets/minecraft/textures/items/wood_axe.png rename to assets/minecraft/textures/item/wooden_axe.png diff --git a/assets/minecraft/textures/items/wood_hoe.png b/assets/minecraft/textures/item/wooden_hoe.png similarity index 100% rename from assets/minecraft/textures/items/wood_hoe.png rename to assets/minecraft/textures/item/wooden_hoe.png diff --git a/assets/minecraft/textures/items/wood_pickaxe.png b/assets/minecraft/textures/item/wooden_pickaxe.png similarity index 100% rename from assets/minecraft/textures/items/wood_pickaxe.png rename to assets/minecraft/textures/item/wooden_pickaxe.png diff --git a/assets/minecraft/textures/items/wood_shovel.png b/assets/minecraft/textures/item/wooden_shovel.png similarity index 100% rename from assets/minecraft/textures/items/wood_shovel.png rename to assets/minecraft/textures/item/wooden_shovel.png diff --git a/assets/minecraft/textures/items/wood_sword.png b/assets/minecraft/textures/item/wooden_sword.png similarity index 100% rename from assets/minecraft/textures/items/wood_sword.png rename to assets/minecraft/textures/item/wooden_sword.png diff --git a/assets/minecraft/textures/items/book_writable.png b/assets/minecraft/textures/item/writable_book.png similarity index 100% rename from assets/minecraft/textures/items/book_writable.png rename to assets/minecraft/textures/item/writable_book.png diff --git a/assets/minecraft/textures/items/book_written.png b/assets/minecraft/textures/item/written_book.png similarity index 100% rename from assets/minecraft/textures/items/book_written.png rename to assets/minecraft/textures/item/written_book.png diff --git a/assets/minecraft/textures/items/blaze_powder.png.mcmeta b/assets/minecraft/textures/items/blaze_powder.png.mcmeta deleted file mode 100755 index 30479ed..0000000 --- a/assets/minecraft/textures/items/blaze_powder.png.mcmeta +++ /dev/null @@ -1,3 +0,0 @@ -{ - "animation": {frametime=2} -} \ No newline at end of file diff --git a/assets/minecraft/textures/items/blaze_rod.png.mcmeta b/assets/minecraft/textures/items/blaze_rod.png.mcmeta deleted file mode 100755 index 4f0718a..0000000 --- a/assets/minecraft/textures/items/blaze_rod.png.mcmeta +++ /dev/null @@ -1,3 +0,0 @@ -{ - "animation": {} -} \ No newline at end of file diff --git a/assets/minecraft/textures/items/bucket_lava.png.mcmeta b/assets/minecraft/textures/items/bucket_lava.png.mcmeta deleted file mode 100755 index 30479ed..0000000 --- a/assets/minecraft/textures/items/bucket_lava.png.mcmeta +++ /dev/null @@ -1,3 +0,0 @@ -{ - "animation": {frametime=2} -} \ No newline at end of file diff --git a/assets/minecraft/textures/items/bucket_milk.png.mcmeta b/assets/minecraft/textures/items/bucket_milk.png.mcmeta deleted file mode 100755 index 30479ed..0000000 --- a/assets/minecraft/textures/items/bucket_milk.png.mcmeta +++ /dev/null @@ -1,3 +0,0 @@ -{ - "animation": {frametime=2} -} \ No newline at end of file diff --git a/assets/minecraft/textures/items/bucket_water.png.mcmeta b/assets/minecraft/textures/items/bucket_water.png.mcmeta deleted file mode 100755 index 30479ed..0000000 --- a/assets/minecraft/textures/items/bucket_water.png.mcmeta +++ /dev/null @@ -1,3 +0,0 @@ -{ - "animation": {frametime=2} -} \ No newline at end of file diff --git a/assets/minecraft/textures/items/compass.png.mcmeta b/assets/minecraft/textures/items/compass.png.mcmeta deleted file mode 100755 index 4f0718a..0000000 --- a/assets/minecraft/textures/items/compass.png.mcmeta +++ /dev/null @@ -1,3 +0,0 @@ -{ - "animation": {} -} \ No newline at end of file diff --git a/assets/minecraft/textures/items/diamond.png.mcmeta b/assets/minecraft/textures/items/diamond.png.mcmeta deleted file mode 100755 index d69dafd..0000000 --- a/assets/minecraft/textures/items/diamond.png.mcmeta +++ /dev/null @@ -1,6 +0,0 @@ -{ - "animation": { - "frames": [ -5, 4, 0, 3, 3, 3, 3, 1, 2, 6, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 5, 4, 0, 3, 3, 3, 3, 1, 2, 6, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 5, 4, 0, 3, 3, 3, 3, 1, 2, 6, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3] - } -} diff --git a/assets/minecraft/textures/items/ender_eye.png.mcmeta b/assets/minecraft/textures/items/ender_eye.png.mcmeta deleted file mode 100755 index 4a0889e..0000000 --- a/assets/minecraft/textures/items/ender_eye.png.mcmeta +++ /dev/null @@ -1,7 +0,0 @@ -{ - "animation": { - "frames": [ -0, 1, 3, 4, 3, 1, 0, 1, 3, 4, 3, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 3, 4, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 3, 4, 3, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -0, 1, 3, 4, 3, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ] - } -} diff --git a/pack.mcmeta b/pack.mcmeta index 19dd3b2..397fef9 100755 --- a/pack.mcmeta +++ b/pack.mcmeta @@ -1,6 +1 @@ -{ - "pack": { - "pack_format": 3, - "description": "§aPalace Network §bPalace RP §f°o° §b§k|\n§rVersion 1.7 (Minecraft 1.11+)\nCredit to Filmjolk for the original Resource Pack" - } -} +{"pack":{"pack_format":4,"description":"§aPalace Network §bPalace RP §f°o° §b§k|\n§rVersion 1.8 (Minecraft 1.13+)\nCredit to Filmjolk for the original Resource Pack"},"meta":{"game_version":"1.13"}}